2025-03-21T20:17:44.9222782Z Current runner version: '2.323.0' 2025-03-21T20:17:44.9229799Z Runner name: 'i-0ea396e561a206b23' 2025-03-21T20:17:44.9230711Z Runner group name: 'Default' 2025-03-21T20:17:44.9231730Z Machine name: 'ip-10-0-14-244' 2025-03-21T20:17:44.9234893Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:44.9237554Z Contents: read 2025-03-21T20:17:44.9238197Z Metadata: read 2025-03-21T20:17:44.9238871Z ##[endgroup] 2025-03-21T20:17:44.9242362Z Secret source: Actions 2025-03-21T20:17:44.9243198Z Prepare workflow directory 2025-03-21T20:17:45.2509182Z Prepare all required actions 2025-03-21T20:17:45.2551684Z Getting action download info 2025-03-21T20:17:45.4795987Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:45.7027058Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:58.4337426Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:58.7647359Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:58.8725748Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:59.2503572Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:59.5182725Z Getting action download info 2025-03-21T20:17:59.7038420Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:59.7040602Z ##[group] Inputs 2025-03-21T20:17:59.7042716Z 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=emformer_transcribe BUILD_TOOL=cmake BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:17:59.7045278Z timeout: 90 2025-03-21T20:17:59.7045568Z runner: linux.2xlarge 2025-03-21T20:17:59.7045866Z upload-artifact: 2025-03-21T20:17:59.7046499Z upload-artifact-to-s3: false 2025-03-21T20:17:59.7046848Z download-artifact: 2025-03-21T20:17:59.7047115Z repository: 2025-03-21T20:17:59.7047392Z fetch-depth: 1 2025-03-21T20:17:59.7047650Z submodules: true 2025-03-21T20:17:59.7047959Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:59.7048400Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:59.7048749Z test-infra-ref: 2025-03-21T20:17:59.7049057Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:17:59.7049458Z docker-build-dir: .ci/docker 2025-03-21T20:17:59.7049769Z gpu-arch-type: cpu 2025-03-21T20:17:59.7050042Z gpu-arch-version: 2025-03-21T20:17:59.7050314Z job-name: linux-job 2025-03-21T20:17:59.7050604Z continue-on-error: false 2025-03-21T20:17:59.7050910Z binary-matrix: 2025-03-21T20:17:59.7051211Z run-with-docker: true 2025-03-21T20:17:59.7051488Z secrets-env: 2025-03-21T20:17:59.7051723Z no-sudo: false 2025-03-21T20:17:59.7051997Z ##[endgroup] 2025-03-21T20:17:59.7052489Z Complete job name: test-models-linux (emformer_transcribe, portable, linux.2xlarge) / linux-job 2025-03-21T20:17:59.7502054Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:59.7609797Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:59.7619084Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:59.7619834Z ##[endgroup] 2025-03-21T20:18:01.5485827Z Runner Type: linux.2xlarge 2025-03-21T20:18:01.5486318Z Instance Type: c5.2xlarge 2025-03-21T20:18:01.5486616Z AMI Name: unknown 2025-03-21T20:18:01.5509818Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:06.9680028Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:06.9680626Z set -euxo pipefail 2025-03-21T20:18:06.9681059Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:06.9681491Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:06.9681903Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.9682258Z else 2025-03-21T20:18:06.9682557Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:06.9682964Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.9683294Z fi 2025-03-21T20:18:06.9683512Z  2025-03-21T20:18:06.9683777Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.9684132Z echo "::endgroup::" 2025-03-21T20:18:06.9693402Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:06.9693724Z env: 2025-03-21T20:18:06.9694010Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.9694409Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.9694771Z PR_NUMBER: 2025-03-21T20:18:06.9696652Z 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=emformer_transcribe 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.9698621Z NO_SUDO: false 2025-03-21T20:18:06.9698873Z ##[endgroup] 2025-03-21T20:18:06.9725047Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:06.9735462Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:06.9736022Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:06.9742268Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:07.0621241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:07.0622301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:07.0623336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:07.0624308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:07.0625914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:07.0626918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:07.0627909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:07.0628884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:07.0629824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:07.0630918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:07.0632369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:07.0633380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:07.0634353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:07.0635345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:07.0636350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:07.0637564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:07.0638533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:07.0639369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:07.0640207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:07.0641091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:07.0641913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:07.0642795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:07.0643695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:07.0644631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:07.0645626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:07.0646606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:07.0647500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:07.0648313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:07.0649389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:18:07.0650723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:18:07.0652049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:18:07.0653176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:07.0654102Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:07.0655003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:07.0655839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:07.0656632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:07.0657521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:07.0658551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:07.0659565Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:07.0660512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:07.0661441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:07.0662366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:07.0663219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:07.0664275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:07.0665142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:07.0666109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:07.0666899Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:07.0667763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:07.0668580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:07.0669417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:07.0670278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:07.0671233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:07.0672226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:07.0673257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:07.0674322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:07.0675432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:07.0676570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:07.0677774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:07.0678868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:07.0679955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:07.0681157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:07.0682254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:07.0683349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:07.0684477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:07.0685542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:07.0686657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:07.0687873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:07.0689014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:07.0690141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:07.0691255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:07.0692354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:07.0693463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:07.0694605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:07.0696052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:07.0697176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:07.0698261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:07.0699382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:07.0700502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:07.0701626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:07.0702734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:07.0703808Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:07.0704884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:07.0705929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:07.0706981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:07.0708061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:07.0709136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:07.0710199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:07.0711238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:07.0712271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:07.0713285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:07.0714295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:07.0715752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:07.0716855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:07.0717919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:07.0718970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:07.0720052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:07.0721242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:07.0722334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:07.0723414Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:07.0724511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:07.0725711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:07.0726831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:07.0728054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:07.0729201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:07.0730378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:07.0731416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:07.0732350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:07.0733318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:07.0734296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:07.0735235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:07.0736195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:07.0737178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:07.0738106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:07.0739344Z 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:07.0740892Z 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:07.0742316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:07.0743664Z 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:07.0745109Z 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:07.0746610Z 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:07.0748079Z 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:07.0749437Z 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:07.0750739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:07.0752013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:07.0753200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:07.0754262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:07.0755309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:07.0756869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:07.0757928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:07.0759012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:07.0760003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:07.0761152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:07.0762217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:07.0763288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:07.0764577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:07.0765650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:07.0766738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:07.0767853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:07.0768878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:07.0769885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:07.0770910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:07.0771959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:07.0772977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:07.0773989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:07.0774957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:07.0775972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:07.0777417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:07.0778482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:07.0779537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:07.0780588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:07.0781662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:07.0782778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:07.0783839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:07.0784909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:07.0785942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:07.0787270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:07.0789343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:07.0790781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:07.0792115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:07.0793579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:07.0794869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:07.0796223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:07.0797636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:07.0799383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:07.0800635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:07.0801992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:07.0803249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:07.0804952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:07.0806244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:07.0807479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:07.0808587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:07.0809700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:07.0810804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:07.0811897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:07.0813105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:07.0814252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:07.0815306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:07.0816492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:07.0817729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:07.0818932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:07.0820114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:07.0821348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:07.0822735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:07.0824084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:07.0825361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:07.0826647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:07.0827939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:07.0829137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:07.0830293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:07.0831500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:07.0832866Z 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:07.0834258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:07.0835613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:07.0837045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:07.0838272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:07.0839541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:07.0840876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:07.0842242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:07.0843387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:07.0844524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:07.0845701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:07.0847007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:07.0848260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:07.0849342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:07.0850435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:07.0851494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:07.0852628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:07.0853787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:07.0854952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:07.0856282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:07.0857500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:07.0858682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:07.0859860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:07.0861013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:07.0862251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:07.0863709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:07.0865061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:07.0866295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:07.0867543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:07.0868813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:07.0870033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:07.0871309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:07.0872647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:07.0873902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:07.0875191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:07.0876525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:07.0877970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:07.0879310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:07.0880462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:07.0881585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:07.0882630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:07.0883480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:07.0884289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:07.0885153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:07.0885983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:07.0886774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:07.0887611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:07.0888534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:07.0889362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:07.0890203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:07.0891127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:07.0892034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:07.0892963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:07.0893938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:07.0894942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:07.0895931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:07.0897031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:07.0898258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:07.0899410Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:07.0900583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:07.0901860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:07.0903209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:07.0904604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:07.0906336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:07.0907662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:07.0908930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:07.0910116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:07.0911318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:07.0912466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:07.0913516Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:07.0914624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:07.0915792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:07.0916851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:07.0917877Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:07.0919071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:07.0920012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:07.0920935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:07.0922018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:07.0923052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:07.0924078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:07.0925098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:07.0926133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:07.0927213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:07.0928383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:07.0929606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:07.0930895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:07.0932161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:07.0933600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:07.0934933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:07.0936186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:07.0937326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:07.0938449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:07.0939622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:07.0940836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:07.0942002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:07.0943054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:07.0944066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:07.0945128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:07.0946215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:07.0947256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:07.0948280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:07.0949404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:07.0950556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:07.0951705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:07.0952794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:07.0953838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:07.0954862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:07.0955885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:07.0956910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:07.0957945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:07.0959173Z 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:07.0960405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:07.0961592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:07.0962829Z 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:07.0964243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:07.0965369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:07.0966459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:07.0967556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:07.0968685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:07.0969761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:07.0970863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:07.0972003Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:07.0973102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:07.0974137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:07.0975145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:07.0976174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:07.0977221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:07.0978274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:07.0979495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:07.0980927Z 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:07.0982640Z 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:07.0984122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:07.0985215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:07.0986255Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:07.0987308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:07.0988388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:07.0989514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:07.0990673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:07.0991863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:07.0992998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:07.0994082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:07.0995156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:07.0996287Z 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:07.0997456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:07.0998577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:07.0999647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:07.1000700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:07.1001895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:07.1003058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:07.1004167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:07.1005173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:07.1006244Z 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:07.1007360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:07.1008333Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:07.1009389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:07.1010567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:07.1011728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:07.1012916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:07.1014193Z 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:07.1015518Z 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:07.1016784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:07.1017914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:07.1019018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:07.1020143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:07.1021316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:07.1022532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:07.1023727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:07.1024955Z 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:07.1026152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:07.1027181Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:07.1028170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:07.1029353Z 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:07.1030608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:07.1031790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:07.1032790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:07.1033691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:07.1034666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:07.1035736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:07.1036903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:07.1038156Z 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:07.1039561Z 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:07.1040921Z 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:07.1042230Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:07.1043507Z 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:07.1044875Z 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:07.1046150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:07.1047209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:07.1048062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:07.1048848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:07.1049667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:07.1050568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:07.1051472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:07.1052373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:07.1053356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:07.1054385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:07.1055384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:07.1056341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:07.1057284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:07.1058254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:07.1059307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:07.1060382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:07.1061436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:07.1062407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:07.1063512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:07.1064455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:07.1065322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:07.1066185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:07.1067112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:07.1068040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:07.1069088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:07.1070159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:07.1071123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:07.1072004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:07.1072915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:07.1073847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:07.1074778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:07.1075678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:07.1076677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:07.1077751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:07.1078778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:07.1079791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:07.1080724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:07.1081707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:07.1082679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:07.1083664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:07.1084570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:07.1085508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:07.1086431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:07.1087319Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:07.1088216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:07.1089097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:07.1089954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:07.1090777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:07.1091589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:07.1092527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:07.1093598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:07.1094663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:07.1095709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:07.1096753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:07.1097966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:07.1099217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:07.1100282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:07.1101305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:07.1102465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:07.1103760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:07.1105044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:07.1106320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:07.1107627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:07.1108935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:07.1110272Z 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:07.1111653Z 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:07.1113217Z 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:07.1114937Z 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:07.1116616Z 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:07.1118301Z 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:07.1119987Z 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:07.1121765Z 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:07.1123519Z 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:07.1125252Z 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:07.1126979Z 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:07.1128771Z 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:07.1130697Z 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:07.1132555Z 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:07.1134318Z 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:07.1136269Z 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:07.1138423Z 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:07.1140548Z 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:07.1142612Z 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:07.1144624Z 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:07.1146416Z 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:07.1148151Z 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:07.1149864Z 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:07.1151552Z 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:07.1153122Z 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:07.1154515Z 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:07.1155882Z 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:07.1157383Z 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:07.1158952Z 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:07.1160455Z 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:07.1162006Z 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:07.1163931Z 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:07.1165651Z 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:07.1167051Z 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:07.1168435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:07.1169788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:07.1171161Z 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:07.1172525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:07.1173836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:07.1175145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:07.1176519Z 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:07.1178053Z 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:07.1179750Z 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:07.1181441Z 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:07.1183059Z 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:07.1184696Z 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:07.1186237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:07.1187630Z 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:07.1189114Z 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:07.1190667Z 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:07.1192251Z 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:07.1193890Z 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:07.1195863Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:07.1196360Z + echo ::endgroup:: 2025-03-21T20:18:07.1197383Z 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:07.1199124Z 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:07.1200751Z 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:07.1202460Z 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:07.1203993Z 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:07.1205464Z 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:07.1206894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:07.1208277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:07.1209605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:07.1210848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:07.1212061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:07.1213326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:07.1214697Z 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:07.1216094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:07.1217459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:07.1218832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:07.1220200Z 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:07.1221594Z 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:07.1223018Z 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:07.1224459Z 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:07.1225902Z 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:07.1227428Z 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:07.1229087Z 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:07.1230689Z 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:07.1232354Z 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:07.1233979Z 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:07.1235598Z 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:07.1237227Z 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:07.1238868Z 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:07.1240516Z 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:07.1242260Z 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:07.1243906Z 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:07.1245542Z 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:07.1247152Z 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:07.1248779Z 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:07.1250395Z 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:07.1252003Z 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:07.1253671Z 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:07.1255305Z 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:07.1256960Z 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:07.1258630Z 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:07.1260325Z 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:07.1261987Z 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:07.1263932Z 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:07.1265622Z 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:07.1267197Z 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:07.1268779Z 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:07.1270381Z 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:07.1271955Z 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:07.1273468Z 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:07.1274900Z 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:07.1276328Z 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:07.1277903Z 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:07.1279513Z 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:07.1281046Z 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:07.1282458Z 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:07.1283856Z 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:07.1285229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:07.1286550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:07.1287792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:07.1289002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:07.1290308Z 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:07.1291729Z 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:07.1293179Z 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:07.1294641Z 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:07.1296171Z 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:07.1297688Z 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:07.1299268Z 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:07.1300749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:07.1302026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:07.1303304Z 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:07.1304570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:07.1305804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:07.1307027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:07.1308321Z 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:07.1309697Z 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:07.1311058Z 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:07.1312430Z 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:07.1313945Z 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:07.1315527Z 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:07.1317057Z 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:07.1318624Z 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:07.1320140Z 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:07.1321664Z 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:07.1323047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:07.1324349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:07.1325586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:07.1326953Z 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:07.1328443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:07.1330052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:07.1331413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:07.1332802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:07.1334204Z 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:07.1335670Z 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:07.1337119Z 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:07.1338561Z 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:07.1340013Z 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:07.1341452Z 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:07.1342869Z 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:07.1344291Z 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:07.1345748Z 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:07.1347268Z 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:07.1348820Z 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:07.1350324Z 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:07.1351762Z 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:07.1353183Z 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:07.1354780Z 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:07.1356411Z 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:07.1357866Z 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:07.1359279Z 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:07.1360734Z 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:07.1362227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:07.1363711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:07.1364953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:07.1366163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:07.1367396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:07.1368796Z 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:07.1370268Z 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:07.1371788Z 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:07.1373222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:07.1374513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:07.1375777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:07.1377019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:07.1378233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:07.1379382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:07.1380474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:07.1381692Z 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:07.1382952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:07.1384156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:07.1385366Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:07.1386581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:07.1387852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:07.1389054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:07.1390261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:07.1391547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:07.1392657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:07.1393797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:07.1394735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:07.1395635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:07.1396641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:07.1397700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:07.1398728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:07.1399766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:07.1400813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:07.1401939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:07.1402936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:07.1403904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:07.1405034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:07.1406198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:07.1407386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:07.1408533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:07.1409563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:07.1410769Z 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:07.1412092Z 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:07.1413358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:07.1414579Z 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:07.1415961Z 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:07.1417413Z 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:07.1418696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:07.1419972Z 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:07.1421248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:07.1422478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:07.1423648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:07.1424672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:07.1425684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:07.1426689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:07.1427688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:07.1428732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:07.1449106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:07.1450347Z 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:07.1451461Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:07.1452520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:07.1453559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:07.1454590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:07.1455639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:07.1456683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:07.1457735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:07.1458818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:07.1459924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:07.1460970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:07.1462006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:07.1463008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:07.1464349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:07.1465383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:07.1466423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:07.1467447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:07.1468481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:07.1469560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:07.1470614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:07.1471810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:07.1472863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:07.1473791Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:07.1474802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:07.1475836Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:07.1476760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:07.1477690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:07.1478672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:07.1479615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:07.1480538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:07.1481563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:07.1482551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:07.1483631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:07.1484776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:07.1485924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:07.1487042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:07.1488166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:07.1489298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:07.1490434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:07.1491574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:07.1492696Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:07.1493843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:07.1494951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:07.1496007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:07.1497036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:07.1498069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:07.1499104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:07.1500136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:07.1501379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:07.1502460Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:07.1503425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:07.1504392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:07.1505423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:07.1506539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:07.1507628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:07.1508701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:07.1509818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:07.1510917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:07.1512096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:07.1513084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:07.1514097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:07.1515099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:07.1516151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:07.1517222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:07.1518268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:07.1519362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:07.1520479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:07.1521653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:07.1522896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:07.1523894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:07.1524935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:07.1526090Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:07.1527112Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:07.1528108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:07.1529176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:07.1530316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:07.1531461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:07.1532799Z 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:07.1534117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:07.1535347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:07.1536630Z 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:07.1537872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:07.1538987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:07.1539972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:07.1540913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:07.1541914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:07.1543025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:07.1544108Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:07.1545077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:07.1546078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:07.1547083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:07.1548109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:07.1549170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:07.1550230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:07.1551256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:07.1552252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:07.1553264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:07.1554283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:07.1555316Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:07.1556291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:07.1557292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:07.1558344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:07.1559507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:07.1560820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:07.1562103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:07.1563205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:07.1564432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:07.1565569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:07.1566647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:07.1567979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:07.1569081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:07.1570179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:07.1571533Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:07.1573059Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:07.1574645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:07.1575826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:07.1576888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:07.1578258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:07.1579510Z 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:07.1580964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:07.1583001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:07.1584364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:07.1585509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:07.1586709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:07.1587933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:07.1589150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:07.1590218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:07.1591259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:07.1592384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:07.1593687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:07.1594767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:07.1595772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:07.1596661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:07.1597576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:07.1598528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:07.1599520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:07.1600528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:07.1601590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:07.1602563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:07.1603513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:07.1604453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:07.1605396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:07.1606382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:07.1607530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:07.1608768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:07.1610003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:07.1611154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:07.1612145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:07.1613057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:07.1614131Z 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:07.1615244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:07.1616266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:07.1617332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:07.1618415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:07.1619439Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:07.1620415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:07.1621364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:07.1622252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:07.1623208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:07.1624184Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:07.1625027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:07.1625871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:07.1626752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:07.1627616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:07.1628481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:07.1629386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:07.1630452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:07.1631544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:07.1632864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:07.1634161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:07.1635505Z 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:07.1636873Z 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:07.1638226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:07.1639555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:07.1640844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:07.1642162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:07.1643405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:07.1644634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:07.1645869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:07.1647085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:07.1648330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:07.1649607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:07.1650868Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:07.1652140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:07.1653479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:07.1654729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:07.1656013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:07.1657376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:07.1658728Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:07.1660127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:07.1661581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:07.1663022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:07.1664559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:07.1665821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:07.1667043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:07.1668259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:07.1669471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:07.1670665Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:07.1671955Z 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:07.1673323Z 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:07.1674557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:07.1675823Z 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:07.1677141Z 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:07.1678443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:07.1679721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:07.1681088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:07.1682334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:07.1683583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:07.1684968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:07.1686289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:07.1687521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:07.1688738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:07.1689931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:07.1691176Z 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:07.1692454Z 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:07.1693721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:07.1695011Z 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:07.1696303Z 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:07.1697586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:07.1698876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:07.1700163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:07.1701431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:07.1702693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:07.1703935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:07.1705159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:07.1706424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:07.1707660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:07.1708879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:07.1710091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:07.1711275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:07.1712438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:07.1713648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:07.1714896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:07.1716163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:07.1717480Z 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:07.1718775Z 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:07.1720055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:07.1721438Z 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:07.1722812Z 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:07.1724154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:07.1725489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:07.1726777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:07.1728058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:07.1729350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:07.1730651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:07.1731933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:07.1733213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:07.1734472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:07.1735713Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:07.1736992Z 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:07.1738323Z 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:07.1739637Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:07.1740986Z 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:07.1742333Z 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:07.1743671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:07.1745024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:07.1746436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:07.1747770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:07.1749161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:07.1750495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:07.1751838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:07.1753130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:07.1754392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:07.1755632Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:07.1756883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:07.1758142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:07.1759396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:07.1760777Z 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:07.1762359Z 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:07.1764033Z 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:07.1765532Z 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:07.1767009Z 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:07.1768461Z 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:07.1769962Z 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:07.1771467Z 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:07.1772973Z 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:07.1774393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:07.1775704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:07.1776988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:07.1778350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:07.1779756Z 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:07.1781160Z 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:07.1782561Z 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:07.1783910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:07.1785209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:07.1786498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:07.1787774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:07.1789023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:07.1790254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:07.1791437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:07.1792641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:07.1793884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:07.1795117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:07.1796377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:07.1797637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:07.1798870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:07.1800099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:07.1801396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:07.1802590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:07.1803775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:07.1804915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:07.1806045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:07.1807192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:07.1808342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:07.1809545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:07.1810803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:07.1811995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:07.1813189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:07.1814433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:07.1815713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:07.1816980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:07.1818228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:07.1819439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:07.1820626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:07.1821842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:07.1823100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:07.1824340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:07.1825611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:07.1826902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:07.1828180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:07.1829450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:07.1830714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:07.1831956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:07.1833196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:07.1834422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:07.1835638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:07.1836853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:07.1838082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:07.1839353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:07.1840751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:07.1842155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:07.1843398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:07.1844663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:07.1845940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:07.1847198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:07.1848484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:07.1849793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:07.1851082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:07.1852411Z 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:07.1853790Z 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:07.1855163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:07.1856514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:07.1857844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:07.1859147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:07.1860417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:07.1861642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:07.1862833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:07.1864353Z 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:07.1865645Z 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:07.1866921Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:07.1868243Z 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:07.1869581Z 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:07.1871041Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:07.1872363Z 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:07.1873721Z 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:07.1875069Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:07.1876333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:07.1877564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:07.1878778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:07.1879959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:07.1881200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:07.1882354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:07.1883615Z 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:07.1884999Z 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:07.1886373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:07.1887712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:07.1889016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:07.1890301Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:07.1891584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:07.1892848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:07.1894073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:07.1895331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:07.1896603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:07.1897858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:07.1899157Z 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:07.1900495Z 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:07.1901905Z 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:07.1903211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:07.1904518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:07.1905760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:07.1906989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:07.1908183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:07.1909351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:07.1910517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:07.1911667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:07.1912802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:07.1913970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:07.1915181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:07.1916376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:07.1917619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:07.1918901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:07.1920167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:07.1921562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:07.1922967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:07.1924335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:07.1925664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:07.1926954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:07.1928205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:07.1929490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:07.1930798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:07.1932090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:07.1933415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:07.1934610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:07.1935750Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:07.1936959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:07.1938223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:07.1939468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:07.1940716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:07.1941960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:07.1943202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:07.1944460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:07.1945765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:07.1947053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:07.1948262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:07.1949377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:07.1950486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:07.1951664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:07.1952886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:07.1954104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:07.1955391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:07.1956748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:07.1958088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:07.1959417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:07.1960738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:07.1962153Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:07.1963619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:07.1964999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:07.1966312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:07.1967536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:07.1968731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:07.1969903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:07.1971077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:07.1972245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:07.1973397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:07.1974790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:07.1976150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:07.1977437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:07.1978687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:07.1979948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:07.1981170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:07.1982397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:07.1983651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:07.1984870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:07.1986172Z 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:07.1987565Z 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:07.1988936Z 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:07.1990230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:07.1991458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:07.1992676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:07.1993972Z 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:07.1995414Z 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:07.1996830Z 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:07.1998106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:07.1999290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:07.2000458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:07.2001703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:07.2002887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:07.2004049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:07.2005262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:07.2006538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:07.2007796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:07.2009102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:07.2010468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:07.2011815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:07.2013207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:07.2014639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:07.2016042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:07.2017483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:07.2018929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:07.2020355Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:07.2021675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:07.2022895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:07.2024085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:07.2025242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:07.2026410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:07.2027514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:07.2028765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:07.2030055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:07.2031323Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:07.2032653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:07.2034057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:07.2035450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:07.2036730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:07.2037923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:07.2039097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:07.2040343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:07.2041721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:07.2043019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:07.2044337Z 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:07.2045666Z 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:07.2046971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:07.2048279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:07.2049572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:07.2050844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:07.2052134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:07.2053401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:07.2054648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:07.2055944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:07.2057353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:07.2058676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:07.2059987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:07.2061169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:07.2062322Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:07.2063612Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:07.2064729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:07.2065887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:07.2066963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:07.2068017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:07.2069032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:07.2070023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:07.2071048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:07.2072083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:07.2073149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:07.2074220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:07.2075326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:07.2076434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:07.2077542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:07.2078607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:07.2079682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:07.2080772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:07.2081875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:07.2082932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:07.2083957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:07.2084960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:07.2085974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:07.2086986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:07.2088172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:07.2089281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:07.2090326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:07.2091394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:07.2092454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:07.2093511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:07.2094515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:07.2095511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:07.2096573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:07.2097658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:07.2098692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:07.2099761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:07.2100869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:07.2101895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:07.2102961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:07.2104030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:07.2105056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:07.2106118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:07.2107172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:07.2108227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:07.2109380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:07.2110597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:07.2111838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:07.2113066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:07.2114233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:07.2115436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:07.2116616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:07.2117811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:07.2119062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:07.2120203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:07.2121426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:07.2122730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:07.2123995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:07.2125244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:07.2126502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:07.2127737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:07.2129009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:07.2130282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:07.2131487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:07.2132648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:07.2133853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:07.2135139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:07.2136450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:07.2137783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:07.2139256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:07.2140830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:07.2142406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:07.2143893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:07.2145193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:07.2146444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:07.2147685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:07.2148820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:07.2150046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:07.2151290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:07.2152428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:07.2153515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:07.2154699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:07.2155996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:07.2157441Z 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:07.2158992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:07.2160423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:07.2161961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:07.2163597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:07.2165057Z 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:07.2166541Z 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:07.2167978Z 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:07.2169372Z 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:07.2170766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:07.2172089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:07.2173340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:07.2174549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:07.2175768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:07.2176981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:07.2178169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:07.2179265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:07.2180300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:07.2181478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:07.2182630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:07.2183752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:07.2184868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:07.2185925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:07.2186945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:07.2187975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:07.2189111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:07.2190264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:07.2191457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:07.2192684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:07.2193844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:07.2194901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:07.2195939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:07.2197015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:07.2198068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:07.2199194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:07.2200429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:07.2201759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:07.2203212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:07.2204827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:07.2206478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:07.2207990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:07.2209497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:07.2211061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:07.2212563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:07.2214160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:07.2215843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:07.2217393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:07.2218805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:07.2220091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:07.2221217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:07.2222298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:07.2223369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:07.2224427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:07.2225420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:07.2226367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:07.2227285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:07.2228173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:07.2229111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:07.2230068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:07.2231019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:07.2232000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:07.2232945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:07.2233940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:07.2235056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:07.2236178Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:07.2237222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:07.2238352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:07.2239571Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:07.2240702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:07.2241880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:07.2243138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:07.2244377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:07.2245473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:07.2246524Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:07.2247499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:07.2248445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:07.2249391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:07.2250352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:07.2251374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:07.2252463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:07.2253543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:07.2254522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:07.2255528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:07.2256522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:07.2257450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:07.2258394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:07.2259393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:07.2260415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:07.2261394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:07.2262368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:07.2263537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:07.2264606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:07.2265717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:07.2266725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:07.2267740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:07.2268812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:07.2269784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:07.2270705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:07.2271732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:07.2272658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:07.2273663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:07.2274551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:07.2275458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:07.2276393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:07.2277418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:07.2278458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:07.2279402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:07.2280362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:07.2281371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:07.2282342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:07.2283333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:07.2284262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:07.2285163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:07.2286095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:07.2287029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:07.2287933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:07.2288850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:07.2289758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:07.2290628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:07.2291504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:07.2292422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:07.2293455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:07.2294500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:07.2295398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:07.2296264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:07.2297230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:07.2298226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:07.2299155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:07.2300155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:07.2301302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:07.2302609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:07.2303747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:07.2304800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:07.2305787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:07.2306716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:07.2307583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:07.2308466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:07.2309350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:07.2310386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:07.2311580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:07.2312817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:07.2314051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:07.2315258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:07.2316464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:07.2317614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2318683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:07.2319634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:07.2320694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:07.2322000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:07.2323237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:07.2324482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:07.2325666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2326832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:07.2327928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:07.2329032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:07.2330155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:07.2331272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:07.2332347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:07.2333386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:07.2334442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:07.2335522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:07.2336575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:07.2337548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:07.2338509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:07.2339523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:07.2340583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:07.2341647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:07.2342720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:07.2343772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:07.2345029Z 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:07.2346487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:07.2347887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2349168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:07.2350308Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:07.2351370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:07.2352388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:07.2384471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:07.2385982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.2387251Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2388391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:07.2389406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:07.2390396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:07.2391559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:07.2392803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:07.2394209Z 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:07.2395640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:07.2397081Z 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:07.2398510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:07.2399857Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2401195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:07.2402328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:07.2403520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:07.2404783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:07.2406080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:07.2407425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2408668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:07.2409794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:07.2410798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:07.2411832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:07.2412976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:07.2414203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:07.2415610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:07.2416831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:07.2417934Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:07.2418917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:07.2419993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:07.2421195Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:07.2422401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:07.2423504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:07.2424515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:07.2425505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:07.2426499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:07.2427492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:07.2428481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:07.2429426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:07.2430581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.2431930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.2433187Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2434350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:07.2435407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:07.2436362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:07.2437282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:07.2438402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.2439662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.2440853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2442037Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:07.2443025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:07.2443931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:07.2444841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:07.2445765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:07.2446893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.2448210Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.2449441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2450577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:07.2451662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:07.2452663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:07.2453663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:07.2454849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:07.2456209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2457386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:07.2458455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:07.2459398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:07.2460315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:07.2461288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:07.2462248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:07.2463259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:07.2464475Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:07.2465621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:07.2466895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:07.2468088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:07.2469183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:07.2470163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:07.2471312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:07.2472661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:07.2473913Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:07.2475089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:07.2476159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:07.2476546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:07.2477014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:07.2477412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:07.2477799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:07.2478339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:07.2478807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:07.2479266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:07.2479731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:07.2480134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:07.2480528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:07.2480952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:07.2481469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:07.2481947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:07.2482466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:07.2482964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:07.2483410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:07.2483902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:07.2484283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:07.2484756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:07.2485152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:07.2485579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:07.2485999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:07.2486435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:07.2486878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:07.2487347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:07.2487843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:07.2488323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:07.2488806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:07.2489264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:07.2489785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:07.2490291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:07.2490817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:07.2491373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:07.2491890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:07.2492507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:07.2493012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:07.2493523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:07.2494076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:07.2494596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:07.2495121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:07.2495729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:07.2496463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:07.2497089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:07.2497684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:07.2498188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:07.2498618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:07.2499176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:07.2499698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:07.2500170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:07.2500702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:07.2501123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:07.2501552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:07.2502001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:07.2502471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:07.2502907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:07.2503313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:07.2503729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:07.2504164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:07.2504548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:07.2505062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:07.2505522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:07.2506084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:07.2506601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:07.2507004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:07.2507521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:07.2508019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:07.2508502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:07.2508878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:07.2509257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:07.2509681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:07.2510065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:07.2510428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:07.2510776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:07.2511101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:07.2511404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:07.2511690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:07.2512591Z ##[endgroup] 2025-03-21T20:18:07.2624904Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:07.2625018Z with: 2025-03-21T20:18:07.2625156Z repository: pytorch/test-infra 2025-03-21T20:18:07.2625270Z path: test-infra 2025-03-21T20:18:07.2625372Z submodules: recursive 2025-03-21T20:18:07.2625641Z token: *** 2025-03-21T20:18:07.2625741Z ssh-strict: true 2025-03-21T20:18:07.2625848Z ssh-user: git 2025-03-21T20:18:07.2625962Z persist-credentials: true 2025-03-21T20:18:07.2626053Z clean: true 2025-03-21T20:18:07.2626192Z sparse-checkout-cone-mode: true 2025-03-21T20:18:07.2626288Z fetch-depth: 1 2025-03-21T20:18:07.2626398Z fetch-tags: false 2025-03-21T20:18:07.2626501Z show-progress: true 2025-03-21T20:18:07.2626597Z lfs: false 2025-03-21T20:18:07.2626720Z set-safe-directory: true 2025-03-21T20:18:07.2626813Z env: 2025-03-21T20:18:07.2626973Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:07.2627095Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.2627213Z PR_NUMBER: 2025-03-21T20:18:07.2628986Z 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=emformer_transcribe 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.2629129Z ##[endgroup] 2025-03-21T20:18:07.3742159Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:07.3742696Z ##[group]Getting Git version info 2025-03-21T20:18:07.3743083Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:07.3743395Z [command]/usr/bin/git version 2025-03-21T20:18:07.3743515Z git version 2.47.1 2025-03-21T20:18:07.3753290Z ##[endgroup] 2025-03-21T20:18:07.3760744Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/453d1887-99d1-4039-aafd-67ebec603edb/.gitconfig' 2025-03-21T20:18:07.3769233Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/453d1887-99d1-4039-aafd-67ebec603edb' before making global git config changes 2025-03-21T20:18:07.3769539Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:07.3774142Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:07.3809664Z ##[group]Initializing the repository 2025-03-21T20:18:07.3812929Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:07.3840641Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:07.3840935Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:07.3841232Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:07.3841383Z hint: 2025-03-21T20:18:07.3841575Z hint: git config --global init.defaultBranch 2025-03-21T20:18:07.3841681Z hint: 2025-03-21T20:18:07.3841916Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:07.3842174Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:07.3842286Z hint: 2025-03-21T20:18:07.3842408Z hint: git branch -m 2025-03-21T20:18:07.3842861Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:07.3849914Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:07.3873027Z ##[endgroup] 2025-03-21T20:18:07.3873355Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:07.3876575Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:07.3898856Z ##[endgroup] 2025-03-21T20:18:07.3899135Z ##[group]Setting up auth 2025-03-21T20:18:07.3904331Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:07.3927374Z [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.4176294Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:07.4200163Z [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.4447965Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.4487815Z ##[endgroup] 2025-03-21T20:18:07.4488316Z ##[group]Determining the default branch 2025-03-21T20:18:07.4490397Z Retrieving the default branch name 2025-03-21T20:18:07.6382698Z Default branch 'main' 2025-03-21T20:18:07.6383554Z ##[endgroup] 2025-03-21T20:18:07.6384039Z ##[group]Fetching the repository 2025-03-21T20:18:07.6391396Z [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:07.9730409Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:07.9730896Z * [new branch] main -> origin/main 2025-03-21T20:18:07.9754160Z ##[endgroup] 2025-03-21T20:18:07.9755049Z ##[group]Determining the checkout info 2025-03-21T20:18:07.9756547Z ##[endgroup] 2025-03-21T20:18:07.9763929Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:07.9799431Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:07.9825686Z ##[group]Checking out the ref 2025-03-21T20:18:07.9830679Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:08.0634280Z Switched to a new branch 'main' 2025-03-21T20:18:08.0635406Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:08.0642559Z ##[endgroup] 2025-03-21T20:18:08.0643018Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:08.0647984Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.0690292Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:08.0715694Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:08.0740083Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:08.0761097Z ##[endgroup] 2025-03-21T20:18:08.0761549Z ##[group]Fetching submodules 2025-03-21T20:18:08.0764868Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:08.1016426Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:08.1270095Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:08.1517013Z ##[endgroup] 2025-03-21T20:18:08.1517513Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:08.1522790Z [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:08.1772583Z [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:08.2021508Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:08.2268490Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:08.2514305Z ##[endgroup] 2025-03-21T20:18:08.2545184Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:08.2565784Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:08.2737791Z Prepare all required actions 2025-03-21T20:18:08.2738377Z Getting action download info 2025-03-21T20:18:08.3528697Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:09.6933187Z Getting action download info 2025-03-21T20:18:09.7958862Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:09.9642083Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:09.9642466Z env: 2025-03-21T20:18:09.9642752Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.9643146Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.9643459Z PR_NUMBER: 2025-03-21T20:18:09.9645343Z 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=emformer_transcribe 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:09.9647251Z ##[endgroup] 2025-03-21T20:18:09.9731772Z ##[group]Run set -euo pipefail 2025-03-21T20:18:09.9732132Z set -euo pipefail 2025-03-21T20:18:09.9732449Z function get_ec2_metadata() { 2025-03-21T20:18:09.9732842Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:09.9733514Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:09.9734112Z  category=$1 2025-03-21T20:18:09.9735042Z  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:09.9736186Z } 2025-03-21T20:18:09.9736472Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:09.9736927Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:09.9737423Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:09.9737870Z echo "system info $(uname -a)" 2025-03-21T20:18:09.9743640Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.9744040Z env: 2025-03-21T20:18:09.9744321Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.9744711Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.9745006Z PR_NUMBER: 2025-03-21T20:18:09.9746829Z 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=emformer_transcribe 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:09.9748722Z ##[endgroup] 2025-03-21T20:18:09.9876596Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:09.9966870Z instance-id: i-0ea396e561a206b23 2025-03-21T20:18:10.0056665Z instance-type: c5.2xlarge 2025-03-21T20:18:10.0066724Z system info Linux ip-10-0-14-244.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:10.0103626Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:10.0104632Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:10.0110680Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.0111083Z env: 2025-03-21T20:18:10.0111539Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.0111947Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.0112264Z PR_NUMBER: 2025-03-21T20:18:10.0114084Z 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=emformer_transcribe 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:10.0115987Z ##[endgroup] 2025-03-21T20:18:10.0189261Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:10.0189739Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:10.0190152Z  echo "Docker daemon is running..."; 2025-03-21T20:18:10.0190505Z else 2025-03-21T20:18:10.0190898Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:10.0191355Z fi 2025-03-21T20:18:10.0196548Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.0196955Z env: 2025-03-21T20:18:10.0197222Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.0197605Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.0197913Z PR_NUMBER: 2025-03-21T20:18:10.0199736Z 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=emformer_transcribe 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:10.0201860Z ##[endgroup] 2025-03-21T20:18:10.0268459Z Docker daemon is running... 2025-03-21T20:18:10.0297417Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:10.0298100Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:10.0298655Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:10.0299300Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:10.0300076Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:10.0305383Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.0305793Z env: 2025-03-21T20:18:10.0306064Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.0306454Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.0306780Z PR_NUMBER: 2025-03-21T20:18:10.0308721Z 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=emformer_transcribe 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:10.0310627Z AWS_RETRY_MODE: standard 2025-03-21T20:18:10.0310924Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:10.0311206Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:10.0311494Z ##[endgroup] 2025-03-21T20:18:11.0332258Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:11.0333127Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:11.0334011Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:11.0334646Z 2025-03-21T20:18:11.0334797Z Login Succeeded 2025-03-21T20:18:11.0378957Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:11.0379605Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:11.0380160Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:11.0386159Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.0386580Z env: 2025-03-21T20:18:11.0386873Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.0387268Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.0387580Z PR_NUMBER: 2025-03-21T20:18:11.0389406Z 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=emformer_transcribe 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:11.0391313Z ##[endgroup] 2025-03-21T20:18:11.0472843Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:11.0473373Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:11.0473802Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:11.0474194Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:11.0474667Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:11.0475129Z  2025-03-21T20:18:11.0475456Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:11.0475922Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:11.0476320Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:11.0476839Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:11.0477462Z  2025-03-21T20:18:11.0477725Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:11.0478121Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:11.0478476Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:11.0478907Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:11.0484597Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.0484990Z env: 2025-03-21T20:18:11.0485273Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.0485658Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.0485968Z PR_NUMBER: 2025-03-21T20:18:11.0487790Z 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=emformer_transcribe 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:11.0489689Z ##[endgroup] 2025-03-21T20:18:11.6971144Z ##[group]Run needs=0 2025-03-21T20:18:11.6971447Z needs=0 2025-03-21T20:18:11.6971845Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:11.6972321Z  needs=1 2025-03-21T20:18:11.6972578Z fi 2025-03-21T20:18:11.6972859Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:11.6979208Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.6979623Z env: 2025-03-21T20:18:11.6979899Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.6980293Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.6980605Z PR_NUMBER: 2025-03-21T20:18:11.6982609Z 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=emformer_transcribe 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:11.6984674Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.6985312Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.6985905Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.6986320Z ##[endgroup] 2025-03-21T20:18:11.7232150Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:11.7232767Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:11.7233231Z # shellcheck disable=SC2046 2025-03-21T20:18:11.7233599Z docker stop $(docker ps -q) || true 2025-03-21T20:18:11.7233970Z # Prune all of the docker images 2025-03-21T20:18:11.7234333Z docker system prune -af 2025-03-21T20:18:11.7239843Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.7240250Z env: 2025-03-21T20:18:11.7240518Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.7240908Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.7241319Z PR_NUMBER: 2025-03-21T20:18:11.7243140Z 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=emformer_transcribe 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:11.7245338Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.7245972Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.7246571Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.7246993Z ##[endgroup] 2025-03-21T20:18:11.7467728Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:11.7468153Z See 'docker stop --help'. 2025-03-21T20:18:11.7468341Z 2025-03-21T20:18:11.7468528Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:11.7468815Z 2025-03-21T20:18:11.7468949Z Stop one or more running containers 2025-03-21T20:18:11.7595683Z Total reclaimed space: 0B 2025-03-21T20:18:11.7675591Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:11.7676063Z with: 2025-03-21T20:18:11.7676604Z github-secret: *** 2025-03-21T20:18:11.7677466Z 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:11.7678416Z activate-with-label: false 2025-03-21T20:18:11.7678798Z label: with-ssh 2025-03-21T20:18:11.7679198Z remove-existing-keys: true 2025-03-21T20:18:11.7679582Z fail-silently: true 2025-03-21T20:18:11.7679863Z env: 2025-03-21T20:18:11.7680267Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.7680743Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.7681311Z PR_NUMBER: 2025-03-21T20:18:11.7683354Z 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=emformer_transcribe 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:11.7685517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.7686272Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.7686913Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.7687429Z ##[endgroup] 2025-03-21T20:18:11.8735120Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:11.8736403Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:11.8853278Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.8853608Z with: 2025-03-21T20:18:11.8853858Z repository: pytorch/executorch 2025-03-21T20:18:11.8854194Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:11.8854559Z path: pytorch/executorch 2025-03-21T20:18:11.8854843Z fetch-depth: 1 2025-03-21T20:18:11.8855094Z submodules: true 2025-03-21T20:18:11.8855501Z token: *** 2025-03-21T20:18:11.8855749Z ssh-strict: true 2025-03-21T20:18:11.8856006Z ssh-user: git 2025-03-21T20:18:11.8856272Z persist-credentials: true 2025-03-21T20:18:11.8856562Z clean: true 2025-03-21T20:18:11.8856825Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.8857129Z fetch-tags: false 2025-03-21T20:18:11.8857386Z show-progress: true 2025-03-21T20:18:11.8857646Z lfs: false 2025-03-21T20:18:11.8857891Z set-safe-directory: true 2025-03-21T20:18:11.8858164Z env: 2025-03-21T20:18:11.8858420Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.8858848Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.8859149Z PR_NUMBER: 2025-03-21T20:18:11.8860977Z 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=emformer_transcribe 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:11.8863148Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.8864008Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.8864602Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.8865020Z ##[endgroup] 2025-03-21T20:18:11.9802879Z Syncing repository: pytorch/executorch 2025-03-21T20:18:11.9810793Z ##[group]Getting Git version info 2025-03-21T20:18:11.9811439Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:11.9836752Z [command]/usr/bin/git version 2025-03-21T20:18:11.9870560Z git version 2.47.1 2025-03-21T20:18:11.9894268Z ##[endgroup] 2025-03-21T20:18:11.9901589Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/037049de-dc57-4637-b879-371b20a3faf5/.gitconfig' 2025-03-21T20:18:11.9909658Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/037049de-dc57-4637-b879-371b20a3faf5' before making global git config changes 2025-03-21T20:18:11.9910664Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.9923544Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:11.9953461Z ##[group]Initializing the repository 2025-03-21T20:18:11.9957118Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:11.9984477Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.9985221Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.9985821Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.9986271Z hint: 2025-03-21T20:18:11.9986615Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.9987283Z hint: 2025-03-21T20:18:11.9987702Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.9988299Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.9988774Z hint: 2025-03-21T20:18:11.9989020Z hint: git branch -m 2025-03-21T20:18:11.9990073Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:11.9994617Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:12.0018554Z ##[endgroup] 2025-03-21T20:18:12.0019055Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:12.0021821Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:12.0044764Z ##[endgroup] 2025-03-21T20:18:12.0045189Z ##[group]Setting up auth 2025-03-21T20:18:12.0050003Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:12.0074518Z [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:12.0320208Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:12.0343874Z [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:12.0590147Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.0629448Z ##[endgroup] 2025-03-21T20:18:12.0629902Z ##[group]Fetching the repository 2025-03-21T20:18:12.0636750Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:13.4604238Z From https://github.com/pytorch/executorch 2025-03-21T20:18:13.4604985Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:13.4624906Z ##[endgroup] 2025-03-21T20:18:13.4625778Z ##[group]Determining the checkout info 2025-03-21T20:18:13.4627948Z ##[endgroup] 2025-03-21T20:18:13.4632832Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:13.4664050Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:13.4688739Z ##[group]Checking out the ref 2025-03-21T20:18:13.4692902Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:13.9307847Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:13.9308202Z 2025-03-21T20:18:13.9308481Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:13.9309078Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:13.9309711Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:13.9310053Z 2025-03-21T20:18:13.9310277Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:13.9310822Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:13.9311142Z 2025-03-21T20:18:13.9311265Z git switch -c 2025-03-21T20:18:13.9311487Z 2025-03-21T20:18:13.9311603Z Or undo this operation with: 2025-03-21T20:18:13.9311792Z 2025-03-21T20:18:13.9311915Z git switch - 2025-03-21T20:18:13.9312054Z 2025-03-21T20:18:13.9312316Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:13.9312679Z 2025-03-21T20:18:13.9312861Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:13.9354994Z ##[endgroup] 2025-03-21T20:18:13.9355679Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:13.9361536Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:13.9398482Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:13.9423740Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:13.9450032Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:13.9472368Z ##[endgroup] 2025-03-21T20:18:13.9473172Z ##[group]Fetching submodules 2025-03-21T20:18:13.9476861Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:13.9738044Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:13.9984886Z 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:13.9986992Z 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:13.9989850Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:13.9993807Z 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:13.9997974Z 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:14.0001786Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:14.0005092Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:14.0008013Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:14.0010970Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:14.0013835Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:14.0016989Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:14.0020012Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:14.0023297Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:14.0026351Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:14.0029823Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:14.0034059Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:14.0039229Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:14.0043102Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:14.0046923Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:14.0050700Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:14.0054689Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:14.0058729Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:14.0062789Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:14.0090245Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:14.2976402Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:14.2978699Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:14.2980943Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:14.2983332Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:14.2985876Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:14.2988403Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:14.2999391Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:14.4901748Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:14.4903081Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:14.4925328Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:14.6825261Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:14.6827345Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:14.6829471Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:14.6831376Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:14.6848886Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:14.8353103Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:14.8354403Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:14.9309574Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:14.9894749Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:14.9896830Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:15.0292225Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:15.0917084Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:15.5512554Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:15.5513194Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:15.5623822Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:16.0326696Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:16.0327333Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:16.0434281Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:16.0522179Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:16.7921050Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:16.7921624Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:16.8420778Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:17.3457847Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:17.3458505Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:17.3770697Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:17.7914808Z From https://github.com/zeux/volk 2025-03-21T20:18:17.7915352Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:17.7988808Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:18.2043623Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:18.2044179Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:18.2130292Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:18.6206416Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:18.6206937Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:18.6264733Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:20.1070414Z From https://github.com/google/XNNPACK 2025-03-21T20:18:20.1070954Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:20.6950420Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:21.1815459Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:21.1816079Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:21.2642921Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:21.6582961Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:21.6583554Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:21.6664861Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:22.0882678Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:22.0883234Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:22.1122919Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:23.4733934Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:23.4734465Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:23.5962595Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:23.6135225Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:24.1054641Z From https://github.com/pytorch/ao 2025-03-21T20:18:24.1055243Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:24.1718022Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:24.8016142Z From https://github.com/google/flatbuffers 2025-03-21T20:18:24.8016676Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:24.9023505Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:25.3303897Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:25.3304480Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:25.3548183Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:25.7663452Z From https://github.com/gflags/gflags 2025-03-21T20:18:25.7664315Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:25.7751403Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:26.3822091Z From https://github.com/google/googletest 2025-03-21T20:18:26.3822617Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:26.4172716Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:26.8013329Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:26.8013871Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:26.8087866Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:26.8154310Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:27.4268649Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:27.4269196Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:27.5008774Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:28.0591428Z From https://github.com/pybind/pybind11 2025-03-21T20:18:28.0591970Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:28.0857208Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:28.0872797Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:28.1126772Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.1150155Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.1176649Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.1201084Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.1226439Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.1250389Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.1276346Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.1300827Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.1326171Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.1350103Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.1374368Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.1398129Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.1423077Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.1446906Z Entering 'shim' 2025-03-21T20:18:28.1471832Z Entering 'third-party/ao' 2025-03-21T20:18:28.1495802Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.1521989Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.1545710Z Entering 'third-party/gflags' 2025-03-21T20:18:28.1569636Z Entering 'third-party/googletest' 2025-03-21T20:18:28.1593265Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.1616787Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.1640778Z Entering 'third-party/prelude' 2025-03-21T20:18:28.1664372Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.1696621Z ##[endgroup] 2025-03-21T20:18:28.1697084Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:28.1703748Z [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:28.1953568Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.2003203Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.2053744Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.2102830Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.2152115Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.2201645Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.2251028Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.2300692Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.2349888Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.2415135Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.2465618Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.2515201Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.2565023Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.2615633Z Entering 'shim' 2025-03-21T20:18:28.2665101Z Entering 'third-party/ao' 2025-03-21T20:18:28.2715165Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.2767148Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.2816065Z Entering 'third-party/gflags' 2025-03-21T20:18:28.2864457Z Entering 'third-party/googletest' 2025-03-21T20:18:28.2914401Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.2963022Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.3012153Z Entering 'third-party/prelude' 2025-03-21T20:18:28.3061639Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.3122976Z [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:28.3376179Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.3422342Z 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:28.3423377Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.3471452Z 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:28.3472436Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.3520597Z 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:28.3522366Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.3571582Z 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:28.3573456Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.3620894Z 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:28.3622636Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.3670824Z 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:28.3672531Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.3719370Z 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:28.3721109Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.3768890Z 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:28.3770637Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.3817708Z 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:28.3819587Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.3867249Z 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:28.3869037Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.3917439Z 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:28.3919115Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.3967221Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:28.3969202Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.4016687Z 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:28.4017755Z Entering 'shim' 2025-03-21T20:18:28.4065600Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:28.4066570Z Entering 'third-party/ao' 2025-03-21T20:18:28.4113302Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:28.4114152Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.4162270Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:28.4164310Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.4210905Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:28.4211763Z Entering 'third-party/gflags' 2025-03-21T20:18:28.4259285Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:28.4260284Z Entering 'third-party/googletest' 2025-03-21T20:18:28.4310680Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:28.4312202Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.4359490Z 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:28.4361011Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.4408590Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:28.4410095Z Entering 'third-party/prelude' 2025-03-21T20:18:28.4457194Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:28.4458669Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.4506149Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:28.4845795Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:28.5105946Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.5129272Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.5155135Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.5179645Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.5205123Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.5229310Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.5253399Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.5278322Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.5303521Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.5330978Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.5355016Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.5380668Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.5405215Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.5430982Z Entering 'shim' 2025-03-21T20:18:28.5455335Z Entering 'third-party/ao' 2025-03-21T20:18:28.5480113Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.5504305Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.5529579Z Entering 'third-party/gflags' 2025-03-21T20:18:28.5554167Z Entering 'third-party/googletest' 2025-03-21T20:18:28.5580113Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.5603978Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.5628531Z Entering 'third-party/prelude' 2025-03-21T20:18:28.5652474Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.5688838Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:28.5938024Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.5962551Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.5987280Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.6013001Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.6037055Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.6061985Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.6088170Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.6111805Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.6136916Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.6161027Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.6185319Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.6209370Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.6233360Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.6258053Z Entering 'shim' 2025-03-21T20:18:28.6281916Z Entering 'third-party/ao' 2025-03-21T20:18:28.6306512Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.6330285Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.6353565Z Entering 'third-party/gflags' 2025-03-21T20:18:28.6378265Z Entering 'third-party/googletest' 2025-03-21T20:18:28.6401854Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.6425595Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.6449766Z Entering 'third-party/prelude' 2025-03-21T20:18:28.6474319Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.6506164Z ##[endgroup] 2025-03-21T20:18:28.6540348Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:28.6560353Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:28.6758799Z Prepare all required actions 2025-03-21T20:18:28.6759349Z Getting action download info 2025-03-21T20:18:28.7672292Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:28.9374018Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:28.9374751Z with: 2025-03-21T20:18:28.9375234Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:28.9375937Z docker-build-dir: .ci/docker 2025-03-21T20:18:28.9376504Z working-directory: pytorch/executorch 2025-03-21T20:18:28.9377266Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.9378057Z force-push: false 2025-03-21T20:18:28.9378463Z env: 2025-03-21T20:18:28.9378900Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:28.9379561Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.9380080Z PR_NUMBER: 2025-03-21T20:18:28.9383592Z 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=emformer_transcribe 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.9387495Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.9388642Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.9389728Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.9390469Z ##[endgroup] 2025-03-21T20:18:28.9422107Z ##[group]Run set -ex 2025-03-21T20:18:28.9422456Z set -ex 2025-03-21T20:18:28.9422695Z  2025-03-21T20:18:28.9423127Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:28.9423835Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:28.9424444Z # job could then download the pre-built image as usual 2025-03-21T20:18:28.9424998Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:28.9425554Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9426019Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9426463Z  2025-03-21T20:18:28.9426842Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:28.9427453Z  exit 0 2025-03-21T20:18:28.9427697Z else 2025-03-21T20:18:28.9427968Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9428317Z fi 2025-03-21T20:18:28.9428545Z  2025-03-21T20:18:28.9428918Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:28.9429559Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:28.9430136Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:28.9430639Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:28.9431181Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9431701Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9432137Z else 2025-03-21T20:18:28.9432470Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:28.9432966Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9433631Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9434232Z fi 2025-03-21T20:18:28.9440142Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.9440560Z env: 2025-03-21T20:18:28.9440838Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:28.9441319Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.9441619Z PR_NUMBER: 2025-03-21T20:18:28.9443438Z 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=emformer_transcribe 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.9445475Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.9446103Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.9446712Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.9447138Z REPO_NAME: executorch 2025-03-21T20:18:28.9447466Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:28.9447838Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:28.9448229Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.9448637Z ##[endgroup] 2025-03-21T20:18:28.9475893Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:28.9476204Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:28.9476501Z + echo skip=false 2025-03-21T20:18:28.9477385Z + [[ executorch-ubuntu-22.04-clang12 == *\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:28.9480362Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:28.9495454Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.9495924Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.9496822Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.9535987Z ##[group]Run set +e 2025-03-21T20:18:28.9536344Z set +e 2025-03-21T20:18:28.9536597Z set -x 2025-03-21T20:18:28.9536837Z  2025-03-21T20:18:28.9537053Z login() { 2025-03-21T20:18:28.9537565Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:28.9538123Z } 2025-03-21T20:18:28.9538350Z  2025-03-21T20:18:28.9538581Z retry () { 2025-03-21T20:18:28.9538878Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:28.9539333Z } 2025-03-21T20:18:28.9539559Z  2025-03-21T20:18:28.9539815Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:28.9540146Z  2025-03-21T20:18:28.9540375Z START_TIME=$(date +%s) 2025-03-21T20:18:28.9540703Z # Wait up to 120 minutes 2025-03-21T20:18:28.9541091Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:28.9541614Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:28.9542140Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:28.9542531Z  exit 0 2025-03-21T20:18:28.9542772Z  fi 2025-03-21T20:18:28.9543003Z  2025-03-21T20:18:28.9543415Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:28.9544121Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:28.9544835Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:28.9545390Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:28.9545809Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:28.9546280Z  break 2025-03-21T20:18:28.9546541Z  else 2025-03-21T20:18:28.9546911Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:28.9547361Z  sleep 300 2025-03-21T20:18:28.9547620Z  fi 2025-03-21T20:18:28.9547860Z done 2025-03-21T20:18:28.9548093Z  2025-03-21T20:18:28.9548465Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:28.9549075Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:28.9549622Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:28.9550101Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:28.9550567Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:28.9550989Z else 2025-03-21T20:18:28.9551342Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:28.9551860Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:28.9552244Z fi 2025-03-21T20:18:28.9552475Z  2025-03-21T20:18:28.9552729Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:28.9553114Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9553469Z  2025-03-21T20:18:28.9553965Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:28.9554538Z  exit 0 2025-03-21T20:18:28.9554784Z fi 2025-03-21T20:18:28.9555011Z  2025-03-21T20:18:28.9555340Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:28.9556067Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:28.9556678Z  exit 1 2025-03-21T20:18:28.9556920Z fi 2025-03-21T20:18:28.9557154Z  2025-03-21T20:18:28.9557548Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:28.9558257Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:28.9558888Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:28.9559601Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:28.9560416Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:28.9561083Z fi 2025-03-21T20:18:28.9561319Z  2025-03-21T20:18:28.9561601Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:28.9567723Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:28.9568122Z env: 2025-03-21T20:18:28.9568825Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.9569630Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:28.9569936Z PR_NUMBER: 2025-03-21T20:18:28.9571758Z 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=emformer_transcribe 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.9573880Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:28.9574510Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:28.9575100Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:28.9575655Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:28.9576014Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:28.9576468Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:28.9576946Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.9577367Z DOCKER_PUSH: 2025-03-21T20:18:28.9577612Z ##[endgroup] 2025-03-21T20:18:28.9600622Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.9601402Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:28.9603494Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:28.9604694Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.4556697Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:29.4557389Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:29.4558086Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:29.4558674Z 2025-03-21T20:18:29.4558811Z Login Succeeded 2025-03-21T20:18:29.4573157Z ++ date +%s 2025-03-21T20:18:29.4581446Z + START_TIME=1742588309 2025-03-21T20:18:29.4585174Z ++ date +%s 2025-03-21T20:18:29.4593637Z + [[ 1742581109 -lt 1742588309 ]] 2025-03-21T20:18:29.4594483Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.6587154Z { 2025-03-21T20:18:29.6587592Z "schemaVersion": 2, 2025-03-21T20:18:29.6588210Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:29.6588711Z "config": { 2025-03-21T20:18:29.6589056Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:29.6589486Z "size": 15113, 2025-03-21T20:18:29.6589926Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:29.6590429Z }, 2025-03-21T20:18:29.6590653Z "layers": [ 2025-03-21T20:18:29.6590868Z { 2025-03-21T20:18:29.6591222Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6591669Z "size": 30440118, 2025-03-21T20:18:29.6592118Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:29.6592623Z }, 2025-03-21T20:18:29.6592818Z { 2025-03-21T20:18:29.6593163Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6593604Z "size": 632, 2025-03-21T20:18:29.6594030Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:29.6594756Z }, 2025-03-21T20:18:29.6594958Z { 2025-03-21T20:18:29.6595308Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6595756Z "size": 157526119, 2025-03-21T20:18:29.6596205Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:29.6596706Z }, 2025-03-21T20:18:29.6596911Z { 2025-03-21T20:18:29.6597262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6597711Z "size": 623, 2025-03-21T20:18:29.6598142Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:29.6598642Z }, 2025-03-21T20:18:29.6598840Z { 2025-03-21T20:18:29.6599188Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6599630Z "size": 19308773, 2025-03-21T20:18:29.6600079Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:29.6600587Z }, 2025-03-21T20:18:29.6600787Z { 2025-03-21T20:18:29.6601236Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6601680Z "size": 737, 2025-03-21T20:18:29.6602125Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:29.6602634Z }, 2025-03-21T20:18:29.6602831Z { 2025-03-21T20:18:29.6603331Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6603781Z "size": 131418197, 2025-03-21T20:18:29.6604334Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:29.6604834Z }, 2025-03-21T20:18:29.6605030Z { 2025-03-21T20:18:29.6605376Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6606076Z "size": 447, 2025-03-21T20:18:29.6606733Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:29.6607518Z }, 2025-03-21T20:18:29.6607835Z { 2025-03-21T20:18:29.6608434Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6609136Z "size": 104, 2025-03-21T20:18:29.6609813Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:29.6610318Z }, 2025-03-21T20:18:29.6610514Z { 2025-03-21T20:18:29.6610874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6611320Z "size": 637, 2025-03-21T20:18:29.6611749Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:29.6612240Z }, 2025-03-21T20:18:29.6612440Z { 2025-03-21T20:18:29.6612786Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6613229Z "size": 33695133, 2025-03-21T20:18:29.6613678Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:29.6614184Z }, 2025-03-21T20:18:29.6614379Z { 2025-03-21T20:18:29.6614723Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6615172Z "size": 319, 2025-03-21T20:18:29.6615598Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:29.6616091Z }, 2025-03-21T20:18:29.6616287Z { 2025-03-21T20:18:29.6616634Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6617089Z "size": 249991053, 2025-03-21T20:18:29.6617542Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:29.6618044Z }, 2025-03-21T20:18:29.6618239Z { 2025-03-21T20:18:29.6618586Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6619029Z "size": 475, 2025-03-21T20:18:29.6619469Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:29.6619980Z }, 2025-03-21T20:18:29.6620174Z { 2025-03-21T20:18:29.6620519Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6621100Z "size": 1043, 2025-03-21T20:18:29.6621530Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:29.6622031Z }, 2025-03-21T20:18:29.6622226Z { 2025-03-21T20:18:29.6622571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6623014Z "size": 613, 2025-03-21T20:18:29.6623484Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:29.6623986Z }, 2025-03-21T20:18:29.6624187Z { 2025-03-21T20:18:29.6624533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6624970Z "size": 77562865, 2025-03-21T20:18:29.6625421Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:29.6625911Z }, 2025-03-21T20:18:29.6626117Z { 2025-03-21T20:18:29.6626461Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6626900Z "size": 564, 2025-03-21T20:18:29.6627330Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:29.6627815Z }, 2025-03-21T20:18:29.6628020Z { 2025-03-21T20:18:29.6628367Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6628812Z "size": 209, 2025-03-21T20:18:29.6629315Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:29.6629808Z }, 2025-03-21T20:18:29.6630020Z { 2025-03-21T20:18:29.6630364Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6630845Z + exit 0 2025-03-21T20:18:29.6631066Z "size": 1189, 2025-03-21T20:18:29.6631506Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:29.6632014Z }, 2025-03-21T20:18:29.6632210Z { 2025-03-21T20:18:29.6632554Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6632994Z "size": 679, 2025-03-21T20:18:29.6633420Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.6633906Z }, 2025-03-21T20:18:29.6634106Z { 2025-03-21T20:18:29.6634451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6634895Z "size": 6839264776, 2025-03-21T20:18:29.6635362Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:29.6635871Z }, 2025-03-21T20:18:29.6636066Z { 2025-03-21T20:18:29.6636411Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6636847Z "size": 1383, 2025-03-21T20:18:29.6637281Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:29.6637781Z }, 2025-03-21T20:18:29.6637976Z { 2025-03-21T20:18:29.6638320Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6638758Z "size": 679, 2025-03-21T20:18:29.6639175Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.6639670Z }, 2025-03-21T20:18:29.6639860Z { 2025-03-21T20:18:29.6640202Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6640645Z "size": 230829972, 2025-03-21T20:18:29.6641193Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:29.6641700Z }, 2025-03-21T20:18:29.6641899Z { 2025-03-21T20:18:29.6642243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6642687Z "size": 828, 2025-03-21T20:18:29.6643123Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:29.6643616Z }, 2025-03-21T20:18:29.6643857Z { 2025-03-21T20:18:29.6644198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6644636Z "size": 679, 2025-03-21T20:18:29.6645057Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.6645610Z }, 2025-03-21T20:18:29.6645818Z { 2025-03-21T20:18:29.6646168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6646613Z "size": 178599440, 2025-03-21T20:18:29.6647069Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:29.6647572Z }, 2025-03-21T20:18:29.6647782Z { 2025-03-21T20:18:29.6648128Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6648572Z "size": 530, 2025-03-21T20:18:29.6648999Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:29.6649486Z }, 2025-03-21T20:18:29.6649697Z { 2025-03-21T20:18:29.6650041Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6650480Z "size": 679, 2025-03-21T20:18:29.6650898Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.6651391Z }, 2025-03-21T20:18:29.6651599Z { 2025-03-21T20:18:29.6651947Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6652392Z "size": 356, 2025-03-21T20:18:29.6652823Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:29.6653307Z }, 2025-03-21T20:18:29.6653581Z { 2025-03-21T20:18:29.6653931Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6654376Z "size": 32, 2025-03-21T20:18:29.6654812Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:29.6655305Z }, 2025-03-21T20:18:29.6655520Z { 2025-03-21T20:18:29.6655872Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6656322Z "size": 164, 2025-03-21T20:18:29.6656757Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:29.6657236Z }, 2025-03-21T20:18:29.6657450Z { 2025-03-21T20:18:29.6657798Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6658242Z "size": 1111, 2025-03-21T20:18:29.6658676Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:29.6659163Z }, 2025-03-21T20:18:29.6659371Z { 2025-03-21T20:18:29.6659718Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6660155Z "size": 32, 2025-03-21T20:18:29.6660586Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:29.6661073Z }, 2025-03-21T20:18:29.6661278Z { 2025-03-21T20:18:29.6661622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.6662058Z "size": 108, 2025-03-21T20:18:29.6662487Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:29.6662978Z } 2025-03-21T20:18:29.6663190Z ] 2025-03-21T20:18:29.6663620Z } 2025-03-21T20:18:29.6699857Z ##[group]Run set -eux 2025-03-21T20:18:29.6700160Z set -eux 2025-03-21T20:18:29.6701097Z 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:29.6707575Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.6707963Z env: 2025-03-21T20:18:29.6708243Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:29.6708627Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.6708932Z PR_NUMBER: 2025-03-21T20:18:29.6710739Z 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=emformer_transcribe 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.6712883Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.6713508Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.6714100Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.6714506Z ##[endgroup] 2025-03-21T20:18:29.6740590Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:29.6741493Z + jq --raw-output .SecretString 2025-03-21T20:18:29.6742676Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:29.6743857Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:30.2393886Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.2394897Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.2395763Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.2396386Z 2025-03-21T20:18:30.2396551Z Login Succeeded 2025-03-21T20:18:30.2475084Z Prepare all required actions 2025-03-21T20:18:30.2515149Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:30.2515564Z with: 2025-03-21T20:18:30.2529107Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.2530012Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.2530429Z env: 2025-03-21T20:18:30.2530689Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:30.2531078Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:30.2531385Z PR_NUMBER: 2025-03-21T20:18:30.2533258Z 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=emformer_transcribe 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:30.2535312Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:30.2535946Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:30.2536520Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:30.2536938Z ##[endgroup] 2025-03-21T20:18:30.2561546Z ##[group]Run set -x 2025-03-21T20:18:30.2561843Z set -x 2025-03-21T20:18:30.2562089Z set +e 2025-03-21T20:18:30.2562328Z  2025-03-21T20:18:30.2562557Z login() { 2025-03-21T20:18:30.2563052Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:30.2563807Z } 2025-03-21T20:18:30.2564050Z  2025-03-21T20:18:30.2564280Z retry () { 2025-03-21T20:18:30.2564579Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:30.2564905Z } 2025-03-21T20:18:30.2565133Z  2025-03-21T20:18:30.2565384Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:30.2565717Z  2025-03-21T20:18:30.2565943Z set -e 2025-03-21T20:18:30.2566295Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:30.2566818Z # only pull docker image if it's not available locally 2025-03-21T20:18:30.2567385Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:30.2567918Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:30.2568264Z fi 2025-03-21T20:18:30.2573942Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:30.2574332Z env: 2025-03-21T20:18:30.2575022Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.2575955Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:30.2576267Z PR_NUMBER: 2025-03-21T20:18:30.2578085Z 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=emformer_transcribe 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:30.2580105Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:30.2580730Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:30.2581312Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:30.2581821Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.2582346Z ##[endgroup] 2025-03-21T20:18:30.2605239Z + set +e 2025-03-21T20:18:30.2605634Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.2606097Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.2608605Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:30.2609668Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.7527324Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.7528078Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.7528871Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.7529284Z 2025-03-21T20:18:30.7529410Z Login Succeeded 2025-03-21T20:18:30.7539278Z + set -e 2025-03-21T20:18:30.7540066Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.7659737Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.7661016Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.9765989Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:30.9771920Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:30.9772377Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:30.9772691Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:30.9772997Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:30.9773302Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:30.9773757Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:30.9774158Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:30.9774562Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:30.9774876Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:30.9775197Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:30.9775489Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:30.9775791Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:30.9776082Z a0c2fdb93dec: Waiting 2025-03-21T20:18:30.9776358Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:30.9776649Z e9ab3604d5b2: Waiting 2025-03-21T20:18:30.9776896Z 49b7cb3e3363: Waiting 2025-03-21T20:18:30.9777150Z 5a102502de33: Waiting 2025-03-21T20:18:30.9777417Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:30.9777725Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:30.9778033Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:30.9778314Z 85f4a172d5b6: Waiting 2025-03-21T20:18:30.9778573Z b51a5e8daac5: Waiting 2025-03-21T20:18:30.9778847Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:30.9779138Z 261c0f487ad0: Waiting 2025-03-21T20:18:30.9779399Z b19aec4cf4ca: Waiting 2025-03-21T20:18:30.9779854Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:30.9780176Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:30.9780526Z 5120711d46e3: Waiting 2025-03-21T20:18:30.9780782Z 60efa3734e02: Waiting 2025-03-21T20:18:30.9781053Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:30.9781335Z e1fd02ccae09: Waiting 2025-03-21T20:18:30.9781605Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:30.9781904Z 179cbc4b76fc: Waiting 2025-03-21T20:18:30.9782176Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:30.9782469Z 059fda558e34: Waiting 2025-03-21T20:18:30.9782719Z 75aba5c9e231: Waiting 2025-03-21T20:18:30.9782995Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:30.9783293Z b672a09ba2d2: Waiting 2025-03-21T20:18:30.9783552Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:30.9783819Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:30.9784083Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:30.9784375Z 59fe3e940463: Waiting 2025-03-21T20:18:30.9784639Z 6fb17717e5cb: Waiting 2025-03-21T20:18:30.9784917Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:30.9785241Z db5c552aa08b: Waiting 2025-03-21T20:18:30.9785493Z af6bbc70248f: Waiting 2025-03-21T20:18:30.9785945Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:30.9786426Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:30.9787262Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:30.9787755Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:30.9788121Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:30.9788422Z 55acbcc98871: Waiting 2025-03-21T20:18:30.9788696Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:30.9789026Z 77ba92adb139: Waiting 2025-03-21T20:18:30.9789282Z 4f4fb700ef54: Waiting 2025-03-21T20:18:30.9789522Z 3c65b9b0c077: Waiting 2025-03-21T20:18:30.9789787Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:30.9790087Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:30.9790372Z b0d8f2437162: Waiting 2025-03-21T20:18:30.9790630Z 040f4b25fe47: Waiting 2025-03-21T20:18:30.9790869Z 3c734af619a2: Waiting 2025-03-21T20:18:31.0329212Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:31.0329567Z 86e413e13063: Download complete 2025-03-21T20:18:31.1000521Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:31.1001141Z 261c0f487ad0: Download complete 2025-03-21T20:18:31.3445378Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:31.3445950Z 60efa3734e02: Download complete 2025-03-21T20:18:31.3446622Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:31.3447048Z 8f84a9f2102e: Download complete 2025-03-21T20:18:31.4040488Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:31.4041228Z a0c2fdb93dec: Download complete 2025-03-21T20:18:31.4962469Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:31.4962992Z 5a102502de33: Download complete 2025-03-21T20:18:31.5878590Z 49b7cb3e3363: Verifying Checksum 2025-03-21T20:18:31.5879231Z 49b7cb3e3363: Download complete 2025-03-21T20:18:31.6558621Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:32.0549257Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:32.0549861Z b19aec4cf4ca: Download complete 2025-03-21T20:18:32.1162415Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:32.1162849Z 5120711d46e3: Download complete 2025-03-21T20:18:32.3096720Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:32.3333889Z 86e413e13063: Pull complete 2025-03-21T20:18:32.6008624Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:32.6009031Z b5c6df654772: Download complete 2025-03-21T20:18:32.6712179Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:32.7221148Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:32.7221740Z e9ab3604d5b2: Download complete 2025-03-21T20:18:32.7377030Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:32.7377468Z 75aba5c9e231: Download complete 2025-03-21T20:18:32.8152950Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:32.8153591Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:32.9050681Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:32.9051251Z 059fda558e34: Download complete 2025-03-21T20:18:32.9751059Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:32.9752094Z b672a09ba2d2: Download complete 2025-03-21T20:18:33.0535373Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:33.0536375Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:33.1106882Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:33.1107461Z 59fe3e940463: Download complete 2025-03-21T20:18:33.5599105Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:33.5599698Z 179cbc4b76fc: Download complete 2025-03-21T20:18:33.6268364Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:34.6556180Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:34.6556662Z b51a5e8daac5: Download complete 2025-03-21T20:18:34.7308963Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:35.9845930Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:35.9846500Z af6bbc70248f: Download complete 2025-03-21T20:18:36.0488252Z 77ba92adb139: Download complete 2025-03-21T20:18:36.1562666Z 3c65b9b0c077: Download complete 2025-03-21T20:18:36.1653597Z 4f4fb700ef54: Download complete 2025-03-21T20:18:36.2758592Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:36.3403691Z b0d8f2437162: Download complete 2025-03-21T20:18:36.3404300Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:36.3404896Z 040f4b25fe47: Download complete 2025-03-21T20:18:36.4037176Z 3c734af619a2: Verifying Checksum 2025-03-21T20:18:36.4037648Z 3c734af619a2: Download complete 2025-03-21T20:18:36.5727757Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:36.5728159Z 55acbcc98871: Download complete 2025-03-21T20:18:36.7166432Z b5c6df654772: Pull complete 2025-03-21T20:18:36.8037869Z 261c0f487ad0: Pull complete 2025-03-21T20:18:37.1877472Z 60efa3734e02: Pull complete 2025-03-21T20:18:37.3673158Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:39.8923392Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:40.0015654Z 5a102502de33: Pull complete 2025-03-21T20:18:40.0784429Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:40.1382288Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:40.7813444Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:40.9406126Z 5120711d46e3: Pull complete 2025-03-21T20:18:49.5020305Z b51a5e8daac5: Pull complete 2025-03-21T20:18:49.6567012Z e1fd02ccae09: Pull complete 2025-03-21T20:18:49.8330230Z 75aba5c9e231: Pull complete 2025-03-21T20:18:49.9088130Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:52.7616333Z 179cbc4b76fc: Pull complete 2025-03-21T20:18:52.8072973Z 059fda558e34: Pull complete 2025-03-21T20:18:52.9490057Z b672a09ba2d2: Pull complete 2025-03-21T20:18:53.0962833Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:53.2289885Z 59fe3e940463: Pull complete 2025-03-21T20:19:41.5556669Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:41.5557047Z 6fb17717e5cb: Download complete 2025-03-21T20:20:56.0153116Z 6fb17717e5cb: Pull complete 2025-03-21T20:20:56.1605150Z db5c552aa08b: Pull complete 2025-03-21T20:21:03.5682634Z af6bbc70248f: Pull complete 2025-03-21T20:21:03.7499619Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:10.3360331Z 55acbcc98871: Pull complete 2025-03-21T20:21:10.3880964Z 77ba92adb139: Pull complete 2025-03-21T20:21:10.4973738Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:10.5323551Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:10.5836055Z b0d8f2437162: Pull complete 2025-03-21T20:21:10.6529485Z 040f4b25fe47: Pull complete 2025-03-21T20:21:10.8743978Z 3c734af619a2: Pull complete 2025-03-21T20:21:10.8956940Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:10.9023150Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:10.9092549Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:10.9138643Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:10.9139662Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:10.9147788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:10.9148352Z env: 2025-03-21T20:21:10.9148633Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:10.9149015Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:10.9149323Z PR_NUMBER: 2025-03-21T20:21:10.9151195Z 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=emformer_transcribe 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:21:10.9153226Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:10.9153860Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:10.9154452Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:10.9154878Z ##[endgroup] 2025-03-21T20:21:10.9299533Z ##[group]Run set -ex 2025-03-21T20:21:10.9299850Z set -ex 2025-03-21T20:21:10.9300092Z { 2025-03-21T20:21:10.9300353Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:10.9300712Z  echo "set -eou pipefail"; 2025-03-21T20:21:10.9301067Z  # shellcheck disable=SC2016 2025-03-21T20:21:10.9301444Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:10.9301799Z  echo "set -x"; 2025-03-21T20:21:10.9302094Z  echo "${SCRIPT}"; 2025-03-21T20:21:10.9302416Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:10.9302789Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:10.9303566Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:10.9309114Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:10.9309432Z env: 2025-03-21T20:21:10.9310170Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:10.9310997Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:10.9311307Z PR_NUMBER: 2025-03-21T20:21:10.9313226Z 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=emformer_transcribe 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:21:10.9315322Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:10.9315963Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:10.9316561Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:10.9317282Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:10.9317626Z ##[endgroup] 2025-03-21T20:21:10.9340130Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:10.9341488Z + echo 'set -eou pipefail' 2025-03-21T20:21:10.9341827Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:10.9342246Z + echo 'set -x' 2025-03-21T20:21:10.9342871Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:10.9343852Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:10.9344376Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:10.9344578Z 2025-03-21T20:21:10.9344704Z MODEL_NAME=emformer_transcribe 2025-03-21T20:21:10.9344996Z BUILD_TOOL=cmake 2025-03-21T20:21:10.9345247Z BACKEND=portable 2025-03-21T20:21:10.9345404Z 2025-03-21T20:21:10.9345745Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:10.9346286Z # Build and test ExecuTorch 2025-03-21T20:21:10.9346844Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-03-21T20:21:10.9347548Z ' 2025-03-21T20:21:10.9347874Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:10.9351393Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:31.3023521Z Running command: 2025-03-21T20:21:31.3031050Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170672" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2cbbaf02-d6f5-44db-be2f-8e5299ca8937":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2cbbaf02-d6f5-44db-be2f-8e5299ca8937" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:31.3037187Z 2025-03-21T20:21:31.3037533Z e9a5b69fee63161339c34f56b66b09dba58ae259b7f3a02db84bc587a2610a03 2025-03-21T20:21:31.3038258Z Running command: docker exec -t e9a5b69fee63161339c34f56b66b09dba58ae259b7f3a02db84bc587a2610a03 /exec 2025-03-21T20:21:31.3038912Z ++ conda env list --json 2025-03-21T20:21:31.3039194Z ++ local cmd=env 2025-03-21T20:21:31.3039441Z ++ case "$cmd" in 2025-03-21T20:21:31.3039705Z ++ __conda_exe env list --json 2025-03-21T20:21:31.3039992Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:31.3040425Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:31.3040776Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.3041200Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.3041537Z + local cmd=activate 2025-03-21T20:21:31.3041779Z + case "$cmd" in 2025-03-21T20:21:31.3042075Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.3042444Z + '[' -n '' ']' 2025-03-21T20:21:31.3042685Z + local ask_conda 2025-03-21T20:21:31.3042948Z ++ PS1='(base) ' 2025-03-21T20:21:31.3043266Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.3043796Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:31.3044259Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:31.3045189Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:31.3046169Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:31.3046546Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:31.3046867Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:31.3047247Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:31.3047632Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:31.3048000Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:31.3048336Z export _CE_M='\'''\'' 2025-03-21T20:21:31.3048611Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:31.3049165Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:31.3049564Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:31.3050465Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:31.3051447Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:31.3051823Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:31.3052147Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:31.3052525Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:31.3052905Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:31.3053275Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:31.3053610Z export _CE_M='\'''\'' 2025-03-21T20:21:31.3053885Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:31.3054238Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:31.3054729Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:31.3055577Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:31.3057034Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:31.3057933Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.3058313Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:31.3058650Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:31.3058919Z ++ CONDA_SHLVL=2 2025-03-21T20:21:31.3059192Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:31.3059506Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:31.3059829Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:31.3060194Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:31.3060531Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:31.3060862Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:31.3061162Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:31.3061505Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:31.3061810Z ++ export _CE_M= 2025-03-21T20:21:31.3062052Z ++ _CE_M= 2025-03-21T20:21:31.3062295Z ++ export _CE_CONDA= 2025-03-21T20:21:31.3062553Z ++ _CE_CONDA= 2025-03-21T20:21:31.3062823Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:31.3063211Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:31.3063797Z + __conda_hashr 2025-03-21T20:21:31.3064049Z + '[' -n '' ']' 2025-03-21T20:21:31.3064290Z + '[' -n '' ']' 2025-03-21T20:21:31.3064516Z + hash -r 2025-03-21T20:21:31.3064765Z + MODEL_NAME=emformer_transcribe 2025-03-21T20:21:31.3065075Z + BUILD_TOOL=cmake 2025-03-21T20:21:31.3065417Z + BACKEND=portable 2025-03-21T20:21:31.3065738Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:31.3066101Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:31.3066522Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:21:31.3066874Z + source .ci/scripts/utils.sh 2025-03-21T20:21:31.3067198Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:31.3067538Z ++ parse_args --build-tool cmake 2025-03-21T20:21:31.3067854Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:21:31.3068151Z ++ local args 2025-03-21T20:21:31.3068386Z ++ local i 2025-03-21T20:21:31.3068610Z ++ local BUILD_TOOL= 2025-03-21T20:21:31.3068856Z ++ local BUILD_MODE= 2025-03-21T20:21:31.3069113Z ++ local EDITABLE= 2025-03-21T20:21:31.3069354Z ++ (( i=0 )) 2025-03-21T20:21:31.3069588Z ++ (( i<2 )) 2025-03-21T20:21:31.3069821Z ++ case "${args[$i]}" in 2025-03-21T20:21:31.3070155Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:31.3070399Z ++ i=1 2025-03-21T20:21:31.3070613Z ++ (( i++ )) 2025-03-21T20:21:31.3070837Z ++ (( i<2 )) 2025-03-21T20:21:31.3071056Z ++ '[' -z cmake ']' 2025-03-21T20:21:31.3071321Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:31.3071627Z ++ BUILD_MODE=Release 2025-03-21T20:21:31.3071912Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:31.3072386Z ++ EDITABLE=false 2025-03-21T20:21:31.3072632Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:21:31.3072948Z ++ echo 'cmake Release false' 2025-03-21T20:21:31.3073246Z + [[ false == \t\r\u\e ]] 2025-03-21T20:21:31.3073632Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:21:31.3073979Z + which pip 2025-03-21T20:21:31.3074211Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:21:31.3074628Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:21:31.3075199Z 2025-03-21 20:21:30,327 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:21:31.3075895Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:31.3076817Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:31.3077799Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:31.3078875Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:31.3079654Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:31.3080246Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:31.3081221Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:21:31.3082542Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:21:31.3083485Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:31.3084149Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:31.3085159Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:21:31.3086354Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:21:31.3087579Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:21:31.3088795Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:21:31.3089982Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:21:31.3091166Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:21:31.3092469Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:21:31.3093870Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:21:31.3095267Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:21:31.3096699Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:21:43.4760258Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:21:43.4763104Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:21:43.4766257Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:21:43.4768940Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:21:43.4771611Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:21:43.4773832Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:21:43.4775752Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:21:43.4776763Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:43.4777731Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:43.4778688Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:43.4779719Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:21:43.4780807Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:21:43.4781906Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:21:43.4783282Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:21:43.4784909Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:21:43.4786525Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:21:43.4788200Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:21:43.4789444Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:43.4790629Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:43.4791481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 95.5 MB/s eta 0:00:00 2025-03-21T20:21:43.4792425Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:43.4793328Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:43.4794151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 232.0 MB/s eta 0:00:00 2025-03-21T20:21:43.4811986Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:43.4812505Z Attempting uninstall: timm 2025-03-21T20:21:43.4812847Z Found existing installation: timm 0.6.13 2025-03-21T20:21:43.4813217Z Uninstalling timm-0.6.13: 2025-03-21T20:21:43.4813553Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:43.4813944Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:43.4814356Z Processing ./third-party/ao 2025-03-21T20:21:43.4815302Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:43.4815976Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:43.4816531Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:21:43.4817672Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=4fa5a419a29b97505f12eb5025b29e389225cc34be19e5ad9aee2df587812954 2025-03-21T20:21:43.4818939Z Stored in directory: /tmp/pip-ephem-wheel-cache-7n7jaz7s/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:43.4819675Z Successfully built torchao 2025-03-21T20:21:43.4819981Z Installing collected packages: torchao 2025-03-21T20:21:43.4820365Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:21:43.4820934Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:21:43.4821807Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:43.4822885Z Processing /pytorch/executorch 2025-03-21T20:21:43.4823448Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:21:43.4824085Z running dist_info 2025-03-21T20:21:43.4824687Z creating /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info 2025-03-21T20:21:43.4825662Z writing /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/PKG-INFO 2025-03-21T20:21:43.4826439Z writing dependency_links to /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/dependency_links.txt 2025-03-21T20:21:43.4827292Z writing entry points to /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/entry_points.txt 2025-03-21T20:21:43.4828100Z writing requirements to /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/requires.txt 2025-03-21T20:21:43.4829293Z writing top-level names to /tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/top_level.txt 2025-03-21T20:21:43.4830110Z writing manifest file '/tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:43.4830881Z reading manifest file '/tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:43.4831446Z adding license file 'LICENSE' 2025-03-21T20:21:43.4831972Z writing manifest file '/tmp/pip-modern-metadata-j63rxdcl/executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:43.4832952Z creating '/tmp/pip-modern-metadata-j63rxdcl/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:21:43.4834120Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:43.4835570Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:21:43.4836957Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:43.4839363Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:21:43.4842098Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:21:43.4843836Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:21:43.4846073Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:21:43.4848246Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:21:43.4850431Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:21:43.4852502Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:21:43.4854750Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:21:43.4857141Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:21:43.4858689Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:43.4861056Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:21:43.4863554Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:21:43.4864575Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:43.4867338Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:21:43.4869921Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:21:43.4871478Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:21:56.3480029Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:21:56.3482453Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:21:56.3483878Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.3486119Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:21:56.3488522Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:21:56.3490216Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:21:56.3492676Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:21:56.3495061Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:21:56.3497377Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:21:56.3499804Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:21:56.3502361Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:21:56.3505176Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:21:56.3507656Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:21:56.3509971Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:21:56.3512608Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:21:56.3514260Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.3516332Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:21:56.3519501Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:21:56.3520497Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:21:56.3522855Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:21:56.3525227Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:21:56.3527085Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:21:56.3530298Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:21:56.3532238Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:21:56.3533322Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:21:56.3534157Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:21:56.3534884Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:21:56.3535670Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:21:56.3536408Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:21:56.3537130Z Building wheels for collected packages: executorch 2025-03-21T20:21:56.3537977Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:21:56.3539014Z running bdist_wheel 2025-03-21T20:21:56.3539623Z running build 2025-03-21T20:21:56.3540046Z command options for 'CustomBuild': 2025-03-21T20:21:56.3540594Z build_base = pip-out 2025-03-21T20:21:56.3541083Z build_purelib = pip-out/lib 2025-03-21T20:21:56.3541685Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:56.3542353Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:21:56.3542967Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:21:56.3543572Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:21:56.3544168Z plat_name = linux-x86_64 2025-03-21T20:21:56.3544650Z compiler = None 2025-03-21T20:21:56.3545100Z parallel = 7 2025-03-21T20:21:56.3545525Z debug = None 2025-03-21T20:21:56.3545941Z force = None 2025-03-21T20:21:56.3546413Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:21:56.3547298Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:21:56.3548579Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:21:56.3550482Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:21:56.3551905Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:21:56.3552729Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:21:56.3553893Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:21:56.3555269Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:56.3556760Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:56.3558190Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:21:56.3559696Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:21:56.3560791Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:21:56.3561589Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:21:56.3562142Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:21:56.3562745Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:56.3563885Z CMake Warning: 2025-03-21T20:21:56.3564443Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:56.3564942Z 2025-03-21T20:21:56.3564951Z 2025-03-21T20:21:56.3565221Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:56.3565903Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:56.3566606Z git describe failed with exit code: 128 2025-03-21T20:21:56.3566880Z 2025-03-21T20:21:56.3567070Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:56.3567494Z Call Stack (most recent call first): 2025-03-21T20:21:56.3567834Z CMakeLists.txt:5 (include) 2025-03-21T20:21:56.3568026Z 2025-03-21T20:21:56.3568031Z 2025-03-21T20:21:56.3568330Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:56.3568959Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:21:56.3569919Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:56.3570794Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:21:56.3571888Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:56.3573384Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:21:56.3574866Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:21:56.3576363Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:56.3577902Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:56.3578970Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:21:56.3580126Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:21:56.3581312Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:56.3582346Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:21:56.3583867Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:56.3585516Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:56.3587251Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:21:56.3588866Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:21:56.3590436Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:21:56.3592086Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:21:56.3593743Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:21:56.3595389Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:21:56.3597071Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:21:56.3598459Z [ 1%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:21:56.3599323Z [ 1%] Built target flatccrt 2025-03-21T20:21:56.3600300Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:21:56.3602312Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:21:57.2731425Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:21:57.2732651Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:57.2733398Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:21:57.2734597Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:21:57.2735691Z [ 2%] Built target pthreadpool 2025-03-21T20:21:57.2736509Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:21:57.2737228Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:57.2737751Z -- Detecting CXX compile features 2025-03-21T20:21:57.2738094Z -- Detecting CXX compile features - done 2025-03-21T20:21:57.2738497Z -- Looking for strtof_l 2025-03-21T20:21:57.2739290Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:21:57.2740174Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:21:57.2741064Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:21:57.2741949Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:21:57.2742873Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:21:57.2743739Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:21:57.2744596Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:21:57.2745409Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:21:57.2746146Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:21:57.2747179Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:21:57.2748215Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:21:57.2749012Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:21:57.2749865Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:21:57.2750959Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:21:57.2751790Z -- Looking for strtof_l - found 2025-03-21T20:21:57.2752133Z -- Looking for strtoull_l 2025-03-21T20:21:57.2752709Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:21:57.2753641Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:21:57.2754492Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:21:57.2755303Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:21:57.2756194Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:21:57.2757129Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:21:57.2758301Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:21:57.2759460Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:21:57.2760211Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:21:57.2761190Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:21:57.2762133Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:21:57.2763052Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:21:57.2765858Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:21:57.2766804Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:21:57.2768311Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:21:57.2768946Z -- Looking for strtoull_l - found 2025-03-21T20:21:57.2769286Z -- Looking for realpath 2025-03-21T20:21:57.2769912Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:21:57.2770854Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:21:57.2771743Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:21:57.2772662Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:57.2773531Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:21:57.2774359Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:21:57.2775231Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:21:57.2776146Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:21:57.2777088Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:57.2777924Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:21:57.2778761Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:21:57.2779633Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:21:57.2780560Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:21:57.2781570Z -- Looking for realpath - found 2025-03-21T20:21:57.2782231Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:57.2782868Z -- Configuring done (1.1s) 2025-03-21T20:21:57.2783342Z [ 3%] Built target logging 2025-03-21T20:21:57.2784319Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:57.2785244Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:21:57.2785882Z -- Generating done (0.0s) 2025-03-21T20:21:57.2786572Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:21:57.2787327Z [ 3%] Performing build step for 'flatbuffers' 2025-03-21T20:21:57.2787971Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:21:57.2788856Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:21:57.2789750Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:57.2790472Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:21:57.2791602Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:21:57.2792720Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:57.2793843Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:21:57.2794950Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:21:57.2795566Z [ 4%] Built target indirection 2025-03-21T20:21:57.2796310Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:21:57.2797287Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:21:57.2798163Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:21:57.2798801Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:21:57.2799157Z [ 6%] Built target cpuinfo 2025-03-21T20:21:57.2799720Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:21:57.2800579Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:21:57.2801266Z [ 6%] Built target microparams-init 2025-03-21T20:21:57.2801844Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:21:57.2802935Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:21:57.2804038Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:21:57.2804924Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:21:57.2805827Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:21:58.4408917Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:21:58.4410875Z [ 7%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:21:58.4411970Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:58.4412978Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:58.4413807Z [ 7%] Built target flatcc 2025-03-21T20:21:58.4414902Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:21:58.4416096Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:21:58.4417362Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:21:58.4419142Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:21:58.4421265Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:21:58.4422820Z [ 7%] Built target eigen_blas 2025-03-21T20:21:58.4423821Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:21:58.4424908Z [ 7%] Built target normalization 2025-03-21T20:21:58.4425655Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:58.4426672Z [ 7%] Built target allocator 2025-03-21T20:21:58.4427715Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:21:58.4428866Z [ 7%] Built target packing 2025-03-21T20:21:58.4430325Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:21:58.4431782Z [ 7%] Built target cache 2025-03-21T20:21:58.4432467Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:58.4433738Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:21:58.4434885Z [ 7%] Built target datatype 2025-03-21T20:21:58.4435625Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:58.4437385Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:21:58.4438975Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:58.4439831Z [ 7%] Built target memory 2025-03-21T20:21:58.4441407Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:21:58.4443912Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:21:58.4445472Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:58.4446320Z [ 7%] Built target microkernel-utils 2025-03-21T20:21:58.4447372Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:21:58.4449419Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:21:58.4451893Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:21:58.4454210Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:21:58.4455465Z [ 7%] Built target mutex 2025-03-21T20:21:58.4456122Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:58.4457807Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:21:58.4459932Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:21:58.4461365Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:58.4462795Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:21:58.4464207Z [ 7%] Built target operator-utils 2025-03-21T20:21:58.4465131Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:21:58.4466292Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:58.4468223Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:21:58.4470001Z [ 7%] Built target reference-ukernels 2025-03-21T20:21:58.4471324Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:21:58.4472844Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:21:58.4473682Z [ 7%] Built target operator-run 2025-03-21T20:21:58.4474449Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:58.4475459Z [ 7%] Built target hardware-config 2025-03-21T20:21:58.4477136Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:21:58.4479270Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:21:58.4480481Z [ 7%] Built target flatcc_cli 2025-03-21T20:21:58.4481821Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:21:58.4483152Z [ 7%] Generating etdump headers 2025-03-21T20:21:58.4483738Z [ 7%] Built target etdump_schema 2025-03-21T20:21:58.4485467Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:21:58.4488583Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:21:58.4491133Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:21:58.4493218Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:21:58.4494682Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:58.4495600Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:58.4496174Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:58.4496755Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:58.4497638Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:21:58.4498478Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:58.4499468Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:21:58.4500736Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:21:58.4501811Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:21:58.4502872Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:21:58.4504099Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:21:58.4505495Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:21:58.4506887Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:21:58.4507841Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:58.4508739Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:21:58.4510041Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:21:58.4511228Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:21:58.4512310Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:21:58.4513572Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:21:58.4514843Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:21:58.4516071Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:21:58.4517285Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:21:59.6885761Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:21:59.6888347Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:21:59.6889803Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:59.6891158Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:21:59.6892928Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:21:59.6894812Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:21:59.6896871Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:21:59.6899254Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:21:59.6901380Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:59.6902958Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:21:59.6905381Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:21:59.6907423Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:21:59.6909515Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:21:59.6911077Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:59.6911830Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:59.6912496Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:59.6913479Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:21:59.6914398Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:59.6915171Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:21:59.6915917Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:59.6916839Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:21:59.6918416Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:21:59.6920190Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:21:59.6922209Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:21:59.6924443Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:21:59.6925918Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:59.6927595Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:21:59.6929293Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:59.6930967Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:21:59.6933238Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:21:59.6935117Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:59.6936017Z [ 10%] Built target operators 2025-03-21T20:21:59.6937352Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:21:59.6939558Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:21:59.6941701Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:21:59.6944021Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:21:59.6946072Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:21:59.6947794Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:21:59.6949771Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:21:59.6951427Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:59.6952446Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:59.6953760Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:21:59.6955497Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:21:59.6957033Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:21:59.6958203Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:21:59.6959378Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:21:59.6960224Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:59.6961090Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:21:59.6962061Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:21:59.6962889Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:59.6964976Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:21:59.6966203Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:21:59.6968320Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:21:59.6970220Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:21:59.6971713Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:21:59.6973231Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:21:59.6974542Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:59.6976122Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:21:59.6978155Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:21:59.6979890Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:21:59.6981812Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:21:59.6983798Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:21:59.6985823Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:21:59.6987449Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:59.6989144Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:21:59.6991340Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:21:59.6993298Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:21:59.6995448Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:21:59.6997319Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:59.6999080Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:22:00.6786133Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:00.6787345Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:22:00.6788534Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:00.6789739Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:00.6791449Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:00.6793434Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:22:00.6795728Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:22:00.6797531Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:00.6799163Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:00.6801738Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:00.6803821Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:00.6805788Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:00.6807773Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:00.6809726Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:00.6811735Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:00.6814206Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:22:00.6816367Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:00.6817969Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:00.6819870Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:22:00.6822376Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:22:00.6824838Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:22:00.6827203Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:22:00.6829350Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:00.6831339Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:00.6832642Z [100%] Linking CXX executable flatc 2025-03-21T20:22:00.6834111Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:22:00.6836431Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:22:00.6838488Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:00.6840281Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:00.6842537Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:00.6845108Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:22:00.6847688Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:22:00.6850407Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:22:00.6852688Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:00.6854852Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:22:00.6857596Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:22:00.6859957Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:22:00.6861457Z [ 17%] Built target subgraph 2025-03-21T20:22:00.6862853Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:22:00.6865545Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:22:00.6868117Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:22:00.6870875Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:22:00.6873496Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:22:00.6876214Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:22:00.6878697Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:22:00.6881356Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:00.6883851Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:00.6886443Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:00.6889044Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:00.6891628Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:22:00.6894317Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:22:00.6896909Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:22:00.6899562Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:00.6902247Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:22:00.6904762Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:22:00.6907274Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:22:00.6909865Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:22:00.6912597Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:22:00.6915329Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:22:00.6918163Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:22:00.6920773Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:01.7388017Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:01.7390712Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:01.7393282Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:01.7396032Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:01.7398617Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:01.7401323Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:01.7403985Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:01.7406649Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:01.7409203Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:01.7411933Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:01.7414588Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:01.7417304Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:01.7419941Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:01.7422449Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:01.7425049Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:01.7427604Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:01.7429213Z [100%] Built target flatc 2025-03-21T20:22:01.7429746Z [ 19%] No install step for 'flatbuffers' 2025-03-21T20:22:01.7431391Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:01.7434058Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:22:01.7435611Z [ 19%] Completed 'flatbuffers' 2025-03-21T20:22:01.7436166Z [ 19%] Built target flatbuffers 2025-03-21T20:22:01.7437640Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:22:01.7439500Z [ 19%] Generating common_schema headers 2025-03-21T20:22:01.7440121Z [ 19%] Built target common_schema 2025-03-21T20:22:01.7440737Z [ 20%] Generating xnnpack_schema headers 2025-03-21T20:22:01.7441475Z [ 20%] Built target xnnpack_schema 2025-03-21T20:22:01.7443314Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:01.7445201Z [ 20%] Generating bundled_program headers 2025-03-21T20:22:01.7445754Z [ 20%] Generating program_schema headers 2025-03-21T20:22:01.7446332Z [ 20%] Built target bundled_program_schema 2025-03-21T20:22:01.7447998Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:22:01.7449821Z [ 20%] Built target program_schema 2025-03-21T20:22:01.7451731Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:22:01.7453911Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:01.7455268Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:01.7457459Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:22:01.7460329Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:22:01.7462745Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:01.7467427Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:01.7469948Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:01.7472341Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:01.7474720Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:22:01.7476853Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:01.7478188Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:01.7479575Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:01.7481082Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:01.7483376Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:01.7485576Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:01.7487016Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:01.7488599Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:01.7491006Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:01.7493388Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:01.7494972Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:01.7496613Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:01.7498720Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:01.7500595Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:01.7501801Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:01.7503115Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:01.7504277Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:01.7505571Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:01.7507742Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:01.7510491Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:01.7513357Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:01.7515858Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:22:01.7518086Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:01.7520363Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:22:01.7521983Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:01.7523640Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:22:01.7525241Z [ 23%] Built target executorch_core 2025-03-21T20:22:03.3810094Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:22:03.3812159Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:03.3814111Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:22:03.3816099Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:03.3817674Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:03.3819280Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:03.3821002Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:03.3822753Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:03.3824755Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:22:03.3826795Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:03.3828294Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:03.3829668Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:03.3832070Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:03.3834756Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:03.3836520Z [ 26%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:03.3838306Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:03.3839976Z [ 26%] Built target extension_tensor 2025-03-21T20:22:03.3841806Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:03.3843635Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:03.3844580Z [ 26%] Built target extension_threadpool 2025-03-21T20:22:03.3845616Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:03.3847014Z [ 26%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:03.3848935Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:03.3851431Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:03.3853031Z [ 26%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:03.3854561Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:03.3857023Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:03.3858626Z [ 26%] Built target executorch 2025-03-21T20:22:03.3859502Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:03.3860785Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:03.3862565Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:03.3864975Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:03.3866310Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:22:03.3866968Z [ 29%] Built target cpublas 2025-03-21T20:22:03.3868163Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:03.3869998Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:03.3871705Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:03.3873377Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:03.3875442Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:22:03.3877494Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:03.3879414Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:22:03.3881503Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:03.3883737Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:03.3886502Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:03.3888590Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:03.3890274Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:03.3892003Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:03.3893762Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:03.3895262Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:03.3896337Z [ 29%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:03.3898100Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:22:03.3899573Z [ 29%] Built target extension_data_loader 2025-03-21T20:22:03.3900479Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:03.3901852Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:03.3903401Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:03.3905413Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:03.3907003Z [ 29%] Linking CXX static library libutil.a 2025-03-21T20:22:03.3907638Z [ 29%] Built target util 2025-03-21T20:22:03.3908709Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:03.3910427Z [ 29%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:03.3912124Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:03.3913769Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:03.3915695Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:03.3918182Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:22:03.3919770Z [ 30%] Linking CXX static library libetdump.a 2025-03-21T20:22:03.3920416Z [ 30%] Built target etdump 2025-03-21T20:22:03.3921446Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:03.3922985Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:03.3924130Z [ 30%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:03.3924826Z [ 30%] Built target bundled_program 2025-03-21T20:22:03.3925865Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:03.3927344Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:03.3929295Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:03.3931249Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:03.3932921Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:03.3935082Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:03.3937269Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:03.3938827Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:03.3940538Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:06.6618327Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:06.6620396Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:06.6621927Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:06.6624310Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:06.6627013Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:06.6629372Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:06.6631160Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:06.6632741Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:06.6634811Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:22:06.6637008Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:06.6639182Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:22:06.6641838Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:22:06.6644371Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:22:06.6646437Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:06.6648615Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:06.6650702Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:06.6652789Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:06.6655044Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:06.6657308Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:06.6659551Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:06.6661784Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:06.6664611Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:06.6666746Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:06.6668703Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:06.6670895Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:22:06.6673352Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:22:06.6675438Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:06.6677607Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:06.6679798Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:06.6682185Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:06.6684672Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:06.6686687Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:06.6688669Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:22:06.6690772Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:06.6693041Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:06.6695688Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:22:06.6697843Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:06.6699659Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:06.6701718Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:22:06.6704216Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:22:06.6706730Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:06.6709221Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:06.6711303Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:06.6712919Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:06.6714917Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:06.6716904Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:06.6719072Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:06.6721811Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:06.6724676Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:06.6727010Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:06.6728686Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:06.6730843Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:06.6733043Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:06.6734781Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:06.6737079Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:06.6739712Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:06.6741804Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:06.6743972Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:06.6746643Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:06.6749243Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:06.6751917Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:06.6754128Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:10.6103432Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.6105563Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:10.6107693Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:10.6110342Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.6112775Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:10.6114957Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:10.6117578Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:10.6119734Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:10.6122787Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.6125038Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:10.6127336Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:10.6129953Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:10.6132254Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.6134611Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:10.6136832Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:10.6139591Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:10.6142800Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:10.6145309Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:10.6147152Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:10.6149566Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:10.6151910Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:10.6154250Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.6156630Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:10.6159081Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:10.6162151Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.6165216Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:10.6167647Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:10.6170058Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:10.6172297Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:10.6174502Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:10.6176719Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:10.6179405Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:10.6181581Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:10.6183352Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:10.6185644Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:10.6187893Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:10.6190449Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:10.6193292Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:10.6195570Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:10.6197287Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:10.6199001Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:10.6201539Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:10.6204500Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:10.6207228Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:10.6209395Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:10.6211582Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:22:10.6213672Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:10.6215783Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:10.6218402Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:10.6220473Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:10.6222423Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:10.6224558Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:10.6226247Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:10.6228376Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:10.6230530Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:10.6232207Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:10.6234236Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:10.6236739Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:10.6239151Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:10.6241279Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:12.2634935Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:12.2637441Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:22:12.2639983Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:22:12.2642719Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:22:12.2645244Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:12.2647352Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:12.2648977Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:12.2650946Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:12.2652700Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:12.2654898Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:22:12.2657467Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:12.2660369Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:22:12.2665884Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:22:12.2668573Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:12.2670351Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:12.2672071Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:12.2673802Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:12.2676236Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:22:12.2679478Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:22:12.2682055Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:12.2684274Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:22:12.2686617Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:12.2688714Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:12.2690812Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:12.2692538Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:12.2694758Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:22:12.2697206Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:12.2699651Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:22:12.2701793Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:12.2718476Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:22:12.2721035Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:22:12.2723529Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:12.2726244Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:22:12.2728445Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:12.2730271Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:12.2732397Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:22:12.2734545Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:12.2736736Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:22:12.2739309Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:22:12.2741777Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:22:12.2743977Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:12.2746061Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:22:12.2748226Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:12.2749992Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:12.2751673Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:12.2753430Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:12.2755536Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:22:12.2757956Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:22:12.2760123Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:12.2762366Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:22:12.2764958Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:12.2767098Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:12.2769075Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:12.2770956Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:12.2773100Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:12.2775096Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:12.2777186Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:12.2779128Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:12.2780808Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:12.2783067Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:12.2785208Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:12.2786911Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:12.2788587Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:13.9080910Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:22:13.9083191Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:13.9085366Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:22:13.9087570Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:13.9089503Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:13.9091395Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:13.9093509Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:22:13.9095483Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:13.9097124Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:13.9099168Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:22:13.9101257Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:13.9103260Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:22:13.9105289Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:13.9107224Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:22:13.9109443Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:13.9111546Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:22:13.9113663Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:13.9116110Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:22:13.9118239Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:13.9120353Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:22:13.9122561Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:13.9124337Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:13.9126007Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:13.9128216Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:22:13.9130283Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:13.9132073Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:13.9134219Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:22:13.9136546Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:22:13.9138920Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:22:13.9141278Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:22:13.9143621Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:22:13.9146005Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:22:13.9148167Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:13.9150079Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:13.9151872Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:13.9153572Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:13.9155337Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:13.9157398Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:22:13.9159767Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:22:13.9162171Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:22:13.9164697Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:22:13.9167083Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:22:13.9169397Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:22:13.9171731Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:13.9173653Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:13.9175783Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:22:13.9177903Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:13.9179969Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:22:13.9182536Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:22:13.9184900Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:22:13.9187017Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:13.9189135Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:22:13.9191502Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:22:13.9193879Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:22:13.9196197Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:22:13.9198547Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:22:13.9201036Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:22:13.9203292Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:22:13.9205304Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:13.9207310Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:22:13.9209327Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:13.9211303Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:22:13.9213265Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:13.9214943Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:15.4723432Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:22:15.4725927Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:22:15.4728085Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:15.4730197Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:22:15.4732563Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:15.4734656Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:22:15.4736779Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:15.4738625Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:15.4740509Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:15.4741860Z [ 51%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:15.4743248Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:22:15.4745672Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:22:15.4747537Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:15.4749032Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:15.4750543Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:15.4752046Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:15.4753158Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:22:15.4753940Z [ 51%] Built target optimized_kernels 2025-03-21T20:22:15.4754737Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:22:15.4756276Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:22:15.4758200Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:15.4760222Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:22:15.4762295Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:15.4763526Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:15.4764445Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:15.4765451Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:15.4766682Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:22:15.4767912Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:22:15.4769201Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:15.4770688Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:15.4772572Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:22:15.4774342Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:15.4775882Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:15.4777207Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:15.4778534Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:15.4780127Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:22:15.4781728Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:15.4783089Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:15.4784592Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:15.4786507Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:22:15.4788189Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:15.4789710Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:15.4791570Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:22:15.4793408Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:15.4794979Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:15.4796655Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:15.4798786Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:22:15.4801235Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:22:15.4803267Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:15.4805015Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:15.4806932Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:22:15.4809011Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:22:15.4811268Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:22:15.4813317Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:15.4815083Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:15.4817044Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:22:15.4819360Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:22:15.4821618Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:22:15.4823522Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:15.4825656Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:15.4827941Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:15.4829899Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:15.4831547Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:15.4833473Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:15.4835371Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:15.4837302Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:15.4839337Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:16.7127122Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:22:16.7129536Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:16.7131676Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:16.7133630Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:16.7135866Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:22:16.7138064Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:16.7140202Z [ 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:22:16.7142582Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:22:16.7144695Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:16.7146811Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:22:16.7149206Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:22:16.7151419Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:16.7153588Z [ 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:22:16.7155961Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:22:16.7158054Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:16.7160109Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:22:16.7162478Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:22:16.7167155Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:16.7169575Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:22:16.7171898Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:22:16.7174151Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:22:16.7176195Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:16.7178214Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:22:16.7180763Z [ 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:22:16.7182897Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:16.7184975Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:22:16.7187257Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:22:16.7189465Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:22:16.7191796Z [ 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:22:16.7194136Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:16.7196249Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:16.7198197Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:16.7200105Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:16.7202267Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:22:16.7204555Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:22:16.7206579Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:16.7208618Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:22:16.7210886Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:22:16.7213160Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:16.7215525Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:16.7217635Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:16.7219747Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:16.7222148Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:16.7224291Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:16.7226328Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:16.7228189Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:16.7230307Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:16.7232717Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:16.7234839Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:16.7237079Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:16.7239454Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:16.7241967Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:16.7244429Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:16.7246843Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:16.7249262Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:22:16.7251834Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:22:16.7253597Z [ 59%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:16.7255299Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:22:16.7257774Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:22:16.7260256Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:22:17.7501604Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:22:17.7503632Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:22:17.7505571Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:22:17.7507625Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:22:17.7509720Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:22:17.7511759Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:22:17.7513830Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:22:17.7516050Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:22:17.7517276Z [ 60%] Built target optimized_portable_kernels 2025-03-21T20:22:17.7518503Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:22:17.7520369Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:22:17.7521637Z [ 60%] Merging kernel yaml files 2025-03-21T20:22:17.7522800Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:22:17.7524649Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:22:17.7526834Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:22:17.7528953Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:22:17.7531147Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:22:17.7533403Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:22:17.7535492Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:22:17.7537398Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:22:17.7538789Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:17.7540177Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:22:17.7541996Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:22:17.7543828Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:22:17.7545630Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:22:17.7547657Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:22:17.7549766Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:22:17.7551710Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:22:17.7553740Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:22:17.7556053Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:22:17.7558448Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:22:17.7560867Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:22:17.7567244Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:22:17.7569615Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:22:17.7571955Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:22:17.7574675Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:22:17.7577129Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:22:17.7579624Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:22:17.7581495Z [ 63%] Generating code for kernel registration 2025-03-21T20:22:17.7583034Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:22:17.7585367Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:22:17.7587707Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:22:17.7590050Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:22:17.7592481Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:22:17.7594906Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:22:17.7597219Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:22:17.7599615Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:22:17.7601665Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:22:17.7603314Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:22:17.7605032Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:22:17.7606856Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:22:17.7608624Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:22:17.7610285Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:22:17.7612018Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:17.7613896Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:22:17.7615733Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:17.7617589Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:22:17.7619901Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:22:17.7621762Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:22:18.8931891Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:22:18.8934662Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:22:18.8937634Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:22:18.8940952Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:22:18.8943829Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:18.8946642Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:22:18.8949307Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:22:18.8951672Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:22:18.8954154Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:22:18.8956665Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:22:18.8959104Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:22:18.8961685Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:22:18.8964429Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:22:18.8966969Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:22:18.8969624Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:22:18.8972339Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:22:18.8974753Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:18.8977020Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:18.8979320Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:18.8981535Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:18.8983798Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:18.8986336Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:18.8988544Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:18.8990801Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:18.8993056Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:18.8995171Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:18.8997517Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:18.8999995Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:18.9002654Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9005506Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9008499Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:18.9011567Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:18.9014476Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9017348Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9020228Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9023129Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9026163Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:18.9029332Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:18.9032484Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:18.9035490Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:18.9038405Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:18.9041462Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:18.9044281Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:18.9047347Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9050191Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:22:18.9053121Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:22:18.9055993Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:18.9058907Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:22:18.9061999Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:18.9065175Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:18.9068238Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:18.9071271Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:19.8680099Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8683397Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:22:19.8686450Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:19.8689477Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:19.8692447Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:19.8695436Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:19.8698409Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:19.8701327Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:22:19.8704320Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:22:19.8707188Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:22:19.8710297Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:22:19.8713335Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8716695Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8719738Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:19.8722929Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8725838Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:19.8728882Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:19.8731819Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:19.8734810Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:19.8737740Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.8740596Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:19.8743449Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:19.8746380Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:19.8749252Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:19.8752176Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.8755118Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:19.8758059Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:19.8761133Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8765326Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:19.8768472Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:19.8771450Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:22:19.8774305Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:19.8777499Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:19.8780545Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:19.8783500Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.8786411Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:22:19.8788351Z [ 70%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:19.8790438Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:19.8792288Z [ 70%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:19.8794325Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:22:19.8797341Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:22:19.8800310Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:22:19.8803412Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:22:19.8806419Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:19.8809347Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:19.8812216Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:19.8815102Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:19.8817964Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:19.8820902Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.6164158Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:20.6167054Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:20.6169875Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.6172525Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.6175077Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.6178064Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.6180683Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.6183427Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.6186270Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:22:20.6189114Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:22:20.6191853Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:22:20.6194126Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:20.6196329Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:20.6198670Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:20.6201177Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:20.6203543Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:20.6205861Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:20.6208144Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:20.6210381Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:20.6212750Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:22:20.6215383Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.6218077Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.6220733Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.6223537Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.6226387Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.6228047Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.6229624Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.6231319Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.6232884Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.6234450Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.6235991Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.6237545Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.6239160Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.6240730Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.6242754Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.6244997Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.6247792Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:22:20.6250435Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:20.6253200Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:20.6255980Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.6257954Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.6260487Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:20.6263478Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:20.6266205Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:20.6269136Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:20.6272174Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:20.6274924Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:20.6277777Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:20.6280908Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.5673570Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.5675463Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.5677059Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.5679003Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.5680871Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.5682671Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.5684841Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.5686330Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.5687798Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.5689783Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.5691361Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:22:21.5694111Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:21.5696941Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.5699293Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.5701445Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.5703406Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.5705803Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.5707588Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.5709184Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.5710741Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:21.5712504Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:21.5714075Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:21.5715591Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:21.5717089Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:21.5718741Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:21.5720328Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:22:21.5722657Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:21.5725107Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:22:21.5727276Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:22:21.5728740Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:22:21.5730148Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:22:21.5731540Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:22:21.5732852Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:21.5734113Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:22:21.5735625Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:22:21.5737310Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:22:21.5738843Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:22:21.5740829Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:21.5743059Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:21.5745169Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:21.5747090Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:21.5748899Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:21.5750964Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:21.5752916Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:21.5754850Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:21.5756820Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:21.5759007Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:21.5761175Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:21.5763447Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:21.5765467Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:21.5766865Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:22.3221433Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:22:22.3223705Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:22:22.3225771Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:22:22.3227942Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:22:22.3230139Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:22:22.3232259Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:22:22.3233998Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:22.3236145Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:22:22.3238525Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:22.3240778Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:22.3242455Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:22.3243855Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:22.3245198Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:22.3246515Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:22.3248182Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:22.3249717Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:22.3251196Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:22.3252656Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:22.3254182Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:22.3255725Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:22.3257183Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:22.3258683Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:22.3260193Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:22.3261628Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:22.3263052Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:22:22.3264683Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:22:22.3266082Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:22.3267520Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:22.3268972Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:22.3270583Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.3272390Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.3275041Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:22.3277711Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:22.3280423Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:22.3283111Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:22:22.3285698Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:22:22.3288498Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:22:22.3291157Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.3293764Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.3296426Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:22:22.3298837Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:22:22.3301622Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:22:22.3304013Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:22:22.3305442Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:22:22.3306966Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:22:22.3309071Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:22.3311350Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:22.3312791Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:22.3314051Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:22:22.3315393Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:22.3316807Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:22.3318205Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:22.3319597Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.2145133Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.2147937Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.2150632Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.2153325Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.2156120Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.2159160Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.2161978Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.2164818Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.2167468Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.2170207Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.2173028Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.2175881Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.2178641Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.2181807Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.2184494Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.2187254Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.2190214Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.2192966Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:22:23.2195773Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:22:23.2198558Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:22:23.2201404Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:22:23.2204193Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:22:23.2206919Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:22:23.2209565Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:22:23.2212169Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:22:23.2214545Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:23.2216860Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:22:23.2219234Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:22:23.2221870Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:22:23.2224317Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:23.2226943Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:23.2229737Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:23.2232443Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:22:23.2235077Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:22:23.2237648Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.2240315Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:23.2243078Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:22:23.2245768Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:22:23.2248400Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:22:23.2251022Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:22:23.2253487Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:22:23.2256101Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.2258857Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:22:23.2261387Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:22:23.2263810Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:22:23.2265966Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:22:23.2268298Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:22:23.2270637Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:22:23.2272983Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:22:23.2275262Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:22:23.2277654Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:22:23.2280246Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:22:23.2282838Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:22:23.2285388Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:22:23.9734023Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:22:23.9736350Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:22:23.9738864Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:22:23.9741398Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:23.9743802Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:23.9746296Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.9748870Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:23.9751594Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:22:23.9754224Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:22:23.9756687Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:23.9759058Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:22:23.9761132Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:22:23.9762719Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:22:23.9764817Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:22:23.9767034Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:23.9768935Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:23.9770295Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:23.9771690Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:23.9773005Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:23.9774414Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:22:23.9775862Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:23.9777926Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:23.9780071Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:23.9782235Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:23.9784469Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:23.9786872Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:22:23.9789214Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:22:23.9791481Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:22:23.9794314Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:23.9796639Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:23.9799068Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:22:23.9801763Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:23.9803710Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:23.9805620Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:23.9807382Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:23.9809576Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:23.9811746Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:23.9813647Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:22:23.9815076Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:22:23.9816514Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:22:23.9817947Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:23.9819353Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:22:23.9820724Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:22:23.9822150Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:23.9823575Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:22:23.9824961Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:22:23.9826555Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:23.9827949Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:23.9829328Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:22:23.9830797Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:22:23.9832163Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:22:23.9833507Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:23.9834913Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:22:23.9836259Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:23.9837478Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:25.1654350Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:25.1656519Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:25.1658579Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:25.1660487Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:25.1662492Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:25.1665791Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:25.1667953Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:25.1669475Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:25.1670649Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:25.1671960Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:22:25.1674352Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:22:25.1676730Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:22:25.1678865Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:22:25.1681213Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:22:25.1683570Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:22:25.1686039Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:22:25.1688361Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:22:25.1690506Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:22:25.1692963Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.1695461Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.1698050Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.1700559Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:22:25.1703119Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:22:25.1705642Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:22:25.1708281Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:22:25.1710661Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:25.1712585Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:25.1714550Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:25.1716498Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:25.1718461Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:25.1720488Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:25.1722565Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:25.1724530Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:25.1726541Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:25.1728630Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:25.1730686Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:25.1732734Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:22:25.1735020Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:22:25.1737288Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:22:25.1739497Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:25.1741527Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:25.1743544Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:25.1745577Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:25.1747818Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:25.1749907Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:25.1751980Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:25.1754081Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:25.1756062Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:25.1757357Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:25.1758080Z [ 96%] Built target microkernels-prod 2025-03-21T20:22:25.1758694Z [ 96%] Generating build_identifier.c 2025-03-21T20:22:25.1759944Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:25.1761822Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:25.1764172Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:25.1766009Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:25.1767632Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:25.1769442Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:25.1771182Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:25.1772924Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:25.1774716Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:25.1776473Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:25.1778227Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:25.1780005Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:32.6571346Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:32.6572946Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:32.6574937Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:32.6577162Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:32.6579079Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:32.6580864Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:32.6582571Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:32.6584337Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:32.6586497Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:32.6588431Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:32.6590242Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:32.6592092Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:32.6593846Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:32.6595663Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:32.6597495Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:32.6599148Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:32.6600634Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:32.6617801Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:32.6619099Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:32.6619738Z [ 98%] Built target XNNPACK 2025-03-21T20:22:32.6620703Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:32.6622141Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:32.6623639Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:32.6625273Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:32.6626954Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:32.6628684Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:32.6629959Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:32.6630661Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:32.6631626Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:32.6632854Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:32.6633705Z [100%] Built target portable_lib 2025-03-21T20:22:32.6634231Z [ 0%] Built target flatbuffers 2025-03-21T20:22:32.6634773Z [ 0%] Built target pthreadpool 2025-03-21T20:22:32.6635299Z [ 0%] Built target flatccrt 2025-03-21T20:22:32.6635838Z [ 0%] Built target common_schema 2025-03-21T20:22:32.6636387Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:32.6636950Z [ 2%] Built target cpuinfo 2025-03-21T20:22:32.6637675Z [ 2%] Built target bundled_program_schema 2025-03-21T20:22:32.6638282Z [ 4%] Built target flatcc 2025-03-21T20:22:32.6638786Z [ 7%] Built target eigen_blas 2025-03-21T20:22:32.6639298Z [ 7%] Built target indirection 2025-03-21T20:22:32.6639837Z [ 7%] Built target logging 2025-03-21T20:22:32.6640375Z [ 7%] Built target normalization 2025-03-21T20:22:32.6640921Z [ 7%] Built target microparams-init 2025-03-21T20:22:32.6641552Z [ 7%] Built target datatype 2025-03-21T20:22:32.6642047Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:32.6642569Z [ 7%] Built target program_schema 2025-03-21T20:22:32.6643134Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:32.6643704Z [ 7%] Built target hardware-config 2025-03-21T20:22:32.6644258Z [ 7%] Built target packing 2025-03-21T20:22:32.6644739Z [ 7%] Built target allocator 2025-03-21T20:22:32.6645242Z [ 7%] Built target cache 2025-03-21T20:22:32.6645605Z [ 7%] Built target memory 2025-03-21T20:22:32.6646272Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:32.6646822Z [ 7%] Built target mutex 2025-03-21T20:22:32.6647316Z [ 7%] Built target operator-utils 2025-03-21T20:22:32.6647799Z [ 7%] Built target operator-run 2025-03-21T20:22:32.6648116Z [ 7%] Built target etdump_schema 2025-03-21T20:22:32.6648448Z [ 9%] Built target operators 2025-03-21T20:22:32.6648769Z [ 10%] Built target executorch_core 2025-03-21T20:22:32.6649143Z [ 13%] Built target subgraph 2025-03-21T20:22:32.6649637Z [ 13%] Built target extension_tensor 2025-03-21T20:22:32.6650191Z [ 14%] Built target extension_threadpool 2025-03-21T20:22:32.6650782Z [ 15%] Built target executorch 2025-03-21T20:22:32.6651191Z [ 15%] Built target cpublas 2025-03-21T20:22:32.6651518Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:32.6651878Z [ 15%] Built target bundled_program 2025-03-21T20:22:32.6652202Z [ 15%] Built target etdump 2025-03-21T20:22:32.6652504Z [ 16%] Built target util 2025-03-21T20:22:32.6652828Z [ 18%] Built target optimized_kernels 2025-03-21T20:22:32.6653202Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:32.6653598Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:32.6653969Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:32.6654315Z [ 97%] Built target XNNPACK 2025-03-21T20:22:32.6654625Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:32.6654962Z [ 98%] Built target portable_lib 2025-03-21T20:22:32.6655547Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:32.6656475Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:32.6657365Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:32.6658215Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:32.6659169Z [ 98%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:22:32.6660206Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:32.6661165Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:32.6662108Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:32.6663058Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:32.6664797Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:32.6665506Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:32.6665938Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:32.6666458Z [ 0%] Built target flatbuffers 2025-03-21T20:22:32.6666778Z [ 0%] Built target flatccrt 2025-03-21T20:22:32.6667075Z [ 0%] Built target pthreadpool 2025-03-21T20:22:32.6667393Z [ 3%] Built target flatcc 2025-03-21T20:22:32.6667691Z [ 3%] Built target cpuinfo 2025-03-21T20:22:32.6667997Z [ 3%] Built target common_schema 2025-03-21T20:22:32.6668324Z [ 4%] Built target xnnpack_schema 2025-03-21T20:22:32.6668660Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:32.6669009Z [ 7%] Built target eigen_blas 2025-03-21T20:22:32.6669319Z [ 7%] Built target indirection 2025-03-21T20:22:32.6669630Z [ 7%] Built target logging 2025-03-21T20:22:32.6669940Z [ 7%] Built target microparams-init 2025-03-21T20:22:32.6670266Z [ 7%] Built target normalization 2025-03-21T20:22:32.6670585Z [ 7%] Built target datatype 2025-03-21T20:22:32.6670898Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:32.6671320Z [ 7%] Built target program_schema 2025-03-21T20:22:32.6671655Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:32.6671959Z [ 7%] Built target hardware-config 2025-03-21T20:22:32.6672289Z [ 7%] Built target packing 2025-03-21T20:22:32.6672598Z [ 7%] Built target allocator 2025-03-21T20:22:32.6672897Z [ 7%] Built target cache 2025-03-21T20:22:32.6673189Z [ 7%] Built target memory 2025-03-21T20:22:32.6673484Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:32.6673817Z [ 7%] Built target mutex 2025-03-21T20:22:32.6674117Z [ 7%] Built target operator-utils 2025-03-21T20:22:32.6674453Z [ 7%] Built target etdump_schema 2025-03-21T20:22:32.6674785Z [ 7%] Built target operator-run 2025-03-21T20:22:32.6675098Z [ 9%] Built target operators 2025-03-21T20:22:32.6675415Z [ 10%] Built target executorch_core 2025-03-21T20:22:32.6675752Z [ 10%] Built target extension_tensor 2025-03-21T20:22:32.6676084Z [ 13%] Built target subgraph 2025-03-21T20:22:32.6676408Z [ 14%] Built target extension_threadpool 2025-03-21T20:22:32.6676749Z [ 15%] Built target executorch 2025-03-21T20:22:32.6677076Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:32.6677420Z [ 15%] Built target cpublas 2025-03-21T20:22:32.6677739Z [ 15%] Built target bundled_program 2025-03-21T20:22:32.6678071Z [ 15%] Built target etdump 2025-03-21T20:22:32.6678366Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:32.6678699Z [ 17%] Built target util 2025-03-21T20:22:32.6679016Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:32.6679411Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:32.6679793Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:32.6680119Z [ 96%] Built target XNNPACK 2025-03-21T20:22:32.6680425Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:32.6680765Z [ 97%] Built target portable_lib 2025-03-21T20:22:32.6681483Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:32.6682418Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:32.6683418Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:32.6684995Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:32.6686483Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.0471790Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.0472821Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.0473800Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.0475006Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.0476068Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.0476816Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:22:38.0477293Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:22:38.0477774Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:22:38.0478268Z [ 97%] Generating code for kernel registration 2025-03-21T20:22:38.0479162Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:38.0480116Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:22:38.0480558Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:22:38.0481192Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:22:38.0484101Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:22:38.0487235Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:38.0488004Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:22:38.0489103Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:22:38.0490079Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:38.0490983Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:38.0491992Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:38.0492899Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:38.0493794Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:38.0494694Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:38.0495604Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:38.0496530Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:38.0497425Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:38.0498285Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:38.0499243Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:38.0500382Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:22:38.0501333Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:22:38.0501794Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:22:38.0502248Z running build_py 2025-03-21T20:22:38.0502652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0503476Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0504289Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0505117Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0506008Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0506938Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0507858Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0508696Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0509629Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0510512Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0511400Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0512260Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:38.0512981Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.0513766Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.0514755Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.0515752Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.0516932Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:38.0517806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.0518648Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.0519558Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.0520506Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:38.0521364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.0522158Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:38.0522966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0523930Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0524899Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0525907Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0526928Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0527996Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0529103Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0530166Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0531279Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0532291Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0533281Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0534261Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0535487Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0536701Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0537831Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0538846Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:38.0539716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0540441Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0541466Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0853030Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0853940Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0854841Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:38.0855648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.0856397Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.0857403Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:38.0858259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.0859029Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.0859968Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:38.0860830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.0861764Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.0863027Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:38.0864291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.0865258Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.0866499Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:38.0867524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.0868478Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.0869883Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:38.0871045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:38.0872022Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:38.0873238Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:38.0874323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:38.0875521Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:38.0876603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:38.0877779Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:38.0878820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0879769Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0881124Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0882296Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0883436Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0884592Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0885929Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0887114Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0888293Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0889481Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0890852Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0892038Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0893162Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0894315Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0895466Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0896732Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0897850Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0898998Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0900225Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0901434Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0902662Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:38.0903584Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.0904499Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.0905639Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:38.0906754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:38.0907856Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:38.0909156Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:38.0910152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0911003Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0912225Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0913330Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0914438Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0915518Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0916692Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0917818Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:38.0918697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.0919571Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.0920619Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:38.0921581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.0922530Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.0923603Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1220941Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1222024Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1222994Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1223981Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1225014Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1226931Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1228052Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1229156Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1230221Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1231345Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1232480Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1233514Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1234550Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1235600Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1236764Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1237829Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1238875Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1239912Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1240931Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1242106Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1243258Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1244344Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1245442Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1246484Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1247688Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1248762Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1249772Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1250818Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1251880Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1252935Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1254037Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1255020Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1256152Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1257204Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1258285Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1259421Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:38.1260422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1261461Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1262627Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1264016Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1265187Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1266433Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1267701Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1268916Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1270102Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1271323Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:38.1272414Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1273242Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1274235Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1275246Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1276216Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1277278Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1278249Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1279221Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1280216Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1281252Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1282466Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1283447Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1284480Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1285518Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1286504Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1287551Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1288514Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1289563Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1630619Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1631657Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1633047Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1634041Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1635695Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1637190Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1638244Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1639266Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1640357Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1642241Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1643499Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1644536Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1645564Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1646864Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1648610Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1649738Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1650734Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1651720Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1652808Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1654651Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1655980Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1656978Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1658179Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1660084Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1661319Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1662365Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1663952Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1665783Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:38.1666725Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1667554Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1668571Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1669639Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1670753Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1672667Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:38.1673979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.1674748Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.1675646Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.1676560Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.1677473Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:38.1678243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.1679600Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:38.1680944Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1682004Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1683097Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1684175Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1685875Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1687504Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1688643Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1689922Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1691327Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1693348Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:38.1694341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1695240Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1696302Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1697884Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1699658Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1700780Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1701910Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1703019Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1704625Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1706332Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:38.1707210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1708028Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1709244Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1710926Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1711995Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1712961Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.1713942Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2061540Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2062681Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2063802Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2064766Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2065738Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2066881Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2067904Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2069164Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2070146Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2071160Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2072211Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2073502Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2074679Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2075739Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2076799Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2077774Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2078750Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2079708Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2080677Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2081959Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2083208Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2084234Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2085251Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2086225Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2087269Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2088251Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2089233Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2090254Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2091460Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2092435Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2093571Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2094609Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2095686Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2096679Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2097833Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2098920Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2099943Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2101025Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2102012Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2103014Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2104158Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2105281Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2106288Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2107292Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2108380Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2109436Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2110456Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2111454Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2112606Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2113796Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2114835Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2115794Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2116813Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2117794Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2118802Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2119886Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2120933Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2122111Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:38.2123038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2123947Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2125085Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2126216Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2127452Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2128704Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2129893Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2131073Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2132270Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2321844Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2323093Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:38.2324084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:38.2325107Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:38.2326185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.2327110Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.2328191Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.2329284Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.2330379Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:38.2331365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.2332245Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:38.2333224Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:38.2334419Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:38.2335731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:38.2337206Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:38.2338988Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:38.2340411Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2341925Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2343821Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2345629Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2347467Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2349213Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2350932Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2352797Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2354656Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2356388Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2358153Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2360073Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2361917Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2363814Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2365573Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2367198Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2368970Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2370680Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2372543Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2374357Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2376094Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2377884Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2379764Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2381511Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2383228Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2384994Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2386752Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2388574Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2390334Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2392005Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2393827Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2395702Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2715954Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2717696Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2719426Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:38.2720894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:38.2722446Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:38.2723961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:38.2725530Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:38.2726738Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2727531Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2728500Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2729491Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2730659Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2731642Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2732607Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2733636Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2734916Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2736261Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2737352Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2738514Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2739524Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2740527Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2741506Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2742485Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2743552Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2744713Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:38.2745533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.2746389Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.2747410Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.2748460Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.2749491Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:38.2750531Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.2751463Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.2752643Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.2753861Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:38.2754815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.2755792Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.2756987Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.2758176Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.2759351Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:38.2760609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2761698Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2762868Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2764185Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2765339Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2766506Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2768066Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2769280Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2770488Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:38.2771451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.2772348Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:38.2773313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:38.2774532Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:38.2776097Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:38.2777427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.2778582Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.2780072Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.2781494Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:38.2782614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:38.2783724Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:38.2784779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:38.2785966Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:38.2787186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.2788352Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.2966398Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.2968125Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.2969766Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:38.2971149Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.2972623Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.2974276Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.2976131Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:38.2977696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.2979129Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.2980890Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.2982800Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.2984540Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:38.2985969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.2987515Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.2989311Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.2991162Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.2993048Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:38.2994476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:38.2995856Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:38.2997641Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:38.2999024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:38.3000378Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:38.3002171Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:38.3003798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3005227Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3006959Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3008770Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3010418Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3012143Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3013858Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3015485Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:38.3016846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3018052Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3019671Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3021246Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3022819Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3024436Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3026230Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3027936Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3029523Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3031025Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3032505Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3034065Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3035760Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3037436Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3038966Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3040490Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:38.3041848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:38.3043094Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:38.3045189Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:38.3328658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3330081Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3331346Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3332564Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3333852Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3335199Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3336434Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3337652Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3338865Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3340049Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3341245Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:38.3342205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.3343070Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.3344297Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:38.3345311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.3346208Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.3347356Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.3348574Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.3349762Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:38.3350824Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3351682Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3352821Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3354065Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3355233Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3356330Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3357545Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3358871Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3360131Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3361353Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3362456Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3363776Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3365028Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3366252Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3367444Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3368564Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3369703Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3370899Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3372075Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3373309Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3374510Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3375718Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3376933Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3378131Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3379277Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3380541Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3381760Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3382954Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3384059Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:38.3384914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3385792Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3387018Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3388218Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3389419Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3390538Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3391589Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3392722Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3393917Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3395098Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3396182Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3397230Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3398357Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3399482Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3718231Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3719541Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3720646Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3721845Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3723034Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3724117Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3725255Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3726308Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3727518Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3728709Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3729837Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3730958Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3732041Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3733111Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3734414Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3735622Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3736781Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3737865Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3738947Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3740065Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3741395Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3742612Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3743724Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3744964Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3746111Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3747346Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3748619Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3749923Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3751100Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3752306Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3753516Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3754630Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3755823Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3756928Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3758061Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3759235Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3760283Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3761403Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3762603Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3763930Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3765135Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3766213Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3767303Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3768469Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3769749Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3771028Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3772130Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3773289Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3774358Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3775455Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3776558Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3777728Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3778873Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3779978Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3781235Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3782303Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3783528Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3784613Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3785660Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3786888Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3788101Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3789202Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.3790433Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.4132370Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.4133631Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.4134740Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.4135984Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:38.4136873Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.4137757Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:38.4138706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.4139717Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.4141087Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.4142248Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:38.4143221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.4144149Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.4145319Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.4146655Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.4147767Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:38.4148705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.4149684Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.4150930Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:38.4151914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.4152761Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.4153817Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.4154869Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:38.4155691Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.4156637Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.4157767Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:38.4172213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:38.4173401Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:38.4174587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.4175611Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.4177041Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.4178514Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:38.4179430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4180249Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4181381Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4182513Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4183619Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4184727Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4185936Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4187063Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4188179Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:38.4189182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.4190224Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:38.4191181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.4192108Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:38.4193026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.4193901Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:38.4194782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.4195780Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.4197114Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.4198375Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:38.4199335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.4200279Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.4201391Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.4202479Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:38.4203398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.4204310Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.4205468Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.4206790Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:38.4207835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4208847Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4210111Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4211478Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4212802Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4214125Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4215641Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:38.4216736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:38.4509953Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:38.4511155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4512481Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4514363Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4516100Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4517874Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4519659Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4521357Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4523306Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:38.4524922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:38.4526547Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:38.4528050Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:38.4529886Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:38.4531347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4532449Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4533635Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4535031Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4536203Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4537425Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4538712Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4539947Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4541106Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4542374Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4543560Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4544654Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4545753Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4546835Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:38.4547713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4548594Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4549760Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4550984Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4552085Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4553286Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4554460Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4555826Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4556891Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4558102Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4559348Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4560430Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4561761Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4563046Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4564542Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4565733Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4567000Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4568147Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4569319Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4570567Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4571677Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4572841Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4573980Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4575285Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4576396Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4577580Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4578838Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4579949Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4581251Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4582393Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4583661Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4584842Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4885565Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4886762Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4887839Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4888921Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4890162Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4891262Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4892576Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4893684Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4894830Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4896103Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4897316Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4898539Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4899694Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4900919Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4902024Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:38.4903003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.4903909Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.4905062Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:38.4906076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.4907176Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.4908396Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:38.4909367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.4910388Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.4911686Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:38.4912679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.4913555Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.4914655Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:38.4915695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:38.4916791Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:38.4917767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.4918608Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.4919792Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.4920796Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.4921996Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:38.4923017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4924010Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4925259Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4926631Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4928062Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4929446Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4930788Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:38.4931860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.4933060Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.4934358Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:38.4935319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4936249Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4937400Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4938685Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4939851Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4941068Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4942250Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4943465Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4944743Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4945980Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4947114Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4948275Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4949451Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4950562Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:38.4951429Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.4952433Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.4953492Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.4954578Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.4955847Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.4956994Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5266728Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5268165Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5269309Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5270503Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5271678Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5272912Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5274079Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5275133Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5276512Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5277795Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5279070Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5280183Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5281563Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5282667Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5283742Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5284961Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5286063Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5287162Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5288233Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5289333Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5290611Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5292040Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5293196Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5294310Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5295444Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5296567Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5297632Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5298936Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5300025Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5301184Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5302381Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5303514Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5304788Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5305921Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5307232Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:38.5308326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5309428Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5310776Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5312144Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5313432Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5314673Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5315998Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5317255Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:38.5318261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.5319300Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.5320609Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.5322033Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:38.5323090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.5324169Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.5325850Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:38.5327102Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.5328053Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.5329462Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:38.5330571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:38.5331597Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:38.5332869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:38.5333948Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:38.5335192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:38.5336399Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:38.5337731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:38.5339011Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:38.5340401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:38.5341897Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:38.5697858Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:38.5699374Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:38.5700555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:38.5702138Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:38.5703330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.5704530Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.5706056Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.5707804Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.5709508Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:38.5710719Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5711940Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5713687Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5715262Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5716892Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5718531Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5720252Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5721917Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5723669Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5725278Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5726850Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5728507Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5730094Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5731712Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5733368Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5735107Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5736842Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5738376Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5739906Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5741560Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5743204Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5744821Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5746625Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5748212Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5749682Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5751161Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5752675Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5754346Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:38.5755511Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:38.5756747Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:38.5758345Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:38.5760096Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:38.5761397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:38.5762623Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:38.5763816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:38.5764488Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:38.5765256Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5765952Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5766909Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5767761Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5768596Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5769550Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5770539Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5771364Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:38.5772081Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.6058503Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.6059733Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.6060750Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.6061823Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:38.6062724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6063822Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6065089Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6066229Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6067288Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6068368Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:38.6069264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6070139Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6071290Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6072449Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6073639Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6074707Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:38.6075549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.6076275Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.6077143Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.6078029Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.6078924Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:38.6079736Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.6080713Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.6081841Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:38.6082820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.6083666Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.6084745Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:38.6085578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.6086499Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.6087678Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:38.6088599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.6089737Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.6090838Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:38.6091740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.6092633Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.6093704Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:38.6094807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.6095702Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.6096772Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:38.6097643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6098451Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6099437Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6100733Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6101744Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6102764Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6103811Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6104819Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6106008Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6107090Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6108125Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6109247Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6110221Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6111183Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6112326Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6113437Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:38.6114345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:38.6115344Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:38.6116246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.6117058Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.6118049Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.6119129Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.6120107Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:38.6120903Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.6121758Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.6122702Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:38.6123526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.6124412Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.6125578Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:38.6126621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.6127717Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.6128851Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:38.6392158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.6393315Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.6394394Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:38.6395295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:38.6396273Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:38.6397250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6398154Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6399193Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6400435Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6401602Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6402682Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:38.6403566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:38.6404491Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:38.6405572Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:38.6406617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.6407454Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.6408476Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:38.6409336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.6410168Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.6411173Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:38.6412038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.6412833Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.6413801Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:38.6414668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.6415614Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.6416741Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:38.6417660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.6418564Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.6419571Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:38.6420431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.6421305Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.6422362Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:38.6423346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6424606Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6426217Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6427795Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6429468Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6430996Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6432506Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:38.6433715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.6434711Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.6435861Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:38.6436847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.6437884Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.6439174Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.6440459Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.6441827Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:38.6442848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.6443753Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.6444929Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.6446116Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:38.6447113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6448251Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6449710Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6451185Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6452640Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6454062Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6455534Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6457006Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6458504Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6459967Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6461424Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6777426Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6778877Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6780478Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6782249Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6783782Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6785694Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6787386Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:38.6788460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:38.6789490Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:38.6790734Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:38.6792052Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:38.6793219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:38.6794200Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:38.6795239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.6796354Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.6798062Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.6799498Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.6800893Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:38.6802095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.6803240Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.6804716Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.6806023Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.6807320Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:38.6808439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:38.6809725Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:38.6811015Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:38.6812240Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:38.6813649Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:38.6814825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:38.6816028Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:38.6817543Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:38.6818792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:38.6820024Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:38.6821586Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:38.6822839Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.6823841Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.6824922Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:38.6825804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:38.6826705Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:38.6827501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6828127Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6828996Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6829708Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6830433Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6831170Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6831897Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6832660Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6833481Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6834223Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6835023Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6835818Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6836579Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6837321Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6838070Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6838804Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6839623Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6840380Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6841155Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6841864Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6842542Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6843386Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6844120Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6844805Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6845433Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:38.6846105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.6846889Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.6847766Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.6848707Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.6849613Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7242275Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7243550Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7244401Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7245307Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7246185Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:38.7246965Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7247755Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7248614Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7249568Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7250694Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7251580Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7252505Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:38.7253427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7254123Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7255121Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7255909Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7256813Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:38.7257495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7258240Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7259026Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:38.7260012Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7260660Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7261530Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7262263Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:38.7262988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7264021Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7264952Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7265870Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:38.7266572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7267295Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7268176Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7269253Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7270150Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7271202Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7272192Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7273128Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7274281Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7275228Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7276135Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7277071Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7278027Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7278926Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7279851Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7280814Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7281932Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7282956Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7283857Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7284776Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7285887Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7286841Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7287872Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7288776Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7289794Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7290821Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7291771Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7292728Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7293673Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7294549Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7295395Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7296393Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7297290Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:38.7298211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7299021Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7299943Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7300749Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:38.7301509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7302264Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7303160Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7303975Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7304878Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7305726Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7306482Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7307226Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:38.7307892Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7308573Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7309429Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7310234Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7311093Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7311902Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7312700Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7696069Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7697078Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7698035Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7699029Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7699945Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7700993Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7701856Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7702890Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7703874Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7704950Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7706013Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7706862Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7707843Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7708709Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7709685Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7710720Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7711647Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7712528Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7713528Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7714384Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7715266Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7716077Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7716959Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7717780Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7718733Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7719666Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:38.7720385Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.7721455Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.7722593Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.7723553Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.7724577Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:38.7725357Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7726244Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7727241Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7728267Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7729427Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7730420Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:38.7731426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.7732515Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.7733996Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.7735538Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.7737064Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:38.7738074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7739113Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7740422Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7741663Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7742699Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7743810Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7744838Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7745909Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7747030Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7747998Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7749004Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7750205Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7751199Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7752225Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7753250Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7754405Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7755423Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7756627Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7757761Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:38.7758580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:38.7759590Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:38.7760725Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:38.7761830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:38.7762879Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:38.7764422Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:38.7765774Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:38.7766636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:38.7767426Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:38.7768338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:38.7769086Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:38.8066822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:38.8067756Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:38.8068716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:38.8069745Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:38.8070701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8071582Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8072689Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:38.8073728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8074593Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8075655Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8076860Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:38.8077696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8078490Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8079532Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:38.8080566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8081467Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8082450Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:38.8083368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:38.8084240Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:38.8085294Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:38.8086172Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:38.8087070Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:38.8087919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:38.8088644Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:38.8089372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:38.8090188Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:38.8090997Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8091752Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8092687Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8093959Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:38.8094977Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:38.8096022Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:38.8097075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:38.8097920Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:38.8098868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8099677Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8100665Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:38.8101454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:38.8102299Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:38.8103101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8103903Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8104946Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8105872Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:38.8106665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:38.8107485Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:38.8108300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:38.8109042Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:38.8109786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:38.8110752Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:38.8111585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8112580Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8113873Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8115077Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:38.8116139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:38.8117055Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:38.8118043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:38.8119288Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:38.8120386Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8121442Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8122691Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8123859Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8125071Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8126239Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8127403Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8128683Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8129782Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:38.8130653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8131479Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8132691Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8133870Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8135054Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8136132Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8137276Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:38.8138126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8138986Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8368049Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8369316Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8370992Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:38.8372251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8373087Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8374110Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8375163Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8376185Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:38.8377504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:38.8379055Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:38.8380715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:38.8381940Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:38.8383447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:38.8385342Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:38.8386918Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:38.8388039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8388922Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8390015Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8391131Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8392283Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:38.8393253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:38.8394205Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:38.8395798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8397582Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8399026Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8400467Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8402841Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:38.8404350Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:38.8405725Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:38.8408033Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:38.8410396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:38.8411755Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:38.8412788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8414123Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8415818Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8416989Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:38.8417901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:38.8418705Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:38.8419607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:38.8421378Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:38.8423183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8424397Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8425627Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:38.8427421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:38.8428640Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:38.8429709Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:38.8430797Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:38.8432609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:38.8433789Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:38.8434796Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:38.8435772Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:38.8437071Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:38.8438835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:38.8457779Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:38.8459003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8460572Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8462199Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:38.8463094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8464153Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8465160Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8466166Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:38.8467007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8467833Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8468807Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:38.8469600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8470376Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8471276Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:38.8472036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.4817910Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.4819144Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:39.4819956Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.4820791Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.4821708Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.4822761Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.4823746Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:39.4824676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:39.4825787Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:39.4827016Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:39.4828241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.4829237Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.4830303Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.4831459Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:39.4832397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:39.4833353Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:39.4834434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.4835373Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.4836583Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.4837737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.4838887Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.4840162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4841383Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4842736Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4844094Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4845226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.4846201Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.4847173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.4848297Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.4849492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.4850794Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.4852194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.4853116Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:39.4853969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.4854939Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:39.4855820Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.4857005Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.4858145Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.4859502Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:39.4860662Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.4861644Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.4862709Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:39.4864213Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.4865486Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.4866868Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.4868157Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4869573Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4870746Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:39.4871882Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:39.4873192Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:39.4874690Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:39.4875753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.4876422Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:39.4877065Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.4877834Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:39.4878656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.4879407Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.4880350Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.4881129Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:39.4881724Z running egg_info 2025-03-21T20:22:39.4881990Z creating executorch.egg-info 2025-03-21T20:22:39.4882329Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:22:39.4882820Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:22:39.4883500Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:22:39.4884074Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:22:39.4884650Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:22:39.4885321Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.4885809Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.4886227Z adding license file 'LICENSE' 2025-03-21T20:22:39.4886669Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:39.4887480Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:22:39.4888983Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.4890205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.4891576Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.4892898Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5127238Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5128371Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:39.5130022Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.5131013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.5131928Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.5133002Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:39.5134188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5135492Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5136998Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5138518Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5140105Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5141676Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5143072Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5144488Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5146153Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5147857Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5149329Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5150758Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5152225Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5153775Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5155311Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5156727Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5158391Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5160099Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5161830Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5163590Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5165222Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5166728Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5168246Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5169667Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5171105Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5172536Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5174106Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5175436Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5176850Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5178493Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5179897Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5181334Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5182975Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5184423Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5185839Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5187505Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5189493Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5190949Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5192444Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5193876Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5195597Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5197066Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5198633Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5200021Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5201657Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5203129Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5204716Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5365195Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5366816Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5369078Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5371677Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5373180Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5374624Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5376182Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5377659Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5379176Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5381433Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5383124Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5384564Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5385977Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5387337Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5388857Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5390362Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.5391647Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.5392977Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.5393954Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5395019Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5396565Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5397964Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5399444Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5401021Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5402494Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.5404017Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.5405716Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.5407016Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:39.5408334Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.5409576Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.5411199Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.5412850Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.5414724Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.5416617Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.5418141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5419490Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5421323Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5422915Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5424908Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5426691Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5428499Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5430325Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5432079Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5433915Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5435597Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5437283Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5439166Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5441025Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5442662Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5444251Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5446022Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5447748Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5473781Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5475528Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5477173Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5478949Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5480527Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5482217Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5483958Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5485780Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5487420Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5489086Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5490728Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5492451Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5494143Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5495718Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5497399Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5498941Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5500570Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5502297Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5503972Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5505509Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5507229Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5508958Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5510621Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5512317Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5514061Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5515555Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5517059Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5518650Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5520282Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5521915Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5523662Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5525274Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5526835Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5528441Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5530089Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5531708Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5533278Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5534910Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5536540Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5538111Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5539753Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5541385Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5542981Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5544607Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5546332Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5547801Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5549330Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5550862Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5637734Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5639900Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5641682Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5643408Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5645151Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5646700Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5648367Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5650094Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5651599Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.5653080Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5654856Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5656437Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5658066Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5659704Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5661314Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5662873Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5664631Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5666370Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5667937Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5669451Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5671033Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5672754Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5674418Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5676077Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5677632Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5679169Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5680701Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5682314Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5683882Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5685493Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5687133Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5688710Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5690251Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.5691804Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.5693405Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.5695006Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.5696534Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.5697946Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.5699104Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.5700209Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.5701344Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.5702250Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:39.5703043Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:39.5704049Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:39.5705152Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.5706339Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:39.5707513Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:39.5708583Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:39.5709638Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:39.5710492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.5711157Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.5711876Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:39.6284734Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.6286003Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:39.6287106Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6288593Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6290057Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6291538Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:39.6292641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:39.6293596Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:39.6294556Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.6295519Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:39.6296720Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.6298124Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:39.6299356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:22:39.6300443Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:22:39.6301653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6302577Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6303649Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6304803Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6305900Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6307062Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6308092Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6309242Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6310425Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6311563Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6312773Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6314073Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6315292Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6316420Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6317500Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6318581Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6319600Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6320716Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:39.6321911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:39.6322933Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:39.6324171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:39.6325516Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:39.6327065Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:39.6328330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6329495Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6331004Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6332398Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6333866Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6335270Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:39.6336417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6337596Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6338979Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6340356Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6341671Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6342918Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6344146Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6345526Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6347049Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6348392Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6349857Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6351647Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6352926Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6354216Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6355515Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:39.6356700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:39.6358119Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:39.6359833Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:39.6361424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6784309Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6786727Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6788574Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6790176Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6792006Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6794038Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6795881Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6797636Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6799501Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:39.6800762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6801958Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6803426Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6804803Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6806134Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:39.6807337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:39.6808386Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:39.6809472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6810567Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6811694Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6812902Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6814146Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6815402Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6816598Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6817753Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6818978Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6820304Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6821562Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6822703Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:39.6823783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:39.6824986Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:39.6826199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6827465Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6828918Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6830304Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:39.6831412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6832512Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6833675Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6834943Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6836198Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:39.6837344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6838435Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6839791Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6841235Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:39.6842096Z running build_ext 2025-03-21T20:22:39.6842672Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:39.6843500Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:39.6844608Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:22:39.6846184Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:39.6848247Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:39.6850501Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:39.6852547Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:39.6853713Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:39.6854204Z running install 2025-03-21T20:22:39.6854449Z running install_lib 2025-03-21T20:22:39.6854749Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:39.6855208Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:22:39.6855811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:22:39.6856361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:22:39.6857455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6858879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6860301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6862065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6863986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6865422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6867024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6868575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6870099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6871657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6873192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:22:39.6874309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:22:39.6875453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6877185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6879009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6880668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6882347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6883945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6885577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6887427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6889206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6891042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6892821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6894673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6896349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6897979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6899674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6901423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6903101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6904824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6906603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6908219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6910042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6911908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6913686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6915515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6917382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6919081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6921038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6923021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6924790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6926464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6928256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6930119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6931817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6933441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6935113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6936822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6938616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6940840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:22:39.6942454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:22:39.6943838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6945837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6947635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6949436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6951286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6953496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6955438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6957334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6959295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:22:39.6960645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:22:39.6961899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6963597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6965183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6967099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6968869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6970464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6972051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6973655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6975138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6976831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6978396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6980102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6981747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6983344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6984926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6986512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6988080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6989580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6991117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6992790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6994377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6995953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6997554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.6999187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7000834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7002506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7004108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7005753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7007398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7009058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7010696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7012235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7013927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7015442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7017002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7018626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7020734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7022423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7024179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7025877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7027796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7029496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7031172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7032813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7034519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:22:39.7035866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:22:39.7037033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:39.7038696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:39.7040393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:39.7042234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:39.7044028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:22:39.7045304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:22:39.7046365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:39.7047884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:39.7049410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:39.7050937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:22:39.7052053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:22:39.7053347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7055061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7056856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7058587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7060336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7062409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7064406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7066253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7067988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:22:39.7069186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:22:39.7070547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7072227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7073852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7075643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7077325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7079044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7080833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7082584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7084361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:22:39.7085569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:22:39.7086601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7088137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7089742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7091344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7092967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7094686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7096548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7098703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7101159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7103767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7106469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7109339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7112146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7114974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7117675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7120497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7123441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7126232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7128893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7131553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7134281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7137000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7139753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7142418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7145079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7147803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7150643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7153443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7156461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7159183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7161978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7164821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7167736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7170543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7173283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7175996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7178764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7181546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7184325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7187018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7189677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7192408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7195214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7198026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7200754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7203570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7206309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7209043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7211800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7214727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7217542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7220383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7223180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7225992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7228759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7231483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7234212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7236880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7239576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7242384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7245152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7248045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7250847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7253565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:22:39.7255564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:22:39.7257667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7260697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7263849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7266875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7270016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7273314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7276453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7279694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7282904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7286204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:22:39.7288465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:22:39.7290705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:22:39.7292937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:22:39.7294912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:39.7297812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:39.7300778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:39.7303649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:22:39.7305704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:22:39.7307748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:22:39.7309726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:22:39.7311659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:22:39.7313629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:22:39.7315033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:39.7317501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:39.7320083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:22:39.7321974Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:39.7325003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:39.7329460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:39.7332538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7335693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7339941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7344113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7348229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7352381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7356510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7360640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7364943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7368940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7373166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7377430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7381546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7385625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7389639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7393756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7397915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7402114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7406410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7410603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7414787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7418879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7422968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7427112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7431214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7435337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7439417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7443530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7447580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7451606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7455724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7460131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7464425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7468508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7472727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:39.7475542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:22:39.7477291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:39.7480248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:39.7483335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:39.7486416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:39.7489376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.7492074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:39.7494491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:22:39.7496380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:39.7499080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:39.7501846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:39.7504574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:22:39.7506818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:39.7509564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:39.7513447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:39.7516181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:22:39.7518744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7522051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7525177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7528329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7531653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7534841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7538017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7541187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7544307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7547444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:22:39.7549590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:22:39.7551396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:39.7553971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:39.7556627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:22:39.7558579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:22:39.7560578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:22:39.7563885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:22:39.7566201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7568271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7571245Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7574233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7577384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:22:39.7579463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:22:39.7581349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:22:39.7583308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7585302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7588333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7591367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7594307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7597324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7600395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7604002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7607295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7610490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7613621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7636356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7639459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7642595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7645582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7648524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7651542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7654497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7657587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7660640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7663940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7666974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7670092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7673094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7676085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7679103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7682199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7685140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7687960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:22:39.7689957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7692005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7694991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7697938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7700920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7703919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7706812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7709715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7712678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7715847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7718753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7721677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7724524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7727498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7730409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7733262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7736169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7739194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7742116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7745034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7747953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7750810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7753707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7756618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7759502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7762465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7765497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7768400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7771344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7774508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7777474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7780431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7783325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7786464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7789471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7792376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7795254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7798151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7801140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7804144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7807074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7809944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7812841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7815762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7818693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7821585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7824442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7827276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7830125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7833071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7835920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7838787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7841706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7844755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7847667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7850561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7853499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7856424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7859343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7862300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7865403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7868289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7871198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7874137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7877082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7880077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7883216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7886191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7889127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7892202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7895123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7898065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7900925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7903929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7906856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7909826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7912885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7916028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7919073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7922090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7925024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:22:39.7927083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:22:39.7929149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:22:39.7931208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:22:39.7933387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:39.7936451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:39.7939465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:22:39.7941572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7943725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7946816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7950049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7953065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:22:39.7955286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:39.7957876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:39.7960399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.7962821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.7966228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.7969519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:22:39.7971743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:22:39.7973742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:39.7976611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:39.7979435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:22:39.7981396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:22:39.7983420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:22:39.7986210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:22:39.7988171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:22:39.7989360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.7991349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:39.7993299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:22:39.7995158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.7997853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8000653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8003531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8006449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8009560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8012438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8015231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8018023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8020906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8023637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8026409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8029281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8032073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8034882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:22:39.8037011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:22:39.8039315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:39.8042742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:39.8045860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:22:39.8047907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:22:39.8049662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:39.8052163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:39.8054733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:39.8057206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:39.8059759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:22:39.8061713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8063800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8066750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8069732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8072664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8075602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8078765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8081809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8084753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:22:39.8086860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:22:39.8089080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:22:39.8091264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:22:39.8093415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:22:39.8095536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:22:39.8097588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:22:39.8099682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:22:39.8101007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:22:39.8102403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8104962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8108613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8112254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8115761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8119214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8122931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8126413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8130083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8133825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8137531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8141032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8144465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8147902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8151359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8154927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8158639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8162449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8166359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8169982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8173547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8177296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8181080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8184642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8188395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8191999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8195457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8199012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8202566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8206099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8209622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8213217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8216846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8220372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8223913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8227659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8231363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8234909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8238349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8241963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8245492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8249171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8252633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8256052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8259586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8263246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8266906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8270535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8274166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8277912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8281681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8285255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8288865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8292471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8296076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8299664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8303237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8306832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8310466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8314201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8317675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8321302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8325001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:39.8327372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:22:39.8329673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:39.8332928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:39.8336211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:39.8339399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:22:39.8341544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:22:39.8343564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:39.8346438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:39.8349392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:22:39.8351514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:39.8353625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:39.8356706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:39.8359981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:39.8362431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8364898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8368150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8371633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8375012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8378361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8381634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:39.8383860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.8386134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:22:39.8388268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:22:39.8389566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:39.8391809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:39.8394140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:22:39.8395801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8398717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8402775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8406723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8410636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8414501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8418299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8422168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:39.8425176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:39.8428270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:39.8431377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:22:39.8433173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:22:39.8435153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:39.8438647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:39.8441749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:22:39.8442997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:22:39.8444477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8446886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8450304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8453673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8456998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8460459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8464019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:39.8466233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:22:39.8468018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:22:39.8470599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:22:39.8472586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8474570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8477517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8480584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8483652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8486532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8489725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8492744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8495643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8498648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8501640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8504794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8507703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8510610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:22:39.8512645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8514708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8517668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8520607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8523540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8526439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8529406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8532365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8535247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8538122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8541053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8543977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8546880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8550030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8553229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8556264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8559142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8562261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8565428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8568389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8571344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8574426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8577496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8580433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8583399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8586338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8589276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8592265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8595174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8598108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8601098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8604068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8607069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8610138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8613020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8615958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8618908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8622025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8625019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8627936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8630900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8633879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8636931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8640115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8643235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8646117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8649075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:22:39.8651221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:22:39.8653332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:22:39.8656402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:22:39.8658696Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8660983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8664404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8667916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8671288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8674632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8678044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:22:39.8680440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:39.8683014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:39.8686275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:39.8688476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:39.8690657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:22:39.8693825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:22:39.8696105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8698450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8701803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8705126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8708293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:22:39.8710449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:22:39.8712495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:22:39.8715436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:22:39.8717585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8719749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8722829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8725851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8729074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8732172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8735304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8738436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8741637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8744738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8747766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8750861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8753981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8757000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:22:39.8759074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8761197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8764182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8767124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8770102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8773047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8775899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8778741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8781748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8784782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8787878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8790799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8793697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8796544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8799576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8802612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8805566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8808540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8811503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8814416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8817321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8820259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8823213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8826164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8829109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8832054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8834986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8837942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8840838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8843810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8847030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8850021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8852895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8855788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8858813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8861778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8864894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8867777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8870683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8873727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8876726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:22:39.8878808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8881170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8884405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8887726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8891073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8894299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8897553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8900841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:22:39.8903158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.8905709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.8909077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.8912442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:39.8914843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.8917316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.8921053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:39.8923419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.8925522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.8928480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:22:39.8930634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:22:39.8931972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.8934293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.8936691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:22:39.8938276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.8940910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.8944462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.8948048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:39.8950583Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:22:39.8952169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:39.8954819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:39.8958222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:39.8960509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.8962889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.8966378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:39.8968713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.8971120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.8973577Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.8976477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.8980368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.8984262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:39.8986971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:22:39.8988571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.8991273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.8994988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:39.8998477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:39.9000886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.9003465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.9006928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:39.9009404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:22:39.9010945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.9013569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.9017271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.9021170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.9025201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:39.9027862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9030401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9033883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9037536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9041354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9045210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9049055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9052963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9056957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9060887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9064826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9068663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9072687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9076513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9080264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9084224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9088339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9092343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9096355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9100167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9104100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9107857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9111632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9115461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9119410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9123469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9127334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9131107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:39.9133777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9136410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9140069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9143730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9147443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9151370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9155110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9158752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9162440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9166580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9170241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9173863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9177636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9181335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9184846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9188386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9191918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9195491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9199190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9202942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9206548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9210164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9214014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9217697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9221349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9224977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9228630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9232232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9235924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9239569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9243289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9246948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9250483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9254068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9257776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9261506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9265363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9269006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9272661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9276548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9280294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9284057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9287579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9291252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9294784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9298310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9301873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9305579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9309366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9313117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9316873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9320677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9324579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9328392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9332222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9336030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9339950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9343758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9347573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9351489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9355304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9359150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9363032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9366786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9370411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9374172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9377921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9381690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9385355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9388882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9392426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9396012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9399604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9403388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9406851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:39.9410266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:22:39.9412558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:22:39.9414690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:39.9417460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:39.9420211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:39.9423048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:22:39.9425063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:22:39.9426148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:22:39.9427991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:22:39.9430625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:22:39.9432629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9434731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9437777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9440879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9444000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9447067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9450207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9453346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9456494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9459623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9462906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9466139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9469159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9472210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9475504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9478523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9481654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9484702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9487744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9490840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9493871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:22:39.9496025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:22:39.9498147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:22:39.9501214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:22:39.9503471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.9505820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.9509151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.9512429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:22:39.9514632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:22:39.9516609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9519677Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9522729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9525695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9528586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9531495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9534538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:22:39.9536591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:22:39.9538617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:22:39.9541501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:22:39.9543532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:22:39.9544778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:39.9546956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:22:39.9550084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:22:39.9552399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:22:39.9554593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:22:39.9557796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:22:39.9560136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:39.9562403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:39.9565714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:39.9567997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:22:39.9570228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:22:39.9573389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:22:39.9575638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:22:39.9577250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:39.9579729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:39.9582154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:39.9584598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:39.9587845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:22:39.9590029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:22:39.9591193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:22:39.9592349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9593600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9594890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9596175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9597385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9598701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9600019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9601381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9602686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9603960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9605172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9606504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9607744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9609015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9610246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9611528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9612858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9613380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.9614839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.9616285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.9617838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.9619242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:39.9619771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9621208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9622636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9624053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9625511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9626961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9628431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9629892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9631375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:22:39.9632646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9634011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9635316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:22:39.9635812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:22:39.9637079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:39.9638406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:39.9639810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:39.9641170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:22:39.9641661Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:22:39.9642930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:39.9644214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:39.9645671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:22:39.9646224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:39.9647577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:39.9648208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:39.9649773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:39.9651382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:39.9651992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:39.9653566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:39.9655212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:39.9656831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:39.9657402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:39.9658886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:39.9659576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:39.9661222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:39.9662027Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:39.9664038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:39.9665973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:39.9668026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:39.9668839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.9670707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.9672771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.9674638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.9676537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:39.9677351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.9679263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.9681313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.9683246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.9685158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:39.9685928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:39.9687732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:39.9689570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:39.9690306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:39.9692118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:39.9694011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:39.9694825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9696800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9698760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9700614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9702531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9704537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9706428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9708323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:39.9709011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.9710607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.9712283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.9713931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.9715620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:39.9716179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:22:39.9716869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9718659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9720493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9722395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9724220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9725978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9727896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9729674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9731435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9733292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9734997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9736788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9738619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9740404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9742185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9743953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:39.9744327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:22:39.9745256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:22:39.9745659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:22:39.9746710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9747828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9748932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9749998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9751222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9752320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9753507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:22:39.9753958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:22:39.9755215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:39.9756455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:39.9757771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:39.9759230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:22:39.9759645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:22:39.9760061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:22:39.9760501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:22:39.9761101Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9762451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9764140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9765464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9766809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9768158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:22:39.9768691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9769961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9771342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9772720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9774010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9775346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9776813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9778160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9779715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:22:39.9780153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:22:39.9781228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:39.9782417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:39.9783557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:39.9784727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:22:39.9785393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.9786680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.9787971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:22:39.9788452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:22:39.9789640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:22:39.9790856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:22:39.9791410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:22:39.9792777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:22:39.9794115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:22:39.9794855Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9796670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9798444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9800295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9802197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9803891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9805720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:39.9806394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.9807736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.9809099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:22:39.9809613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:22:39.9810956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:22:39.9812376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:22:39.9812946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:22:39.9814257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:22:39.9815590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:22:39.9816072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:22:39.9817282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9818566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9819850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9821119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9822407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9823722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9824979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9826407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9827666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9829022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9830224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9831502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9832827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9834027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9835346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:22:39.9835921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.9837291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.9838847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:22:39.9839457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:22:39.9841071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:39.9842602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:39.9844156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:39.9845728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:22:39.9846285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:22:39.9847648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:39.9849094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:39.9850472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:22:39.9851139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9852784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9854531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9856229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9857934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9859587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9861444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9863139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9864938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9866874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9868534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9870155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9871766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9873436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9875194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9876970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9878810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9880499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:22:39.9881095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:22:39.9882696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:39.9884115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:39.9907207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:22:39.9907622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:39.9908436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:22:39.9908879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:39.9909609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:22:39.9909968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.9910805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.9911691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.9912586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.9913466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:39.9913812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.9914592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.9915403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.9916217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.9917019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:39.9917384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:39.9918228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:39.9918619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:39.9919517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:39.9920450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:39.9920835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:39.9921757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:39.9922610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:39.9923085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:39.9923988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:39.9924963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:39.9925216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:22:39.9925866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:39.9926601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:39.9927273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:39.9927907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:22:39.9928183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:22:39.9928887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:22:39.9929583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:22:39.9929841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:22:39.9930480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:22:39.9931107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:22:39.9931393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:22:39.9932074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:22:39.9932759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:22:39.9933063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.9933761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.9934469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:22:39.9934751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.9935447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.9936137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:22:39.9936439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:39.9937251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:39.9937521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9938204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9938872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9939558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9940301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9941024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:22:39.9941296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:22:39.9941973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:22:39.9942689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:22:39.9942949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:22:39.9943610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:22:39.9944297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:22:39.9944565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:22:39.9945211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:22:39.9945870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:22:39.9946120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:22:39.9946758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:22:39.9947405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:22:39.9947711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.9948437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.9949176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:22:39.9949442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:22:39.9950201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:22:39.9950854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:22:39.9951126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:22:39.9951822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:22:39.9952595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:22:39.9953014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:22:39.9953553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:22:39.9954858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:22:39.9955159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:22:39.9955658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9956132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9956609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9957197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9958086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9959028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9959608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9960098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9960921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9961926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9962588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9963122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9964149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9965201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9966092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9967051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9967656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9968273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9968757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9969222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9969695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9970152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9970788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9971727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:39.9972167Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:22:39.9972968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9974016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9974951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9975560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9976442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9977517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9978505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9979643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9980707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9981175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:22:39.9982029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:39.9982666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:39.9983888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:39.9984875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:39.9985675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:22:39.9986796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9987694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:22:39.9987922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:22:39.9988507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9989383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9990543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9991311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9992359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9993370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:22:39.9993783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9995381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9996302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9997191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9998229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:39.9998672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:22:39.9999871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0000755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0002148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0002980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0004196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0005182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0005902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0007102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0008331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0009598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0010385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0011282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0012563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0013628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0014948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0015610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0016242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0017296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:22:40.0017799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:22:40.0019043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:22:40.0020376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:22:40.0020672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:40.0021504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:40.0022306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:40.0023033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:40.0023256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:22:40.0023890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:40.0024909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:40.0025816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:40.0026365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:22:40.0026882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:22:40.0027925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:22:40.0028831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:22:40.0029306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:22:40.0030445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:22:40.0030867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:22:40.0032379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:22:40.0032702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:22:40.0033297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:22:40.0033653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:22:40.0034863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:22:40.0036038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:22:40.0036551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:40.0037663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:40.0039014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:40.0039795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:22:40.0040066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:22:40.0041274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:22:40.0042370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:22:40.0042851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:40.0044171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:22:40.0044510Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:22:40.0045733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:22:40.0046697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:22:40.0046968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:22:40.0047680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:22:40.0049073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:22:40.0050006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:22:40.0050258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:22:40.0051350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:22:40.0051735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:22:40.0052557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:40.0053615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:40.0054586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:22:40.0054826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:22:40.0055419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:22:40.0055642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:22:40.0056567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:40.0057622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:40.0058239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:22:40.0058503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:22:40.0059149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:22:40.0059377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:22:40.0059909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0060999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0062057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0063058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0064389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0065051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0065765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0066413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0067486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0068561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0069446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0070170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0070783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0071538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0072197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0072766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0073394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0073975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0074568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0075197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0075838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0076412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0077054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0077743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0078398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0079010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0079652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0080296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0081362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0082474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0083273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0083928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:22:40.0084150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:22:40.0084716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:40.0085712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:40.0086735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:22:40.0087149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:22:40.0087857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:40.0088508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:40.0089151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:22:40.0089362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:22:40.0089876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0090615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0091185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0091745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0092286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0092814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0093343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:22:40.0093563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:22:40.0094104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0094662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0095330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0095928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0096450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0097029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0097662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0098201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0098906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0099482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0100128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0100773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0101402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0102022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0102669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0103306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0103905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0104477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0105275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0105821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0106408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0107025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0107690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0108293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0108873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0109466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0110000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0110736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0111279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0111931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0112480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0113150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:22:40.0113440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:22:40.0114086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:40.0114745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:40.0115394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:40.0116146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:22:40.0116419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:22:40.0117118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:22:40.0117604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:22:40.0117825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:22:40.0118085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:22:40.0118894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:22:40.0119149Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:22:40.0119783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:22:40.0120420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:22:40.0120770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:22:40.0121488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:22:40.0121786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0122512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0123281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0124083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0124861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0125678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:22:40.0125944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:22:40.0126659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:22:40.0126924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:22:40.0127704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:40.0128321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:40.0129003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:22:40.0129295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:22:40.0130215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:22:40.0130467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:22:40.0131140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:40.0131409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:22:40.0132107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:40.0133033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:40.0133756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:22:40.0134442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:40.0135221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:22:40.0135471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:22:40.0136066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:22:40.0136330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:22:40.0137107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:22:40.0137362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:22:40.0137966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:22:40.0138269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:22:40.0139032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:22:40.0139403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:22:40.0140340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:22:40.0141091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:22:40.0141384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:22:40.0141681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:22:40.0142534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:22:40.0143290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:22:40.0143774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:40.0144597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:22:40.0144833Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:22:40.0145096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0145757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0146581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0147294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0147973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0148710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0149485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0150283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0150979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0151302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:40.0152140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:40.0152580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:22:40.0153034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:40.0154046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:40.0154955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:40.0155829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:22:40.0156082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:22:40.0156716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0157417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0158095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0158779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0159616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0160295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:22:40.0160552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:22:40.0161279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:40.0162131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:40.0162807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:40.0163613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:22:40.0163906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:22:40.0164636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:40.0165502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:40.0166213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:40.0167001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:22:40.0167364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:22:40.0168083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:40.0168872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:40.0169690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:40.0170383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:22:40.0170683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:40.0171490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:22:40.0171923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:22:40.0172662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:22:40.0173022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.0173886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.0174855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.0175724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.0176606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:40.0177108Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:22:40.0177542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:40.0178549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:40.0179655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:40.0179967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:22:40.0180299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:40.0181146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:40.0181448Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:22:40.0181699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:22:40.0182295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:40.0182549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:22:40.0183262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:40.0184146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:40.0184904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:22:40.0185540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:40.0186344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:22:40.0186608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:22:40.0187124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:22:40.0187378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:22:40.0188020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:22:40.0188695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:22:40.0188999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:22:40.0189828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:22:40.0190100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:22:40.0190406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.0190729Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:40.0191595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:40.0192393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.0193197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.0194106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.0194916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:22:40.0195227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.0195570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:40.0196557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:40.0197319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.0198222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.0199174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:22:40.0199466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:22:40.0200214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:40.0201218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:40.0201963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:22:40.0202250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:22:40.0203071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:22:40.0203743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:40.0204385Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:40.0205070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:22:40.0205323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:22:40.0205976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:22:40.0206603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:22:40.0206848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:22:40.0207557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:40.0208173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:40.0208429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:22:40.0209117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:22:40.0209766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:40.0210539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:22:40.0210780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:22:40.0211374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:22:40.0212067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:22:40.0212325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:22:40.0213034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:22:40.0213388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:22:40.0214049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:40.0214725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:40.0215432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:40.0216193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:22:40.0216467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:22:40.0217185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:40.0217910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:40.0218804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:22:40.0219089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:22:40.0219820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:22:40.0220561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:22:40.0220829Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:22:40.0221479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:40.0222373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:40.0223120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:22:40.0223331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:22:40.0223818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:22:40.0224041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:22:40.0224762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:22:40.0224999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:22:40.0225243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:22:40.0225949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:22:40.0226144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:22:40.0226742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:40.0227356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:40.0227864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:22:40.0228071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:22:40.0228616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:22:40.0229291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:22:40.0229719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:22:40.0229916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:22:40.0230124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:22:40.0230745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:22:40.0230951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:22:40.0231194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:22:40.0231641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:22:40.0231936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0232701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0233608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0234588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0235998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0237185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0237945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0238730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0239650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0240450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0241422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0242332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0243108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0243848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0244732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0245454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0246226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0247144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:22:40.0247508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:40.0248345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:40.0248777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.0249861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.0250843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:40.0251254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0252241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0253158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0254197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0255138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0256051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:40.0256612Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0257519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0258423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0259418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0260350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0261360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0262229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0263124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0264282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0265177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0266069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0266969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0267843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0268758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0269793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:40.0270199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:40.0270617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:40.0271076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.0272207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.0273354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:40.0273798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0274980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0276166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0277321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0278339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0279352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0280517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0281694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0282818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0283843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:40.0284209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0285063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0285898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0286831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0287686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:22:40.0288025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.0288930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:40.0289311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0290106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0290895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0291792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0292674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0293489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0294345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0295157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0295960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0296869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0297654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0298440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:22:40.0298782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.0299756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:40.0300044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:22:40.0300397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.0301322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.0302198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.0303127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:40.0303518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0304306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0305277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0306076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0306982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:22:40.0307427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.0308305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.0309160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.0310139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:22:40.0310326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:22:40.0310544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:22:40.0311045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:22:40.0311653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:22:40.0311763Z running install_egg_info 2025-03-21T20:22:40.0312158Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:22:40.0312275Z running install_scripts 2025-03-21T20:22:40.0312565Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:40.0313191Z creating '/tmp/pip-wheel-cirjn7c6/.tmp-ja5y0sng/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:22:40.0313303Z adding 'executorch/version.py' 2025-03-21T20:22:40.0313530Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:22:40.0313814Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:22:40.0314075Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:22:40.0314299Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:22:40.0314566Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:22:40.0314783Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:22:40.0315036Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:22:40.0315283Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:22:40.0315576Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:22:40.0315935Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:22:40.0316195Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:22:40.0316353Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:22:40.0316605Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:22:40.0316803Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:22:40.0317042Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:22:40.0317248Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:22:40.0317450Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:22:40.0317678Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:22:40.0317912Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:22:40.0318190Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:22:40.0318477Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:22:40.0318703Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:22:40.0318995Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:22:40.0319194Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:22:40.0319411Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:22:40.0319645Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:22:40.0319865Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:22:40.0320064Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:22:40.0320388Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:22:40.0320587Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:22:40.0320790Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:22:40.0321077Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:22:40.0321275Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:22:40.0321491Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:22:40.0321726Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:22:40.0321996Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:22:40.0322271Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:22:40.0322482Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:22:40.0322708Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:22:40.0322975Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:22:40.0323215Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:22:40.0323416Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:22:40.0323626Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:22:40.0323851Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:22:40.0324051Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:22:40.0324242Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:22:40.0324430Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:22:40.0324584Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:22:40.0324721Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:22:40.0324905Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:22:40.0325156Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:22:40.0325305Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:22:40.0325462Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:22:40.0325606Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:22:40.0325780Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:22:40.0325937Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:22:40.0326185Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:22:40.0326328Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:22:40.0326510Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:22:40.0326811Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:22:40.0327051Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:22:40.0327255Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:22:40.0327436Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:22:40.0327690Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:22:40.0327934Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.0328201Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:22:40.0328513Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:22:40.0328773Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:22:40.0328989Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:22:40.0329209Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:22:40.0329444Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:22:40.0329633Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:22:40.0329927Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:22:40.0330175Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:22:40.0330404Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:22:40.0330630Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:22:40.0330853Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:22:40.0331066Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:22:40.0331286Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:22:40.0331544Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:22:40.0331757Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:22:40.0332036Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:22:40.0332267Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:22:40.0332485Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:22:40.0332788Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:22:40.0333044Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:22:40.0333234Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:22:40.0333507Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:22:40.0333717Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:22:40.0333969Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:22:40.0334151Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:22:40.0592864Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:22:40.0593332Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:22:40.0593691Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:22:40.0593942Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.0594226Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:22:40.0594430Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:22:40.0594698Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:22:40.0595101Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:22:40.0595453Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:22:40.0595850Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:22:40.0596109Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:22:40.0596372Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:22:40.0596608Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:22:40.0596903Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:22:40.0597085Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:22:40.0597279Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:22:40.0597463Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:22:40.0597744Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:22:40.0597958Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:22:40.0598130Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:22:40.0598343Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:22:40.0598603Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:22:40.0598768Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:22:40.0598948Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:22:40.0599124Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:22:40.0599361Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:22:40.0599543Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:22:40.0599703Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:22:40.0599880Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:22:40.0600055Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:22:40.0600233Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:22:40.0600448Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:22:40.0600687Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:22:40.0600882Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:22:40.0601116Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:22:40.0601287Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:22:40.0601480Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:22:40.0601676Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:22:40.0601855Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:22:40.0602033Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:22:40.0602210Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:22:40.0602412Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:22:40.0602605Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:22:40.0602786Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:22:40.0602976Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:22:40.0603200Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:22:40.0603392Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:22:40.0603573Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:22:40.0603769Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:22:40.0603982Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:22:40.0604156Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:22:40.0604343Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:22:40.0604527Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:22:40.0604845Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:22:40.0605038Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:22:40.0605274Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:22:40.0605457Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:22:40.0605691Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:22:40.0605914Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:22:40.0606166Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:22:40.0606362Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:22:40.0606599Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:22:40.0606843Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:22:40.0607080Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:22:40.0607306Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:22:40.0607501Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:22:40.0607673Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:22:40.0607853Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:22:40.0608123Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:22:40.0608341Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:22:40.0608646Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:22:40.0608866Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:22:40.0609102Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:22:40.0609341Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:22:40.0609581Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:22:40.0609907Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:22:40.0610117Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:22:40.0610323Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:22:40.0610517Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:22:40.0610727Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:22:40.0610960Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:22:40.0611327Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:22:40.0611587Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:22:40.0611805Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:22:40.0612033Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:22:40.0612226Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:22:40.0612405Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:22:40.0612570Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:22:40.0612750Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:22:40.0612917Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:22:40.0613093Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:22:40.0613341Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:22:40.0613627Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:22:40.0613833Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:22:40.0613996Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:22:40.0614169Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:22:40.0614343Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:22:40.0614533Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:22:40.0614822Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:22:40.0615001Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:22:40.0615195Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:22:40.0615395Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:22:40.0615628Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:22:40.0615837Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:22:40.0616016Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:22:40.0616177Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:22:40.0616390Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:22:40.0616623Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:22:40.0616792Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:22:40.0617024Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:22:40.0617185Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:22:40.0617399Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:22:40.0617589Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:22:40.0617774Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.0617979Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:22:40.0618138Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:22:40.0618329Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:22:40.0618492Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:22:40.0618687Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:22:40.0618931Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:22:40.0619107Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:22:40.0619407Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:22:40.0619591Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:22:40.0619787Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.0619966Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:22:40.0620126Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:22:40.0620302Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:22:40.0620483Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:22:40.0620689Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:22:40.0620858Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:22:40.0621047Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:22:40.0621222Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:22:40.0621482Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.0979014Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:22:40.0979365Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:22:40.0979722Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.0979967Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:22:40.0980187Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:22:40.0980363Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:22:40.0980556Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:22:40.0980731Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:22:40.0980943Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:22:40.0981173Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:22:40.0981391Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:22:40.0981692Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:22:40.0981875Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:22:40.0982080Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:22:40.0982320Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:22:40.0982497Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:22:40.0982663Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:22:40.0982898Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:22:40.0983147Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:22:40.0983370Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:22:40.0983634Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:22:40.0984009Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:22:40.0984343Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:22:40.0984682Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:22:40.0984976Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:22:40.0985200Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:22:40.0985497Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:40.0985868Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:22:40.0986147Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:22:40.0986397Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:22:40.0986584Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:22:40.0986805Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:22:40.0986994Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:22:40.0987245Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:22:40.0987611Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:22:40.0987999Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:22:40.0988452Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:22:40.0988867Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:22:40.0989314Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:22:40.0989664Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:22:40.0990026Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:22:40.0990389Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:22:40.0990745Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:22:40.0991192Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:22:40.0991589Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:22:40.0992003Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:22:40.0992358Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:22:40.0992721Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:22:40.0993173Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:22:40.0993595Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:22:40.0993949Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:22:40.0994297Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:22:40.0994659Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:22:40.0995019Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:22:40.0995394Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:22:40.0995752Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:22:40.0996271Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:22:40.0996693Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:22:40.0997042Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:22:40.0997399Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:22:40.0997746Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:22:40.0998082Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:22:40.0998468Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:22:40.0998891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:22:40.0999265Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:22:40.0999661Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:22:40.1000062Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:22:40.1000420Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:22:40.1000951Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:22:40.1001352Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:22:40.1001650Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:22:40.1002007Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:22:40.1002358Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:22:40.1002636Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:22:40.1002851Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:22:40.1003074Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:22:40.1003261Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:22:40.1003467Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:22:40.1003647Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:22:40.1003882Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:22:40.1004081Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:22:40.1004258Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:22:40.1004544Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:22:40.1004841Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:22:40.1005051Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:22:40.1005260Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:22:40.1005531Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:22:40.1005691Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:22:40.1005908Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:22:40.1006124Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:22:40.1006356Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:22:40.1006587Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:22:40.1006811Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:22:40.1006973Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:22:40.1007196Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:22:40.1007402Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:22:40.1007626Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:22:40.1007900Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:22:40.1008287Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:22:40.1008563Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:22:40.1008810Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:22:40.1009037Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:22:40.1009294Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:22:40.1009568Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:22:40.1009825Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:22:40.1010102Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:22:40.1010281Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:22:40.1010539Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:22:40.1010751Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:22:40.1272772Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:22:40.1273109Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:22:40.1273459Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:22:40.1273858Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:22:40.1274046Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:22:40.1274379Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:22:40.1274673Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:22:40.1274972Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:22:40.1275291Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:22:40.1275586Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:22:40.1275813Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:22:40.1276095Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:22:40.1276414Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:22:40.1276725Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:22:40.1277074Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:22:40.1277459Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:22:40.1277778Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:22:40.1278067Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:22:40.1278387Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:22:40.1278866Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:22:40.1279279Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:22:40.1279681Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:22:40.1279992Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:22:40.1280308Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:22:40.1280594Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:22:40.1280901Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:22:40.1281361Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:22:40.1281895Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:22:40.1282232Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:22:40.1282524Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:22:40.1282841Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:22:40.1283150Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:22:40.1283488Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:22:40.1283880Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:22:40.1284200Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:22:40.1284465Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:22:40.1284723Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:22:40.1285004Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:22:40.1285331Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:22:40.1285693Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:22:40.1286043Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:22:40.1286451Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:22:40.1286837Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:22:40.1287181Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:22:40.1287510Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:22:40.1287823Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:22:40.1288161Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:22:40.1288438Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:22:40.1288785Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:22:40.1289166Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:22:40.1289545Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:22:40.1289891Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:22:40.1290209Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:22:40.1290401Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:22:40.1290601Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:22:40.1291270Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:22:40.1291489Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:22:40.1291884Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:22:40.1292313Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:22:40.1292596Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:22:40.1292814Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:22:40.1293033Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:22:40.1293277Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:22:40.1293502Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:22:40.1293906Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:22:40.1294137Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:22:40.1294450Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:22:40.1294656Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:22:40.1294874Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:22:40.1295038Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:22:40.1295206Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:22:40.1295378Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:22:40.1295559Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:22:40.1295897Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:22:40.1296125Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:22:40.1296389Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:22:40.1296595Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:22:40.1296793Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:22:40.1296982Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:22:40.1297163Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:22:40.1297399Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:22:40.1297647Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:22:40.1297855Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:22:40.1298192Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:22:40.1298433Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:22:40.1298831Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:22:40.1299067Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:22:40.1299284Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:22:40.1299503Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:22:40.1299777Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:22:40.1300001Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:22:40.1300283Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:22:40.1300480Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:22:40.1300748Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:22:40.1300966Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:22:40.1301190Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:22:40.1301414Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:22:40.1301776Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:22:40.1302089Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:22:40.1302363Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:22:40.1302608Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:22:40.1302856Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:22:40.1303081Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:22:40.1303331Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:22:40.1303567Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:22:40.1303788Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:22:40.1304026Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:22:40.1304199Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:22:40.1304478Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:22:40.1654152Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:22:40.1654493Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:22:40.1654907Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:22:40.1655251Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:22:40.1655634Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:22:40.1655829Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:22:40.1656059Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:22:40.1656272Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:22:40.1656479Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:22:40.1656665Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:22:40.1656849Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:22:40.1657051Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:22:40.1657244Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:22:40.1657438Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:22:40.1657671Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:22:40.1657898Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:22:40.1658078Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:22:40.1658286Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:22:40.1658483Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:22:40.1658675Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:22:40.1658877Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:22:40.1659083Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:22:40.1659274Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:22:40.1659458Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:22:40.1659672Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:22:40.1659865Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:22:40.1660087Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:22:40.1660309Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:22:40.1660515Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:22:40.1660717Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:22:40.1660923Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:22:40.1661318Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:22:40.1661544Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:22:40.1661722Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:22:40.1661928Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:22:40.1662109Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:22:40.1662338Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:22:40.1662556Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:22:40.1662732Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:22:40.1662937Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:22:40.1663116Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:22:40.1663503Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:22:40.1663783Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:22:40.1663986Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:22:40.1664182Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:22:40.1664388Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:22:40.1664579Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:22:40.1664781Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:22:40.1665040Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:22:40.1665223Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:22:40.1665424Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:22:40.1665625Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:22:40.1665809Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:22:40.1666040Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:22:40.1666260Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:22:40.1666458Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:22:40.1666643Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:22:40.1666874Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:22:40.1667070Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:22:40.1667261Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:22:40.1667461Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:22:40.1667681Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:22:40.1667876Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:22:40.1668197Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:22:40.1668582Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:22:40.1668871Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:22:40.1669203Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:22:40.1669486Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:22:40.1669880Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:22:40.1670207Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:22:40.1670501Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:22:40.1670814Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:22:40.1671163Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:22:40.1671538Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:22:40.1672012Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:22:40.1672485Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:22:40.1672997Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:22:40.1673370Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:22:40.1673696Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:22:40.1674009Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:22:40.1674402Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:22:40.1674819Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:22:40.1675125Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:22:40.1675505Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:22:40.1675942Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:22:40.1676302Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:22:40.1676656Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:22:40.1677393Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:22:40.1677888Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:22:40.1678285Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:22:40.1678774Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:22:40.1679065Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:22:40.1679480Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:22:40.1679779Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:22:40.1680111Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:22:40.1680396Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:22:40.1680652Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:22:40.1681115Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:22:40.1681484Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:22:40.1681841Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:22:40.1682304Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.1682719Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.1683099Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:22:40.1683474Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:22:40.1683826Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:22:40.1684162Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:22:40.1684496Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:22:40.1684834Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:22:40.1685293Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:22:40.1685572Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:22:40.1686047Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:22:40.1686659Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:22:40.1687225Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:40.1687677Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:22:40.1687927Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:22:40.1688231Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:22:40.1688501Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:22:40.1688737Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:22:40.1689092Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:22:40.1689410Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:22:40.1689951Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:22:40.1690422Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:22:40.1690805Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:22:40.1691297Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:22:40.1691694Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:22:40.1692156Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:22:40.1692574Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:22:40.1693036Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:22:40.1957556Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:22:40.1958592Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:22:40.1959434Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:22:40.1960564Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:22:40.1961993Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:22:40.1962910Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:22:40.1964274Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:22:40.1965108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:22:40.1965774Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:22:40.1966857Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:22:40.1968299Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:22:40.1969283Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:22:40.1970489Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:22:40.1971211Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:22:40.1972271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:22:40.1973348Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:22:40.1974077Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:22:40.1974881Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:22:40.1976292Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:22:40.1977651Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:22:40.1979000Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:22:40.1979718Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:22:40.1981013Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:22:40.1982256Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:22:40.1982982Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:22:40.1983713Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:22:40.1984471Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:22:40.1985107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:22:40.1985711Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:22:40.1986343Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:22:40.1987190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:22:40.1987989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:22:40.1989297Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:22:40.1990319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:22:40.1991369Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:22:40.1992591Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:22:40.1993999Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:22:40.1995262Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:22:40.1996547Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:22:40.1997582Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:22:40.1998771Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:22:40.1999993Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:22:40.2001329Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:22:40.2002025Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:22:40.2003243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:22:40.2004424Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:22:40.2005700Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:22:40.2006656Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:22:40.2008010Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:22:40.2008865Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:22:40.2009754Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:22:40.2011231Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:22:40.2012299Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:22:40.2013650Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:22:40.2014562Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:22:40.2015905Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:22:40.2016750Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:22:40.2017939Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:22:40.2019101Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:22:40.2020470Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:22:40.2021592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:22:40.2022786Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:22:40.2023912Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:22:40.2025111Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:22:40.2025956Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:22:40.2027033Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:22:40.2027999Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:22:40.2029388Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:22:40.2030061Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:22:40.2031036Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:22:40.2032055Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:22:40.2032953Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:22:40.2033897Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:22:40.2034615Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:22:40.2035399Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:22:40.2036636Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:22:40.2037497Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:22:40.2038305Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:22:40.2039565Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:22:40.2040699Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:22:40.2041953Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:22:40.2042897Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:22:40.2044356Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:22:40.2045587Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:22:40.2046919Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:22:40.2048090Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:22:40.2049257Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:22:40.2050572Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:22:40.2051747Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:22:40.2053439Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:22:40.2054714Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:22:40.2055740Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:22:40.2056450Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:22:40.2057626Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:22:40.2058609Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:22:40.2059795Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:22:40.2060867Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:22:40.2061732Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:22:40.2062585Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:22:40.2063205Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:22:40.2064141Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:22:40.2065332Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:40.2066361Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:22:40.2303989Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:22:40.2305181Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:22:40.2306105Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:22:40.2306889Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:22:40.2307758Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:40.2308855Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:22:40.2309704Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:22:40.2310709Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.2311749Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:22:40.2312333Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:22:40.2313027Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:22:40.2313961Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:22:40.2314767Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:22:40.2315810Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:22:40.2316795Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:22:40.2317560Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:22:40.2318434Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:22:40.2319194Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:22:40.2320048Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:22:40.2321045Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:22:40.2321673Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:22:40.2322667Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:22:40.2323848Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:22:40.2324442Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:22:40.2324959Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:22:40.2325493Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:22:40.2326030Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:22:40.2326579Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:22:40.2327116Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:22:40.2327715Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:22:40.2328322Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:22:40.2328854Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:22:40.2329635Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:22:40.2330586Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:22:40.2331368Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:22:40.2331917Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:22:40.2332453Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:22:40.2332966Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:22:40.2333849Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:22:40.2334838Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:22:40.2335477Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:22:40.2335986Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:22:40.2336475Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:22:40.2336990Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:22:40.2337519Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:22:40.2338063Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:22:40.2338613Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:22:40.2339250Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:22:40.2339776Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:22:40.2340323Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:22:40.2341103Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:22:40.2342325Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:22:40.2343146Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:22:40.2343645Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:22:40.2344204Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:22:40.2345119Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:22:40.2346123Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:22:40.2346956Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:22:40.2348054Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:22:40.2348977Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:22:40.2350162Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:22:40.2351186Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:22:40.2351863Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:22:40.2352492Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:22:40.2353069Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:22:40.2353627Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:22:40.2354256Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:22:40.2354910Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:22:40.2355499Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:22:40.2356105Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:22:40.2356780Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:22:40.2357441Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:22:40.2358485Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:22:40.2387419Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:22:40.2388438Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:22:40.2389219Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:22:40.2390197Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:22:40.2391237Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:22:40.2391998Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:22:40.2392665Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:22:40.2393675Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:22:40.2394665Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:22:40.2395658Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:22:40.2396623Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:22:40.2397704Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:22:40.2398629Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:22:40.2399475Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:22:40.2400367Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:22:40.2401350Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:22:40.2402565Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:22:40.2403499Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:22:40.2404397Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:22:40.2405185Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:22:40.2406228Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:22:40.2407129Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:22:40.2407839Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:22:40.2408774Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:22:40.2409629Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:22:40.2410518Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:22:40.2411404Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:22:40.2412546Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:22:40.2413465Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:22:40.2414274Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:22:40.2415254Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:22:40.2416049Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:22:40.2416969Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:22:40.2417893Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:22:40.2418672Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:22:40.2419667Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:22:40.2420557Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:22:40.2421537Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:22:40.2422341Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:22:40.2423273Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:22:40.2424205Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:22:40.2425090Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:22:40.2426142Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:22:40.2427123Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:22:40.2428027Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:22:40.2428912Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:22:40.2429850Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:22:40.2430790Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:22:40.2431794Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:22:40.2432715Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:22:40.2433643Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:22:40.2581139Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:22:40.2582203Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:22:40.2583291Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:22:40.2584133Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:22:40.2584835Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:22:40.2585597Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:22:40.2586613Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:22:40.2587773Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:22:40.2589217Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:22:40.2590505Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:22:40.2591211Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:22:40.2592033Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:22:40.2592721Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:22:40.2593404Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:22:40.2594002Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:22:40.2594568Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:22:40.2595599Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:22:40.2596917Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:22:40.2597536Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:22:40.2598262Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:22:40.2598939Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:22:40.2599590Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:22:40.2600325Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:22:40.2601493Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:22:40.2602525Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:22:40.2603275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:22:40.2604086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:22:40.2604925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:22:40.2606183Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:22:40.2607481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:22:40.2608347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:22:40.2609103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:22:40.2610147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:22:40.2611613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:22:40.2612546Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:22:40.2613276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:22:40.2614594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:22:40.2615760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:22:40.2616612Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:22:40.2617352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:22:40.2618601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.2619873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:22:40.2620696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:22:40.2621387Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:22:40.2622075Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:22:40.2622906Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:22:40.2623679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.2624430Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:22:40.2625157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:22:40.2625900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:22:40.2627180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:22:40.2628419Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:22:40.2629290Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:22:40.2630161Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:22:40.2631561Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:22:40.2632533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:22:40.2633651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:22:40.2635000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:22:40.2635853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:22:40.2637182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:22:40.2638212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:22:40.2639044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:22:40.2639816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2640619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.2641480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:22:40.2642596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:22:40.2643896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:22:40.2645116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:22:40.2646486Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:22:40.2647252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:22:40.2647963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:22:40.2649167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:22:40.2650205Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:22:40.2650936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:22:40.2652220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:22:40.2653297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:22:40.2654102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:22:40.2654869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:22:40.2656093Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2657420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2658249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.2659225Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.2660717Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2661834Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2662642Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:40.2663652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:40.2664799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2666282Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:40.2667135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.2668511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.2669868Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:22:40.2670622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:22:40.2671611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:22:40.2673058Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.2673885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:22:40.2675246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:22:40.2676365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:22:40.5856562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:22:40.5857765Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:22:40.5858484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:22:40.5859308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:22:40.5859990Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:22:40.5860751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:22:40.5861860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:22:40.5863264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:22:40.5864928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:22:40.5866532Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:22:40.5868235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:22:40.5869801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:22:40.5871275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:22:40.5872738Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:22:40.5874034Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:22:40.5875508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:22:40.5876946Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:22:40.5878082Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:22:40.5879666Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:22:40.5880882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:22:40.5881848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:22:40.5883062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:22:40.5884395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:22:40.5885182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:22:40.5885953Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:22:40.5886762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:22:40.5888337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:22:40.5889636Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:22:40.5890455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:22:40.5891310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:22:40.5892605Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:22:40.5893879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:22:40.5895036Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:22:40.5895704Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:22:40.5896313Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:22:40.5897105Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:22:40.5898419Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:22:40.5899593Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:22:40.5901045Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:22:40.5902261Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:22:40.5903505Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:22:40.5904620Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:22:40.5905612Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:22:40.5906462Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:22:40.5907294Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:22:40.5908006Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:22:40.5908867Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:22:40.5909529Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:22:40.5910238Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:22:40.5911003Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:22:40.5911661Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:22:40.5912265Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:22:40.5913106Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:22:40.5913820Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:22:40.5914330Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:22:40.5914845Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:22:40.5915394Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:22:40.5916296Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:22:40.5917415Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:22:40.5917940Z adding 'executorch/data/bin/flatc' 2025-03-21T20:22:40.5918549Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:22:40.5919293Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:22:40.5919978Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:22:40.5920567Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:22:40.5921206Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:22:40.5921668Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:22:40.5922131Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:22:40.5922651Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:22:40.5923702Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:22:40.5924976Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:22:40.5926155Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:22:40.5927091Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:22:40.5927755Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:22:40.5928412Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:22:40.5929076Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:22:40.5929729Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:22:40.5930373Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:22:40.5930956Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:22:40.5931518Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:22:40.5932067Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:22:40.5932585Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:22:40.5933062Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:22:40.5933553Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:22:40.5934032Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:22:40.5934476Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:22:40.5934901Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:22:40.5935365Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:22:40.5935887Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:22:40.5936592Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:22:40.5937421Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:22:40.5938141Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:22:40.5938662Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:22:40.5939262Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:22:40.5940131Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:22:40.5941050Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:22:40.5942049Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:22:40.5943074Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:22:40.5944188Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:22:40.5945075Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:22:40.5945641Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:22:40.5946168Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:22:40.5947214Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:22:40.5948207Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:22:40.5948892Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:22:40.5949438Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:22:40.5949916Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:22:40.5950402Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:22:40.5950894Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:22:40.5951582Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:22:40.5952634Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:22:40.5953575Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:22:40.5954231Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:22:40.5955245Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:22:40.5956321Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:22:40.6187516Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:22:40.6188276Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:22:40.6188860Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:22:40.6189528Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:22:40.6190242Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:22:40.6190904Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:22:40.6191727Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:22:40.6192197Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:22:40.6192641Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:22:40.6193124Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:22:40.6193943Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:22:40.6195085Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:22:40.6196444Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:22:40.6197257Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:22:40.6198186Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:22:40.6199017Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:22:40.6199816Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:22:40.6200558Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:22:40.6201217Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:22:40.6201788Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:22:40.6202361Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:22:40.6202994Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:22:40.6203546Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:22:40.6204147Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:22:40.6204672Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:22:40.6205147Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:22:40.6205697Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:22:40.6206249Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:22:40.6206849Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:22:40.6207383Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:22:40.6207986Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:22:40.6208605Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:22:40.6209444Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:22:40.6209971Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:22:40.6210435Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:22:40.6210941Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:22:40.6211429Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:22:40.6211960Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:22:40.6212496Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:22:40.6213060Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:22:40.6213668Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:22:40.6214286Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:22:40.6214908Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:22:40.6215688Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:22:40.6216275Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:22:40.6216785Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:22:40.6217314Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:22:40.6217906Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:22:40.6218653Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:22:40.6219468Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:22:40.6220162Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:22:40.6220848Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:22:40.6221547Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:22:40.6222362Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:22:40.6223050Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:22:40.6223774Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:22:40.6224483Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:22:40.6225191Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:22:40.6225832Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:22:40.6226557Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:22:40.6227289Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:22:40.6228085Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:22:40.6228941Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:22:40.6229744Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:22:40.6230067Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:22:40.6230298Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:22:40.6230567Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:22:40.6230783Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:22:40.6230989Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:22:40.6231263Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:22:40.6231568Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:22:40.6231832Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:22:40.6232207Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:22:40.6232451Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:22:40.6232694Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:22:40.6232964Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:22:40.6233198Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:22:40.6233454Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:22:40.6233759Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:22:40.6234090Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:22:40.6234383Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:22:40.6234756Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:22:40.6235070Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:22:40.6235419Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:22:40.6235592Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:22:40.6235794Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:22:40.6235972Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:22:40.6236142Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:22:40.6236340Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:22:40.6236542Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:22:40.6236703Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:22:40.6236880Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:22:40.6237141Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:22:40.6237320Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:22:40.6237530Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:22:40.6237714Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:22:40.6237925Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:22:40.6238111Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:22:40.6238300Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:22:40.6238497Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:22:40.6238673Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:22:40.6238917Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:22:40.6239113Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:22:40.6239357Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:22:40.6239622Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:22:40.6239807Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:22:40.6240040Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:22:40.6240213Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:22:40.6240432Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:22:40.6240602Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:22:40.6240769Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:22:40.6240929Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:22:40.6241177Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:22:40.6241403Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:22:40.6241605Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:22:40.6241862Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:22:40.6242047Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:22:40.6242249Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:22:40.6242427Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:22:40.6242553Z adding 'executorch/exir/__init__.py' 2025-03-21T20:22:40.6818063Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:22:40.6818656Z adding 'executorch/exir/common.py' 2025-03-21T20:22:40.6819312Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:22:40.6819704Z adding 'executorch/exir/delegate.py' 2025-03-21T20:22:40.6820059Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:22:40.6820429Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:22:40.6820812Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:22:40.6821204Z adding 'executorch/exir/error.py' 2025-03-21T20:22:40.6821754Z adding 'executorch/exir/graph.py' 2025-03-21T20:22:40.6822163Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:22:40.6822597Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:22:40.6822996Z adding 'executorch/exir/memory.py' 2025-03-21T20:22:40.6823354Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:22:40.6823728Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:22:40.6824128Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:22:40.6824616Z adding 'executorch/exir/print_program.py' 2025-03-21T20:22:40.6825094Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:22:40.6825449Z adding 'executorch/exir/schema.py' 2025-03-21T20:22:40.6825790Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:22:40.6826169Z adding 'executorch/exir/tensor.py' 2025-03-21T20:22:40.6826497Z adding 'executorch/exir/tracer.py' 2025-03-21T20:22:40.6826919Z adding 'executorch/exir/types.py' 2025-03-21T20:22:40.6827257Z adding 'executorch/exir/version.py' 2025-03-21T20:22:40.6827613Z adding 'executorch/exir/wrap.py' 2025-03-21T20:22:40.6827971Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:22:40.6828392Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:22:40.6828905Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:22:40.6829436Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:22:40.6829894Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:22:40.6830373Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:22:40.6830830Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:22:40.6831314Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:22:40.6831760Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:22:40.6832172Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:22:40.6832599Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:22:40.6833045Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:22:40.6833484Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:22:40.6833962Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:22:40.6834491Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:22:40.6835011Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:22:40.6835494Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:22:40.6836044Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:22:40.6836571Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:22:40.6837039Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:22:40.6837479Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:22:40.6837911Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:22:40.6838489Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:22:40.6839271Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:22:40.6840330Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:22:40.6841295Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:22:40.6841973Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:22:40.6842642Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:22:40.6843355Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:22:40.6843919Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:22:40.6844445Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:22:40.6844949Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:22:40.6845510Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:22:40.6846244Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:22:40.6846851Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:22:40.6847377Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:22:40.6847896Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:22:40.6848495Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:22:40.6849102Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:22:40.6849645Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:22:40.6850247Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:22:40.6850952Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:22:40.6851472Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:22:40.6851914Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:22:40.6852527Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:22:40.6853169Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:22:40.6853816Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:22:40.6854558Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:22:40.6855271Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:22:40.6855806Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:22:40.6856192Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:22:40.6856580Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:22:40.6856967Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:22:40.6857356Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:22:40.6857745Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:22:40.6858142Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:22:40.6858672Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:22:40.6859263Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:22:40.6859680Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:22:40.6860109Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:22:40.6860540Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:22:40.6860976Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:22:40.6861493Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:22:40.6862162Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:22:40.6862609Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:22:40.6863066Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:22:40.6863727Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:22:40.6864202Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:22:40.6864656Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:22:40.6865336Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:22:40.6865945Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:22:40.6866483Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:22:40.6866932Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:22:40.6867318Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:22:40.6867706Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:22:40.6868095Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:22:40.6868501Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:22:40.6868876Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:22:40.6869251Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:22:40.6869672Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:22:40.6870105Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:22:40.6870680Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:22:40.6871188Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:22:40.6871639Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:22:40.6872142Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:22:40.6872699Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:22:40.6873383Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:22:40.6873928Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:22:40.6874458Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:22:40.6874935Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:22:40.6875478Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:22:40.6876085Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:22:40.6876626Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:22:40.6877115Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:22:40.6877648Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:22:40.6878142Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:22:40.6878607Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:22:40.6879125Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:22:40.6879719Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:22:40.6880240Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:22:40.6880773Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:22:40.6881354Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:22:40.6881842Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:22:40.6882456Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:22:40.6883081Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:22:40.6883624Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:22:40.6884170Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:22:40.6884714Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:22:40.6885172Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:22:40.6885610Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:22:40.6886076Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:22:40.6886560Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:22:40.6887013Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:22:40.6887428Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:22:40.6887851Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:22:40.6888254Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:22:40.6888824Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:22:40.6889314Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:22:40.6889742Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:22:40.6890154Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:22:40.6890547Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:22:40.6890934Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:22:40.6891332Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:22:41.2844561Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:22:41.2845226Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:22:41.2845918Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:22:41.2846331Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:22:41.2846834Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:22:41.2847650Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:22:41.2848168Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:22:41.2848582Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:22:41.2849001Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:22:41.2849460Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:22:41.2849983Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:22:41.2850433Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:22:41.2850987Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:22:41.2851498Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:22:41.2851941Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:22:41.2852532Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:22:41.2853145Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:22:41.2853768Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:22:41.2854429Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:22:41.2854885Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:22:41.2855364Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:22:41.2855810Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:22:41.2856345Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:22:41.2856896Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:22:41.2857461Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:22:41.2857928Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:22:41.2858380Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:22:41.2858933Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:22:41.2859416Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:22:41.2859811Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:22:41.2860262Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:22:41.2860682Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:22:41.2861109Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:22:41.2861521Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:22:41.2861961Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:22:41.2862400Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:22:41.2862851Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:22:41.2863465Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:22:41.2863952Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:22:41.2864458Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:22:41.2864920Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:22:41.2865373Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:22:41.2865982Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:22:41.2866487Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:22:41.2867060Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:22:41.2867678Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:22:41.2868283Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:22:41.2868859Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:22:41.2869505Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:22:41.2870079Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:22:41.2870592Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:22:41.2871029Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:22:41.2871552Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:22:41.2872198Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:22:41.2872690Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:22:41.2873241Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:22:41.2873849Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:22:41.2874452Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:22:41.2875044Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:22:41.2875729Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:22:41.2876368Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:22:41.2876964Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:22:41.2877600Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:22:41.2878417Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:22:41.2879187Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:22:41.2879811Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:22:41.2880255Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:22:41.2880728Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:22:41.2881354Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:22:41.2881865Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:22:41.2882386Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:22:41.2882888Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:22:41.2883406Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:22:41.2883914Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:22:41.2884379Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:22:41.2884864Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:22:41.2885391Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:22:41.2885941Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:22:41.2886549Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:22:41.2887111Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:22:41.2887606Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:22:41.2888107Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:22:41.2888579Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:22:41.2889099Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:22:41.2889608Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:22:41.2890177Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:22:41.2890995Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:22:41.2891788Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:22:41.2892504Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:22:41.2893246Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:22:41.2894042Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.2894836Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:41.2895583Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:22:41.2896265Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:22:41.2896799Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:22:41.2897451Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:22:41.2898074Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:22:41.2898683Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:22:41.2899182Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:22:41.2899606Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:22:41.2900033Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:22:41.2900529Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:22:41.2901087Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:22:41.2901664Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:22:41.2902282Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:22:41.2902886Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:22:41.2903467Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:22:41.2904159Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:22:41.2904947Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:22:41.2905634Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:22:41.2906242Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:22:41.2906852Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:22:41.2907487Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:22:41.2908107Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:22:41.2908869Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:22:41.2909587Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:22:41.2910332Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:22:41.2910964Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:22:41.2911527Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:22:41.2912099Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:22:41.2912753Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:22:41.2913319Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:22:41.2913910Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:22:41.2914614Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:22:41.2915340Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:22:41.2916051Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:22:41.2916863Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:22:41.2917699Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:22:44.2125183Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:22:44.2126335Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:22:44.2127251Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:22:44.2128137Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:22:44.2129123Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:22:44.2130267Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:22:44.2131481Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:22:44.2132833Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:22:44.2134655Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:22:44.2136095Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:22:44.2137531Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:22:44.2139004Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:22:44.2140548Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:22:44.2141962Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:22:44.2143261Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:22:44.2144564Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:22:44.2145883Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:22:44.2147187Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:22:44.2148428Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:22:44.2149603Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:22:44.2150815Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:22:44.2152094Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:22:44.2153345Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:22:44.2154604Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:22:44.2155926Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:22:44.2157173Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:22:44.2158444Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:22:44.2159804Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:22:44.2161320Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:22:44.2162795Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:22:44.2164424Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:22:44.2165763Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:22:44.2167265Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:22:44.2168745Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:22:44.2170228Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:22:44.2172016Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:22:44.2173600Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:22:44.2175201Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:22:44.2176778Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:22:44.2178074Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:22:44.2179305Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:22:44.2180547Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:22:44.2181819Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:22:44.2183068Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:22:44.2184331Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:22:44.2185330Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:22:44.2186344Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:22:44.2187416Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:22:44.2188548Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:22:44.2189556Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:22:44.2190559Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:22:44.2191608Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:22:44.2192665Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:22:44.2193680Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:22:44.2194719Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:22:44.2195862Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:22:44.2196855Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:22:44.2197748Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:22:44.2198673Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:22:44.2199631Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:22:44.2200686Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:22:44.2201844Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:22:44.2202772Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:22:44.2203509Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:22:44.2204301Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:22:44.2204999Z adding 'executorch/schema/program.fbs' 2025-03-21T20:22:44.2205683Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:22:44.2206419Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:22:44.2207277Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:22:44.2208030Z adding 'executorch/util/collect_env.py' 2025-03-21T20:22:44.2208686Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:22:44.2209441Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:22:44.2210226Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:22:44.2211034Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:22:44.2211904Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:22:44.2212849Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:22:44.2213711Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:22:44.2214424Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:44.2215696Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:44.2217792Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=ddf04ba139ac112313abec781017b8d7714e6a0741e36a4b6a3b326481f256b8 2025-03-21T20:22:44.2220253Z Stored in directory: /tmp/pip-ephem-wheel-cache-lnyhtgef/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:22:44.2221611Z Successfully built executorch 2025-03-21T20:22:44.2222804Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:22:44.2224202Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:22:44.2224956Z Attempting uninstall: pytest 2025-03-21T20:22:44.2225539Z Found existing installation: pytest 7.2.0 2025-03-21T20:22:44.2226181Z Uninstalling pytest-7.2.0: 2025-03-21T20:22:44.2226902Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:22:44.2227977Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:22:44.2229282Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:22:44.2230823Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:22:44.2232148Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:22:44.2233578Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:22:44.2235033Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:22:44.2236053Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:22:44.2236793Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:22:44.2237679Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:22:44.2238537Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:22:44.2240214Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:22:44.2241805Z + pip list 2025-03-21T20:22:44.2242346Z Package Version Editable project location 2025-03-21T20:22:44.2243220Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:22:44.2243962Z alabaster 0.7.16 2025-03-21T20:22:44.2244490Z attrs 25.3.0 2025-03-21T20:22:44.2245014Z babel 2.17.0 2025-03-21T20:22:44.2245572Z beautifulsoup4 4.13.3 2025-03-21T20:22:44.2246099Z breathe 4.34.0 2025-03-21T20:22:44.2246629Z bs4 0.0.2 2025-03-21T20:22:44.2247163Z certifi 2025.1.31 2025-03-21T20:22:44.2247732Z charset-normalizer 3.4.1 2025-03-21T20:22:44.2248295Z cmake 3.31.6 2025-03-21T20:22:44.2248823Z contourpy 1.3.1 2025-03-21T20:22:44.2249367Z coverage 7.7.0 2025-03-21T20:22:44.2249890Z cycler 0.12.1 2025-03-21T20:22:44.2250423Z docutils 0.16 2025-03-21T20:22:44.2250979Z exceptiongroup 1.2.2 2025-03-21T20:22:44.2251513Z execnet 2.1.1 2025-03-21T20:22:48.7724301Z executorch 0.6.0a0+be92d7d 2025-03-21T20:22:48.7725012Z exhale 0.2.3 2025-03-21T20:22:48.7725594Z expecttest 0.1.6 2025-03-21T20:22:48.7725924Z filelock 3.18.0 2025-03-21T20:22:48.7726252Z flatbuffers 25.2.10 2025-03-21T20:22:48.7726564Z fonttools 4.56.0 2025-03-21T20:22:48.7726886Z fsspec 2025.3.0 2025-03-21T20:22:48.7727221Z huggingface-hub 0.29.3 2025-03-21T20:22:48.7727573Z hypothesis 6.84.2 2025-03-21T20:22:48.7728161Z idna 3.10 2025-03-21T20:22:48.7728457Z imagesize 1.4.1 2025-03-21T20:22:48.7728776Z iniconfig 2.1.0 2025-03-21T20:22:48.7729091Z Jinja2 3.1.6 2025-03-21T20:22:48.7729403Z kiwisolver 1.4.8 2025-03-21T20:22:48.7729714Z lxml 5.3.1 2025-03-21T20:22:48.7730017Z markdown-it-py 2.2.0 2025-03-21T20:22:48.7730334Z MarkupSafe 3.0.2 2025-03-21T20:22:48.7730651Z matplotlib 3.10.1 2025-03-21T20:22:48.7730976Z mdit-py-plugins 0.3.5 2025-03-21T20:22:48.7731283Z mdurl 0.1.2 2025-03-21T20:22:48.7731601Z mpmath 1.3.0 2025-03-21T20:22:48.7731912Z myst-parser 0.18.1 2025-03-21T20:22:48.7732229Z networkx 3.4.2 2025-03-21T20:22:48.7732521Z numpy 2.2.4 2025-03-21T20:22:48.7732944Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:22:48.7733338Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:22:48.7733686Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:22:48.7734031Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:22:48.7734362Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:22:48.7734696Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:22:48.7735034Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:22:48.7735381Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:22:48.7735733Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:22:48.7736062Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:22:48.7736406Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:22:48.7736743Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:22:48.7737074Z packaging 24.2 2025-03-21T20:22:48.7737383Z pandas 2.2.3 2025-03-21T20:22:48.7737685Z parameterized 0.9.0 2025-03-21T20:22:48.7738011Z pillow 11.1.0 2025-03-21T20:22:48.7738317Z pip 25.0 2025-03-21T20:22:48.7738617Z pluggy 1.5.0 2025-03-21T20:22:48.7738929Z Pygments 2.19.1 2025-03-21T20:22:48.7739230Z pyparsing 3.2.1 2025-03-21T20:22:48.7739540Z pytest 8.3.5 2025-03-21T20:22:48.7739850Z pytest-cov 4.1.0 2025-03-21T20:22:48.7740177Z pytest-rerunfailures 15.0 2025-03-21T20:22:48.7740500Z pytest-xdist 3.6.1 2025-03-21T20:22:48.7740879Z python-dateutil 2.9.0.post0 2025-03-21T20:22:48.7741364Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:22:48.7741843Z pytz 2025.1 2025-03-21T20:22:48.7742143Z PyYAML 6.0.1 2025-03-21T20:22:48.7742460Z regex 2024.11.6 2025-03-21T20:22:48.7742783Z requests 2.32.3 2025-03-21T20:22:48.7743109Z ruamel.yaml 0.17.32 2025-03-21T20:22:48.7743432Z ruamel.yaml.clib 0.2.12 2025-03-21T20:22:48.7743745Z safetensors 0.5.3 2025-03-21T20:22:48.7744058Z setuptools 75.8.0 2025-03-21T20:22:48.7744364Z six 1.17.0 2025-03-21T20:22:48.7744677Z snowballstemmer 2.2.0 2025-03-21T20:22:48.7745001Z sortedcontainers 2.4.0 2025-03-21T20:22:48.7745305Z soupsieve 2.6 2025-03-21T20:22:48.7745609Z Sphinx 5.3.0 2025-03-21T20:22:48.7745925Z sphinx-copybutton 0.5.0 2025-03-21T20:22:48.7746245Z sphinx_design 0.4.1 2025-03-21T20:22:48.7746566Z sphinx-gallery 0.14.0 2025-03-21T20:22:48.7746890Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:22:48.7747229Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:22:48.7747571Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:22:48.7747906Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:22:48.7748337Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:22:48.7748667Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:22:48.7748999Z sympy 1.13.3 2025-03-21T20:22:48.7749307Z tabulate 0.9.0 2025-03-21T20:22:48.7749610Z timm 1.0.7 2025-03-21T20:22:48.7749914Z tokenizers 0.21.1 2025-03-21T20:22:48.7750215Z tomli 2.0.1 2025-03-21T20:22:48.7750541Z torch 2.7.0a0+git295f2ed 2025-03-21T20:22:48.7750911Z torchao 0.10.0+git64bcf4c 2025-03-21T20:22:48.7751280Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:22:48.7751631Z torchsr 1.0.4 2025-03-21T20:22:48.7751953Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:22:48.7752304Z tqdm 4.67.1 2025-03-21T20:22:48.7752618Z transformers 4.47.1 2025-03-21T20:22:48.7752931Z triton 3.0.0 2025-03-21T20:22:48.7753311Z typing_extensions 4.12.2 2025-03-21T20:22:48.7753618Z tzdata 2025.1 2025-03-21T20:22:48.7753925Z urllib3 2.3.0 2025-03-21T20:22:48.7754229Z wheel 0.45.1 2025-03-21T20:22:48.7754542Z zstd 1.5.5.1 2025-03-21T20:22:48.7754877Z + build_executorch_runner cmake Release 2025-03-21T20:22:48.7755202Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:48.7755492Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:48.7755799Z + build_executorch_runner_cmake Release 2025-03-21T20:22:48.7756144Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:22:48.7756457Z + clean_executorch_install_folders 2025-03-21T20:22:48.7756784Z + ./install_executorch.sh --clean 2025-03-21T20:22:48.7757111Z Cleaning build artifacts... 2025-03-21T20:22:48.7757406Z Cleaning pip-out/... 2025-03-21T20:22:48.7757690Z Done cleaning build artifacts. 2025-03-21T20:22:48.7757990Z + mkdir cmake-out 2025-03-21T20:22:48.7758228Z + pushd cmake-out 2025-03-21T20:22:48.7758543Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:22:48.7758924Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:22:48.7759208Z + CXXFLAGS= 2025-03-21T20:22:48.7759425Z + CXXFLAGS= 2025-03-21T20:22:48.7759788Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:48.7760357Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:48.7760830Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:48.7761353Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:48.7761740Z -- Detecting C compiler ABI info 2025-03-21T20:22:48.7762060Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:48.7762478Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:48.7762900Z -- Detecting C compile features 2025-03-21T20:22:48.7763226Z -- Detecting C compile features - done 2025-03-21T20:22:48.7763770Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:48.7764118Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:48.7764549Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:48.7764980Z -- Detecting CXX compile features 2025-03-21T20:22:48.7765320Z -- Detecting CXX compile features - done 2025-03-21T20:22:48.7766274Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:48.7767050Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:48.7767507Z CMake. 2025-03-21T20:22:48.7767646Z 2025-03-21T20:22:48.7767885Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:48.7768489Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:48.7769015Z to work with policies introduced by or earlier. 2025-03-21T20:22:48.7769291Z 2025-03-21T20:22:48.7769415Z  2025-03-21T20:22:48.7770064Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:48.7771014Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:48.7771470Z CMake. 2025-03-21T20:22:48.7771593Z 2025-03-21T20:22:48.7771845Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:48.7772442Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:48.7772951Z to work with policies introduced by or earlier. 2025-03-21T20:22:48.7773239Z 2025-03-21T20:22:48.7773349Z  2025-03-21T20:22:48.7773604Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:48.7774044Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:48.7774422Z -- Found Threads: TRUE 2025-03-21T20:22:48.7775150Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:48.7776048Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:48.7776515Z CMake. 2025-03-21T20:22:48.7776653Z 2025-03-21T20:22:48.7776893Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:48.7777497Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:48.7778029Z to work with policies introduced by or earlier. 2025-03-21T20:22:48.7778303Z 2025-03-21T20:22:48.7778427Z  2025-03-21T20:22:48.7778657Z -- Using python executable 'python' 2025-03-21T20:22:48.7778989Z -- Resolved buck2 as buck2. 2025-03-21T20:22:48.7779282Z -- Killing buck2 daemon 2025-03-21T20:22:48.7779550Z 'buck2 killall' 2025-03-21T20:22:48.7779809Z -- executorch: Generating source lists 2025-03-21T20:22:48.7780371Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:48.7781116Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:48.7781669Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:48.7782023Z -- Generating operator lib: 2025-03-21T20:22:48.7782328Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:48.7782749Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:48.7783202Z -- ROOT_OPS: 2025-03-21T20:22:48.7783453Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:48.7784789Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:48.7786016Z -- Generating kernel bindings: 2025-03-21T20:22:48.7786319Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:48.7786757Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:48.7787222Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:48.7787510Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:48.7789330Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:48.7790929Z -- Generating operator lib: 2025-03-21T20:22:48.7791228Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:48.7791546Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:48.7791865Z -- DEPS: executorch 2025-03-21T20:22:48.7792477Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:48.7793194Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:48.7793643Z CMake. 2025-03-21T20:22:48.7793781Z 2025-03-21T20:22:48.7794023Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:48.7794629Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:48.7795160Z to work with policies introduced by or earlier. 2025-03-21T20:22:48.7795508Z 2025-03-21T20:22:48.7795640Z  2025-03-21T20:22:48.7795879Z -- Looking for C++ include unistd.h 2025-03-21T20:22:48.7796214Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:48.7796599Z -- Looking for C++ include stdint.h 2025-03-21T20:22:48.7796937Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:48.7797299Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:48.7797664Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:48.7798035Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:48.7798400Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:48.7798763Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:48.7799122Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:48.7799488Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:48.7799843Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:50.0154137Z -- Looking for C++ include stddef.h 2025-03-21T20:22:50.0155267Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:50.0155906Z -- Check size of uint32_t 2025-03-21T20:22:50.0156420Z -- Check size of uint32_t - done 2025-03-21T20:22:50.0156949Z -- Looking for strtoll 2025-03-21T20:22:50.0157429Z -- Looking for strtoll - found 2025-03-21T20:22:50.0157936Z -- 2025-03-21T20:22:50.0158317Z -- ******** Summary ******** 2025-03-21T20:22:50.0158847Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:50.0159482Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:50.0160089Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:50.0160702Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:50.0161362Z -- BUCK2 : buck2 2025-03-21T20:22:50.0161946Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:50.0162917Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:22:50.0164110Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:50.0164872Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:50.0165577Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:50.0166247Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:50.0166944Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:50.0167606Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:50.0168292Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:50.0168951Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:50.0169638Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:22:50.0170339Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:50.0171037Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:22:50.0171775Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:22:50.0172447Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:50.0173126Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:22:50.0173902Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:50.0174626Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:22:50.0175324Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:50.0176025Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:50.0176686Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:50.0177365Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:50.0178056Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:50.0178764Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:50.0179508Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:50.0180221Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:22:50.0180938Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:50.0181642Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:50.0182333Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:50.0183297Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:50.0184000Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:22:50.0184696Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:50.0185395Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:50.0186081Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:50.0186785Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:50.0187422Z -- Configuring done (4.8s) 2025-03-21T20:22:50.0187951Z -- Generating done (0.1s) 2025-03-21T20:22:50.0188662Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:22:50.0189435Z + popd 2025-03-21T20:22:50.0189797Z /pytorch/executorch 2025-03-21T20:22:50.0190208Z ++ uname 2025-03-21T20:22:50.0190593Z + '[' Linux == Darwin ']' 2025-03-21T20:22:50.0191056Z ++ nproc 2025-03-21T20:22:50.0191421Z + CMAKE_JOBS=7 2025-03-21T20:22:50.0191878Z + cmake --build cmake-out -j 7 2025-03-21T20:22:50.0193021Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:50.0194533Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:50.0196601Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:50.0198735Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:50.0200721Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:50.0202851Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:50.0204834Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:50.0206116Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:22:50.0206904Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:22:50.0207618Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:22:50.0208417Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:50.0209107Z CMake Warning: 2025-03-21T20:22:50.0209640Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:50.0210127Z 2025-03-21T20:22:50.0210300Z  2025-03-21T20:22:50.0210741Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:50.0211603Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:50.0212334Z git describe failed with exit code: 128 2025-03-21T20:22:50.0212771Z 2025-03-21T20:22:50.0213084Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:50.0213828Z Call Stack (most recent call first): 2025-03-21T20:22:50.0214415Z CMakeLists.txt:5 (include) 2025-03-21T20:22:50.0214760Z 2025-03-21T20:22:50.0214956Z  2025-03-21T20:22:50.0215413Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:50.0216749Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:50.0218751Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:50.0220577Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:50.0222405Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:50.0224119Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:50.0225768Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:50.0227652Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:50.0229468Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:50.0231107Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:50.0232123Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:50.0232727Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:50.0233766Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:50.0235360Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:50.0237096Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.0237950Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:22:50.0238899Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:50.0240166Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:50.0241082Z [ 6%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:50.0241500Z [ 6%] Built target pthreadpool 2025-03-21T20:22:50.0242258Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:50.0242956Z [ 7%] Built target gflags_nothreads_static 2025-03-21T20:22:50.0243760Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:50.0244838Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.0245852Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:50.0246888Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:50.0247896Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:50.0248999Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:50.0250097Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:50.0251189Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:50.0251885Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:50.0252326Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:50.0252748Z -- Detecting CXX compile features 2025-03-21T20:22:50.0253093Z -- Detecting CXX compile features - done 2025-03-21T20:22:50.0253906Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:50.0255073Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:50.0256196Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:50.0256846Z -- Looking for strtof_l 2025-03-21T20:22:50.0257554Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:50.0258697Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:50.0259830Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:50.0260992Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:50.0262397Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:50.0264385Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:52.8770103Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:52.8772484Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:52.8774823Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:52.8777408Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:52.8780155Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:52.8782647Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:52.8785205Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:52.8787498Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:52.8789289Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:22:52.8790165Z -- Looking for strtof_l - found 2025-03-21T20:22:52.8790977Z -- Looking for strtoull_l 2025-03-21T20:22:52.8792583Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:52.8795017Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:52.8796560Z [ 13%] Built target cpuinfo 2025-03-21T20:22:52.8797850Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:52.8798759Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:22:52.8799461Z -- Looking for strtoull_l - found 2025-03-21T20:22:52.8800242Z -- Looking for realpath 2025-03-21T20:22:52.8801344Z -- Looking for realpath - found 2025-03-21T20:22:52.8802000Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:52.8802650Z -- Configuring done (1.0s) 2025-03-21T20:22:52.8803102Z -- Generating done (0.0s) 2025-03-21T20:22:52.8803881Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:22:52.8805156Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:22:52.8806145Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:52.8807346Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:52.8808528Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:52.8809712Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:52.8810927Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:52.8812164Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:52.8813386Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:52.8814593Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:52.8815846Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:52.8817114Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:52.8818428Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:52.8820228Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:52.8821392Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:52.8822615Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:52.8823798Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:52.8825049Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:52.8826284Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:52.8827504Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:52.8828636Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:52.8830049Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:52.8831320Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:52.8832683Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:52.8834090Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:52.8835307Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:52.8836453Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:52.8837500Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:52.8838619Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:52.8839732Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:52.8840773Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:52.8841812Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:52.8842759Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:52.8843823Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:52.8844962Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:52.8846097Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:52.8847235Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:52.8848394Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:52.8849531Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:52.8850379Z [100%] Linking CXX executable flatc 2025-03-21T20:22:52.8850906Z [100%] Built target flatc 2025-03-21T20:22:52.8851470Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:22:52.8852050Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:22:52.8852503Z [ 13%] Built target flatbuffers 2025-03-21T20:22:52.8853160Z [ 13%] Generating common_schema headers 2025-03-21T20:22:52.8853697Z [ 13%] Built target common_schema 2025-03-21T20:22:52.8854233Z [ 13%] Generating program_schema headers 2025-03-21T20:22:52.8854726Z [ 13%] Built target program_schema 2025-03-21T20:22:52.8855592Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:52.8856783Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:52.8858192Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:52.8860061Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:52.8861642Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:52.8862893Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:52.8864345Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:52.8865523Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:52.8866748Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:52.8868223Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:52.8869875Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:52.8871489Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:52.8873117Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:52.8874707Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:52.8876155Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:52.8877534Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:52.8878944Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:52.8880307Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:52.8881582Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:52.8882847Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:52.8883868Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:52.8884477Z [ 18%] Built target executorch_core 2025-03-21T20:22:52.8885390Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:52.8886794Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:52.8888169Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:52.8889501Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:52.8891073Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:52.8892714Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:55.1565081Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:55.1566900Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:55.1567759Z [ 20%] Built target extension_threadpool 2025-03-21T20:22:55.1568629Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:55.1569360Z [ 20%] Built target executorch 2025-03-21T20:22:55.1570721Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:55.1572818Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:55.1574779Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:55.1576919Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:55.1578752Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:55.1580826Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:55.1582863Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:55.1584939Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:55.1586948Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:55.1588872Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:55.1591033Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:55.1593008Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:55.1594891Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:55.1596707Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:55.1598655Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:55.1600580Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:55.1602610Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:55.1604616Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:55.1606581Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:55.1608562Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:55.1610678Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:55.1612846Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:55.1614928Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:55.1616882Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:55.1618766Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:55.1620317Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:55.1621710Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:55.1623021Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:55.1624296Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:55.1625633Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:55.1626852Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:55.1628024Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:55.1629201Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:55.1630531Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:55.1631523Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:55.1632583Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:55.1633677Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:55.1634717Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:55.1635712Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:55.1637032Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:55.1638339Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:55.1639590Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:55.1640981Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:55.1642250Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:55.1643671Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:55.1645410Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:55.1647223Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:55.1648821Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:55.1650457Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:55.1652186Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:55.1653815Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:55.1655381Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:55.1657126Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:55.1659007Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:55.1661008Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:55.1662814Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:55.1664845Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:55.1666592Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:55.1668655Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:55.1670208Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:55.1671883Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:55.1673672Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:55.1675707Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:55.1677521Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:55.1679429Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:55.1681350Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:55.1683005Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:55.1684036Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:55.1685157Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:55.1686340Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:57.2491377Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:57.2493490Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:57.2495519Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:57.2497594Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:57.2499667Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:57.2501660Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:57.2503464Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:57.2505452Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:57.2507339Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:57.2509234Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:57.2511338Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:57.2513329Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:57.2515252Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:57.2517115Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:57.2519067Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:57.2521082Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:57.2522932Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:57.2524821Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:57.2526807Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:57.2528890Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:57.2531003Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:57.2533222Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:57.2535181Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:57.2537156Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:57.2539057Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:57.2540941Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:57.2543039Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:57.2545281Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:57.2547201Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:57.2548964Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:57.2550864Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:57.2552750Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:57.2554728Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:57.2556828Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:57.2558839Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:57.2560912Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:57.2562929Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:57.2566229Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:57.2568019Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:57.2569918Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:57.2571751Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:57.2573647Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:57.2575495Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:57.2577377Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:57.2579377Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:57.2581265Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:57.2583076Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:57.2584933Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:57.2586908Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:57.2588836Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:57.2590806Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:57.2592736Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:57.2594685Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:57.2596684Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:57.2598793Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:57.2600675Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:57.2602533Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:57.2604476Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:57.2606355Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:57.2608293Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:57.2610268Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:57.2612220Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:57.2614080Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:57.2615964Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:57.2617795Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:57.2619559Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:57.2621347Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:57.2623344Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:57.2625467Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:57.2627725Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:57.2629825Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:57.2631908Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:57.2633848Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:57.2635649Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:59.2769323Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:59.2771102Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:59.2772863Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:59.2774563Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:59.2776224Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:59.2777978Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:59.2780553Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:59.2782260Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:59.2783964Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:59.2785708Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:59.2787462Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:59.2789125Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:59.2791080Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:59.2792779Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:59.2794407Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:59.2796239Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:59.2798117Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:59.2799907Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:59.2801936Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:59.2803982Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:59.2806199Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:59.2808204Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:59.2809946Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:59.2811862Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:59.2813880Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:59.2815722Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:59.2817390Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:59.2819053Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:59.2820666Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:59.2822364Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:59.2824195Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:59.2826125Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:59.2828035Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:59.2829913Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:59.2831635Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:59.2833384Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:59.2835032Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:59.2836823Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:59.2838683Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:59.2840414Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:59.2842378Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:59.2844284Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:59.2846403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:59.2848444Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:59.2850345Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:59.2852196Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:59.2854199Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:59.2856470Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:59.2858737Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:59.2860723Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:59.2862545Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:59.2864414Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:59.2866238Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:59.2867748Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:59.2869583Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:59.2871325Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:59.2873122Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:59.2875062Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:59.2877246Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:59.2879290Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:59.2881314Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:59.2883321Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:59.2885135Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:59.2887047Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:59.2889170Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:59.2891092Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:59.2893015Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:59.2894808Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:59.2896603Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:59.2898238Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:59.2900264Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:59.2902175Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:01.3699810Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:01.3701896Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:01.3704037Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:01.3706173Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:01.3708278Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:01.3710388Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:01.3712480Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:01.3714612Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:01.3716585Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:01.3718390Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:01.3720202Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:01.3722108Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:01.3724013Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:01.3725966Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:01.3727893Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:01.3730015Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:01.3732094Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:01.3733957Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:01.3735956Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:01.3737899Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:01.3740111Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:01.3741944Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:01.3743819Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:01.3745578Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:01.3747445Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:01.3749397Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:01.3751377Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:01.3753615Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:01.3755856Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:01.3757941Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:01.3759995Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:01.3762252Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:01.3764696Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:01.3766711Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:01.3768629Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:01.3770595Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:01.3772678Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:01.3774673Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:01.3776641Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:01.3778773Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:01.3780791Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:01.3782888Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:01.3785224Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:01.3787537Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:01.3789536Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:01.3791391Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:01.3793315Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:01.3795219Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:01.3797152Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:01.3799440Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:01.3801256Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:01.3803127Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:01.3804882Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:01.3806807Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:01.3808904Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:01.3811033Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:01.3813312Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:01.3815244Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:01.3817257Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:01.3819233Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:01.3821137Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:01.3823113Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:01.3825209Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:01.3827431Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:01.3829446Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:01.3831422Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:01.3833432Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:01.3835491Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:01.3837630Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:01.3839520Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:01.3841502Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:01.3843397Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:03.3548266Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:03.3551044Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:03.3553216Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:03.3555469Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:03.3558008Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:03.3560641Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:03.3564044Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:03.3566697Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:03.3569243Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:03.3571571Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:03.3573903Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:03.3576265Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:03.3578940Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:03.3581399Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:03.3584630Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:03.3586769Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:03.3588843Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:03.3590808Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:03.3592887Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:03.3594926Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:03.3596934Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:03.3598925Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:03.3600815Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:03.3602893Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:03.3605228Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:03.3607222Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:03.3609227Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:03.3611248Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:03.3613264Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:03.3615377Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:03.3617481Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:03.3619551Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:03.3621719Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:03.3623830Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:03.3626015Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:03.3627982Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:03.3629983Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:03.3632072Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:03.3634131Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:03.3636174Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:03.3638183Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:03.3640304Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:03.3642496Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:03.3644665Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:03.3646943Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:03.3649257Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:03.3651392Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:03.3653461Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:03.3655524Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:03.3657561Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:03.3659785Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:03.3662227Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:03.3665117Z [ 94%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:03.3667130Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:03.3669693Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:03.3672052Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:03.3674341Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:03.3676585Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:03.3687461Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:03.3689783Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:03.3691125Z [ 96%] Built target portable_kernels 2025-03-21T20:23:03.3692542Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:03.3694925Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:03.3697088Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:03.3699364Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:03.3701719Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:03.3704035Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:03.3706225Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:03.3708569Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:19.2559131Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:19.2560731Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:19.2562740Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:19.2564781Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:19.2566144Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:19.2567132Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:19.2567922Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:19.2569752Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:19.2571448Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:19.2572261Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:19.2573633Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:19.2575514Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:19.2577439Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:19.2579049Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:19.2580717Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:19.2582198Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:19.2583104Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:19.2583587Z [100%] Built target executor_runner 2025-03-21T20:23:19.2583968Z + [[ '' == *main* ]] 2025-03-21T20:23:19.2584210Z + [[ '' == *gh* ]] 2025-03-21T20:23:19.2584482Z + PYTHON_EXECUTABLE=python 2025-03-21T20:23:19.2585043Z + bash .ci/scripts/test_model.sh emformer_transcribe cmake portable 2025-03-21T20:23:19.2585599Z ++ dirname .ci/scripts/test_model.sh 2025-03-21T20:23:19.2585943Z + source .ci/scripts/utils.sh 2025-03-21T20:23:19.2586366Z + MODEL_NAME=emformer_transcribe 2025-03-21T20:23:19.2586932Z + [[ -z emformer_transcribe ]] 2025-03-21T20:23:19.2587458Z + BUILD_TOOL=cmake 2025-03-21T20:23:19.2587811Z + [[ -z cmake ]] 2025-03-21T20:23:19.2588254Z + BACKEND=portable 2025-03-21T20:23:19.2588674Z + [[ -z portable ]] 2025-03-21T20:23:19.2588925Z + UPLOAD_DIR= 2025-03-21T20:23:19.2589161Z + [[ -z python ]] 2025-03-21T20:23:19.2589548Z + which python 2025-03-21T20:23:19.2590781Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:23:19.2591337Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:19.2591877Z + EXPORTED_MODEL=emformer_transcribe 2025-03-21T20:23:19.2592220Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-03-21T20:23:19.2592761Z + echo 'Testing emformer_transcribe with portable kernels...' 2025-03-21T20:23:19.2593611Z Testing emformer_transcribe with portable kernels... 2025-03-21T20:23:19.2593992Z + test_model 2025-03-21T20:23:19.2594361Z + [[ emformer_transcribe == \l\l\a\m\a\2 ]] 2025-03-21T20:23:19.2594976Z + STRICT=--strict 2025-03-21T20:23:19.2595389Z + [[ emformer_transcribe == \l\l\a\v\a ]] 2025-03-21T20:23:19.2595860Z + [[ emformer_transcribe == \l\l\a\m\a\3\_\2\_\v\i\s\i\o\n\_\e\n\c\o\d\e\r ]] 2025-03-21T20:23:19.2596810Z + [[ emformer_transcribe == \l\l\a\m\a\3\_\2\_\t\e\x\t\_\d\e\c\o\d\e\r ]] 2025-03-21T20:23:19.2597353Z + [[ emformer_transcribe == \q\w\e\n\2\_\5 ]] 2025-03-21T20:23:19.2598034Z + [[ emformer_transcribe == \p\h\i\-\4\-\m\i\n\i ]] 2025-03-21T20:23:19.2598977Z + python -m examples.portable.scripts.export --model_name=emformer_transcribe --strict 2025-03-21T20:23:19.2600023Z [INFO 2025-03-21 20:23:09,350 model.py:49] Loading emformer rnnt transcriber 2025-03-21T20:23:19.2601752Z [INFO 2025-03-21 20:23:09,836 download.py:74] Downloading models/emformer_rnnt_base_librispeech.pt to /var/lib/ci-user/.cache/torch/hub/torchaudio/models/emformer_rnnt_base_librispeech.pt 2025-03-21T20:23:19.2603029Z 2025-03-21T20:23:19.2603132Z 0% 0.00/293M [00:00, code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4916690Z aten_full_default: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4917551Z 2025-03-21T20:23:31.4918341Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4919762Z aten_full_default_1: "f32[1, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4920624Z 2025-03-21T20:23:31.4921473Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4922880Z aten_full_default_2: "f32[1, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 4], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4923729Z 2025-03-21T20:23:31.4924521Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4925947Z aten_full_default_3: "f32[1, 27]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 27], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4926810Z 2025-03-21T20:23:31.4927593Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.4929259Z aten_cat_default_1: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default, aten_full_default_1, aten_full_default_2, aten_full_default_3], 1); aten_full_default = aten_full_default_1 = aten_full_default_2 = aten_full_default_3 = None 2025-03-21T20:23:31.4930374Z 2025-03-21T20:23:31.4931135Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4932515Z aten_full_default_4: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4933369Z 2025-03-21T20:23:31.4934152Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4935566Z aten_full_default_5: "f32[4, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4936500Z 2025-03-21T20:23:31.4937263Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4938651Z aten_full_default_6: "f32[4, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 4], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4939510Z 2025-03-21T20:23:31.4940282Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4941745Z aten_full_default_7: "f32[4, 27]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 27], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4942606Z 2025-03-21T20:23:31.4943390Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.4945072Z aten_cat_default_2: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_4, aten_full_default_5, aten_full_default_6, aten_full_default_7], 1); aten_full_default_4 = aten_full_default_5 = aten_full_default_6 = aten_full_default_7 = None 2025-03-21T20:23:31.4946188Z 2025-03-21T20:23:31.4946978Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4948399Z aten_full_default_8: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4949251Z 2025-03-21T20:23:31.4950015Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4951405Z aten_full_default_9: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4952264Z 2025-03-21T20:23:31.4953053Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4954466Z aten_full_default_10: "f32[1, 6]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 6], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4955331Z 2025-03-21T20:23:31.4969304Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4970877Z aten_full_default_11: "f32[1, 8]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 8], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4971741Z 2025-03-21T20:23:31.4972550Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4973987Z aten_full_default_12: "f32[1, 23]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 23], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4974859Z 2025-03-21T20:23:31.4975836Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.4977699Z aten_cat_default_3: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_8, aten_full_default_9, aten_full_default_10, aten_full_default_11, aten_full_default_12], 1); aten_full_default_8 = aten_full_default_9 = aten_full_default_10 = aten_full_default_11 = aten_full_default_12 = None 2025-03-21T20:23:31.4978991Z 2025-03-21T20:23:31.4979788Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4981287Z aten_full_default_13: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4982158Z 2025-03-21T20:23:31.4982933Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4984331Z aten_full_default_14: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4985191Z 2025-03-21T20:23:31.4985983Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4987403Z aten_full_default_15: "f32[4, 6]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 6], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4988271Z 2025-03-21T20:23:31.4989025Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.4990421Z aten_full_default_16: "f32[4, 8]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 8], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4991281Z 2025-03-21T20:23:31.4992075Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.4993501Z aten_full_default_17: "f32[4, 23]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 23], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.4994351Z 2025-03-21T20:23:31.4995151Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.4997008Z aten_cat_default_4: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_13, aten_full_default_14, aten_full_default_15, aten_full_default_16, aten_full_default_17], 1); aten_full_default_13 = aten_full_default_14 = aten_full_default_15 = aten_full_default_16 = aten_full_default_17 = None 2025-03-21T20:23:31.4998295Z 2025-03-21T20:23:31.4999083Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5000510Z aten_full_default_18: "f32[1, 2]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 2], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5001519Z 2025-03-21T20:23:31.5002289Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5003669Z aten_full_default_19: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5004527Z 2025-03-21T20:23:31.5005317Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5006738Z aten_full_default_20: "f32[1, 5]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 5], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5007596Z 2025-03-21T20:23:31.5008421Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5009824Z aten_full_default_21: "f32[1, 12]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 12], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5010687Z 2025-03-21T20:23:31.5011464Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5012882Z aten_full_default_22: "f32[1, 19]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 19], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5013741Z 2025-03-21T20:23:31.5014527Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5016387Z aten_cat_default_5: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_18, aten_full_default_19, aten_full_default_20, aten_full_default_21, aten_full_default_22], 1); aten_full_default_18 = aten_full_default_19 = aten_full_default_20 = aten_full_default_21 = aten_full_default_22 = None 2025-03-21T20:23:31.5017669Z 2025-03-21T20:23:31.5018453Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5019877Z aten_full_default_23: "f32[4, 2]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 2], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5020730Z 2025-03-21T20:23:31.5021495Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5022890Z aten_full_default_24: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5023750Z 2025-03-21T20:23:31.5024544Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5025963Z aten_full_default_25: "f32[4, 5]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 5], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5026815Z 2025-03-21T20:23:31.5027627Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5029020Z aten_full_default_26: "f32[4, 12]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 12], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5029881Z 2025-03-21T20:23:31.5030669Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5032095Z aten_full_default_27: "f32[4, 19]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 19], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5032965Z 2025-03-21T20:23:31.5033818Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5035665Z aten_cat_default_6: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_23, aten_full_default_24, aten_full_default_25, aten_full_default_26, aten_full_default_27], 1); aten_full_default_23 = aten_full_default_24 = aten_full_default_25 = aten_full_default_26 = aten_full_default_27 = None 2025-03-21T20:23:31.5036951Z 2025-03-21T20:23:31.5037726Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5039146Z aten_full_default_28: "f32[1, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5040013Z 2025-03-21T20:23:31.5040775Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5042253Z aten_full_default_29: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5043115Z 2025-03-21T20:23:31.5043907Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5045328Z aten_full_default_30: "f32[1, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 4], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5046172Z 2025-03-21T20:23:31.5046943Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5048346Z aten_full_default_31: "f32[1, 16]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 16], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5049208Z 2025-03-21T20:23:31.5049994Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5051413Z aten_full_default_32: "f32[1, 15]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 15], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5052274Z 2025-03-21T20:23:31.5053049Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5054963Z aten_cat_default_7: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_28, aten_full_default_29, aten_full_default_30, aten_full_default_31, aten_full_default_32], 1); aten_full_default_28 = aten_full_default_29 = aten_full_default_30 = aten_full_default_31 = aten_full_default_32 = None 2025-03-21T20:23:31.5056258Z 2025-03-21T20:23:31.5057044Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5058471Z aten_full_default_33: "f32[4, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5059328Z 2025-03-21T20:23:31.5060157Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5061559Z aten_full_default_34: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5062417Z 2025-03-21T20:23:31.5063193Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5064825Z aten_full_default_35: "f32[4, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 4], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5065685Z 2025-03-21T20:23:31.5066464Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5067866Z aten_full_default_36: "f32[4, 16]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 16], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5068723Z 2025-03-21T20:23:31.5069514Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5070918Z aten_full_default_37: "f32[4, 15]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 15], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5071779Z 2025-03-21T20:23:31.5072572Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5074436Z aten_cat_default_8: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_33, aten_full_default_34, aten_full_default_35, aten_full_default_36, aten_full_default_37], 1); aten_full_default_33 = aten_full_default_34 = aten_full_default_35 = aten_full_default_36 = aten_full_default_37 = None 2025-03-21T20:23:31.5075732Z 2025-03-21T20:23:31.5076529Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5077950Z aten_full_default_38: "f32[1, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 4], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5078808Z 2025-03-21T20:23:31.5079670Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5081127Z aten_full_default_39: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5081991Z 2025-03-21T20:23:31.5082780Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5084202Z aten_full_default_40: "f32[1, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5085057Z 2025-03-21T20:23:31.5085902Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5087313Z aten_full_default_41: "f32[1, 20]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 20], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5088161Z 2025-03-21T20:23:31.5088955Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5090376Z aten_full_default_42: "f32[1, 11]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 11], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5091237Z 2025-03-21T20:23:31.5092022Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5093875Z aten_cat_default_9: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_38, aten_full_default_39, aten_full_default_40, aten_full_default_41, aten_full_default_42], 1); aten_full_default_38 = aten_full_default_39 = aten_full_default_40 = aten_full_default_41 = aten_full_default_42 = None 2025-03-21T20:23:31.5095165Z 2025-03-21T20:23:31.5095951Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5097372Z aten_full_default_43: "f32[4, 4]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 4], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5098217Z 2025-03-21T20:23:31.5098986Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5100384Z aten_full_default_44: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5101239Z 2025-03-21T20:23:31.5102032Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5103451Z aten_full_default_45: "f32[4, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5104306Z 2025-03-21T20:23:31.5105067Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5106523Z aten_full_default_46: "f32[4, 20]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 20], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5107390Z 2025-03-21T20:23:31.5108183Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5109604Z aten_full_default_47: "f32[4, 11]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 11], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5110468Z 2025-03-21T20:23:31.5111296Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5113154Z aten_cat_default_10: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_43, aten_full_default_44, aten_full_default_45, aten_full_default_46, aten_full_default_47], 1); aten_full_default_43 = aten_full_default_44 = aten_full_default_45 = aten_full_default_46 = aten_full_default_47 = None 2025-03-21T20:23:31.5114443Z 2025-03-21T20:23:31.5115213Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5116634Z aten_full_default_48: "f32[1, 5]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 5], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5117489Z 2025-03-21T20:23:31.5118255Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5119652Z aten_full_default_49: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5120515Z 2025-03-21T20:23:31.5121389Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5122805Z aten_full_default_50: "f32[1, 2]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 2], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5123668Z 2025-03-21T20:23:31.5124444Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5125850Z aten_full_default_51: "f32[1, 24]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 24], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5126718Z 2025-03-21T20:23:31.5127510Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5128928Z aten_full_default_52: "f32[1, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5129784Z 2025-03-21T20:23:31.5130560Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5132488Z aten_cat_default_11: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_48, aten_full_default_49, aten_full_default_50, aten_full_default_51, aten_full_default_52], 1); aten_full_default_48 = aten_full_default_49 = aten_full_default_50 = aten_full_default_51 = aten_full_default_52 = None 2025-03-21T20:23:31.5133781Z 2025-03-21T20:23:31.5134566Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5135990Z aten_full_default_53: "f32[4, 5]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 5], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5136851Z 2025-03-21T20:23:31.5137667Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5139066Z aten_full_default_54: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5139910Z 2025-03-21T20:23:31.5140696Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5142110Z aten_full_default_55: "f32[4, 2]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 2], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5142967Z 2025-03-21T20:23:31.5143738Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5145139Z aten_full_default_56: "f32[4, 24]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 24], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5146002Z 2025-03-21T20:23:31.5146792Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5148201Z aten_full_default_57: "f32[4, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5149060Z 2025-03-21T20:23:31.5149850Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5151705Z aten_cat_default_12: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_53, aten_full_default_54, aten_full_default_55, aten_full_default_56, aten_full_default_57], 1); aten_full_default_53 = aten_full_default_54 = aten_full_default_55 = aten_full_default_56 = aten_full_default_57 = None 2025-03-21T20:23:31.5153002Z 2025-03-21T20:23:31.5153794Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5155218Z aten_full_default_58: "f32[1, 6]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 6], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5156084Z 2025-03-21T20:23:31.5156850Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5158295Z aten_full_default_59: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5159148Z 2025-03-21T20:23:31.5159941Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5161437Z aten_full_default_60: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5162302Z 2025-03-21T20:23:31.5163129Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5165050Z aten_full_default_61: "f32[1, 28]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 28], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5165926Z 2025-03-21T20:23:31.5166726Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5168154Z aten_full_default_62: "f32[1, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5169001Z 2025-03-21T20:23:31.5169796Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5171677Z aten_cat_default_13: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_58, aten_full_default_59, aten_full_default_60, aten_full_default_61, aten_full_default_62], 1); aten_full_default_58 = aten_full_default_59 = aten_full_default_60 = aten_full_default_61 = aten_full_default_62 = None 2025-03-21T20:23:31.5172974Z 2025-03-21T20:23:31.5173767Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5175194Z aten_full_default_63: "f32[4, 6]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 6], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5176059Z 2025-03-21T20:23:31.5176833Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5178234Z aten_full_default_64: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5179078Z 2025-03-21T20:23:31.5179870Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5181292Z aten_full_default_65: "f32[4, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 1], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5182149Z 2025-03-21T20:23:31.5182919Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5184430Z aten_full_default_66: "f32[4, 28]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 28], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5185296Z 2025-03-21T20:23:31.5186074Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5187495Z aten_full_default_67: "f32[4, 3]" = executorch_exir_dialects_edge__ops_aten_full_default([4, 3], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5188353Z 2025-03-21T20:23:31.5189140Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5191069Z aten_cat_default_14: "f32[4, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_63, aten_full_default_64, aten_full_default_65, aten_full_default_66, aten_full_default_67], 1); aten_full_default_63 = aten_full_default_64 = aten_full_default_65 = aten_full_default_66 = aten_full_default_67 = None 2025-03-21T20:23:31.5192362Z 2025-03-21T20:23:31.5193153Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5194579Z aten_full_default_68: "f32[1, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5195439Z 2025-03-21T20:23:31.5196192Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5197596Z aten_full_default_69: "f32[1, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5199015Z aten_full_default_70: "f32[1, 31]" = executorch_exir_dialects_edge__ops_aten_full_default([1, 31], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5199876Z 2025-03-21T20:23:31.5200658Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5202298Z aten_cat_default_15: "f32[1, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_68, aten_full_default_69, aten_full_default_70], 1); aten_full_default_68 = aten_full_default_69 = aten_full_default_70 = None 2025-03-21T20:23:31.5203288Z 2025-03-21T20:23:31.5204076Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:70 in , code: else torch.zeros(num_rows, col_width, device=device) 2025-03-21T20:23:31.5205488Z aten_full_default_71: "f32[3, 7]" = executorch_exir_dialects_edge__ops_aten_full_default([3, 7], 0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5206348Z 2025-03-21T20:23:31.5207115Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:68 in , code: torch.ones(num_rows, col_width, device=device) 2025-03-21T20:23:31.5208512Z aten_full_default_72: "f32[3, 1]" = executorch_exir_dialects_edge__ops_aten_full_default([3, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5209983Z aten_full_default_73: "f32[3, 31]" = executorch_exir_dialects_edge__ops_aten_full_default([3, 31], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) 2025-03-21T20:23:31.5210845Z 2025-03-21T20:23:31.5211633Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:73 in _gen_attention_mask_block, code: return torch.cat(mask_block, dim=1) 2025-03-21T20:23:31.5213183Z aten_cat_default_16: "f32[3, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_full_default_71, aten_full_default_72, aten_full_default_73], 1); aten_full_default_71 = aten_full_default_72 = aten_full_default_73 = None 2025-03-21T20:23:31.5214152Z 2025-03-21T20:23:31.5215147Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:706 in , code: attention_mask = (1 - torch.cat([torch.cat(mask) for mask in masks_to_concat])).to(torch.bool) 2025-03-21T20:23:31.5217538Z aten_cat_default_17: "f32[8, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_cat_default_1, aten_cat_default_3, aten_cat_default_5, aten_cat_default_7, aten_cat_default_9, aten_cat_default_11, aten_cat_default_13, aten_cat_default_15]); aten_cat_default_1 = aten_cat_default_3 = aten_cat_default_5 = aten_cat_default_7 = aten_cat_default_9 = aten_cat_default_11 = aten_cat_default_13 = aten_cat_default_15 = None 2025-03-21T20:23:31.5220550Z aten_cat_default_18: "f32[31, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_cat_default_2, aten_cat_default_4, aten_cat_default_6, aten_cat_default_8, aten_cat_default_10, aten_cat_default_12, aten_cat_default_14, aten_cat_default_16]); aten_cat_default_2 = aten_cat_default_4 = aten_cat_default_6 = aten_cat_default_8 = aten_cat_default_10 = aten_cat_default_12 = aten_cat_default_14 = aten_cat_default_16 = None 2025-03-21T20:23:31.5222208Z 2025-03-21T20:23:31.5223194Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:706 in _gen_attention_mask, code: attention_mask = (1 - torch.cat([torch.cat(mask) for mask in masks_to_concat])).to(torch.bool) 2025-03-21T20:23:31.5224760Z aten_cat_default_19: "f32[39, 39]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_cat_default_17, aten_cat_default_18]); aten_cat_default_17 = aten_cat_default_18 = None 2025-03-21T20:23:31.5226108Z aten_sub_tensor: "f32[39, 39]" = executorch_exir_dialects_edge__ops_aten_sub_Tensor(_lifted_tensor_constant1, aten_cat_default_19); _lifted_tensor_constant1 = aten_cat_default_19 = None 2025-03-21T20:23:31.5227381Z aten__to_copy_default: "b8[39, 39]" = executorch_exir_dialects_edge__ops_aten__to_copy_default(aten_sub_tensor, dtype = torch.bool); aten_sub_tensor = None 2025-03-21T20:23:31.5228112Z 2025-03-21T20:23:31.5229110Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5230535Z aten_cat_default_20: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_cat_default, aten_slice_copy_tensor_8]) 2025-03-21T20:23:31.5232860Z aten_native_layer_norm_default = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_20, [512], p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_bias, 1e-05); aten_cat_default_20 = p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_bias = None 2025-03-21T20:23:31.5235030Z getitem: "f32[39, 1, 512]" = aten_native_layer_norm_default[0]; aten_native_layer_norm_default = None 2025-03-21T20:23:31.5235616Z 2025-03-21T20:23:31.5236462Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5237735Z aten_slice_copy_tensor_9: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5238390Z 2025-03-21T20:23:31.5239230Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5240507Z aten_slice_copy_tensor_10: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem, 0, 0, 8); getitem = None 2025-03-21T20:23:31.5241259Z 2025-03-21T20:23:31.5242188Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5243548Z aten_cat_default_21: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_10, aten_slice_copy_tensor_9]) 2025-03-21T20:23:31.5244685Z aten_view_copy_default_3: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_21, [39, 512]); aten_cat_default_21 = None 2025-03-21T20:23:31.5246380Z aten_permute_copy_default_2: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5248902Z aten_addmm_default: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_bias, aten_view_copy_default_3, aten_permute_copy_default_2); p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_bias = aten_view_copy_default_3 = aten_permute_copy_default_2 = None 2025-03-21T20:23:31.5250910Z aten_view_copy_default_4: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default, [39, 1, 512]); aten_addmm_default = None 2025-03-21T20:23:31.5251653Z 2025-03-21T20:23:31.5252629Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5254286Z aten_cat_default_22: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_10, aten_slice_copy_tensor_9]); aten_slice_copy_tensor_10 = aten_slice_copy_tensor_9 = None 2025-03-21T20:23:31.5255628Z aten_view_copy_default_5: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_22, [39, 512]); aten_cat_default_22 = None 2025-03-21T20:23:31.5257351Z aten_permute_copy_default_3: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5259946Z aten_addmm_default_1: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_bias, aten_view_copy_default_5, aten_permute_copy_default_3); p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_bias = aten_view_copy_default_5 = aten_permute_copy_default_3 = None 2025-03-21T20:23:31.5262018Z aten_view_copy_default_6: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_1, [39, 1, 1024]); aten_addmm_default_1 = None 2025-03-21T20:23:31.5263555Z aten_split_with_sizes_copy_default = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_6, [512, 512], 2); aten_view_copy_default_6 = None 2025-03-21T20:23:31.5264500Z getitem_1: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default[0] 2025-03-21T20:23:31.5265149Z getitem_2: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default[1]; aten_split_with_sizes_copy_default = None 2025-03-21T20:23:31.5265693Z 2025-03-21T20:23:31.5266689Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5268297Z aten_view_copy_default_7: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_4, [-1, 8, 64]); aten_view_copy_default_4 = None 2025-03-21T20:23:31.5269589Z aten_permute_copy_default_4: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_7, [1, 0, 2]); aten_view_copy_default_7 = None 2025-03-21T20:23:31.5270871Z aten_clone_default: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_1, memory_format = torch.contiguous_format); getitem_1 = None 2025-03-21T20:23:31.5272080Z aten_view_copy_default_8: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default, [-1, 8, 64]); aten_clone_default = None 2025-03-21T20:23:31.5273334Z aten_permute_copy_default_5: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_8, [1, 0, 2]); aten_view_copy_default_8 = None 2025-03-21T20:23:31.5274593Z aten_clone_default_1: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_2, memory_format = torch.contiguous_format); getitem_2 = None 2025-03-21T20:23:31.5275817Z aten_view_copy_default_9: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_1, [-1, 8, 64]); aten_clone_default_1 = None 2025-03-21T20:23:31.5277080Z aten_permute_copy_default_6: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_9, [1, 0, 2]); aten_view_copy_default_9 = None 2025-03-21T20:23:31.5277892Z 2025-03-21T20:23:31.5278868Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5280528Z aten_mul_tensor: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_4, _lifted_tensor_constant2); aten_permute_copy_default_4 = _lifted_tensor_constant2 = None 2025-03-21T20:23:31.5282057Z aten_permute_copy_default_7: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_5, [0, 2, 1]); aten_permute_copy_default_5 = None 2025-03-21T20:23:31.5283426Z aten_bmm_default: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor, aten_permute_copy_default_7); aten_mul_tensor = aten_permute_copy_default_7 = None 2025-03-21T20:23:31.5284262Z 2025-03-21T20:23:31.5285336Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5286862Z aten_unsqueeze_copy_default: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5288042Z scalar_tensor: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5289460Z aten_where_self: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default, scalar_tensor, aten_bmm_default); aten_unsqueeze_copy_default = scalar_tensor = aten_bmm_default = None 2025-03-21T20:23:31.5290439Z 2025-03-21T20:23:31.5291508Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5293067Z aten__softmax_default: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self, -1, False); aten_where_self = None 2025-03-21T20:23:31.5293783Z 2025-03-21T20:23:31.5294863Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5296375Z aten_clone_default_2: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default); aten__softmax_default = None 2025-03-21T20:23:31.5297068Z 2025-03-21T20:23:31.5297884Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5299362Z aten_bmm_default_1: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_2, aten_permute_copy_default_6); aten_clone_default_2 = aten_permute_copy_default_6 = None 2025-03-21T20:23:31.5300247Z 2025-03-21T20:23:31.5301152Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5302609Z aten_permute_copy_default_8: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_1, [1, 0, 2]); aten_bmm_default_1 = None 2025-03-21T20:23:31.5303985Z aten_clone_default_3: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_8, memory_format = torch.contiguous_format); aten_permute_copy_default_8 = None 2025-03-21T20:23:31.5305350Z aten_view_copy_default_10: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_3, [39, 1, 512]); aten_clone_default_3 = None 2025-03-21T20:23:31.5306117Z 2025-03-21T20:23:31.5306930Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5308307Z aten_view_copy_default_11: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_10, [39, 512]); aten_view_copy_default_10 = None 2025-03-21T20:23:31.5310023Z aten_permute_copy_default_9: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_weight = None 2025-03-21T20:23:31.5312504Z aten_addmm_default_2: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_bias, aten_view_copy_default_11, aten_permute_copy_default_9); p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_bias = aten_view_copy_default_11 = aten_permute_copy_default_9 = None 2025-03-21T20:23:31.5314583Z aten_view_copy_default_12: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_2, [39, 1, 512]); aten_addmm_default_2 = None 2025-03-21T20:23:31.5315360Z 2025-03-21T20:23:31.5316295Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5317743Z aten_clone_default_4: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_12); aten_view_copy_default_12 = None 2025-03-21T20:23:31.5319013Z aten_cat_default_23: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_cat_default, aten_slice_copy_tensor_8]); aten_cat_default = aten_slice_copy_tensor_8 = None 2025-03-21T20:23:31.5320413Z aten_add_tensor: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_4, aten_cat_default_23); aten_clone_default_4 = aten_cat_default_23 = None 2025-03-21T20:23:31.5321343Z 2025-03-21T20:23:31.5322153Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5324445Z aten_native_layer_norm_default_1 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor, [512], p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_bias = None 2025-03-21T20:23:31.5326381Z getitem_3: "f32[39, 1, 512]" = aten_native_layer_norm_default_1[0]; aten_native_layer_norm_default_1 = None 2025-03-21T20:23:31.5327285Z aten_view_copy_default_13: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_3, [39, 512]); getitem_3 = None 2025-03-21T20:23:31.5328793Z aten_permute_copy_default_10: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_weight = None 2025-03-21T20:23:31.5331092Z aten_addmm_default_3: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_bias, aten_view_copy_default_13, aten_permute_copy_default_10); p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_bias = aten_view_copy_default_13 = aten_permute_copy_default_10 = None 2025-03-21T20:23:31.5333030Z aten_view_copy_default_14: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_3, [39, 1, 2048]); aten_addmm_default_3 = None 2025-03-21T20:23:31.5334223Z aten_gelu_default: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_14); aten_view_copy_default_14 = None 2025-03-21T20:23:31.5335311Z aten_clone_default_5: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default); aten_gelu_default = None 2025-03-21T20:23:31.5336450Z aten_view_copy_default_15: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_5, [39, 2048]); aten_clone_default_5 = None 2025-03-21T20:23:31.5338034Z aten_permute_copy_default_11: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_weight = None 2025-03-21T20:23:31.5340327Z aten_addmm_default_4: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_bias, aten_view_copy_default_15, aten_permute_copy_default_11); p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_bias = aten_view_copy_default_15 = aten_permute_copy_default_11 = None 2025-03-21T20:23:31.5342301Z aten_view_copy_default_16: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_4, [39, 1, 512]); aten_addmm_default_4 = None 2025-03-21T20:23:31.5343489Z aten_clone_default_6: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_16); aten_view_copy_default_16 = None 2025-03-21T20:23:31.5344700Z aten_add_tensor_1: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_6, aten_add_tensor); aten_clone_default_6 = aten_add_tensor = None 2025-03-21T20:23:31.5345479Z 2025-03-21T20:23:31.5346338Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.5348895Z aten_native_layer_norm_default_2 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_1, [512], p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_bias, 1e-05); aten_add_tensor_1 = p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_bias = None 2025-03-21T20:23:31.5351092Z getitem_4: "f32[39, 1, 512]" = aten_native_layer_norm_default_2[0]; aten_native_layer_norm_default_2 = None 2025-03-21T20:23:31.5351625Z 2025-03-21T20:23:31.5352583Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.5353972Z aten_slice_copy_tensor_11: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_4, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5354982Z aten_slice_copy_tensor_12: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_4, 0, 0, 8); getitem_4 = None 2025-03-21T20:23:31.5355647Z 2025-03-21T20:23:31.5356632Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5358077Z aten_cat_default_24: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_12, aten_slice_copy_tensor_11]) 2025-03-21T20:23:31.5360433Z aten_native_layer_norm_default_3 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_24, [512], p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_bias, 1e-05); aten_cat_default_24 = p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_bias = None 2025-03-21T20:23:31.5362703Z getitem_5: "f32[39, 1, 512]" = aten_native_layer_norm_default_3[0]; aten_native_layer_norm_default_3 = None 2025-03-21T20:23:31.5363234Z 2025-03-21T20:23:31.5364242Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5365515Z aten_slice_copy_tensor_13: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_5, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5366159Z 2025-03-21T20:23:31.5367090Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5368369Z aten_slice_copy_tensor_14: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_5, 0, 0, 8); getitem_5 = None 2025-03-21T20:23:31.5369032Z 2025-03-21T20:23:31.5369904Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5371244Z aten_cat_default_25: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_14, aten_slice_copy_tensor_13]) 2025-03-21T20:23:31.5372435Z aten_view_copy_default_17: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_25, [39, 512]); aten_cat_default_25 = None 2025-03-21T20:23:31.5374129Z aten_permute_copy_default_12: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5376664Z aten_addmm_default_5: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_bias, aten_view_copy_default_17, aten_permute_copy_default_12); p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_bias = aten_view_copy_default_17 = aten_permute_copy_default_12 = None 2025-03-21T20:23:31.5378696Z aten_view_copy_default_18: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_5, [39, 1, 512]); aten_addmm_default_5 = None 2025-03-21T20:23:31.5379449Z 2025-03-21T20:23:31.5380421Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5382071Z aten_cat_default_26: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_14, aten_slice_copy_tensor_13]); aten_slice_copy_tensor_14 = aten_slice_copy_tensor_13 = None 2025-03-21T20:23:31.5383435Z aten_view_copy_default_19: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_26, [39, 512]); aten_cat_default_26 = None 2025-03-21T20:23:31.5385166Z aten_permute_copy_default_13: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5387788Z aten_addmm_default_6: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_bias, aten_view_copy_default_19, aten_permute_copy_default_13); p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_bias = aten_view_copy_default_19 = aten_permute_copy_default_13 = None 2025-03-21T20:23:31.5389880Z aten_view_copy_default_20: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_6, [39, 1, 1024]); aten_addmm_default_6 = None 2025-03-21T20:23:31.5391228Z aten_split_with_sizes_copy_default_1 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_20, [512, 512], 2); aten_view_copy_default_20 = None 2025-03-21T20:23:31.5392211Z getitem_6: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_1[0] 2025-03-21T20:23:31.5392950Z getitem_7: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_1[1]; aten_split_with_sizes_copy_default_1 = None 2025-03-21T20:23:31.5393523Z 2025-03-21T20:23:31.5394485Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5396033Z aten_view_copy_default_21: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_18, [-1, 8, 64]); aten_view_copy_default_18 = None 2025-03-21T20:23:31.5397350Z aten_permute_copy_default_14: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_21, [1, 0, 2]); aten_view_copy_default_21 = None 2025-03-21T20:23:31.5398686Z aten_clone_default_7: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_6, memory_format = torch.contiguous_format); getitem_6 = None 2025-03-21T20:23:31.5399924Z aten_view_copy_default_22: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_7, [-1, 8, 64]); aten_clone_default_7 = None 2025-03-21T20:23:31.5401280Z aten_permute_copy_default_15: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_22, [1, 0, 2]); aten_view_copy_default_22 = None 2025-03-21T20:23:31.5402583Z aten_clone_default_8: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_7, memory_format = torch.contiguous_format); getitem_7 = None 2025-03-21T20:23:31.5403817Z aten_view_copy_default_23: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_8, [-1, 8, 64]); aten_clone_default_8 = None 2025-03-21T20:23:31.5405099Z aten_permute_copy_default_16: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_23, [1, 0, 2]); aten_view_copy_default_23 = None 2025-03-21T20:23:31.5405922Z 2025-03-21T20:23:31.5406884Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5408559Z aten_mul_tensor_1: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_14, _lifted_tensor_constant3); aten_permute_copy_default_14 = _lifted_tensor_constant3 = None 2025-03-21T20:23:31.5410018Z aten_permute_copy_default_17: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_15, [0, 2, 1]); aten_permute_copy_default_15 = None 2025-03-21T20:23:31.5411419Z aten_bmm_default_2: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_1, aten_permute_copy_default_17); aten_mul_tensor_1 = aten_permute_copy_default_17 = None 2025-03-21T20:23:31.5412283Z 2025-03-21T20:23:31.5413366Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5414891Z aten_unsqueeze_copy_default_1: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5416005Z scalar_tensor_1: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5417473Z aten_where_self_1: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_1, scalar_tensor_1, aten_bmm_default_2); aten_unsqueeze_copy_default_1 = scalar_tensor_1 = aten_bmm_default_2 = None 2025-03-21T20:23:31.5418554Z 2025-03-21T20:23:31.5419615Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5421194Z aten__softmax_default_1: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_1, -1, False); aten_where_self_1 = None 2025-03-21T20:23:31.5421922Z 2025-03-21T20:23:31.5422968Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5424569Z aten_clone_default_9: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_1); aten__softmax_default_1 = None 2025-03-21T20:23:31.5425291Z 2025-03-21T20:23:31.5426115Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5427613Z aten_bmm_default_3: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_9, aten_permute_copy_default_16); aten_clone_default_9 = aten_permute_copy_default_16 = None 2025-03-21T20:23:31.5428496Z 2025-03-21T20:23:31.5429410Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5430872Z aten_permute_copy_default_18: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_3, [1, 0, 2]); aten_bmm_default_3 = None 2025-03-21T20:23:31.5432263Z aten_clone_default_10: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_18, memory_format = torch.contiguous_format); aten_permute_copy_default_18 = None 2025-03-21T20:23:31.5433661Z aten_view_copy_default_24: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_10, [39, 1, 512]); aten_clone_default_10 = None 2025-03-21T20:23:31.5434434Z 2025-03-21T20:23:31.5435247Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5436629Z aten_view_copy_default_25: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_24, [39, 512]); aten_view_copy_default_24 = None 2025-03-21T20:23:31.5438354Z aten_permute_copy_default_19: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_weight = None 2025-03-21T20:23:31.5440842Z aten_addmm_default_7: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_bias, aten_view_copy_default_25, aten_permute_copy_default_19); p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_bias = aten_view_copy_default_25 = aten_permute_copy_default_19 = None 2025-03-21T20:23:31.5442967Z aten_view_copy_default_26: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_7, [39, 1, 512]); aten_addmm_default_7 = None 2025-03-21T20:23:31.5443725Z 2025-03-21T20:23:31.5444681Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5446196Z aten_clone_default_11: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_26); aten_view_copy_default_26 = None 2025-03-21T20:23:31.5447539Z aten_cat_default_27: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_12, aten_slice_copy_tensor_11]); aten_slice_copy_tensor_12 = aten_slice_copy_tensor_11 = None 2025-03-21T20:23:31.5448969Z aten_add_tensor_2: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_11, aten_cat_default_27); aten_clone_default_11 = aten_cat_default_27 = None 2025-03-21T20:23:31.5449787Z 2025-03-21T20:23:31.5450642Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5452944Z aten_native_layer_norm_default_4 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_2, [512], p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_bias = None 2025-03-21T20:23:31.5454893Z getitem_8: "f32[39, 1, 512]" = aten_native_layer_norm_default_4[0]; aten_native_layer_norm_default_4 = None 2025-03-21T20:23:31.5455791Z aten_view_copy_default_27: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_8, [39, 512]); getitem_8 = None 2025-03-21T20:23:31.5457308Z aten_permute_copy_default_20: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_weight = None 2025-03-21T20:23:31.5459609Z aten_addmm_default_8: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_bias, aten_view_copy_default_27, aten_permute_copy_default_20); p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_bias = aten_view_copy_default_27 = aten_permute_copy_default_20 = None 2025-03-21T20:23:31.5461543Z aten_view_copy_default_28: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_8, [39, 1, 2048]); aten_addmm_default_8 = None 2025-03-21T20:23:31.5462740Z aten_gelu_default_1: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_28); aten_view_copy_default_28 = None 2025-03-21T20:23:31.5463993Z aten_clone_default_12: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_1); aten_gelu_default_1 = None 2025-03-21T20:23:31.5465171Z aten_view_copy_default_29: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_12, [39, 2048]); aten_clone_default_12 = None 2025-03-21T20:23:31.5466782Z aten_permute_copy_default_21: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_weight = None 2025-03-21T20:23:31.5469090Z aten_addmm_default_9: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_bias, aten_view_copy_default_29, aten_permute_copy_default_21); p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_bias = aten_view_copy_default_29 = aten_permute_copy_default_21 = None 2025-03-21T20:23:31.5471018Z aten_view_copy_default_30: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_9, [39, 1, 512]); aten_addmm_default_9 = None 2025-03-21T20:23:31.5472309Z aten_clone_default_13: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_30); aten_view_copy_default_30 = None 2025-03-21T20:23:31.5473547Z aten_add_tensor_3: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_13, aten_add_tensor_2); aten_clone_default_13 = aten_add_tensor_2 = None 2025-03-21T20:23:31.5474351Z 2025-03-21T20:23:31.5475156Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.5477789Z aten_native_layer_norm_default_5 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_3, [512], p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_bias, 1e-05); aten_add_tensor_3 = p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_bias = None 2025-03-21T20:23:31.5479996Z getitem_9: "f32[39, 1, 512]" = aten_native_layer_norm_default_5[0]; aten_native_layer_norm_default_5 = None 2025-03-21T20:23:31.5480532Z 2025-03-21T20:23:31.5481555Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.5482954Z aten_slice_copy_tensor_15: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_9, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5483989Z aten_slice_copy_tensor_16: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_9, 0, 0, 8); getitem_9 = None 2025-03-21T20:23:31.5484660Z 2025-03-21T20:23:31.5485649Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5487104Z aten_cat_default_28: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_16, aten_slice_copy_tensor_15]) 2025-03-21T20:23:31.5489471Z aten_native_layer_norm_default_6 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_28, [512], p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_bias, 1e-05); aten_cat_default_28 = p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_bias = None 2025-03-21T20:23:31.5491666Z getitem_10: "f32[39, 1, 512]" = aten_native_layer_norm_default_6[0]; aten_native_layer_norm_default_6 = None 2025-03-21T20:23:31.5492193Z 2025-03-21T20:23:31.5493042Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5494328Z aten_slice_copy_tensor_17: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_10, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5494988Z 2025-03-21T20:23:31.5495837Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5497128Z aten_slice_copy_tensor_18: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_10, 0, 0, 8); getitem_10 = None 2025-03-21T20:23:31.5497858Z 2025-03-21T20:23:31.5498730Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5500081Z aten_cat_default_29: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_18, aten_slice_copy_tensor_17]) 2025-03-21T20:23:31.5501223Z aten_view_copy_default_31: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_29, [39, 512]); aten_cat_default_29 = None 2025-03-21T20:23:31.5502982Z aten_permute_copy_default_22: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5505530Z aten_addmm_default_10: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_bias, aten_view_copy_default_31, aten_permute_copy_default_22); p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_bias = aten_view_copy_default_31 = aten_permute_copy_default_22 = None 2025-03-21T20:23:31.5507598Z aten_view_copy_default_32: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_10, [39, 1, 512]); aten_addmm_default_10 = None 2025-03-21T20:23:31.5508371Z 2025-03-21T20:23:31.5509363Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5511045Z aten_cat_default_30: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_18, aten_slice_copy_tensor_17]); aten_slice_copy_tensor_18 = aten_slice_copy_tensor_17 = None 2025-03-21T20:23:31.5512412Z aten_view_copy_default_33: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_30, [39, 512]); aten_cat_default_30 = None 2025-03-21T20:23:31.5514156Z aten_permute_copy_default_23: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5516774Z aten_addmm_default_11: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_bias, aten_view_copy_default_33, aten_permute_copy_default_23); p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_bias = aten_view_copy_default_33 = aten_permute_copy_default_23 = None 2025-03-21T20:23:31.5518889Z aten_view_copy_default_34: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_11, [39, 1, 1024]); aten_addmm_default_11 = None 2025-03-21T20:23:31.5520243Z aten_split_with_sizes_copy_default_2 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_34, [512, 512], 2); aten_view_copy_default_34 = None 2025-03-21T20:23:31.5521282Z getitem_11: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_2[0] 2025-03-21T20:23:31.5521970Z getitem_12: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_2[1]; aten_split_with_sizes_copy_default_2 = None 2025-03-21T20:23:31.5522538Z 2025-03-21T20:23:31.5523517Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5525120Z aten_view_copy_default_35: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_32, [-1, 8, 64]); aten_view_copy_default_32 = None 2025-03-21T20:23:31.5526437Z aten_permute_copy_default_24: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_35, [1, 0, 2]); aten_view_copy_default_35 = None 2025-03-21T20:23:31.5527736Z aten_clone_default_14: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_11, memory_format = torch.contiguous_format); getitem_11 = None 2025-03-21T20:23:31.5528986Z aten_view_copy_default_36: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_14, [-1, 8, 64]); aten_clone_default_14 = None 2025-03-21T20:23:31.5530322Z aten_permute_copy_default_25: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_36, [1, 0, 2]); aten_view_copy_default_36 = None 2025-03-21T20:23:31.5531605Z aten_clone_default_15: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_12, memory_format = torch.contiguous_format); getitem_12 = None 2025-03-21T20:23:31.5532846Z aten_view_copy_default_37: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_15, [-1, 8, 64]); aten_clone_default_15 = None 2025-03-21T20:23:31.5534126Z aten_permute_copy_default_26: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_37, [1, 0, 2]); aten_view_copy_default_37 = None 2025-03-21T20:23:31.5534946Z 2025-03-21T20:23:31.5535920Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5537589Z aten_mul_tensor_2: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_24, _lifted_tensor_constant4); aten_permute_copy_default_24 = _lifted_tensor_constant4 = None 2025-03-21T20:23:31.5539057Z aten_permute_copy_default_27: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_25, [0, 2, 1]); aten_permute_copy_default_25 = None 2025-03-21T20:23:31.5540452Z aten_bmm_default_4: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_2, aten_permute_copy_default_27); aten_mul_tensor_2 = aten_permute_copy_default_27 = None 2025-03-21T20:23:31.5541313Z 2025-03-21T20:23:31.5542396Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5543927Z aten_unsqueeze_copy_default_2: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5545046Z scalar_tensor_2: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5546506Z aten_where_self_2: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_2, scalar_tensor_2, aten_bmm_default_4); aten_unsqueeze_copy_default_2 = scalar_tensor_2 = aten_bmm_default_4 = None 2025-03-21T20:23:31.5547518Z 2025-03-21T20:23:31.5548595Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5550222Z aten__softmax_default_2: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_2, -1, False); aten_where_self_2 = None 2025-03-21T20:23:31.5550952Z 2025-03-21T20:23:31.5551999Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5553518Z aten_clone_default_16: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_2); aten__softmax_default_2 = None 2025-03-21T20:23:31.5554237Z 2025-03-21T20:23:31.5555110Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5556610Z aten_bmm_default_5: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_16, aten_permute_copy_default_26); aten_clone_default_16 = aten_permute_copy_default_26 = None 2025-03-21T20:23:31.5557515Z 2025-03-21T20:23:31.5558423Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5559883Z aten_permute_copy_default_28: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_5, [1, 0, 2]); aten_bmm_default_5 = None 2025-03-21T20:23:31.5561366Z aten_clone_default_17: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_28, memory_format = torch.contiguous_format); aten_permute_copy_default_28 = None 2025-03-21T20:23:31.5562775Z aten_view_copy_default_38: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_17, [39, 1, 512]); aten_clone_default_17 = None 2025-03-21T20:23:31.5563670Z 2025-03-21T20:23:31.5564494Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5565877Z aten_view_copy_default_39: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_38, [39, 512]); aten_view_copy_default_38 = None 2025-03-21T20:23:31.5567597Z aten_permute_copy_default_29: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_weight = None 2025-03-21T20:23:31.5570099Z aten_addmm_default_12: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_bias, aten_view_copy_default_39, aten_permute_copy_default_29); p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_bias = aten_view_copy_default_39 = aten_permute_copy_default_29 = None 2025-03-21T20:23:31.5572131Z aten_view_copy_default_40: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_12, [39, 1, 512]); aten_addmm_default_12 = None 2025-03-21T20:23:31.5572906Z 2025-03-21T20:23:31.5573846Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5575299Z aten_clone_default_18: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_40); aten_view_copy_default_40 = None 2025-03-21T20:23:31.5576743Z aten_cat_default_31: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_16, aten_slice_copy_tensor_15]); aten_slice_copy_tensor_16 = aten_slice_copy_tensor_15 = None 2025-03-21T20:23:31.5578170Z aten_add_tensor_4: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_18, aten_cat_default_31); aten_clone_default_18 = aten_cat_default_31 = None 2025-03-21T20:23:31.5578975Z 2025-03-21T20:23:31.5579787Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5582180Z aten_native_layer_norm_default_7 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_4, [512], p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_bias = None 2025-03-21T20:23:31.5584138Z getitem_13: "f32[39, 1, 512]" = aten_native_layer_norm_default_7[0]; aten_native_layer_norm_default_7 = None 2025-03-21T20:23:31.5585061Z aten_view_copy_default_41: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_13, [39, 512]); getitem_13 = None 2025-03-21T20:23:31.5586582Z aten_permute_copy_default_30: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_weight = None 2025-03-21T20:23:31.5588889Z aten_addmm_default_13: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_bias, aten_view_copy_default_41, aten_permute_copy_default_30); p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_bias = aten_view_copy_default_41 = aten_permute_copy_default_30 = None 2025-03-21T20:23:31.5590844Z aten_view_copy_default_42: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_13, [39, 1, 2048]); aten_addmm_default_13 = None 2025-03-21T20:23:31.5592050Z aten_gelu_default_2: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_42); aten_view_copy_default_42 = None 2025-03-21T20:23:31.5593174Z aten_clone_default_19: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_2); aten_gelu_default_2 = None 2025-03-21T20:23:31.5594340Z aten_view_copy_default_43: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_19, [39, 2048]); aten_clone_default_19 = None 2025-03-21T20:23:31.5595961Z aten_permute_copy_default_31: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_weight = None 2025-03-21T20:23:31.5598259Z aten_addmm_default_14: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_bias, aten_view_copy_default_43, aten_permute_copy_default_31); p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_bias = aten_view_copy_default_43 = aten_permute_copy_default_31 = None 2025-03-21T20:23:31.5600197Z aten_view_copy_default_44: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_14, [39, 1, 512]); aten_addmm_default_14 = None 2025-03-21T20:23:31.5601464Z aten_clone_default_20: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_44); aten_view_copy_default_44 = None 2025-03-21T20:23:31.5602774Z aten_add_tensor_5: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_20, aten_add_tensor_4); aten_clone_default_20 = aten_add_tensor_4 = None 2025-03-21T20:23:31.5603590Z 2025-03-21T20:23:31.5604411Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.5607020Z aten_native_layer_norm_default_8 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_5, [512], p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_bias, 1e-05); aten_add_tensor_5 = p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_bias = None 2025-03-21T20:23:31.5609228Z getitem_14: "f32[39, 1, 512]" = aten_native_layer_norm_default_8[0]; aten_native_layer_norm_default_8 = None 2025-03-21T20:23:31.5609771Z 2025-03-21T20:23:31.5610732Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.5612126Z aten_slice_copy_tensor_19: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_14, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5613164Z aten_slice_copy_tensor_20: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_14, 0, 0, 8); getitem_14 = None 2025-03-21T20:23:31.5613828Z 2025-03-21T20:23:31.5614820Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5616272Z aten_cat_default_32: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_20, aten_slice_copy_tensor_19]) 2025-03-21T20:23:31.5618638Z aten_native_layer_norm_default_9 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_32, [512], p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_bias, 1e-05); aten_cat_default_32 = p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_bias = None 2025-03-21T20:23:31.5620834Z getitem_15: "f32[39, 1, 512]" = aten_native_layer_norm_default_9[0]; aten_native_layer_norm_default_9 = None 2025-03-21T20:23:31.5621376Z 2025-03-21T20:23:31.5622237Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5623532Z aten_slice_copy_tensor_21: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_15, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5624205Z 2025-03-21T20:23:31.5625036Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5626333Z aten_slice_copy_tensor_22: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_15, 0, 0, 8); getitem_15 = None 2025-03-21T20:23:31.5627014Z 2025-03-21T20:23:31.5627910Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5629331Z aten_cat_default_33: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_22, aten_slice_copy_tensor_21]) 2025-03-21T20:23:31.5630477Z aten_view_copy_default_45: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_33, [39, 512]); aten_cat_default_33 = None 2025-03-21T20:23:31.5632184Z aten_permute_copy_default_32: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5634787Z aten_addmm_default_15: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_bias, aten_view_copy_default_45, aten_permute_copy_default_32); p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_bias = aten_view_copy_default_45 = aten_permute_copy_default_32 = None 2025-03-21T20:23:31.5636864Z aten_view_copy_default_46: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_15, [39, 1, 512]); aten_addmm_default_15 = None 2025-03-21T20:23:31.5637645Z 2025-03-21T20:23:31.5638621Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5640286Z aten_cat_default_34: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_22, aten_slice_copy_tensor_21]); aten_slice_copy_tensor_22 = aten_slice_copy_tensor_21 = None 2025-03-21T20:23:31.5641728Z aten_view_copy_default_47: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_34, [39, 512]); aten_cat_default_34 = None 2025-03-21T20:23:31.5643476Z aten_permute_copy_default_33: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5646083Z aten_addmm_default_16: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_bias, aten_view_copy_default_47, aten_permute_copy_default_33); p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_bias = aten_view_copy_default_47 = aten_permute_copy_default_33 = None 2025-03-21T20:23:31.5648186Z aten_view_copy_default_48: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_16, [39, 1, 1024]); aten_addmm_default_16 = None 2025-03-21T20:23:31.5649538Z aten_split_with_sizes_copy_default_3 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_48, [512, 512], 2); aten_view_copy_default_48 = None 2025-03-21T20:23:31.5650518Z getitem_16: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_3[0] 2025-03-21T20:23:31.5651197Z getitem_17: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_3[1]; aten_split_with_sizes_copy_default_3 = None 2025-03-21T20:23:31.5651757Z 2025-03-21T20:23:31.5652729Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5654256Z aten_view_copy_default_49: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_46, [-1, 8, 64]); aten_view_copy_default_46 = None 2025-03-21T20:23:31.5655623Z aten_permute_copy_default_34: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_49, [1, 0, 2]); aten_view_copy_default_49 = None 2025-03-21T20:23:31.5656923Z aten_clone_default_21: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_16, memory_format = torch.contiguous_format); getitem_16 = None 2025-03-21T20:23:31.5658172Z aten_view_copy_default_50: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_21, [-1, 8, 64]); aten_clone_default_21 = None 2025-03-21T20:23:31.5659462Z aten_permute_copy_default_35: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_50, [1, 0, 2]); aten_view_copy_default_50 = None 2025-03-21T20:23:31.5660804Z aten_clone_default_22: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_17, memory_format = torch.contiguous_format); getitem_17 = None 2025-03-21T20:23:31.5662052Z aten_view_copy_default_51: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_22, [-1, 8, 64]); aten_clone_default_22 = None 2025-03-21T20:23:31.5663511Z aten_permute_copy_default_36: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_51, [1, 0, 2]); aten_view_copy_default_51 = None 2025-03-21T20:23:31.5664346Z 2025-03-21T20:23:31.5665325Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5666997Z aten_mul_tensor_3: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_34, _lifted_tensor_constant5); aten_permute_copy_default_34 = _lifted_tensor_constant5 = None 2025-03-21T20:23:31.5668456Z aten_permute_copy_default_37: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_35, [0, 2, 1]); aten_permute_copy_default_35 = None 2025-03-21T20:23:31.5669854Z aten_bmm_default_6: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_3, aten_permute_copy_default_37); aten_mul_tensor_3 = aten_permute_copy_default_37 = None 2025-03-21T20:23:31.5670715Z 2025-03-21T20:23:31.5671797Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5673323Z aten_unsqueeze_copy_default_3: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5674439Z scalar_tensor_3: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5675903Z aten_where_self_3: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_3, scalar_tensor_3, aten_bmm_default_6); aten_unsqueeze_copy_default_3 = scalar_tensor_3 = aten_bmm_default_6 = None 2025-03-21T20:23:31.5676920Z 2025-03-21T20:23:31.5677987Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5679553Z aten__softmax_default_3: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_3, -1, False); aten_where_self_3 = None 2025-03-21T20:23:31.5680387Z 2025-03-21T20:23:31.5681494Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5683032Z aten_clone_default_23: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_3); aten__softmax_default_3 = None 2025-03-21T20:23:31.5683750Z 2025-03-21T20:23:31.5684583Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5686084Z aten_bmm_default_7: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_23, aten_permute_copy_default_36); aten_clone_default_23 = aten_permute_copy_default_36 = None 2025-03-21T20:23:31.5687065Z 2025-03-21T20:23:31.5687964Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5689417Z aten_permute_copy_default_38: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_7, [1, 0, 2]); aten_bmm_default_7 = None 2025-03-21T20:23:31.5690803Z aten_clone_default_24: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_38, memory_format = torch.contiguous_format); aten_permute_copy_default_38 = None 2025-03-21T20:23:31.5692202Z aten_view_copy_default_52: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_24, [39, 1, 512]); aten_clone_default_24 = None 2025-03-21T20:23:31.5692979Z 2025-03-21T20:23:31.5693795Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5695175Z aten_view_copy_default_53: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_52, [39, 512]); aten_view_copy_default_52 = None 2025-03-21T20:23:31.5696896Z aten_permute_copy_default_39: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_weight = None 2025-03-21T20:23:31.5699388Z aten_addmm_default_17: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_bias, aten_view_copy_default_53, aten_permute_copy_default_39); p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_bias = aten_view_copy_default_53 = aten_permute_copy_default_39 = None 2025-03-21T20:23:31.5701427Z aten_view_copy_default_54: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_17, [39, 1, 512]); aten_addmm_default_17 = None 2025-03-21T20:23:31.5702203Z 2025-03-21T20:23:31.5703129Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5704578Z aten_clone_default_25: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_54); aten_view_copy_default_54 = None 2025-03-21T20:23:31.5705919Z aten_cat_default_35: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_20, aten_slice_copy_tensor_19]); aten_slice_copy_tensor_20 = aten_slice_copy_tensor_19 = None 2025-03-21T20:23:31.5707399Z aten_add_tensor_6: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_25, aten_cat_default_35); aten_clone_default_25 = aten_cat_default_35 = None 2025-03-21T20:23:31.5708223Z 2025-03-21T20:23:31.5709029Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5711339Z aten_native_layer_norm_default_10 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_6, [512], p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_bias = None 2025-03-21T20:23:31.5713367Z getitem_18: "f32[39, 1, 512]" = aten_native_layer_norm_default_10[0]; aten_native_layer_norm_default_10 = None 2025-03-21T20:23:31.5714294Z aten_view_copy_default_55: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_18, [39, 512]); getitem_18 = None 2025-03-21T20:23:31.5715804Z aten_permute_copy_default_40: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_weight = None 2025-03-21T20:23:31.5718116Z aten_addmm_default_18: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_bias, aten_view_copy_default_55, aten_permute_copy_default_40); p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_bias = aten_view_copy_default_55 = aten_permute_copy_default_40 = None 2025-03-21T20:23:31.5720073Z aten_view_copy_default_56: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_18, [39, 1, 2048]); aten_addmm_default_18 = None 2025-03-21T20:23:31.5721348Z aten_gelu_default_3: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_56); aten_view_copy_default_56 = None 2025-03-21T20:23:31.5722474Z aten_clone_default_26: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_3); aten_gelu_default_3 = None 2025-03-21T20:23:31.5723637Z aten_view_copy_default_57: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_26, [39, 2048]); aten_clone_default_26 = None 2025-03-21T20:23:31.5725250Z aten_permute_copy_default_41: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_weight = None 2025-03-21T20:23:31.5727557Z aten_addmm_default_19: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_bias, aten_view_copy_default_57, aten_permute_copy_default_41); p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_bias = aten_view_copy_default_57 = aten_permute_copy_default_41 = None 2025-03-21T20:23:31.5729492Z aten_view_copy_default_58: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_19, [39, 1, 512]); aten_addmm_default_19 = None 2025-03-21T20:23:31.5730704Z aten_clone_default_27: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_58); aten_view_copy_default_58 = None 2025-03-21T20:23:31.5731945Z aten_add_tensor_7: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_27, aten_add_tensor_6); aten_clone_default_27 = aten_add_tensor_6 = None 2025-03-21T20:23:31.5732810Z 2025-03-21T20:23:31.5733634Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.5736204Z aten_native_layer_norm_default_11 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_7, [512], p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_bias, 1e-05); aten_add_tensor_7 = p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_bias = None 2025-03-21T20:23:31.5738412Z getitem_19: "f32[39, 1, 512]" = aten_native_layer_norm_default_11[0]; aten_native_layer_norm_default_11 = None 2025-03-21T20:23:31.5738959Z 2025-03-21T20:23:31.5739960Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.5741369Z aten_slice_copy_tensor_23: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_19, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5742410Z aten_slice_copy_tensor_24: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_19, 0, 0, 8); getitem_19 = None 2025-03-21T20:23:31.5743090Z 2025-03-21T20:23:31.5744086Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5745543Z aten_cat_default_36: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_24, aten_slice_copy_tensor_23]) 2025-03-21T20:23:31.5747920Z aten_native_layer_norm_default_12 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_36, [512], p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_bias, 1e-05); aten_cat_default_36 = p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_bias = None 2025-03-21T20:23:31.5750110Z getitem_20: "f32[39, 1, 512]" = aten_native_layer_norm_default_12[0]; aten_native_layer_norm_default_12 = None 2025-03-21T20:23:31.5750661Z 2025-03-21T20:23:31.5751505Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5752800Z aten_slice_copy_tensor_25: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_20, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5753473Z 2025-03-21T20:23:31.5754316Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5755610Z aten_slice_copy_tensor_26: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_20, 0, 0, 8); getitem_20 = None 2025-03-21T20:23:31.5756285Z 2025-03-21T20:23:31.5757176Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5758520Z aten_cat_default_37: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_26, aten_slice_copy_tensor_25]) 2025-03-21T20:23:31.5759705Z aten_view_copy_default_59: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_37, [39, 512]); aten_cat_default_37 = None 2025-03-21T20:23:31.5761480Z aten_permute_copy_default_42: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5764160Z aten_addmm_default_20: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_bias, aten_view_copy_default_59, aten_permute_copy_default_42); p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_bias = aten_view_copy_default_59 = aten_permute_copy_default_42 = None 2025-03-21T20:23:31.5766307Z aten_view_copy_default_60: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_20, [39, 1, 512]); aten_addmm_default_20 = None 2025-03-21T20:23:31.5767085Z 2025-03-21T20:23:31.5768067Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5769739Z aten_cat_default_38: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_26, aten_slice_copy_tensor_25]); aten_slice_copy_tensor_26 = aten_slice_copy_tensor_25 = None 2025-03-21T20:23:31.5771096Z aten_view_copy_default_61: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_38, [39, 512]); aten_cat_default_38 = None 2025-03-21T20:23:31.5772831Z aten_permute_copy_default_43: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5775443Z aten_addmm_default_21: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_bias, aten_view_copy_default_61, aten_permute_copy_default_43); p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_bias = aten_view_copy_default_61 = aten_permute_copy_default_43 = None 2025-03-21T20:23:31.5777544Z aten_view_copy_default_62: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_21, [39, 1, 1024]); aten_addmm_default_21 = None 2025-03-21T20:23:31.5778899Z aten_split_with_sizes_copy_default_4 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_62, [512, 512], 2); aten_view_copy_default_62 = None 2025-03-21T20:23:31.5779889Z getitem_21: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_4[0] 2025-03-21T20:23:31.5780559Z getitem_22: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_4[1]; aten_split_with_sizes_copy_default_4 = None 2025-03-21T20:23:31.5781124Z 2025-03-21T20:23:31.5782092Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5783623Z aten_view_copy_default_63: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_60, [-1, 8, 64]); aten_view_copy_default_60 = None 2025-03-21T20:23:31.5784939Z aten_permute_copy_default_44: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_63, [1, 0, 2]); aten_view_copy_default_63 = None 2025-03-21T20:23:31.5786307Z aten_clone_default_28: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_21, memory_format = torch.contiguous_format); getitem_21 = None 2025-03-21T20:23:31.5787552Z aten_view_copy_default_64: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_28, [-1, 8, 64]); aten_clone_default_28 = None 2025-03-21T20:23:31.5788835Z aten_permute_copy_default_45: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_64, [1, 0, 2]); aten_view_copy_default_64 = None 2025-03-21T20:23:31.5790124Z aten_clone_default_29: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_22, memory_format = torch.contiguous_format); getitem_22 = None 2025-03-21T20:23:31.5791416Z aten_view_copy_default_65: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_29, [-1, 8, 64]); aten_clone_default_29 = None 2025-03-21T20:23:31.5792682Z aten_permute_copy_default_46: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_65, [1, 0, 2]); aten_view_copy_default_65 = None 2025-03-21T20:23:31.5793500Z 2025-03-21T20:23:31.5794471Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5796139Z aten_mul_tensor_4: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_44, _lifted_tensor_constant6); aten_permute_copy_default_44 = _lifted_tensor_constant6 = None 2025-03-21T20:23:31.5797609Z aten_permute_copy_default_47: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_45, [0, 2, 1]); aten_permute_copy_default_45 = None 2025-03-21T20:23:31.5799015Z aten_bmm_default_8: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_4, aten_permute_copy_default_47); aten_mul_tensor_4 = aten_permute_copy_default_47 = None 2025-03-21T20:23:31.5799874Z 2025-03-21T20:23:31.5801088Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5802622Z aten_unsqueeze_copy_default_4: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5803723Z scalar_tensor_4: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5805192Z aten_where_self_4: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_4, scalar_tensor_4, aten_bmm_default_8); aten_unsqueeze_copy_default_4 = scalar_tensor_4 = aten_bmm_default_8 = None 2025-03-21T20:23:31.5806208Z 2025-03-21T20:23:31.5807282Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5808864Z aten__softmax_default_4: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_4, -1, False); aten_where_self_4 = None 2025-03-21T20:23:31.5809600Z 2025-03-21T20:23:31.5810646Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5812239Z aten_clone_default_30: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_4); aten__softmax_default_4 = None 2025-03-21T20:23:31.5812958Z 2025-03-21T20:23:31.5813766Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5815263Z aten_bmm_default_9: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_30, aten_permute_copy_default_46); aten_clone_default_30 = aten_permute_copy_default_46 = None 2025-03-21T20:23:31.5816168Z 2025-03-21T20:23:31.5817151Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5818614Z aten_permute_copy_default_48: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_9, [1, 0, 2]); aten_bmm_default_9 = None 2025-03-21T20:23:31.5820008Z aten_clone_default_31: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_48, memory_format = torch.contiguous_format); aten_permute_copy_default_48 = None 2025-03-21T20:23:31.5821397Z aten_view_copy_default_66: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_31, [39, 1, 512]); aten_clone_default_31 = None 2025-03-21T20:23:31.5822176Z 2025-03-21T20:23:31.5822978Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5824364Z aten_view_copy_default_67: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_66, [39, 512]); aten_view_copy_default_66 = None 2025-03-21T20:23:31.5826089Z aten_permute_copy_default_49: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_weight = None 2025-03-21T20:23:31.5828582Z aten_addmm_default_22: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_bias, aten_view_copy_default_67, aten_permute_copy_default_49); p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_bias = aten_view_copy_default_67 = aten_permute_copy_default_49 = None 2025-03-21T20:23:31.5830623Z aten_view_copy_default_68: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_22, [39, 1, 512]); aten_addmm_default_22 = None 2025-03-21T20:23:31.5831401Z 2025-03-21T20:23:31.5832347Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5833805Z aten_clone_default_32: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_68); aten_view_copy_default_68 = None 2025-03-21T20:23:31.5835156Z aten_cat_default_39: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_24, aten_slice_copy_tensor_23]); aten_slice_copy_tensor_24 = aten_slice_copy_tensor_23 = None 2025-03-21T20:23:31.5836592Z aten_add_tensor_8: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_32, aten_cat_default_39); aten_clone_default_32 = aten_cat_default_39 = None 2025-03-21T20:23:31.5837471Z 2025-03-21T20:23:31.5838266Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5840570Z aten_native_layer_norm_default_13 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_8, [512], p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_bias = None 2025-03-21T20:23:31.5842612Z getitem_23: "f32[39, 1, 512]" = aten_native_layer_norm_default_13[0]; aten_native_layer_norm_default_13 = None 2025-03-21T20:23:31.5843591Z aten_view_copy_default_69: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_23, [39, 512]); getitem_23 = None 2025-03-21T20:23:31.5845125Z aten_permute_copy_default_50: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_weight = None 2025-03-21T20:23:31.5847437Z aten_addmm_default_23: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_bias, aten_view_copy_default_69, aten_permute_copy_default_50); p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_bias = aten_view_copy_default_69 = aten_permute_copy_default_50 = None 2025-03-21T20:23:31.5849388Z aten_view_copy_default_70: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_23, [39, 1, 2048]); aten_addmm_default_23 = None 2025-03-21T20:23:31.5850600Z aten_gelu_default_4: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_70); aten_view_copy_default_70 = None 2025-03-21T20:23:31.5851730Z aten_clone_default_33: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_4); aten_gelu_default_4 = None 2025-03-21T20:23:31.5852895Z aten_view_copy_default_71: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_33, [39, 2048]); aten_clone_default_33 = None 2025-03-21T20:23:31.5854510Z aten_permute_copy_default_51: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_weight = None 2025-03-21T20:23:31.5856814Z aten_addmm_default_24: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_bias, aten_view_copy_default_71, aten_permute_copy_default_51); p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_bias = aten_view_copy_default_71 = aten_permute_copy_default_51 = None 2025-03-21T20:23:31.5858748Z aten_view_copy_default_72: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_24, [39, 1, 512]); aten_addmm_default_24 = None 2025-03-21T20:23:31.5859951Z aten_clone_default_34: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_72); aten_view_copy_default_72 = None 2025-03-21T20:23:31.5861191Z aten_add_tensor_9: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_34, aten_add_tensor_8); aten_clone_default_34 = aten_add_tensor_8 = None 2025-03-21T20:23:31.5861985Z 2025-03-21T20:23:31.5862812Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.5865558Z aten_native_layer_norm_default_14 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_9, [512], p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_bias, 1e-05); aten_add_tensor_9 = p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_bias = None 2025-03-21T20:23:31.5867768Z getitem_24: "f32[39, 1, 512]" = aten_native_layer_norm_default_14[0]; aten_native_layer_norm_default_14 = None 2025-03-21T20:23:31.5868319Z 2025-03-21T20:23:31.5869278Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.5870762Z aten_slice_copy_tensor_27: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_24, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5871814Z aten_slice_copy_tensor_28: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_24, 0, 0, 8); getitem_24 = None 2025-03-21T20:23:31.5872487Z 2025-03-21T20:23:31.5873462Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.5874918Z aten_cat_default_40: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_28, aten_slice_copy_tensor_27]) 2025-03-21T20:23:31.5877276Z aten_native_layer_norm_default_15 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_40, [512], p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_bias, 1e-05); aten_cat_default_40 = p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_bias = None 2025-03-21T20:23:31.5879475Z getitem_25: "f32[39, 1, 512]" = aten_native_layer_norm_default_15[0]; aten_native_layer_norm_default_15 = None 2025-03-21T20:23:31.5880018Z 2025-03-21T20:23:31.5880863Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.5882227Z aten_slice_copy_tensor_29: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_25, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.5882895Z 2025-03-21T20:23:31.5883743Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.5885024Z aten_slice_copy_tensor_30: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_25, 0, 0, 8); getitem_25 = None 2025-03-21T20:23:31.5885701Z 2025-03-21T20:23:31.5886577Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.5887922Z aten_cat_default_41: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_30, aten_slice_copy_tensor_29]) 2025-03-21T20:23:31.5889060Z aten_view_copy_default_73: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_41, [39, 512]); aten_cat_default_41 = None 2025-03-21T20:23:31.5890763Z aten_permute_copy_default_52: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_weight = None 2025-03-21T20:23:31.5893382Z aten_addmm_default_25: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_bias, aten_view_copy_default_73, aten_permute_copy_default_52); p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_bias = aten_view_copy_default_73 = aten_permute_copy_default_52 = None 2025-03-21T20:23:31.5895447Z aten_view_copy_default_74: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_25, [39, 1, 512]); aten_addmm_default_25 = None 2025-03-21T20:23:31.5896218Z 2025-03-21T20:23:31.5897262Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.5898948Z aten_cat_default_42: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_30, aten_slice_copy_tensor_29]); aten_slice_copy_tensor_30 = aten_slice_copy_tensor_29 = None 2025-03-21T20:23:31.5900291Z aten_view_copy_default_75: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_42, [39, 512]); aten_cat_default_42 = None 2025-03-21T20:23:31.5902026Z aten_permute_copy_default_53: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.5904641Z aten_addmm_default_26: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_bias, aten_view_copy_default_75, aten_permute_copy_default_53); p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_bias = aten_view_copy_default_75 = aten_permute_copy_default_53 = None 2025-03-21T20:23:31.5906743Z aten_view_copy_default_76: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_26, [39, 1, 1024]); aten_addmm_default_26 = None 2025-03-21T20:23:31.5908088Z aten_split_with_sizes_copy_default_5 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_76, [512, 512], 2); aten_view_copy_default_76 = None 2025-03-21T20:23:31.5909071Z getitem_26: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_5[0] 2025-03-21T20:23:31.5909754Z getitem_27: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_5[1]; aten_split_with_sizes_copy_default_5 = None 2025-03-21T20:23:31.5910318Z 2025-03-21T20:23:31.5911291Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.5912823Z aten_view_copy_default_77: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_74, [-1, 8, 64]); aten_view_copy_default_74 = None 2025-03-21T20:23:31.5914133Z aten_permute_copy_default_54: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_77, [1, 0, 2]); aten_view_copy_default_77 = None 2025-03-21T20:23:31.5915424Z aten_clone_default_35: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_26, memory_format = torch.contiguous_format); getitem_26 = None 2025-03-21T20:23:31.5916733Z aten_view_copy_default_78: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_35, [-1, 8, 64]); aten_clone_default_35 = None 2025-03-21T20:23:31.5918012Z aten_permute_copy_default_55: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_78, [1, 0, 2]); aten_view_copy_default_78 = None 2025-03-21T20:23:31.5919311Z aten_clone_default_36: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_27, memory_format = torch.contiguous_format); getitem_27 = None 2025-03-21T20:23:31.5920550Z aten_view_copy_default_79: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_36, [-1, 8, 64]); aten_clone_default_36 = None 2025-03-21T20:23:31.5921964Z aten_permute_copy_default_56: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_79, [1, 0, 2]); aten_view_copy_default_79 = None 2025-03-21T20:23:31.5922799Z 2025-03-21T20:23:31.5923772Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.5925437Z aten_mul_tensor_5: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_54, _lifted_tensor_constant7); aten_permute_copy_default_54 = _lifted_tensor_constant7 = None 2025-03-21T20:23:31.5926902Z aten_permute_copy_default_57: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_55, [0, 2, 1]); aten_permute_copy_default_55 = None 2025-03-21T20:23:31.5928305Z aten_bmm_default_10: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_5, aten_permute_copy_default_57); aten_mul_tensor_5 = aten_permute_copy_default_57 = None 2025-03-21T20:23:31.5929157Z 2025-03-21T20:23:31.5930244Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.5931767Z aten_unsqueeze_copy_default_5: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.5932877Z scalar_tensor_5: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.5934339Z aten_where_self_5: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_5, scalar_tensor_5, aten_bmm_default_10); aten_unsqueeze_copy_default_5 = scalar_tensor_5 = aten_bmm_default_10 = None 2025-03-21T20:23:31.5935367Z 2025-03-21T20:23:31.5936439Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.5938015Z aten__softmax_default_5: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_5, -1, False); aten_where_self_5 = None 2025-03-21T20:23:31.5938737Z 2025-03-21T20:23:31.5939776Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.5941301Z aten_clone_default_37: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_5); aten__softmax_default_5 = None 2025-03-21T20:23:31.5942071Z 2025-03-21T20:23:31.5942893Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.5944394Z aten_bmm_default_11: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_37, aten_permute_copy_default_56); aten_clone_default_37 = aten_permute_copy_default_56 = None 2025-03-21T20:23:31.5945297Z 2025-03-21T20:23:31.5946206Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.5947656Z aten_permute_copy_default_58: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_11, [1, 0, 2]); aten_bmm_default_11 = None 2025-03-21T20:23:31.5949096Z aten_clone_default_38: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_58, memory_format = torch.contiguous_format); aten_permute_copy_default_58 = None 2025-03-21T20:23:31.5950496Z aten_view_copy_default_80: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_38, [39, 1, 512]); aten_clone_default_38 = None 2025-03-21T20:23:31.5951269Z 2025-03-21T20:23:31.5952082Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.5953465Z aten_view_copy_default_81: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_80, [39, 512]); aten_view_copy_default_80 = None 2025-03-21T20:23:31.5955197Z aten_permute_copy_default_59: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_weight = None 2025-03-21T20:23:31.5957691Z aten_addmm_default_27: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_bias, aten_view_copy_default_81, aten_permute_copy_default_59); p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_bias = aten_view_copy_default_81 = aten_permute_copy_default_59 = None 2025-03-21T20:23:31.5969213Z aten_view_copy_default_82: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_27, [39, 1, 512]); aten_addmm_default_27 = None 2025-03-21T20:23:31.5970144Z 2025-03-21T20:23:31.5971116Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.5972596Z aten_clone_default_39: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_82); aten_view_copy_default_82 = None 2025-03-21T20:23:31.5973944Z aten_cat_default_43: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_28, aten_slice_copy_tensor_27]); aten_slice_copy_tensor_28 = aten_slice_copy_tensor_27 = None 2025-03-21T20:23:31.5975383Z aten_add_tensor_10: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_39, aten_cat_default_43); aten_clone_default_39 = aten_cat_default_43 = None 2025-03-21T20:23:31.5976206Z 2025-03-21T20:23:31.5977021Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.5979513Z aten_native_layer_norm_default_16 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_10, [512], p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_bias = None 2025-03-21T20:23:31.5981488Z getitem_28: "f32[39, 1, 512]" = aten_native_layer_norm_default_16[0]; aten_native_layer_norm_default_16 = None 2025-03-21T20:23:31.5982410Z aten_view_copy_default_83: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_28, [39, 512]); getitem_28 = None 2025-03-21T20:23:31.5983998Z aten_permute_copy_default_60: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_weight = None 2025-03-21T20:23:31.5986310Z aten_addmm_default_28: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_bias, aten_view_copy_default_83, aten_permute_copy_default_60); p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_bias = aten_view_copy_default_83 = aten_permute_copy_default_60 = None 2025-03-21T20:23:31.5988264Z aten_view_copy_default_84: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_28, [39, 1, 2048]); aten_addmm_default_28 = None 2025-03-21T20:23:31.5989467Z aten_gelu_default_5: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_84); aten_view_copy_default_84 = None 2025-03-21T20:23:31.5990594Z aten_clone_default_40: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_5); aten_gelu_default_5 = None 2025-03-21T20:23:31.5991767Z aten_view_copy_default_85: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_40, [39, 2048]); aten_clone_default_40 = None 2025-03-21T20:23:31.5993375Z aten_permute_copy_default_61: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_weight = None 2025-03-21T20:23:31.5995674Z aten_addmm_default_29: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_bias, aten_view_copy_default_85, aten_permute_copy_default_61); p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_bias = aten_view_copy_default_85 = aten_permute_copy_default_61 = None 2025-03-21T20:23:31.5997619Z aten_view_copy_default_86: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_29, [39, 1, 512]); aten_addmm_default_29 = None 2025-03-21T20:23:31.5998836Z aten_clone_default_41: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_86); aten_view_copy_default_86 = None 2025-03-21T20:23:31.6000065Z aten_add_tensor_11: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_41, aten_add_tensor_10); aten_clone_default_41 = aten_add_tensor_10 = None 2025-03-21T20:23:31.6000877Z 2025-03-21T20:23:31.6001805Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6004382Z aten_native_layer_norm_default_17 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_11, [512], p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_bias, 1e-05); aten_add_tensor_11 = p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_bias = None 2025-03-21T20:23:31.6006655Z getitem_29: "f32[39, 1, 512]" = aten_native_layer_norm_default_17[0]; aten_native_layer_norm_default_17 = None 2025-03-21T20:23:31.6007198Z 2025-03-21T20:23:31.6008144Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6009532Z aten_slice_copy_tensor_31: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_29, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6010619Z aten_slice_copy_tensor_32: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_29, 0, 0, 8); getitem_29 = None 2025-03-21T20:23:31.6011303Z 2025-03-21T20:23:31.6012289Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6013737Z aten_cat_default_44: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_32, aten_slice_copy_tensor_31]) 2025-03-21T20:23:31.6016097Z aten_native_layer_norm_default_18 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_44, [512], p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_bias, 1e-05); aten_cat_default_44 = p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_bias = None 2025-03-21T20:23:31.6018286Z getitem_30: "f32[39, 1, 512]" = aten_native_layer_norm_default_18[0]; aten_native_layer_norm_default_18 = None 2025-03-21T20:23:31.6018832Z 2025-03-21T20:23:31.6019679Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6020950Z aten_slice_copy_tensor_33: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_30, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6021617Z 2025-03-21T20:23:31.6022459Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6023749Z aten_slice_copy_tensor_34: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_30, 0, 0, 8); getitem_30 = None 2025-03-21T20:23:31.6024431Z 2025-03-21T20:23:31.6025309Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6026657Z aten_cat_default_45: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_34, aten_slice_copy_tensor_33]) 2025-03-21T20:23:31.6027793Z aten_view_copy_default_87: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_45, [39, 512]); aten_cat_default_45 = None 2025-03-21T20:23:31.6029487Z aten_permute_copy_default_62: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6032102Z aten_addmm_default_30: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_bias, aten_view_copy_default_87, aten_permute_copy_default_62); p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_bias = aten_view_copy_default_87 = aten_permute_copy_default_62 = None 2025-03-21T20:23:31.6034167Z aten_view_copy_default_88: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_30, [39, 1, 512]); aten_addmm_default_30 = None 2025-03-21T20:23:31.6034939Z 2025-03-21T20:23:31.6035928Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6037649Z aten_cat_default_46: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_34, aten_slice_copy_tensor_33]); aten_slice_copy_tensor_34 = aten_slice_copy_tensor_33 = None 2025-03-21T20:23:31.6039010Z aten_view_copy_default_89: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_46, [39, 512]); aten_cat_default_46 = None 2025-03-21T20:23:31.6040747Z aten_permute_copy_default_63: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6043421Z aten_addmm_default_31: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_bias, aten_view_copy_default_89, aten_permute_copy_default_63); p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_bias = aten_view_copy_default_89 = aten_permute_copy_default_63 = None 2025-03-21T20:23:31.6045524Z aten_view_copy_default_90: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_31, [39, 1, 1024]); aten_addmm_default_31 = None 2025-03-21T20:23:31.6046877Z aten_split_with_sizes_copy_default_6 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_90, [512, 512], 2); aten_view_copy_default_90 = None 2025-03-21T20:23:31.6047867Z getitem_31: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_6[0] 2025-03-21T20:23:31.6048549Z getitem_32: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_6[1]; aten_split_with_sizes_copy_default_6 = None 2025-03-21T20:23:31.6049106Z 2025-03-21T20:23:31.6050087Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6051622Z aten_view_copy_default_91: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_88, [-1, 8, 64]); aten_view_copy_default_88 = None 2025-03-21T20:23:31.6052933Z aten_permute_copy_default_64: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_91, [1, 0, 2]); aten_view_copy_default_91 = None 2025-03-21T20:23:31.6054226Z aten_clone_default_42: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_31, memory_format = torch.contiguous_format); getitem_31 = None 2025-03-21T20:23:31.6055465Z aten_view_copy_default_92: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_42, [-1, 8, 64]); aten_clone_default_42 = None 2025-03-21T20:23:31.6056809Z aten_permute_copy_default_65: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_92, [1, 0, 2]); aten_view_copy_default_92 = None 2025-03-21T20:23:31.6058100Z aten_clone_default_43: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_32, memory_format = torch.contiguous_format); getitem_32 = None 2025-03-21T20:23:31.6059348Z aten_view_copy_default_93: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_43, [-1, 8, 64]); aten_clone_default_43 = None 2025-03-21T20:23:31.6060627Z aten_permute_copy_default_66: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_93, [1, 0, 2]); aten_view_copy_default_93 = None 2025-03-21T20:23:31.6061433Z 2025-03-21T20:23:31.6062448Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6064284Z aten_mul_tensor_6: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_64, _lifted_tensor_constant8); aten_permute_copy_default_64 = _lifted_tensor_constant8 = None 2025-03-21T20:23:31.6065751Z aten_permute_copy_default_67: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_65, [0, 2, 1]); aten_permute_copy_default_65 = None 2025-03-21T20:23:31.6067153Z aten_bmm_default_12: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_6, aten_permute_copy_default_67); aten_mul_tensor_6 = aten_permute_copy_default_67 = None 2025-03-21T20:23:31.6068018Z 2025-03-21T20:23:31.6069119Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6070642Z aten_unsqueeze_copy_default_6: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6071754Z scalar_tensor_6: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6073220Z aten_where_self_6: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_6, scalar_tensor_6, aten_bmm_default_12); aten_unsqueeze_copy_default_6 = scalar_tensor_6 = aten_bmm_default_12 = None 2025-03-21T20:23:31.6074228Z 2025-03-21T20:23:31.6075310Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6076890Z aten__softmax_default_6: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_6, -1, False); aten_where_self_6 = None 2025-03-21T20:23:31.6077626Z 2025-03-21T20:23:31.6078673Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6080210Z aten_clone_default_44: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_6); aten__softmax_default_6 = None 2025-03-21T20:23:31.6081001Z 2025-03-21T20:23:31.6081824Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6083412Z aten_bmm_default_13: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_44, aten_permute_copy_default_66); aten_clone_default_44 = aten_permute_copy_default_66 = None 2025-03-21T20:23:31.6084321Z 2025-03-21T20:23:31.6085239Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6086700Z aten_permute_copy_default_68: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_13, [1, 0, 2]); aten_bmm_default_13 = None 2025-03-21T20:23:31.6088098Z aten_clone_default_45: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_68, memory_format = torch.contiguous_format); aten_permute_copy_default_68 = None 2025-03-21T20:23:31.6089555Z aten_view_copy_default_94: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_45, [39, 1, 512]); aten_clone_default_45 = None 2025-03-21T20:23:31.6090328Z 2025-03-21T20:23:31.6091144Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6092508Z aten_view_copy_default_95: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_94, [39, 512]); aten_view_copy_default_94 = None 2025-03-21T20:23:31.6094221Z aten_permute_copy_default_69: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_weight = None 2025-03-21T20:23:31.6096731Z aten_addmm_default_32: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_bias, aten_view_copy_default_95, aten_permute_copy_default_69); p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_bias = aten_view_copy_default_95 = aten_permute_copy_default_69 = None 2025-03-21T20:23:31.6098773Z aten_view_copy_default_96: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_32, [39, 1, 512]); aten_addmm_default_32 = None 2025-03-21T20:23:31.6099551Z 2025-03-21T20:23:31.6100498Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6101958Z aten_clone_default_46: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_96); aten_view_copy_default_96 = None 2025-03-21T20:23:31.6103310Z aten_cat_default_47: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_32, aten_slice_copy_tensor_31]); aten_slice_copy_tensor_32 = aten_slice_copy_tensor_31 = None 2025-03-21T20:23:31.6104744Z aten_add_tensor_12: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_46, aten_cat_default_47); aten_clone_default_46 = aten_cat_default_47 = None 2025-03-21T20:23:31.6105562Z 2025-03-21T20:23:31.6106367Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6108664Z aten_native_layer_norm_default_19 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_12, [512], p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_bias = None 2025-03-21T20:23:31.6110666Z getitem_33: "f32[39, 1, 512]" = aten_native_layer_norm_default_19[0]; aten_native_layer_norm_default_19 = None 2025-03-21T20:23:31.6111579Z aten_view_copy_default_97: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_33, [39, 512]); getitem_33 = None 2025-03-21T20:23:31.6113090Z aten_permute_copy_default_70: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_weight = None 2025-03-21T20:23:31.6115464Z aten_addmm_default_33: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_bias, aten_view_copy_default_97, aten_permute_copy_default_70); p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_bias = aten_view_copy_default_97 = aten_permute_copy_default_70 = None 2025-03-21T20:23:31.6117421Z aten_view_copy_default_98: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_33, [39, 1, 2048]); aten_addmm_default_33 = None 2025-03-21T20:23:31.6118633Z aten_gelu_default_6: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_98); aten_view_copy_default_98 = None 2025-03-21T20:23:31.6119755Z aten_clone_default_47: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_6); aten_gelu_default_6 = None 2025-03-21T20:23:31.6121152Z aten_view_copy_default_99: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_47, [39, 2048]); aten_clone_default_47 = None 2025-03-21T20:23:31.6122772Z aten_permute_copy_default_71: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_weight = None 2025-03-21T20:23:31.6125065Z aten_addmm_default_34: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_bias, aten_view_copy_default_99, aten_permute_copy_default_71); p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_bias = aten_view_copy_default_99 = aten_permute_copy_default_71 = None 2025-03-21T20:23:31.6127010Z aten_view_copy_default_100: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_34, [39, 1, 512]); aten_addmm_default_34 = None 2025-03-21T20:23:31.6127543Z aten_clone_default_48: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_100); aten_view_copy_default_100 = None 2025-03-21T20:23:31.6128157Z aten_add_tensor_13: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_48, aten_add_tensor_12); aten_clone_default_48 = aten_add_tensor_12 = None 2025-03-21T20:23:31.6128246Z 2025-03-21T20:23:31.6128935Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6130700Z aten_native_layer_norm_default_20 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_13, [512], p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_bias, 1e-05); aten_add_tensor_13 = p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_bias = None 2025-03-21T20:23:31.6131097Z getitem_34: "f32[39, 1, 512]" = aten_native_layer_norm_default_20[0]; aten_native_layer_norm_default_20 = None 2025-03-21T20:23:31.6131185Z 2025-03-21T20:23:31.6132024Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6132474Z aten_slice_copy_tensor_35: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_34, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6132943Z aten_slice_copy_tensor_36: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_34, 0, 0, 8); getitem_34 = None 2025-03-21T20:23:31.6133031Z 2025-03-21T20:23:31.6133941Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6134424Z aten_cat_default_48: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_36, aten_slice_copy_tensor_35]) 2025-03-21T20:23:31.6136182Z aten_native_layer_norm_default_21 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_48, [512], p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_bias, 1e-05); aten_cat_default_48 = p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_bias = None 2025-03-21T20:23:31.6136513Z getitem_35: "f32[39, 1, 512]" = aten_native_layer_norm_default_21[0]; aten_native_layer_norm_default_21 = None 2025-03-21T20:23:31.6136611Z 2025-03-21T20:23:31.6137325Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6137792Z aten_slice_copy_tensor_37: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_35, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6137880Z 2025-03-21T20:23:31.6138582Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6139052Z aten_slice_copy_tensor_38: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_35, 0, 0, 8); getitem_35 = None 2025-03-21T20:23:31.6139139Z 2025-03-21T20:23:31.6139900Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6140381Z aten_cat_default_49: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_38, aten_slice_copy_tensor_37]) 2025-03-21T20:23:31.6140931Z aten_view_copy_default_101: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_49, [39, 512]); aten_cat_default_49 = None 2025-03-21T20:23:31.6141975Z aten_permute_copy_default_72: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6143379Z aten_addmm_default_35: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_bias, aten_view_copy_default_101, aten_permute_copy_default_72); p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_bias = aten_view_copy_default_101 = aten_permute_copy_default_72 = None 2025-03-21T20:23:31.6143993Z aten_view_copy_default_102: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_35, [39, 1, 512]); aten_addmm_default_35 = None 2025-03-21T20:23:31.6144096Z 2025-03-21T20:23:31.6144933Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6145651Z aten_cat_default_50: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_38, aten_slice_copy_tensor_37]); aten_slice_copy_tensor_38 = aten_slice_copy_tensor_37 = None 2025-03-21T20:23:31.6146237Z aten_view_copy_default_103: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_50, [39, 512]); aten_cat_default_50 = None 2025-03-21T20:23:31.6147330Z aten_permute_copy_default_73: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6148751Z aten_addmm_default_36: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_bias, aten_view_copy_default_103, aten_permute_copy_default_73); p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_bias = aten_view_copy_default_103 = aten_permute_copy_default_73 = None 2025-03-21T20:23:31.6149342Z aten_view_copy_default_104: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_36, [39, 1, 1024]); aten_addmm_default_36 = None 2025-03-21T20:23:31.6150008Z aten_split_with_sizes_copy_default_7 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_104, [512, 512], 2); aten_view_copy_default_104 = None 2025-03-21T20:23:31.6150219Z getitem_36: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_7[0] 2025-03-21T20:23:31.6150567Z getitem_37: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_7[1]; aten_split_with_sizes_copy_default_7 = None 2025-03-21T20:23:31.6150667Z 2025-03-21T20:23:31.6151494Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6152098Z aten_view_copy_default_105: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_102, [-1, 8, 64]); aten_view_copy_default_102 = None 2025-03-21T20:23:31.6152710Z aten_permute_copy_default_74: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_105, [1, 0, 2]); aten_view_copy_default_105 = None 2025-03-21T20:23:31.6153291Z aten_clone_default_49: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_36, memory_format = torch.contiguous_format); getitem_36 = None 2025-03-21T20:23:31.6153846Z aten_view_copy_default_106: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_49, [-1, 8, 64]); aten_clone_default_49 = None 2025-03-21T20:23:31.6154464Z aten_permute_copy_default_75: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_106, [1, 0, 2]); aten_view_copy_default_106 = None 2025-03-21T20:23:31.6155083Z aten_clone_default_50: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_37, memory_format = torch.contiguous_format); getitem_37 = None 2025-03-21T20:23:31.6155651Z aten_view_copy_default_107: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_50, [-1, 8, 64]); aten_clone_default_50 = None 2025-03-21T20:23:31.6156254Z aten_permute_copy_default_76: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_107, [1, 0, 2]); aten_view_copy_default_107 = None 2025-03-21T20:23:31.6156354Z 2025-03-21T20:23:31.6157185Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6157945Z aten_mul_tensor_7: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_74, _lifted_tensor_constant9); aten_permute_copy_default_74 = _lifted_tensor_constant9 = None 2025-03-21T20:23:31.6158588Z aten_permute_copy_default_77: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_75, [0, 2, 1]); aten_permute_copy_default_75 = None 2025-03-21T20:23:31.6159236Z aten_bmm_default_14: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_7, aten_permute_copy_default_77); aten_mul_tensor_7 = aten_permute_copy_default_77 = None 2025-03-21T20:23:31.6159337Z 2025-03-21T20:23:31.6160283Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6160747Z aten_unsqueeze_copy_default_7: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6161358Z scalar_tensor_7: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6162186Z aten_where_self_7: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_7, scalar_tensor_7, aten_bmm_default_14); aten_unsqueeze_copy_default_7 = scalar_tensor_7 = aten_bmm_default_14 = None 2025-03-21T20:23:31.6162273Z 2025-03-21T20:23:31.6163218Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6163890Z aten__softmax_default_7: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_7, -1, False); aten_where_self_7 = None 2025-03-21T20:23:31.6163999Z 2025-03-21T20:23:31.6164895Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6165413Z aten_clone_default_51: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_7); aten__softmax_default_7 = None 2025-03-21T20:23:31.6165500Z 2025-03-21T20:23:31.6166197Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6166892Z aten_bmm_default_15: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_51, aten_permute_copy_default_76); aten_clone_default_51 = aten_permute_copy_default_76 = None 2025-03-21T20:23:31.6167083Z 2025-03-21T20:23:31.6167852Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6168416Z aten_permute_copy_default_78: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_15, [1, 0, 2]); aten_bmm_default_15 = None 2025-03-21T20:23:31.6169134Z aten_clone_default_52: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_78, memory_format = torch.contiguous_format); aten_permute_copy_default_78 = None 2025-03-21T20:23:31.6169702Z aten_view_copy_default_108: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_52, [39, 1, 512]); aten_clone_default_52 = None 2025-03-21T20:23:31.6169801Z 2025-03-21T20:23:31.6170569Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6171169Z aten_view_copy_default_109: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_108, [39, 512]); aten_view_copy_default_108 = None 2025-03-21T20:23:31.6172187Z aten_permute_copy_default_79: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_weight = None 2025-03-21T20:23:31.6173565Z aten_addmm_default_37: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_bias, aten_view_copy_default_109, aten_permute_copy_default_79); p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_bias = aten_view_copy_default_109 = aten_permute_copy_default_79 = None 2025-03-21T20:23:31.6174134Z aten_view_copy_default_110: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_37, [39, 1, 512]); aten_addmm_default_37 = None 2025-03-21T20:23:31.6174233Z 2025-03-21T20:23:31.6175033Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6175579Z aten_clone_default_53: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_110); aten_view_copy_default_110 = None 2025-03-21T20:23:31.6176276Z aten_cat_default_51: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_36, aten_slice_copy_tensor_35]); aten_slice_copy_tensor_36 = aten_slice_copy_tensor_35 = None 2025-03-21T20:23:31.6176901Z aten_add_tensor_14: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_53, aten_cat_default_51); aten_clone_default_53 = aten_cat_default_51 = None 2025-03-21T20:23:31.6176988Z 2025-03-21T20:23:31.6177661Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6179178Z aten_native_layer_norm_default_22 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_14, [512], p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_bias = None 2025-03-21T20:23:31.6179572Z getitem_38: "f32[39, 1, 512]" = aten_native_layer_norm_default_22[0]; aten_native_layer_norm_default_22 = None 2025-03-21T20:23:31.6180045Z aten_view_copy_default_111: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_38, [39, 512]); getitem_38 = None 2025-03-21T20:23:31.6180980Z aten_permute_copy_default_80: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_weight = None 2025-03-21T20:23:31.6182240Z aten_addmm_default_38: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_bias, aten_view_copy_default_111, aten_permute_copy_default_80); p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_bias = aten_view_copy_default_111 = aten_permute_copy_default_80 = None 2025-03-21T20:23:31.6182881Z aten_view_copy_default_112: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_38, [39, 1, 2048]); aten_addmm_default_38 = None 2025-03-21T20:23:31.6183400Z aten_gelu_default_7: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_112); aten_view_copy_default_112 = None 2025-03-21T20:23:31.6183891Z aten_clone_default_54: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_7); aten_gelu_default_7 = None 2025-03-21T20:23:31.6184455Z aten_view_copy_default_113: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_54, [39, 2048]); aten_clone_default_54 = None 2025-03-21T20:23:31.6185392Z aten_permute_copy_default_81: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_weight = None 2025-03-21T20:23:31.6186652Z aten_addmm_default_39: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_bias, aten_view_copy_default_113, aten_permute_copy_default_81); p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_bias = aten_view_copy_default_113 = aten_permute_copy_default_81 = None 2025-03-21T20:23:31.6187234Z aten_view_copy_default_114: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_39, [39, 1, 512]); aten_addmm_default_39 = None 2025-03-21T20:23:31.6187761Z aten_clone_default_55: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_114); aten_view_copy_default_114 = None 2025-03-21T20:23:31.6188377Z aten_add_tensor_15: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_55, aten_add_tensor_14); aten_clone_default_55 = aten_add_tensor_14 = None 2025-03-21T20:23:31.6188469Z 2025-03-21T20:23:31.6189159Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6190927Z aten_native_layer_norm_default_23 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_15, [512], p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_bias, 1e-05); aten_add_tensor_15 = p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_bias = None 2025-03-21T20:23:31.6191269Z getitem_39: "f32[39, 1, 512]" = aten_native_layer_norm_default_23[0]; aten_native_layer_norm_default_23 = None 2025-03-21T20:23:31.6191414Z 2025-03-21T20:23:31.6192249Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6192701Z aten_slice_copy_tensor_39: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_39, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6193171Z aten_slice_copy_tensor_40: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_39, 0, 0, 8); getitem_39 = None 2025-03-21T20:23:31.6193260Z 2025-03-21T20:23:31.6194112Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6194641Z aten_cat_default_52: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_40, aten_slice_copy_tensor_39]) 2025-03-21T20:23:31.6196410Z aten_native_layer_norm_default_24 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_52, [512], p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_bias, 1e-05); aten_cat_default_52 = p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_bias = None 2025-03-21T20:23:31.6196749Z getitem_40: "f32[39, 1, 512]" = aten_native_layer_norm_default_24[0]; aten_native_layer_norm_default_24 = None 2025-03-21T20:23:31.6196836Z 2025-03-21T20:23:31.6197543Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6198012Z aten_slice_copy_tensor_41: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_40, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6198099Z 2025-03-21T20:23:31.6198807Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6199270Z aten_slice_copy_tensor_42: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_40, 0, 0, 8); getitem_40 = None 2025-03-21T20:23:31.6199367Z 2025-03-21T20:23:31.6200108Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6200595Z aten_cat_default_53: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_42, aten_slice_copy_tensor_41]) 2025-03-21T20:23:31.6201215Z aten_view_copy_default_115: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_53, [39, 512]); aten_cat_default_53 = None 2025-03-21T20:23:31.6202268Z aten_permute_copy_default_82: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6203650Z aten_addmm_default_40: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_bias, aten_view_copy_default_115, aten_permute_copy_default_82); p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_bias = aten_view_copy_default_115 = aten_permute_copy_default_82 = None 2025-03-21T20:23:31.6204286Z aten_view_copy_default_116: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_40, [39, 1, 512]); aten_addmm_default_40 = None 2025-03-21T20:23:31.6204373Z 2025-03-21T20:23:31.6205221Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6205919Z aten_cat_default_54: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_42, aten_slice_copy_tensor_41]); aten_slice_copy_tensor_42 = aten_slice_copy_tensor_41 = None 2025-03-21T20:23:31.6206469Z aten_view_copy_default_117: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_54, [39, 512]); aten_cat_default_54 = None 2025-03-21T20:23:31.6207589Z aten_permute_copy_default_83: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6209025Z aten_addmm_default_41: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_bias, aten_view_copy_default_117, aten_permute_copy_default_83); p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_bias = aten_view_copy_default_117 = aten_permute_copy_default_83 = None 2025-03-21T20:23:31.6209598Z aten_view_copy_default_118: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_41, [39, 1, 1024]); aten_addmm_default_41 = None 2025-03-21T20:23:31.6210277Z aten_split_with_sizes_copy_default_8 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_118, [512, 512], 2); aten_view_copy_default_118 = None 2025-03-21T20:23:31.6210482Z getitem_41: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_8[0] 2025-03-21T20:23:31.6210837Z getitem_42: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_8[1]; aten_split_with_sizes_copy_default_8 = None 2025-03-21T20:23:31.6210927Z 2025-03-21T20:23:31.6211766Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6212357Z aten_view_copy_default_119: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_116, [-1, 8, 64]); aten_view_copy_default_116 = None 2025-03-21T20:23:31.6212978Z aten_permute_copy_default_84: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_119, [1, 0, 2]); aten_view_copy_default_119 = None 2025-03-21T20:23:31.6213551Z aten_clone_default_56: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_41, memory_format = torch.contiguous_format); getitem_41 = None 2025-03-21T20:23:31.6214118Z aten_view_copy_default_120: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_56, [-1, 8, 64]); aten_clone_default_56 = None 2025-03-21T20:23:31.6214728Z aten_permute_copy_default_85: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_120, [1, 0, 2]); aten_view_copy_default_120 = None 2025-03-21T20:23:31.6215299Z aten_clone_default_57: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_42, memory_format = torch.contiguous_format); getitem_42 = None 2025-03-21T20:23:31.6215919Z aten_view_copy_default_121: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_57, [-1, 8, 64]); aten_clone_default_57 = None 2025-03-21T20:23:31.6216517Z aten_permute_copy_default_86: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_121, [1, 0, 2]); aten_view_copy_default_121 = None 2025-03-21T20:23:31.6216618Z 2025-03-21T20:23:31.6217446Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6218179Z aten_mul_tensor_8: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_84, _lifted_tensor_constant10); aten_permute_copy_default_84 = _lifted_tensor_constant10 = None 2025-03-21T20:23:31.6218855Z aten_permute_copy_default_87: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_85, [0, 2, 1]); aten_permute_copy_default_85 = None 2025-03-21T20:23:31.6219517Z aten_bmm_default_16: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_8, aten_permute_copy_default_87); aten_mul_tensor_8 = aten_permute_copy_default_87 = None 2025-03-21T20:23:31.6219601Z 2025-03-21T20:23:31.6220559Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6221009Z aten_unsqueeze_copy_default_8: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6221552Z scalar_tensor_8: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6222364Z aten_where_self_8: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_8, scalar_tensor_8, aten_bmm_default_16); aten_unsqueeze_copy_default_8 = scalar_tensor_8 = aten_bmm_default_16 = None 2025-03-21T20:23:31.6222461Z 2025-03-21T20:23:31.6223390Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6223917Z aten__softmax_default_8: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_8, -1, False); aten_where_self_8 = None 2025-03-21T20:23:31.6224048Z 2025-03-21T20:23:31.6224960Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6225463Z aten_clone_default_58: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_8); aten__softmax_default_8 = None 2025-03-21T20:23:31.6225556Z 2025-03-21T20:23:31.6226238Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6226931Z aten_bmm_default_17: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_58, aten_permute_copy_default_86); aten_clone_default_58 = aten_permute_copy_default_86 = None 2025-03-21T20:23:31.6227024Z 2025-03-21T20:23:31.6227798Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6228411Z aten_permute_copy_default_88: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_17, [1, 0, 2]); aten_bmm_default_17 = None 2025-03-21T20:23:31.6229114Z aten_clone_default_59: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_88, memory_format = torch.contiguous_format); aten_permute_copy_default_88 = None 2025-03-21T20:23:31.6229686Z aten_view_copy_default_122: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_59, [39, 1, 512]); aten_clone_default_59 = None 2025-03-21T20:23:31.6229774Z 2025-03-21T20:23:31.6230499Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6231094Z aten_view_copy_default_123: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_122, [39, 512]); aten_view_copy_default_122 = None 2025-03-21T20:23:31.6232118Z aten_permute_copy_default_89: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_weight = None 2025-03-21T20:23:31.6233485Z aten_addmm_default_42: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_bias, aten_view_copy_default_123, aten_permute_copy_default_89); p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_bias = aten_view_copy_default_123 = aten_permute_copy_default_89 = None 2025-03-21T20:23:31.6234062Z aten_view_copy_default_124: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_42, [39, 1, 512]); aten_addmm_default_42 = None 2025-03-21T20:23:31.6234149Z 2025-03-21T20:23:31.6234964Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6235490Z aten_clone_default_60: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_124); aten_view_copy_default_124 = None 2025-03-21T20:23:31.6236192Z aten_cat_default_55: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_40, aten_slice_copy_tensor_39]); aten_slice_copy_tensor_40 = aten_slice_copy_tensor_39 = None 2025-03-21T20:23:31.6236801Z aten_add_tensor_16: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_60, aten_cat_default_55); aten_clone_default_60 = aten_cat_default_55 = None 2025-03-21T20:23:31.6236901Z 2025-03-21T20:23:31.6237559Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6239084Z aten_native_layer_norm_default_25 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_16, [512], p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_bias = None 2025-03-21T20:23:31.6239410Z getitem_43: "f32[39, 1, 512]" = aten_native_layer_norm_default_25[0]; aten_native_layer_norm_default_25 = None 2025-03-21T20:23:31.6239891Z aten_view_copy_default_125: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_43, [39, 512]); getitem_43 = None 2025-03-21T20:23:31.6240862Z aten_permute_copy_default_90: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_weight = None 2025-03-21T20:23:31.6242213Z aten_addmm_default_43: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_bias, aten_view_copy_default_125, aten_permute_copy_default_90); p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_bias = aten_view_copy_default_125 = aten_permute_copy_default_90 = None 2025-03-21T20:23:31.6242786Z aten_view_copy_default_126: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_43, [39, 1, 2048]); aten_addmm_default_43 = None 2025-03-21T20:23:31.6243376Z aten_gelu_default_8: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_126); aten_view_copy_default_126 = None 2025-03-21T20:23:31.6243854Z aten_clone_default_61: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_8); aten_gelu_default_8 = None 2025-03-21T20:23:31.6244422Z aten_view_copy_default_127: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_61, [39, 2048]); aten_clone_default_61 = None 2025-03-21T20:23:31.6245346Z aten_permute_copy_default_91: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_weight = None 2025-03-21T20:23:31.6246622Z aten_addmm_default_44: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_bias, aten_view_copy_default_127, aten_permute_copy_default_91); p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_bias = aten_view_copy_default_127 = aten_permute_copy_default_91 = None 2025-03-21T20:23:31.6247187Z aten_view_copy_default_128: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_44, [39, 1, 512]); aten_addmm_default_44 = None 2025-03-21T20:23:31.6247718Z aten_clone_default_62: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_128); aten_view_copy_default_128 = None 2025-03-21T20:23:31.6248321Z aten_add_tensor_17: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_62, aten_add_tensor_16); aten_clone_default_62 = aten_add_tensor_16 = None 2025-03-21T20:23:31.6248411Z 2025-03-21T20:23:31.6249093Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6250868Z aten_native_layer_norm_default_26 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_17, [512], p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_bias, 1e-05); aten_add_tensor_17 = p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_bias = None 2025-03-21T20:23:31.6251196Z getitem_44: "f32[39, 1, 512]" = aten_native_layer_norm_default_26[0]; aten_native_layer_norm_default_26 = None 2025-03-21T20:23:31.6251292Z 2025-03-21T20:23:31.6252109Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6252621Z aten_slice_copy_tensor_43: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_44, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6253081Z aten_slice_copy_tensor_44: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_44, 0, 0, 8); getitem_44 = None 2025-03-21T20:23:31.6253167Z 2025-03-21T20:23:31.6254019Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6254496Z aten_cat_default_56: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_44, aten_slice_copy_tensor_43]) 2025-03-21T20:23:31.6256298Z aten_native_layer_norm_default_27 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_56, [512], p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_bias, 1e-05); aten_cat_default_56 = p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_bias = None 2025-03-21T20:23:31.6256639Z getitem_45: "f32[39, 1, 512]" = aten_native_layer_norm_default_27[0]; aten_native_layer_norm_default_27 = None 2025-03-21T20:23:31.6256720Z 2025-03-21T20:23:31.6257423Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6257883Z aten_slice_copy_tensor_45: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_45, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6257976Z 2025-03-21T20:23:31.6258692Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6259147Z aten_slice_copy_tensor_46: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_45, 0, 0, 8); getitem_45 = None 2025-03-21T20:23:31.6259243Z 2025-03-21T20:23:31.6259982Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6260464Z aten_cat_default_57: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_46, aten_slice_copy_tensor_45]) 2025-03-21T20:23:31.6261000Z aten_view_copy_default_129: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_57, [39, 512]); aten_cat_default_57 = None 2025-03-21T20:23:31.6262049Z aten_permute_copy_default_92: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6263566Z aten_addmm_default_45: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_bias, aten_view_copy_default_129, aten_permute_copy_default_92); p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_bias = aten_view_copy_default_129 = aten_permute_copy_default_92 = None 2025-03-21T20:23:31.6264143Z aten_view_copy_default_130: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_45, [39, 1, 512]); aten_addmm_default_45 = None 2025-03-21T20:23:31.6264327Z 2025-03-21T20:23:31.6265186Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6265884Z aten_cat_default_58: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_46, aten_slice_copy_tensor_45]); aten_slice_copy_tensor_46 = aten_slice_copy_tensor_45 = None 2025-03-21T20:23:31.6266429Z aten_view_copy_default_131: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_58, [39, 512]); aten_cat_default_58 = None 2025-03-21T20:23:31.6267562Z aten_permute_copy_default_93: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6268999Z aten_addmm_default_46: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_bias, aten_view_copy_default_131, aten_permute_copy_default_93); p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_bias = aten_view_copy_default_131 = aten_permute_copy_default_93 = None 2025-03-21T20:23:31.6269570Z aten_view_copy_default_132: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_46, [39, 1, 1024]); aten_addmm_default_46 = None 2025-03-21T20:23:31.6270241Z aten_split_with_sizes_copy_default_9 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_132, [512, 512], 2); aten_view_copy_default_132 = None 2025-03-21T20:23:31.6270444Z getitem_46: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_9[0] 2025-03-21T20:23:31.6270806Z getitem_47: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_9[1]; aten_split_with_sizes_copy_default_9 = None 2025-03-21T20:23:31.6270894Z 2025-03-21T20:23:31.6271728Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6272317Z aten_view_copy_default_133: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_130, [-1, 8, 64]); aten_view_copy_default_130 = None 2025-03-21T20:23:31.6272933Z aten_permute_copy_default_94: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_133, [1, 0, 2]); aten_view_copy_default_133 = None 2025-03-21T20:23:31.6273505Z aten_clone_default_63: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_46, memory_format = torch.contiguous_format); getitem_46 = None 2025-03-21T20:23:31.6274062Z aten_view_copy_default_134: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_63, [-1, 8, 64]); aten_clone_default_63 = None 2025-03-21T20:23:31.6274677Z aten_permute_copy_default_95: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_134, [1, 0, 2]); aten_view_copy_default_134 = None 2025-03-21T20:23:31.6275242Z aten_clone_default_64: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_47, memory_format = torch.contiguous_format); getitem_47 = None 2025-03-21T20:23:31.6275801Z aten_view_copy_default_135: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_64, [-1, 8, 64]); aten_clone_default_64 = None 2025-03-21T20:23:31.6276459Z aten_permute_copy_default_96: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_135, [1, 0, 2]); aten_view_copy_default_135 = None 2025-03-21T20:23:31.6276550Z 2025-03-21T20:23:31.6277383Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6278108Z aten_mul_tensor_9: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_94, _lifted_tensor_constant11); aten_permute_copy_default_94 = _lifted_tensor_constant11 = None 2025-03-21T20:23:31.6278733Z aten_permute_copy_default_97: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_95, [0, 2, 1]); aten_permute_copy_default_95 = None 2025-03-21T20:23:31.6279437Z aten_bmm_default_18: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_9, aten_permute_copy_default_97); aten_mul_tensor_9 = aten_permute_copy_default_97 = None 2025-03-21T20:23:31.6279530Z 2025-03-21T20:23:31.6280491Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6281003Z aten_unsqueeze_copy_default_9: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6281550Z scalar_tensor_9: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6282364Z aten_where_self_9: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_9, scalar_tensor_9, aten_bmm_default_18); aten_unsqueeze_copy_default_9 = scalar_tensor_9 = aten_bmm_default_18 = None 2025-03-21T20:23:31.6282467Z 2025-03-21T20:23:31.6283395Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6283930Z aten__softmax_default_9: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_9, -1, False); aten_where_self_9 = None 2025-03-21T20:23:31.6284012Z 2025-03-21T20:23:31.6284930Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6285434Z aten_clone_default_65: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_9); aten__softmax_default_9 = None 2025-03-21T20:23:31.6285524Z 2025-03-21T20:23:31.6286218Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6286908Z aten_bmm_default_19: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_65, aten_permute_copy_default_96); aten_clone_default_65 = aten_permute_copy_default_96 = None 2025-03-21T20:23:31.6287000Z 2025-03-21T20:23:31.6287772Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6288342Z aten_permute_copy_default_98: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_19, [1, 0, 2]); aten_bmm_default_19 = None 2025-03-21T20:23:31.6289097Z aten_clone_default_66: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_98, memory_format = torch.contiguous_format); aten_permute_copy_default_98 = None 2025-03-21T20:23:31.6289669Z aten_view_copy_default_136: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_66, [39, 1, 512]); aten_clone_default_66 = None 2025-03-21T20:23:31.6289753Z 2025-03-21T20:23:31.6290429Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6291060Z aten_view_copy_default_137: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_136, [39, 512]); aten_view_copy_default_136 = None 2025-03-21T20:23:31.6292088Z aten_permute_copy_default_99: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_weight = None 2025-03-21T20:23:31.6293454Z aten_addmm_default_47: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_bias, aten_view_copy_default_137, aten_permute_copy_default_99); p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_bias = aten_view_copy_default_137 = aten_permute_copy_default_99 = None 2025-03-21T20:23:31.6294031Z aten_view_copy_default_138: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_47, [39, 1, 512]); aten_addmm_default_47 = None 2025-03-21T20:23:31.6294114Z 2025-03-21T20:23:31.6294931Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6295460Z aten_clone_default_67: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_138); aten_view_copy_default_138 = None 2025-03-21T20:23:31.6296168Z aten_cat_default_59: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_44, aten_slice_copy_tensor_43]); aten_slice_copy_tensor_44 = aten_slice_copy_tensor_43 = None 2025-03-21T20:23:31.6296770Z aten_add_tensor_18: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_67, aten_cat_default_59); aten_clone_default_67 = aten_cat_default_59 = None 2025-03-21T20:23:31.6296866Z 2025-03-21T20:23:31.6297531Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6299060Z aten_native_layer_norm_default_28 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_18, [512], p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_bias = None 2025-03-21T20:23:31.6299387Z getitem_48: "f32[39, 1, 512]" = aten_native_layer_norm_default_28[0]; aten_native_layer_norm_default_28 = None 2025-03-21T20:23:31.6299864Z aten_view_copy_default_139: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_48, [39, 512]); getitem_48 = None 2025-03-21T20:23:31.6300791Z aten_permute_copy_default_100: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_weight = None 2025-03-21T20:23:31.6302124Z aten_addmm_default_48: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_bias, aten_view_copy_default_139, aten_permute_copy_default_100); p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_bias = aten_view_copy_default_139 = aten_permute_copy_default_100 = None 2025-03-21T20:23:31.6302698Z aten_view_copy_default_140: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_48, [39, 1, 2048]); aten_addmm_default_48 = None 2025-03-21T20:23:31.6303227Z aten_gelu_default_9: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_140); aten_view_copy_default_140 = None 2025-03-21T20:23:31.6303767Z aten_clone_default_68: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_9); aten_gelu_default_9 = None 2025-03-21T20:23:31.6304339Z aten_view_copy_default_141: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_68, [39, 2048]); aten_clone_default_68 = None 2025-03-21T20:23:31.6305264Z aten_permute_copy_default_101: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_weight = None 2025-03-21T20:23:31.6306530Z aten_addmm_default_49: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_bias, aten_view_copy_default_141, aten_permute_copy_default_101); p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_bias = aten_view_copy_default_141 = aten_permute_copy_default_101 = None 2025-03-21T20:23:31.6307096Z aten_view_copy_default_142: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_49, [39, 1, 512]); aten_addmm_default_49 = None 2025-03-21T20:23:31.6307629Z aten_clone_default_69: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_142); aten_view_copy_default_142 = None 2025-03-21T20:23:31.6308227Z aten_add_tensor_19: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_69, aten_add_tensor_18); aten_clone_default_69 = aten_add_tensor_18 = None 2025-03-21T20:23:31.6308324Z 2025-03-21T20:23:31.6309002Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6310765Z aten_native_layer_norm_default_29 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_19, [512], p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_bias, 1e-05); aten_add_tensor_19 = p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_bias = None 2025-03-21T20:23:31.6311096Z getitem_49: "f32[39, 1, 512]" = aten_native_layer_norm_default_29[0]; aten_native_layer_norm_default_29 = None 2025-03-21T20:23:31.6311197Z 2025-03-21T20:23:31.6312012Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6312478Z aten_slice_copy_tensor_47: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_49, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6312984Z aten_slice_copy_tensor_48: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_49, 0, 0, 8); getitem_49 = None 2025-03-21T20:23:31.6313068Z 2025-03-21T20:23:31.6313925Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6314402Z aten_cat_default_60: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_48, aten_slice_copy_tensor_47]) 2025-03-21T20:23:31.6316221Z aten_native_layer_norm_default_30 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_60, [512], p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_bias, 1e-05); aten_cat_default_60 = p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_bias = None 2025-03-21T20:23:31.6316555Z getitem_50: "f32[39, 1, 512]" = aten_native_layer_norm_default_30[0]; aten_native_layer_norm_default_30 = None 2025-03-21T20:23:31.6316650Z 2025-03-21T20:23:31.6317361Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6317825Z aten_slice_copy_tensor_49: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_50, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6317909Z 2025-03-21T20:23:31.6318623Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6319085Z aten_slice_copy_tensor_50: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_50, 0, 0, 8); getitem_50 = None 2025-03-21T20:23:31.6319185Z 2025-03-21T20:23:31.6319922Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6320406Z aten_cat_default_61: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_50, aten_slice_copy_tensor_49]) 2025-03-21T20:23:31.6321006Z aten_view_copy_default_143: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_61, [39, 512]); aten_cat_default_61 = None 2025-03-21T20:23:31.6322076Z aten_permute_copy_default_102: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6323477Z aten_addmm_default_50: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_bias, aten_view_copy_default_143, aten_permute_copy_default_102); p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_bias = aten_view_copy_default_143 = aten_permute_copy_default_102 = None 2025-03-21T20:23:31.6324055Z aten_view_copy_default_144: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_50, [39, 1, 512]); aten_addmm_default_50 = None 2025-03-21T20:23:31.6324141Z 2025-03-21T20:23:31.6324994Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6325747Z aten_cat_default_62: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_50, aten_slice_copy_tensor_49]); aten_slice_copy_tensor_50 = aten_slice_copy_tensor_49 = None 2025-03-21T20:23:31.6326292Z aten_view_copy_default_145: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_62, [39, 512]); aten_cat_default_62 = None 2025-03-21T20:23:31.6327375Z aten_permute_copy_default_103: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6328862Z aten_addmm_default_51: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_bias, aten_view_copy_default_145, aten_permute_copy_default_103); p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_bias = aten_view_copy_default_145 = aten_permute_copy_default_103 = None 2025-03-21T20:23:31.6329438Z aten_view_copy_default_146: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_51, [39, 1, 1024]); aten_addmm_default_51 = None 2025-03-21T20:23:31.6330106Z aten_split_with_sizes_copy_default_10 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_146, [512, 512], 2); aten_view_copy_default_146 = None 2025-03-21T20:23:31.6330307Z getitem_51: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_10[0] 2025-03-21T20:23:31.6330671Z getitem_52: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_10[1]; aten_split_with_sizes_copy_default_10 = None 2025-03-21T20:23:31.6330763Z 2025-03-21T20:23:31.6331587Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6332187Z aten_view_copy_default_147: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_144, [-1, 8, 64]); aten_view_copy_default_144 = None 2025-03-21T20:23:31.6332801Z aten_permute_copy_default_104: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_147, [1, 0, 2]); aten_view_copy_default_147 = None 2025-03-21T20:23:31.6333373Z aten_clone_default_70: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_51, memory_format = torch.contiguous_format); getitem_51 = None 2025-03-21T20:23:31.6333930Z aten_view_copy_default_148: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_70, [-1, 8, 64]); aten_clone_default_70 = None 2025-03-21T20:23:31.6334546Z aten_permute_copy_default_105: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_148, [1, 0, 2]); aten_view_copy_default_148 = None 2025-03-21T20:23:31.6335109Z aten_clone_default_71: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_52, memory_format = torch.contiguous_format); getitem_52 = None 2025-03-21T20:23:31.6335664Z aten_view_copy_default_149: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_71, [-1, 8, 64]); aten_clone_default_71 = None 2025-03-21T20:23:31.6336272Z aten_permute_copy_default_106: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_149, [1, 0, 2]); aten_view_copy_default_149 = None 2025-03-21T20:23:31.6336414Z 2025-03-21T20:23:31.6337250Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6337986Z aten_mul_tensor_10: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_104, _lifted_tensor_constant12); aten_permute_copy_default_104 = _lifted_tensor_constant12 = None 2025-03-21T20:23:31.6338620Z aten_permute_copy_default_107: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_105, [0, 2, 1]); aten_permute_copy_default_105 = None 2025-03-21T20:23:31.6339332Z aten_bmm_default_20: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_10, aten_permute_copy_default_107); aten_mul_tensor_10 = aten_permute_copy_default_107 = None 2025-03-21T20:23:31.6339424Z 2025-03-21T20:23:31.6340385Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6340834Z aten_unsqueeze_copy_default_10: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6341374Z scalar_tensor_10: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6342189Z aten_where_self_10: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_10, scalar_tensor_10, aten_bmm_default_20); aten_unsqueeze_copy_default_10 = scalar_tensor_10 = aten_bmm_default_20 = None 2025-03-21T20:23:31.6342293Z 2025-03-21T20:23:31.6343220Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6343760Z aten__softmax_default_10: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_10, -1, False); aten_where_self_10 = None 2025-03-21T20:23:31.6343852Z 2025-03-21T20:23:31.6344762Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6345269Z aten_clone_default_72: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_10); aten__softmax_default_10 = None 2025-03-21T20:23:31.6345366Z 2025-03-21T20:23:31.6346060Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6346758Z aten_bmm_default_21: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_72, aten_permute_copy_default_106); aten_clone_default_72 = aten_permute_copy_default_106 = None 2025-03-21T20:23:31.6346854Z 2025-03-21T20:23:31.6347628Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6348207Z aten_permute_copy_default_108: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_21, [1, 0, 2]); aten_bmm_default_21 = None 2025-03-21T20:23:31.6348923Z aten_clone_default_73: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_108, memory_format = torch.contiguous_format); aten_permute_copy_default_108 = None 2025-03-21T20:23:31.6349551Z aten_view_copy_default_150: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_73, [39, 1, 512]); aten_clone_default_73 = None 2025-03-21T20:23:31.6349637Z 2025-03-21T20:23:31.6350319Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6350901Z aten_view_copy_default_151: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_150, [39, 512]); aten_view_copy_default_150 = None 2025-03-21T20:23:31.6351995Z aten_permute_copy_default_109: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_weight = None 2025-03-21T20:23:31.6353372Z aten_addmm_default_52: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_bias, aten_view_copy_default_151, aten_permute_copy_default_109); p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_bias = aten_view_copy_default_151 = aten_permute_copy_default_109 = None 2025-03-21T20:23:31.6353941Z aten_view_copy_default_152: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_52, [39, 1, 512]); aten_addmm_default_52 = None 2025-03-21T20:23:31.6354025Z 2025-03-21T20:23:31.6354842Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6355375Z aten_clone_default_74: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_152); aten_view_copy_default_152 = None 2025-03-21T20:23:31.6356082Z aten_cat_default_63: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_48, aten_slice_copy_tensor_47]); aten_slice_copy_tensor_48 = aten_slice_copy_tensor_47 = None 2025-03-21T20:23:31.6356685Z aten_add_tensor_20: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_74, aten_cat_default_63); aten_clone_default_74 = aten_cat_default_63 = None 2025-03-21T20:23:31.6356780Z 2025-03-21T20:23:31.6357442Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6358970Z aten_native_layer_norm_default_31 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_20, [512], p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_bias = None 2025-03-21T20:23:31.6359300Z getitem_53: "f32[39, 1, 512]" = aten_native_layer_norm_default_31[0]; aten_native_layer_norm_default_31 = None 2025-03-21T20:23:31.6359778Z aten_view_copy_default_153: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_53, [39, 512]); getitem_53 = None 2025-03-21T20:23:31.6360713Z aten_permute_copy_default_110: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_weight = None 2025-03-21T20:23:31.6362190Z aten_addmm_default_53: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_bias, aten_view_copy_default_153, aten_permute_copy_default_110); p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_bias = aten_view_copy_default_153 = aten_permute_copy_default_110 = None 2025-03-21T20:23:31.6362767Z aten_view_copy_default_154: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_53, [39, 1, 2048]); aten_addmm_default_53 = None 2025-03-21T20:23:31.6363441Z aten_gelu_default_10: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_154); aten_view_copy_default_154 = None 2025-03-21T20:23:31.6364011Z aten_clone_default_75: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_10); aten_gelu_default_10 = None 2025-03-21T20:23:31.6364588Z aten_view_copy_default_155: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_75, [39, 2048]); aten_clone_default_75 = None 2025-03-21T20:23:31.6365522Z aten_permute_copy_default_111: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_weight = None 2025-03-21T20:23:31.6366801Z aten_addmm_default_54: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_bias, aten_view_copy_default_155, aten_permute_copy_default_111); p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_bias = aten_view_copy_default_155 = aten_permute_copy_default_111 = None 2025-03-21T20:23:31.6367368Z aten_view_copy_default_156: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_54, [39, 1, 512]); aten_addmm_default_54 = None 2025-03-21T20:23:31.6367907Z aten_clone_default_76: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_156); aten_view_copy_default_156 = None 2025-03-21T20:23:31.6368499Z aten_add_tensor_21: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_76, aten_add_tensor_20); aten_clone_default_76 = aten_add_tensor_20 = None 2025-03-21T20:23:31.6368598Z 2025-03-21T20:23:31.6369275Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6371072Z aten_native_layer_norm_default_32 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_21, [512], p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_bias, 1e-05); aten_add_tensor_21 = p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_bias = None 2025-03-21T20:23:31.6371401Z getitem_54: "f32[39, 1, 512]" = aten_native_layer_norm_default_32[0]; aten_native_layer_norm_default_32 = None 2025-03-21T20:23:31.6371497Z 2025-03-21T20:23:31.6372530Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6372999Z aten_slice_copy_tensor_51: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_54, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6373463Z aten_slice_copy_tensor_52: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_54, 0, 0, 8); getitem_54 = None 2025-03-21T20:23:31.6373625Z 2025-03-21T20:23:31.6374485Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6374957Z aten_cat_default_64: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_52, aten_slice_copy_tensor_51]) 2025-03-21T20:23:31.6376784Z aten_native_layer_norm_default_33 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_64, [512], p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_bias, 1e-05); aten_cat_default_64 = p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_bias = None 2025-03-21T20:23:31.6377111Z getitem_55: "f32[39, 1, 512]" = aten_native_layer_norm_default_33[0]; aten_native_layer_norm_default_33 = None 2025-03-21T20:23:31.6377211Z 2025-03-21T20:23:31.6377916Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6378375Z aten_slice_copy_tensor_53: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_55, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6378460Z 2025-03-21T20:23:31.6379173Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6379636Z aten_slice_copy_tensor_54: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_55, 0, 0, 8); getitem_55 = None 2025-03-21T20:23:31.6379729Z 2025-03-21T20:23:31.6380471Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6380951Z aten_cat_default_65: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_54, aten_slice_copy_tensor_53]) 2025-03-21T20:23:31.6381484Z aten_view_copy_default_157: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_65, [39, 512]); aten_cat_default_65 = None 2025-03-21T20:23:31.6382580Z aten_permute_copy_default_112: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6384198Z aten_addmm_default_55: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_bias, aten_view_copy_default_157, aten_permute_copy_default_112); p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_bias = aten_view_copy_default_157 = aten_permute_copy_default_112 = None 2025-03-21T20:23:31.6384775Z aten_view_copy_default_158: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_55, [39, 1, 512]); aten_addmm_default_55 = None 2025-03-21T20:23:31.6384861Z 2025-03-21T20:23:31.6385710Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6386473Z aten_cat_default_66: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_54, aten_slice_copy_tensor_53]); aten_slice_copy_tensor_54 = aten_slice_copy_tensor_53 = None 2025-03-21T20:23:31.6387018Z aten_view_copy_default_159: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_66, [39, 512]); aten_cat_default_66 = None 2025-03-21T20:23:31.6388100Z aten_permute_copy_default_113: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6389593Z aten_addmm_default_56: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_bias, aten_view_copy_default_159, aten_permute_copy_default_113); p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_bias = aten_view_copy_default_159 = aten_permute_copy_default_113 = None 2025-03-21T20:23:31.6393331Z aten_view_copy_default_160: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_56, [39, 1, 1024]); aten_addmm_default_56 = None 2025-03-21T20:23:31.6394010Z aten_split_with_sizes_copy_default_11 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_160, [512, 512], 2); aten_view_copy_default_160 = None 2025-03-21T20:23:31.6394213Z getitem_56: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_11[0] 2025-03-21T20:23:31.6394563Z getitem_57: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_11[1]; aten_split_with_sizes_copy_default_11 = None 2025-03-21T20:23:31.6394662Z 2025-03-21T20:23:31.6395498Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6396101Z aten_view_copy_default_161: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_158, [-1, 8, 64]); aten_view_copy_default_158 = None 2025-03-21T20:23:31.6396743Z aten_permute_copy_default_114: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_161, [1, 0, 2]); aten_view_copy_default_161 = None 2025-03-21T20:23:31.6397324Z aten_clone_default_77: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_56, memory_format = torch.contiguous_format); getitem_56 = None 2025-03-21T20:23:31.6397883Z aten_view_copy_default_162: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_77, [-1, 8, 64]); aten_clone_default_77 = None 2025-03-21T20:23:31.6398504Z aten_permute_copy_default_115: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_162, [1, 0, 2]); aten_view_copy_default_162 = None 2025-03-21T20:23:31.6399066Z aten_clone_default_78: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_57, memory_format = torch.contiguous_format); getitem_57 = None 2025-03-21T20:23:31.6399629Z aten_view_copy_default_163: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_78, [-1, 8, 64]); aten_clone_default_78 = None 2025-03-21T20:23:31.6400234Z aten_permute_copy_default_116: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_163, [1, 0, 2]); aten_view_copy_default_163 = None 2025-03-21T20:23:31.6400334Z 2025-03-21T20:23:31.6401265Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6402085Z aten_mul_tensor_11: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_114, _lifted_tensor_constant13); aten_permute_copy_default_114 = _lifted_tensor_constant13 = None 2025-03-21T20:23:31.6402721Z aten_permute_copy_default_117: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_115, [0, 2, 1]); aten_permute_copy_default_115 = None 2025-03-21T20:23:31.6403399Z aten_bmm_default_22: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_11, aten_permute_copy_default_117); aten_mul_tensor_11 = aten_permute_copy_default_117 = None 2025-03-21T20:23:31.6403481Z 2025-03-21T20:23:31.6404484Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6405009Z aten_unsqueeze_copy_default_11: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6405541Z scalar_tensor_11: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6406371Z aten_where_self_11: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_11, scalar_tensor_11, aten_bmm_default_22); aten_unsqueeze_copy_default_11 = scalar_tensor_11 = aten_bmm_default_22 = None 2025-03-21T20:23:31.6406455Z 2025-03-21T20:23:31.6407407Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6407935Z aten__softmax_default_11: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_11, -1, False); aten_where_self_11 = None 2025-03-21T20:23:31.6408034Z 2025-03-21T20:23:31.6408938Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6409459Z aten_clone_default_79: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_11); aten__softmax_default_11 = None 2025-03-21T20:23:31.6409546Z 2025-03-21T20:23:31.6410244Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6410944Z aten_bmm_default_23: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_79, aten_permute_copy_default_116); aten_clone_default_79 = aten_permute_copy_default_116 = None 2025-03-21T20:23:31.6411041Z 2025-03-21T20:23:31.6411818Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6412387Z aten_permute_copy_default_118: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_23, [1, 0, 2]); aten_bmm_default_23 = None 2025-03-21T20:23:31.6413122Z aten_clone_default_80: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_118, memory_format = torch.contiguous_format); aten_permute_copy_default_118 = None 2025-03-21T20:23:31.6413720Z aten_view_copy_default_164: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_80, [39, 1, 512]); aten_clone_default_80 = None 2025-03-21T20:23:31.6413822Z 2025-03-21T20:23:31.6414493Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6415097Z aten_view_copy_default_165: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_164, [39, 512]); aten_view_copy_default_164 = None 2025-03-21T20:23:31.6416172Z aten_permute_copy_default_119: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_weight = None 2025-03-21T20:23:31.6417567Z aten_addmm_default_57: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_bias, aten_view_copy_default_165, aten_permute_copy_default_119); p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_bias = aten_view_copy_default_165 = aten_permute_copy_default_119 = None 2025-03-21T20:23:31.6418167Z aten_view_copy_default_166: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_57, [39, 1, 512]); aten_addmm_default_57 = None 2025-03-21T20:23:31.6418268Z 2025-03-21T20:23:31.6419078Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6419623Z aten_clone_default_81: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_166); aten_view_copy_default_166 = None 2025-03-21T20:23:31.6420322Z aten_cat_default_67: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_52, aten_slice_copy_tensor_51]); aten_slice_copy_tensor_52 = aten_slice_copy_tensor_51 = None 2025-03-21T20:23:31.6420943Z aten_add_tensor_22: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_81, aten_cat_default_67); aten_clone_default_81 = aten_cat_default_67 = None 2025-03-21T20:23:31.6421032Z 2025-03-21T20:23:31.6421708Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6423239Z aten_native_layer_norm_default_34 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_22, [512], p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_bias = None 2025-03-21T20:23:31.6423587Z getitem_58: "f32[39, 1, 512]" = aten_native_layer_norm_default_34[0]; aten_native_layer_norm_default_34 = None 2025-03-21T20:23:31.6424060Z aten_view_copy_default_167: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_58, [39, 512]); getitem_58 = None 2025-03-21T20:23:31.6425006Z aten_permute_copy_default_120: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_weight = None 2025-03-21T20:23:31.6426293Z aten_addmm_default_58: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_bias, aten_view_copy_default_167, aten_permute_copy_default_120); p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_bias = aten_view_copy_default_167 = aten_permute_copy_default_120 = None 2025-03-21T20:23:31.6426913Z aten_view_copy_default_168: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_58, [39, 1, 2048]); aten_addmm_default_58 = None 2025-03-21T20:23:31.6427435Z aten_gelu_default_11: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_168); aten_view_copy_default_168 = None 2025-03-21T20:23:31.6427932Z aten_clone_default_82: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_11); aten_gelu_default_11 = None 2025-03-21T20:23:31.6428537Z aten_view_copy_default_169: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_82, [39, 2048]); aten_clone_default_82 = None 2025-03-21T20:23:31.6429480Z aten_permute_copy_default_121: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_weight = None 2025-03-21T20:23:31.6430774Z aten_addmm_default_59: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_bias, aten_view_copy_default_169, aten_permute_copy_default_121); p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_bias = aten_view_copy_default_169 = aten_permute_copy_default_121 = None 2025-03-21T20:23:31.6431361Z aten_view_copy_default_170: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_59, [39, 1, 512]); aten_addmm_default_59 = None 2025-03-21T20:23:31.6431889Z aten_clone_default_83: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_170); aten_view_copy_default_170 = None 2025-03-21T20:23:31.6432507Z aten_add_tensor_23: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_83, aten_add_tensor_22); aten_clone_default_83 = aten_add_tensor_22 = None 2025-03-21T20:23:31.6432596Z 2025-03-21T20:23:31.6433283Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6435053Z aten_native_layer_norm_default_35 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_23, [512], p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_bias, 1e-05); aten_add_tensor_23 = p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_bias = None 2025-03-21T20:23:31.6435400Z getitem_59: "f32[39, 1, 512]" = aten_native_layer_norm_default_35[0]; aten_native_layer_norm_default_35 = None 2025-03-21T20:23:31.6435490Z 2025-03-21T20:23:31.6436319Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6436771Z aten_slice_copy_tensor_55: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_59, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6437242Z aten_slice_copy_tensor_56: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_59, 0, 0, 8); getitem_59 = None 2025-03-21T20:23:31.6437359Z 2025-03-21T20:23:31.6438219Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6438698Z aten_cat_default_68: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_56, aten_slice_copy_tensor_55]) 2025-03-21T20:23:31.6440468Z aten_native_layer_norm_default_36 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_68, [512], p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_bias, 1e-05); aten_cat_default_68 = p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_bias = None 2025-03-21T20:23:31.6440844Z getitem_60: "f32[39, 1, 512]" = aten_native_layer_norm_default_36[0]; aten_native_layer_norm_default_36 = None 2025-03-21T20:23:31.6441034Z 2025-03-21T20:23:31.6441750Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6442258Z aten_slice_copy_tensor_57: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_60, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6442344Z 2025-03-21T20:23:31.6443049Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6443516Z aten_slice_copy_tensor_58: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_60, 0, 0, 8); getitem_60 = None 2025-03-21T20:23:31.6443609Z 2025-03-21T20:23:31.6444363Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6444843Z aten_cat_default_69: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_58, aten_slice_copy_tensor_57]) 2025-03-21T20:23:31.6445391Z aten_view_copy_default_171: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_69, [39, 512]); aten_cat_default_69 = None 2025-03-21T20:23:31.6446451Z aten_permute_copy_default_122: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6447862Z aten_addmm_default_60: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_bias, aten_view_copy_default_171, aten_permute_copy_default_122); p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_bias = aten_view_copy_default_171 = aten_permute_copy_default_122 = None 2025-03-21T20:23:31.6448431Z aten_view_copy_default_172: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_60, [39, 1, 512]); aten_addmm_default_60 = None 2025-03-21T20:23:31.6448529Z 2025-03-21T20:23:31.6449373Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6450089Z aten_cat_default_70: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_58, aten_slice_copy_tensor_57]); aten_slice_copy_tensor_58 = aten_slice_copy_tensor_57 = None 2025-03-21T20:23:31.6450650Z aten_view_copy_default_173: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_70, [39, 512]); aten_cat_default_70 = None 2025-03-21T20:23:31.6451753Z aten_permute_copy_default_123: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6453235Z aten_addmm_default_61: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_bias, aten_view_copy_default_173, aten_permute_copy_default_123); p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_bias = aten_view_copy_default_173 = aten_permute_copy_default_123 = None 2025-03-21T20:23:31.6453825Z aten_view_copy_default_174: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_61, [39, 1, 1024]); aten_addmm_default_61 = None 2025-03-21T20:23:31.6454517Z aten_split_with_sizes_copy_default_12 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_174, [512, 512], 2); aten_view_copy_default_174 = None 2025-03-21T20:23:31.6454735Z getitem_61: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_12[0] 2025-03-21T20:23:31.6455093Z getitem_62: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_12[1]; aten_split_with_sizes_copy_default_12 = None 2025-03-21T20:23:31.6455196Z 2025-03-21T20:23:31.6456031Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6456639Z aten_view_copy_default_175: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_172, [-1, 8, 64]); aten_view_copy_default_172 = None 2025-03-21T20:23:31.6457255Z aten_permute_copy_default_124: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_175, [1, 0, 2]); aten_view_copy_default_175 = None 2025-03-21T20:23:31.6457835Z aten_clone_default_84: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_61, memory_format = torch.contiguous_format); getitem_61 = None 2025-03-21T20:23:31.6458389Z aten_view_copy_default_176: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_84, [-1, 8, 64]); aten_clone_default_84 = None 2025-03-21T20:23:31.6459010Z aten_permute_copy_default_125: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_176, [1, 0, 2]); aten_view_copy_default_176 = None 2025-03-21T20:23:31.6459576Z aten_clone_default_85: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_62, memory_format = torch.contiguous_format); getitem_62 = None 2025-03-21T20:23:31.6460144Z aten_view_copy_default_177: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_85, [-1, 8, 64]); aten_clone_default_85 = None 2025-03-21T20:23:31.6460756Z aten_permute_copy_default_126: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_177, [1, 0, 2]); aten_view_copy_default_177 = None 2025-03-21T20:23:31.6460852Z 2025-03-21T20:23:31.6461690Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6462458Z aten_mul_tensor_12: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_124, _lifted_tensor_constant14); aten_permute_copy_default_124 = _lifted_tensor_constant14 = None 2025-03-21T20:23:31.6463099Z aten_permute_copy_default_127: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_125, [0, 2, 1]); aten_permute_copy_default_125 = None 2025-03-21T20:23:31.6463971Z aten_bmm_default_24: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_12, aten_permute_copy_default_127); aten_mul_tensor_12 = aten_permute_copy_default_127 = None 2025-03-21T20:23:31.6464062Z 2025-03-21T20:23:31.6465103Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6465574Z aten_unsqueeze_copy_default_12: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6466154Z scalar_tensor_12: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6466989Z aten_where_self_12: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_12, scalar_tensor_12, aten_bmm_default_24); aten_unsqueeze_copy_default_12 = scalar_tensor_12 = aten_bmm_default_24 = None 2025-03-21T20:23:31.6467078Z 2025-03-21T20:23:31.6468028Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6468563Z aten__softmax_default_12: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_12, -1, False); aten_where_self_12 = None 2025-03-21T20:23:31.6468664Z 2025-03-21T20:23:31.6469569Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6470089Z aten_clone_default_86: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_12); aten__softmax_default_12 = None 2025-03-21T20:23:31.6470176Z 2025-03-21T20:23:31.6470872Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6471573Z aten_bmm_default_25: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_86, aten_permute_copy_default_126); aten_clone_default_86 = aten_permute_copy_default_126 = None 2025-03-21T20:23:31.6471671Z 2025-03-21T20:23:31.6472446Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6473010Z aten_permute_copy_default_128: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_25, [1, 0, 2]); aten_bmm_default_25 = None 2025-03-21T20:23:31.6473739Z aten_clone_default_87: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_128, memory_format = torch.contiguous_format); aten_permute_copy_default_128 = None 2025-03-21T20:23:31.6474341Z aten_view_copy_default_178: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_87, [39, 1, 512]); aten_clone_default_87 = None 2025-03-21T20:23:31.6474438Z 2025-03-21T20:23:31.6475112Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6475706Z aten_view_copy_default_179: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_178, [39, 512]); aten_view_copy_default_178 = None 2025-03-21T20:23:31.6476732Z aten_permute_copy_default_129: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_weight = None 2025-03-21T20:23:31.6478173Z aten_addmm_default_62: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_bias, aten_view_copy_default_179, aten_permute_copy_default_129); p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_bias = aten_view_copy_default_179 = aten_permute_copy_default_129 = None 2025-03-21T20:23:31.6478767Z aten_view_copy_default_180: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_62, [39, 1, 512]); aten_addmm_default_62 = None 2025-03-21T20:23:31.6478866Z 2025-03-21T20:23:31.6479672Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6480217Z aten_clone_default_88: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_180); aten_view_copy_default_180 = None 2025-03-21T20:23:31.6480985Z aten_cat_default_71: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_56, aten_slice_copy_tensor_55]); aten_slice_copy_tensor_56 = aten_slice_copy_tensor_55 = None 2025-03-21T20:23:31.6481618Z aten_add_tensor_24: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_88, aten_cat_default_71); aten_clone_default_88 = aten_cat_default_71 = None 2025-03-21T20:23:31.6481707Z 2025-03-21T20:23:31.6482388Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6483911Z aten_native_layer_norm_default_37 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_24, [512], p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_bias = None 2025-03-21T20:23:31.6484257Z getitem_63: "f32[39, 1, 512]" = aten_native_layer_norm_default_37[0]; aten_native_layer_norm_default_37 = None 2025-03-21T20:23:31.6484913Z aten_view_copy_default_181: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_63, [39, 512]); getitem_63 = None 2025-03-21T20:23:31.6485861Z aten_permute_copy_default_130: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_weight = None 2025-03-21T20:23:31.6487134Z aten_addmm_default_63: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_bias, aten_view_copy_default_181, aten_permute_copy_default_130); p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_bias = aten_view_copy_default_181 = aten_permute_copy_default_130 = None 2025-03-21T20:23:31.6487749Z aten_view_copy_default_182: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_63, [39, 1, 2048]); aten_addmm_default_63 = None 2025-03-21T20:23:31.6488271Z aten_gelu_default_12: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_182); aten_view_copy_default_182 = None 2025-03-21T20:23:31.6488763Z aten_clone_default_89: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_12); aten_gelu_default_12 = None 2025-03-21T20:23:31.6489378Z aten_view_copy_default_183: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_89, [39, 2048]); aten_clone_default_89 = None 2025-03-21T20:23:31.6490322Z aten_permute_copy_default_131: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_weight = None 2025-03-21T20:23:31.6491616Z aten_addmm_default_64: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_bias, aten_view_copy_default_183, aten_permute_copy_default_131); p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_bias = aten_view_copy_default_183 = aten_permute_copy_default_131 = None 2025-03-21T20:23:31.6492192Z aten_view_copy_default_184: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_64, [39, 1, 512]); aten_addmm_default_64 = None 2025-03-21T20:23:31.6492723Z aten_clone_default_90: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_184); aten_view_copy_default_184 = None 2025-03-21T20:23:31.6493335Z aten_add_tensor_25: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_90, aten_add_tensor_24); aten_clone_default_90 = aten_add_tensor_24 = None 2025-03-21T20:23:31.6493425Z 2025-03-21T20:23:31.6494115Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6495883Z aten_native_layer_norm_default_38 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_25, [512], p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_bias, 1e-05); aten_add_tensor_25 = p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_bias = None 2025-03-21T20:23:31.6496221Z getitem_64: "f32[39, 1, 512]" = aten_native_layer_norm_default_38[0]; aten_native_layer_norm_default_38 = None 2025-03-21T20:23:31.6496309Z 2025-03-21T20:23:31.6497139Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6497589Z aten_slice_copy_tensor_59: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_64, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6498053Z aten_slice_copy_tensor_60: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_64, 0, 0, 8); getitem_64 = None 2025-03-21T20:23:31.6498139Z 2025-03-21T20:23:31.6498997Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6499498Z aten_cat_default_72: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_60, aten_slice_copy_tensor_59]) 2025-03-21T20:23:31.6501276Z aten_native_layer_norm_default_39 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_72, [512], p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_bias, 1e-05); aten_cat_default_72 = p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_bias = None 2025-03-21T20:23:31.6501600Z getitem_65: "f32[39, 1, 512]" = aten_native_layer_norm_default_39[0]; aten_native_layer_norm_default_39 = None 2025-03-21T20:23:31.6501750Z 2025-03-21T20:23:31.6502455Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6502941Z aten_slice_copy_tensor_61: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_65, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6503029Z 2025-03-21T20:23:31.6503730Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6504200Z aten_slice_copy_tensor_62: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_65, 0, 0, 8); getitem_65 = None 2025-03-21T20:23:31.6504285Z 2025-03-21T20:23:31.6505042Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6505520Z aten_cat_default_73: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_62, aten_slice_copy_tensor_61]) 2025-03-21T20:23:31.6506070Z aten_view_copy_default_185: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_73, [39, 512]); aten_cat_default_73 = None 2025-03-21T20:23:31.6507115Z aten_permute_copy_default_132: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6508530Z aten_addmm_default_65: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_bias, aten_view_copy_default_185, aten_permute_copy_default_132); p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_bias = aten_view_copy_default_185 = aten_permute_copy_default_132 = None 2025-03-21T20:23:31.6509099Z aten_view_copy_default_186: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_65, [39, 1, 512]); aten_addmm_default_65 = None 2025-03-21T20:23:31.6509200Z 2025-03-21T20:23:31.6510035Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6510747Z aten_cat_default_74: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_62, aten_slice_copy_tensor_61]); aten_slice_copy_tensor_62 = aten_slice_copy_tensor_61 = None 2025-03-21T20:23:31.6511314Z aten_view_copy_default_187: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_74, [39, 512]); aten_cat_default_74 = None 2025-03-21T20:23:31.6512417Z aten_permute_copy_default_133: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6513850Z aten_addmm_default_66: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_bias, aten_view_copy_default_187, aten_permute_copy_default_133); p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_bias = aten_view_copy_default_187 = aten_permute_copy_default_133 = None 2025-03-21T20:23:31.6514482Z aten_view_copy_default_188: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_66, [39, 1, 1024]); aten_addmm_default_66 = None 2025-03-21T20:23:31.6515151Z aten_split_with_sizes_copy_default_13 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_188, [512, 512], 2); aten_view_copy_default_188 = None 2025-03-21T20:23:31.6515400Z getitem_66: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_13[0] 2025-03-21T20:23:31.6515755Z getitem_67: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_13[1]; aten_split_with_sizes_copy_default_13 = None 2025-03-21T20:23:31.6515852Z 2025-03-21T20:23:31.6516684Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6517290Z aten_view_copy_default_189: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_186, [-1, 8, 64]); aten_view_copy_default_186 = None 2025-03-21T20:23:31.6517903Z aten_permute_copy_default_134: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_189, [1, 0, 2]); aten_view_copy_default_189 = None 2025-03-21T20:23:31.6518479Z aten_clone_default_91: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_66, memory_format = torch.contiguous_format); getitem_66 = None 2025-03-21T20:23:31.6519032Z aten_view_copy_default_190: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_91, [-1, 8, 64]); aten_clone_default_91 = None 2025-03-21T20:23:31.6519656Z aten_permute_copy_default_135: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_190, [1, 0, 2]); aten_view_copy_default_190 = None 2025-03-21T20:23:31.6520218Z aten_clone_default_92: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_67, memory_format = torch.contiguous_format); getitem_67 = None 2025-03-21T20:23:31.6520786Z aten_view_copy_default_191: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_92, [-1, 8, 64]); aten_clone_default_92 = None 2025-03-21T20:23:31.6521485Z aten_permute_copy_default_136: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_191, [1, 0, 2]); aten_view_copy_default_191 = None 2025-03-21T20:23:31.6521591Z 2025-03-21T20:23:31.6522425Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6523176Z aten_mul_tensor_13: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_134, _lifted_tensor_constant15); aten_permute_copy_default_134 = _lifted_tensor_constant15 = None 2025-03-21T20:23:31.6523849Z aten_permute_copy_default_137: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_135, [0, 2, 1]); aten_permute_copy_default_135 = None 2025-03-21T20:23:31.6524529Z aten_bmm_default_26: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_13, aten_permute_copy_default_137); aten_mul_tensor_13 = aten_permute_copy_default_137 = None 2025-03-21T20:23:31.6524616Z 2025-03-21T20:23:31.6525566Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6526081Z aten_unsqueeze_copy_default_13: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6526616Z scalar_tensor_13: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6527476Z aten_where_self_13: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_13, scalar_tensor_13, aten_bmm_default_26); aten_unsqueeze_copy_default_13 = scalar_tensor_13 = aten_bmm_default_26 = None 2025-03-21T20:23:31.6527560Z 2025-03-21T20:23:31.6528505Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6529039Z aten__softmax_default_13: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_13, -1, False); aten_where_self_13 = None 2025-03-21T20:23:31.6529145Z 2025-03-21T20:23:31.6530045Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6530570Z aten_clone_default_93: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_13); aten__softmax_default_13 = None 2025-03-21T20:23:31.6530660Z 2025-03-21T20:23:31.6531358Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6532060Z aten_bmm_default_27: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_93, aten_permute_copy_default_136); aten_clone_default_93 = aten_permute_copy_default_136 = None 2025-03-21T20:23:31.6532164Z 2025-03-21T20:23:31.6532937Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6533520Z aten_permute_copy_default_138: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_27, [1, 0, 2]); aten_bmm_default_27 = None 2025-03-21T20:23:31.6534238Z aten_clone_default_94: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_138, memory_format = torch.contiguous_format); aten_permute_copy_default_138 = None 2025-03-21T20:23:31.6534820Z aten_view_copy_default_192: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_94, [39, 1, 512]); aten_clone_default_94 = None 2025-03-21T20:23:31.6534935Z 2025-03-21T20:23:31.6535608Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6536211Z aten_view_copy_default_193: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_192, [39, 512]); aten_view_copy_default_192 = None 2025-03-21T20:23:31.6537237Z aten_permute_copy_default_139: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_weight = None 2025-03-21T20:23:31.6538689Z aten_addmm_default_67: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_bias, aten_view_copy_default_193, aten_permute_copy_default_139); p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_bias = aten_view_copy_default_193 = aten_permute_copy_default_139 = None 2025-03-21T20:23:31.6539282Z aten_view_copy_default_194: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_67, [39, 1, 512]); aten_addmm_default_67 = None 2025-03-21T20:23:31.6539380Z 2025-03-21T20:23:31.6540180Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6540720Z aten_clone_default_95: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_194); aten_view_copy_default_194 = None 2025-03-21T20:23:31.6541416Z aten_cat_default_75: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_60, aten_slice_copy_tensor_59]); aten_slice_copy_tensor_60 = aten_slice_copy_tensor_59 = None 2025-03-21T20:23:31.6542035Z aten_add_tensor_26: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_95, aten_cat_default_75); aten_clone_default_95 = aten_cat_default_75 = None 2025-03-21T20:23:31.6542124Z 2025-03-21T20:23:31.6542796Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6544321Z aten_native_layer_norm_default_40 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_26, [512], p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_bias = None 2025-03-21T20:23:31.6544660Z getitem_68: "f32[39, 1, 512]" = aten_native_layer_norm_default_40[0]; aten_native_layer_norm_default_40 = None 2025-03-21T20:23:31.6545133Z aten_view_copy_default_195: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_68, [39, 512]); getitem_68 = None 2025-03-21T20:23:31.6546077Z aten_permute_copy_default_140: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_weight = None 2025-03-21T20:23:31.6547358Z aten_addmm_default_68: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_bias, aten_view_copy_default_195, aten_permute_copy_default_140); p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_bias = aten_view_copy_default_195 = aten_permute_copy_default_140 = None 2025-03-21T20:23:31.6547964Z aten_view_copy_default_196: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_68, [39, 1, 2048]); aten_addmm_default_68 = None 2025-03-21T20:23:31.6548488Z aten_gelu_default_13: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_196); aten_view_copy_default_196 = None 2025-03-21T20:23:31.6548979Z aten_clone_default_96: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_13); aten_gelu_default_13 = None 2025-03-21T20:23:31.6549539Z aten_view_copy_default_197: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_96, [39, 2048]); aten_clone_default_96 = None 2025-03-21T20:23:31.6550524Z aten_permute_copy_default_141: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_weight = None 2025-03-21T20:23:31.6551801Z aten_addmm_default_69: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_bias, aten_view_copy_default_197, aten_permute_copy_default_141); p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_bias = aten_view_copy_default_197 = aten_permute_copy_default_141 = None 2025-03-21T20:23:31.6552413Z aten_view_copy_default_198: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_69, [39, 1, 512]); aten_addmm_default_69 = None 2025-03-21T20:23:31.6552938Z aten_clone_default_97: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_198); aten_view_copy_default_198 = None 2025-03-21T20:23:31.6553554Z aten_add_tensor_27: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_97, aten_add_tensor_26); aten_clone_default_97 = aten_add_tensor_26 = None 2025-03-21T20:23:31.6553644Z 2025-03-21T20:23:31.6554334Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6556109Z aten_native_layer_norm_default_41 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_27, [512], p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_bias, 1e-05); aten_add_tensor_27 = p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_bias = None 2025-03-21T20:23:31.6556454Z getitem_69: "f32[39, 1, 512]" = aten_native_layer_norm_default_41[0]; aten_native_layer_norm_default_41 = None 2025-03-21T20:23:31.6556545Z 2025-03-21T20:23:31.6557374Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6557829Z aten_slice_copy_tensor_63: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_69, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6558303Z aten_slice_copy_tensor_64: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_69, 0, 0, 8); getitem_69 = None 2025-03-21T20:23:31.6558386Z 2025-03-21T20:23:31.6559250Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6559754Z aten_cat_default_76: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_64, aten_slice_copy_tensor_63]) 2025-03-21T20:23:31.6561620Z aten_native_layer_norm_default_42 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_76, [512], p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_bias, 1e-05); aten_cat_default_76 = p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_bias = None 2025-03-21T20:23:31.6561953Z getitem_70: "f32[39, 1, 512]" = aten_native_layer_norm_default_42[0]; aten_native_layer_norm_default_42 = None 2025-03-21T20:23:31.6562053Z 2025-03-21T20:23:31.6562819Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6563285Z aten_slice_copy_tensor_65: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_70, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6563578Z 2025-03-21T20:23:31.6564277Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6564747Z aten_slice_copy_tensor_66: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_70, 0, 0, 8); getitem_70 = None 2025-03-21T20:23:31.6564833Z 2025-03-21T20:23:31.6565592Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6566072Z aten_cat_default_77: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_66, aten_slice_copy_tensor_65]) 2025-03-21T20:23:31.6566621Z aten_view_copy_default_199: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_77, [39, 512]); aten_cat_default_77 = None 2025-03-21T20:23:31.6567677Z aten_permute_copy_default_142: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6569096Z aten_addmm_default_70: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_bias, aten_view_copy_default_199, aten_permute_copy_default_142); p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_bias = aten_view_copy_default_199 = aten_permute_copy_default_142 = None 2025-03-21T20:23:31.6569660Z aten_view_copy_default_200: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_70, [39, 1, 512]); aten_addmm_default_70 = None 2025-03-21T20:23:31.6569762Z 2025-03-21T20:23:31.6570603Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6571313Z aten_cat_default_78: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_66, aten_slice_copy_tensor_65]); aten_slice_copy_tensor_66 = aten_slice_copy_tensor_65 = None 2025-03-21T20:23:31.6571854Z aten_view_copy_default_201: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_78, [39, 512]); aten_cat_default_78 = None 2025-03-21T20:23:31.6573004Z aten_permute_copy_default_143: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6574439Z aten_addmm_default_71: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_bias, aten_view_copy_default_201, aten_permute_copy_default_143); p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_bias = aten_view_copy_default_201 = aten_permute_copy_default_143 = None 2025-03-21T20:23:31.6575088Z aten_view_copy_default_202: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_71, [39, 1, 1024]); aten_addmm_default_71 = None 2025-03-21T20:23:31.6575753Z aten_split_with_sizes_copy_default_14 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_202, [512, 512], 2); aten_view_copy_default_202 = None 2025-03-21T20:23:31.6576010Z getitem_71: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_14[0] 2025-03-21T20:23:31.6576364Z getitem_72: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_14[1]; aten_split_with_sizes_copy_default_14 = None 2025-03-21T20:23:31.6576465Z 2025-03-21T20:23:31.6577292Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6577899Z aten_view_copy_default_203: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_200, [-1, 8, 64]); aten_view_copy_default_200 = None 2025-03-21T20:23:31.6578510Z aten_permute_copy_default_144: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_203, [1, 0, 2]); aten_view_copy_default_203 = None 2025-03-21T20:23:31.6579094Z aten_clone_default_98: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_71, memory_format = torch.contiguous_format); getitem_71 = None 2025-03-21T20:23:31.6579649Z aten_view_copy_default_204: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_98, [-1, 8, 64]); aten_clone_default_98 = None 2025-03-21T20:23:31.6580273Z aten_permute_copy_default_145: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_204, [1, 0, 2]); aten_view_copy_default_204 = None 2025-03-21T20:23:31.6580841Z aten_clone_default_99: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_72, memory_format = torch.contiguous_format); getitem_72 = None 2025-03-21T20:23:31.6581405Z aten_view_copy_default_205: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_99, [-1, 8, 64]); aten_clone_default_99 = None 2025-03-21T20:23:31.6582016Z aten_permute_copy_default_146: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_205, [1, 0, 2]); aten_view_copy_default_205 = None 2025-03-21T20:23:31.6582114Z 2025-03-21T20:23:31.6582945Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6583689Z aten_mul_tensor_14: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_144, _lifted_tensor_constant16); aten_permute_copy_default_144 = _lifted_tensor_constant16 = None 2025-03-21T20:23:31.6584365Z aten_permute_copy_default_147: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_145, [0, 2, 1]); aten_permute_copy_default_145 = None 2025-03-21T20:23:31.6585042Z aten_bmm_default_28: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_14, aten_permute_copy_default_147); aten_mul_tensor_14 = aten_permute_copy_default_147 = None 2025-03-21T20:23:31.6585128Z 2025-03-21T20:23:31.6586071Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6586584Z aten_unsqueeze_copy_default_14: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6587119Z scalar_tensor_14: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6587978Z aten_where_self_14: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_14, scalar_tensor_14, aten_bmm_default_28); aten_unsqueeze_copy_default_14 = scalar_tensor_14 = aten_bmm_default_28 = None 2025-03-21T20:23:31.6588065Z 2025-03-21T20:23:31.6589004Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6589538Z aten__softmax_default_14: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_14, -1, False); aten_where_self_14 = None 2025-03-21T20:23:31.6589638Z 2025-03-21T20:23:31.6590540Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6591064Z aten_clone_default_100: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_14); aten__softmax_default_14 = None 2025-03-21T20:23:31.6591152Z 2025-03-21T20:23:31.6591843Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6592549Z aten_bmm_default_29: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_100, aten_permute_copy_default_146); aten_clone_default_100 = aten_permute_copy_default_146 = None 2025-03-21T20:23:31.6592649Z 2025-03-21T20:23:31.6593421Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6594001Z aten_permute_copy_default_148: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_29, [1, 0, 2]); aten_bmm_default_29 = None 2025-03-21T20:23:31.6594720Z aten_clone_default_101: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_148, memory_format = torch.contiguous_format); aten_permute_copy_default_148 = None 2025-03-21T20:23:31.6595289Z aten_view_copy_default_206: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_101, [39, 1, 512]); aten_clone_default_101 = None 2025-03-21T20:23:31.6595385Z 2025-03-21T20:23:31.6596084Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6596677Z aten_view_copy_default_207: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_206, [39, 512]); aten_view_copy_default_206 = None 2025-03-21T20:23:31.6597704Z aten_permute_copy_default_149: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_weight = None 2025-03-21T20:23:31.6599142Z aten_addmm_default_72: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_bias, aten_view_copy_default_207, aten_permute_copy_default_149); p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_bias = aten_view_copy_default_207 = aten_permute_copy_default_149 = None 2025-03-21T20:23:31.6599712Z aten_view_copy_default_208: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_72, [39, 1, 512]); aten_addmm_default_72 = None 2025-03-21T20:23:31.6599849Z 2025-03-21T20:23:31.6600648Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6601268Z aten_clone_default_102: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_208); aten_view_copy_default_208 = None 2025-03-21T20:23:31.6601973Z aten_cat_default_79: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_64, aten_slice_copy_tensor_63]); aten_slice_copy_tensor_64 = aten_slice_copy_tensor_63 = None 2025-03-21T20:23:31.6602601Z aten_add_tensor_28: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_102, aten_cat_default_79); aten_clone_default_102 = aten_cat_default_79 = None 2025-03-21T20:23:31.6602690Z 2025-03-21T20:23:31.6603366Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6604892Z aten_native_layer_norm_default_43 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_28, [512], p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_bias = None 2025-03-21T20:23:31.6605239Z getitem_73: "f32[39, 1, 512]" = aten_native_layer_norm_default_43[0]; aten_native_layer_norm_default_43 = None 2025-03-21T20:23:31.6605707Z aten_view_copy_default_209: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_73, [39, 512]); getitem_73 = None 2025-03-21T20:23:31.6606654Z aten_permute_copy_default_150: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_weight = None 2025-03-21T20:23:31.6607924Z aten_addmm_default_73: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_bias, aten_view_copy_default_209, aten_permute_copy_default_150); p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_bias = aten_view_copy_default_209 = aten_permute_copy_default_150 = None 2025-03-21T20:23:31.6608548Z aten_view_copy_default_210: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_73, [39, 1, 2048]); aten_addmm_default_73 = None 2025-03-21T20:23:31.6609071Z aten_gelu_default_14: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_210); aten_view_copy_default_210 = None 2025-03-21T20:23:31.6609574Z aten_clone_default_103: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_14); aten_gelu_default_14 = None 2025-03-21T20:23:31.6610143Z aten_view_copy_default_211: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_103, [39, 2048]); aten_clone_default_103 = None 2025-03-21T20:23:31.6611133Z aten_permute_copy_default_151: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_weight = None 2025-03-21T20:23:31.6612408Z aten_addmm_default_74: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_bias, aten_view_copy_default_211, aten_permute_copy_default_151); p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_bias = aten_view_copy_default_211 = aten_permute_copy_default_151 = None 2025-03-21T20:23:31.6613015Z aten_view_copy_default_212: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_74, [39, 1, 512]); aten_addmm_default_74 = None 2025-03-21T20:23:31.6613546Z aten_clone_default_104: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_212); aten_view_copy_default_212 = None 2025-03-21T20:23:31.6614173Z aten_add_tensor_29: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_104, aten_add_tensor_28); aten_clone_default_104 = aten_add_tensor_28 = None 2025-03-21T20:23:31.6614262Z 2025-03-21T20:23:31.6614952Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6616732Z aten_native_layer_norm_default_44 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_29, [512], p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_bias, 1e-05); aten_add_tensor_29 = p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_bias = None 2025-03-21T20:23:31.6617073Z getitem_74: "f32[39, 1, 512]" = aten_native_layer_norm_default_44[0]; aten_native_layer_norm_default_44 = None 2025-03-21T20:23:31.6617166Z 2025-03-21T20:23:31.6617997Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6618450Z aten_slice_copy_tensor_67: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_74, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6618920Z aten_slice_copy_tensor_68: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_74, 0, 0, 8); getitem_74 = None 2025-03-21T20:23:31.6619006Z 2025-03-21T20:23:31.6619859Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6620342Z aten_cat_default_80: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_68, aten_slice_copy_tensor_67]) 2025-03-21T20:23:31.6622137Z aten_native_layer_norm_default_45 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_80, [512], p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_bias, 1e-05); aten_cat_default_80 = p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_bias = None 2025-03-21T20:23:31.6622469Z getitem_75: "f32[39, 1, 512]" = aten_native_layer_norm_default_45[0]; aten_native_layer_norm_default_45 = None 2025-03-21T20:23:31.6622565Z 2025-03-21T20:23:31.6623320Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6623786Z aten_slice_copy_tensor_69: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_75, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6623910Z 2025-03-21T20:23:31.6624613Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6625090Z aten_slice_copy_tensor_70: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_75, 0, 0, 8); getitem_75 = None 2025-03-21T20:23:31.6625176Z 2025-03-21T20:23:31.6625931Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6626410Z aten_cat_default_81: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_70, aten_slice_copy_tensor_69]) 2025-03-21T20:23:31.6626965Z aten_view_copy_default_213: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_81, [39, 512]); aten_cat_default_81 = None 2025-03-21T20:23:31.6628021Z aten_permute_copy_default_152: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6629437Z aten_addmm_default_75: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_bias, aten_view_copy_default_213, aten_permute_copy_default_152); p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_bias = aten_view_copy_default_213 = aten_permute_copy_default_152 = None 2025-03-21T20:23:31.6630004Z aten_view_copy_default_214: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_75, [39, 1, 512]); aten_addmm_default_75 = None 2025-03-21T20:23:31.6630109Z 2025-03-21T20:23:31.6630949Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6631662Z aten_cat_default_82: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_70, aten_slice_copy_tensor_69]); aten_slice_copy_tensor_70 = aten_slice_copy_tensor_69 = None 2025-03-21T20:23:31.6632201Z aten_view_copy_default_215: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_82, [39, 512]); aten_cat_default_82 = None 2025-03-21T20:23:31.6633330Z aten_permute_copy_default_153: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6634771Z aten_addmm_default_76: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_bias, aten_view_copy_default_215, aten_permute_copy_default_153); p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_bias = aten_view_copy_default_215 = aten_permute_copy_default_153 = None 2025-03-21T20:23:31.6635362Z aten_view_copy_default_216: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_76, [39, 1, 1024]); aten_addmm_default_76 = None 2025-03-21T20:23:31.6636078Z aten_split_with_sizes_copy_default_15 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_216, [512, 512], 2); aten_view_copy_default_216 = None 2025-03-21T20:23:31.6636303Z getitem_76: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_15[0] 2025-03-21T20:23:31.6636688Z getitem_77: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_15[1]; aten_split_with_sizes_copy_default_15 = None 2025-03-21T20:23:31.6636795Z 2025-03-21T20:23:31.6637635Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6638244Z aten_view_copy_default_217: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_214, [-1, 8, 64]); aten_view_copy_default_214 = None 2025-03-21T20:23:31.6638866Z aten_permute_copy_default_154: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_217, [1, 0, 2]); aten_view_copy_default_217 = None 2025-03-21T20:23:31.6639457Z aten_clone_default_105: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_76, memory_format = torch.contiguous_format); getitem_76 = None 2025-03-21T20:23:31.6640025Z aten_view_copy_default_218: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_105, [-1, 8, 64]); aten_clone_default_105 = None 2025-03-21T20:23:31.6640653Z aten_permute_copy_default_155: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_218, [1, 0, 2]); aten_view_copy_default_218 = None 2025-03-21T20:23:31.6641307Z aten_clone_default_106: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_77, memory_format = torch.contiguous_format); getitem_77 = None 2025-03-21T20:23:31.6641887Z aten_view_copy_default_219: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_106, [-1, 8, 64]); aten_clone_default_106 = None 2025-03-21T20:23:31.6642502Z aten_permute_copy_default_156: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_219, [1, 0, 2]); aten_view_copy_default_219 = None 2025-03-21T20:23:31.6642607Z 2025-03-21T20:23:31.6643436Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6644180Z aten_mul_tensor_15: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_154, _lifted_tensor_constant17); aten_permute_copy_default_154 = _lifted_tensor_constant17 = None 2025-03-21T20:23:31.6644854Z aten_permute_copy_default_157: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_155, [0, 2, 1]); aten_permute_copy_default_155 = None 2025-03-21T20:23:31.6645528Z aten_bmm_default_30: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_15, aten_permute_copy_default_157); aten_mul_tensor_15 = aten_permute_copy_default_157 = None 2025-03-21T20:23:31.6645617Z 2025-03-21T20:23:31.6646569Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6647031Z aten_unsqueeze_copy_default_15: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6647609Z scalar_tensor_15: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6648444Z aten_where_self_15: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_15, scalar_tensor_15, aten_bmm_default_30); aten_unsqueeze_copy_default_15 = scalar_tensor_15 = aten_bmm_default_30 = None 2025-03-21T20:23:31.6648557Z 2025-03-21T20:23:31.6649502Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6650032Z aten__softmax_default_15: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_15, -1, False); aten_where_self_15 = None 2025-03-21T20:23:31.6650129Z 2025-03-21T20:23:31.6651035Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6651564Z aten_clone_default_107: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_15); aten__softmax_default_15 = None 2025-03-21T20:23:31.6651652Z 2025-03-21T20:23:31.6652342Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6653047Z aten_bmm_default_31: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_107, aten_permute_copy_default_156); aten_clone_default_107 = aten_permute_copy_default_156 = None 2025-03-21T20:23:31.6653144Z 2025-03-21T20:23:31.6653921Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6654501Z aten_permute_copy_default_158: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_31, [1, 0, 2]); aten_bmm_default_31 = None 2025-03-21T20:23:31.6655225Z aten_clone_default_108: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_158, memory_format = torch.contiguous_format); aten_permute_copy_default_158 = None 2025-03-21T20:23:31.6655806Z aten_view_copy_default_220: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_108, [39, 1, 512]); aten_clone_default_108 = None 2025-03-21T20:23:31.6655893Z 2025-03-21T20:23:31.6656569Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6657199Z aten_view_copy_default_221: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_220, [39, 512]); aten_view_copy_default_220 = None 2025-03-21T20:23:31.6658226Z aten_permute_copy_default_159: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_weight = None 2025-03-21T20:23:31.6659675Z aten_addmm_default_77: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_bias, aten_view_copy_default_221, aten_permute_copy_default_159); p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_bias = aten_view_copy_default_221 = aten_permute_copy_default_159 = None 2025-03-21T20:23:31.6660256Z aten_view_copy_default_222: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_77, [39, 1, 512]); aten_addmm_default_77 = None 2025-03-21T20:23:31.6660371Z 2025-03-21T20:23:31.6661176Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6661726Z aten_clone_default_109: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_222); aten_view_copy_default_222 = None 2025-03-21T20:23:31.6662428Z aten_cat_default_83: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_68, aten_slice_copy_tensor_67]); aten_slice_copy_tensor_68 = aten_slice_copy_tensor_67 = None 2025-03-21T20:23:31.6663058Z aten_add_tensor_30: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_109, aten_cat_default_83); aten_clone_default_109 = aten_cat_default_83 = None 2025-03-21T20:23:31.6663146Z 2025-03-21T20:23:31.6663975Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6665509Z aten_native_layer_norm_default_46 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_30, [512], p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_bias = None 2025-03-21T20:23:31.6665858Z getitem_78: "f32[39, 1, 512]" = aten_native_layer_norm_default_46[0]; aten_native_layer_norm_default_46 = None 2025-03-21T20:23:31.6666331Z aten_view_copy_default_223: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_78, [39, 512]); getitem_78 = None 2025-03-21T20:23:31.6667281Z aten_permute_copy_default_160: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_weight = None 2025-03-21T20:23:31.6668565Z aten_addmm_default_78: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_bias, aten_view_copy_default_223, aten_permute_copy_default_160); p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_bias = aten_view_copy_default_223 = aten_permute_copy_default_160 = None 2025-03-21T20:23:31.6669158Z aten_view_copy_default_224: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_78, [39, 1, 2048]); aten_addmm_default_78 = None 2025-03-21T20:23:31.6669735Z aten_gelu_default_15: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_224); aten_view_copy_default_224 = None 2025-03-21T20:23:31.6670236Z aten_clone_default_110: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_15); aten_gelu_default_15 = None 2025-03-21T20:23:31.6670803Z aten_view_copy_default_225: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_110, [39, 2048]); aten_clone_default_110 = None 2025-03-21T20:23:31.6671745Z aten_permute_copy_default_161: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_weight = None 2025-03-21T20:23:31.6673084Z aten_addmm_default_79: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_bias, aten_view_copy_default_225, aten_permute_copy_default_161); p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_bias = aten_view_copy_default_225 = aten_permute_copy_default_161 = None 2025-03-21T20:23:31.6673704Z aten_view_copy_default_226: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_79, [39, 1, 512]); aten_addmm_default_79 = None 2025-03-21T20:23:31.6674235Z aten_clone_default_111: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_226); aten_view_copy_default_226 = None 2025-03-21T20:23:31.6674851Z aten_add_tensor_31: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_111, aten_add_tensor_30); aten_clone_default_111 = aten_add_tensor_30 = None 2025-03-21T20:23:31.6674946Z 2025-03-21T20:23:31.6675644Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6677421Z aten_native_layer_norm_default_47 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_31, [512], p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_bias, 1e-05); aten_add_tensor_31 = p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_bias = None 2025-03-21T20:23:31.6677767Z getitem_79: "f32[39, 1, 512]" = aten_native_layer_norm_default_47[0]; aten_native_layer_norm_default_47 = None 2025-03-21T20:23:31.6677860Z 2025-03-21T20:23:31.6678697Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6679148Z aten_slice_copy_tensor_71: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_79, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6679621Z aten_slice_copy_tensor_72: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_79, 0, 0, 8); getitem_79 = None 2025-03-21T20:23:31.6679711Z 2025-03-21T20:23:31.6680566Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6681121Z aten_cat_default_84: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_72, aten_slice_copy_tensor_71]) 2025-03-21T20:23:31.6682931Z aten_native_layer_norm_default_48 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_84, [512], p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_bias, 1e-05); aten_cat_default_84 = p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_bias = None 2025-03-21T20:23:31.6683263Z getitem_80: "f32[39, 1, 512]" = aten_native_layer_norm_default_48[0]; aten_native_layer_norm_default_48 = None 2025-03-21T20:23:31.6683368Z 2025-03-21T20:23:31.6684079Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6684592Z aten_slice_copy_tensor_73: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_80, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6684683Z 2025-03-21T20:23:31.6685387Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6685891Z aten_slice_copy_tensor_74: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_80, 0, 0, 8); getitem_80 = None 2025-03-21T20:23:31.6685978Z 2025-03-21T20:23:31.6686731Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6687206Z aten_cat_default_85: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_74, aten_slice_copy_tensor_73]) 2025-03-21T20:23:31.6687760Z aten_view_copy_default_227: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_85, [39, 512]); aten_cat_default_85 = None 2025-03-21T20:23:31.6688814Z aten_permute_copy_default_162: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6690229Z aten_addmm_default_80: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_bias, aten_view_copy_default_227, aten_permute_copy_default_162); p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_bias = aten_view_copy_default_227 = aten_permute_copy_default_162 = None 2025-03-21T20:23:31.6690794Z aten_view_copy_default_228: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_80, [39, 1, 512]); aten_addmm_default_80 = None 2025-03-21T20:23:31.6690895Z 2025-03-21T20:23:31.6691733Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6692447Z aten_cat_default_86: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_74, aten_slice_copy_tensor_73]); aten_slice_copy_tensor_74 = aten_slice_copy_tensor_73 = None 2025-03-21T20:23:31.6692984Z aten_view_copy_default_229: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_86, [39, 512]); aten_cat_default_86 = None 2025-03-21T20:23:31.6694085Z aten_permute_copy_default_163: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6695541Z aten_addmm_default_81: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_bias, aten_view_copy_default_229, aten_permute_copy_default_163); p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_bias = aten_view_copy_default_229 = aten_permute_copy_default_163 = None 2025-03-21T20:23:31.6696127Z aten_view_copy_default_230: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_81, [39, 1, 1024]); aten_addmm_default_81 = None 2025-03-21T20:23:31.6696831Z aten_split_with_sizes_copy_default_16 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_230, [512, 512], 2); aten_view_copy_default_230 = None 2025-03-21T20:23:31.6697048Z getitem_81: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_16[0] 2025-03-21T20:23:31.6697404Z getitem_82: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_16[1]; aten_split_with_sizes_copy_default_16 = None 2025-03-21T20:23:31.6697535Z 2025-03-21T20:23:31.6698360Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6698963Z aten_view_copy_default_231: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_228, [-1, 8, 64]); aten_view_copy_default_228 = None 2025-03-21T20:23:31.6699580Z aten_permute_copy_default_164: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_231, [1, 0, 2]); aten_view_copy_default_231 = None 2025-03-21T20:23:31.6700167Z aten_clone_default_112: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_81, memory_format = torch.contiguous_format); getitem_81 = None 2025-03-21T20:23:31.6700729Z aten_view_copy_default_232: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_112, [-1, 8, 64]); aten_clone_default_112 = None 2025-03-21T20:23:31.6701354Z aten_permute_copy_default_165: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_232, [1, 0, 2]); aten_view_copy_default_232 = None 2025-03-21T20:23:31.6701923Z aten_clone_default_113: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_82, memory_format = torch.contiguous_format); getitem_82 = None 2025-03-21T20:23:31.6702498Z aten_view_copy_default_233: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_113, [-1, 8, 64]); aten_clone_default_113 = None 2025-03-21T20:23:31.6703111Z aten_permute_copy_default_166: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_233, [1, 0, 2]); aten_view_copy_default_233 = None 2025-03-21T20:23:31.6703214Z 2025-03-21T20:23:31.6704046Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6704789Z aten_mul_tensor_16: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_164, _lifted_tensor_constant18); aten_permute_copy_default_164 = _lifted_tensor_constant18 = None 2025-03-21T20:23:31.6705427Z aten_permute_copy_default_167: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_165, [0, 2, 1]); aten_permute_copy_default_165 = None 2025-03-21T20:23:31.6706135Z aten_bmm_default_32: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_16, aten_permute_copy_default_167); aten_mul_tensor_16 = aten_permute_copy_default_167 = None 2025-03-21T20:23:31.6706226Z 2025-03-21T20:23:31.6707171Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6707635Z aten_unsqueeze_copy_default_16: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6708215Z scalar_tensor_16: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6709051Z aten_where_self_16: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_16, scalar_tensor_16, aten_bmm_default_32); aten_unsqueeze_copy_default_16 = scalar_tensor_16 = aten_bmm_default_32 = None 2025-03-21T20:23:31.6709164Z 2025-03-21T20:23:31.6710111Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6710637Z aten__softmax_default_16: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_16, -1, False); aten_where_self_16 = None 2025-03-21T20:23:31.6710735Z 2025-03-21T20:23:31.6711640Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6712166Z aten_clone_default_114: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_16); aten__softmax_default_16 = None 2025-03-21T20:23:31.6712254Z 2025-03-21T20:23:31.6712947Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6713649Z aten_bmm_default_33: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_114, aten_permute_copy_default_166); aten_clone_default_114 = aten_permute_copy_default_166 = None 2025-03-21T20:23:31.6713748Z 2025-03-21T20:23:31.6714522Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6715102Z aten_permute_copy_default_168: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_33, [1, 0, 2]); aten_bmm_default_33 = None 2025-03-21T20:23:31.6715822Z aten_clone_default_115: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_168, memory_format = torch.contiguous_format); aten_permute_copy_default_168 = None 2025-03-21T20:23:31.6716404Z aten_view_copy_default_234: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_115, [39, 1, 512]); aten_clone_default_115 = None 2025-03-21T20:23:31.6716493Z 2025-03-21T20:23:31.6717163Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6717790Z aten_view_copy_default_235: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_234, [39, 512]); aten_view_copy_default_234 = None 2025-03-21T20:23:31.6718822Z aten_permute_copy_default_169: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_weight = None 2025-03-21T20:23:31.6720217Z aten_addmm_default_82: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_bias, aten_view_copy_default_235, aten_permute_copy_default_169); p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_bias = aten_view_copy_default_235 = aten_permute_copy_default_169 = None 2025-03-21T20:23:31.6720853Z aten_view_copy_default_236: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_82, [39, 1, 512]); aten_addmm_default_82 = None 2025-03-21T20:23:31.6721020Z 2025-03-21T20:23:31.6721831Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6722412Z aten_clone_default_116: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_236); aten_view_copy_default_236 = None 2025-03-21T20:23:31.6723111Z aten_cat_default_87: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_72, aten_slice_copy_tensor_71]); aten_slice_copy_tensor_72 = aten_slice_copy_tensor_71 = None 2025-03-21T20:23:31.6723744Z aten_add_tensor_32: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_116, aten_cat_default_87); aten_clone_default_116 = aten_cat_default_87 = None 2025-03-21T20:23:31.6723834Z 2025-03-21T20:23:31.6724516Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6726043Z aten_native_layer_norm_default_49 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_32, [512], p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_bias = None 2025-03-21T20:23:31.6726387Z getitem_83: "f32[39, 1, 512]" = aten_native_layer_norm_default_49[0]; aten_native_layer_norm_default_49 = None 2025-03-21T20:23:31.6726859Z aten_view_copy_default_237: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_83, [39, 512]); getitem_83 = None 2025-03-21T20:23:31.6727808Z aten_permute_copy_default_170: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_weight = None 2025-03-21T20:23:31.6729092Z aten_addmm_default_83: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_bias, aten_view_copy_default_237, aten_permute_copy_default_170); p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_bias = aten_view_copy_default_237 = aten_permute_copy_default_170 = None 2025-03-21T20:23:31.6729674Z aten_view_copy_default_238: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_83, [39, 1, 2048]); aten_addmm_default_83 = None 2025-03-21T20:23:31.6730227Z aten_gelu_default_16: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_238); aten_view_copy_default_238 = None 2025-03-21T20:23:31.6730727Z aten_clone_default_117: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_16); aten_gelu_default_16 = None 2025-03-21T20:23:31.6731298Z aten_view_copy_default_239: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_117, [39, 2048]); aten_clone_default_117 = None 2025-03-21T20:23:31.6732247Z aten_permute_copy_default_171: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_weight = None 2025-03-21T20:23:31.6733568Z aten_addmm_default_84: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_bias, aten_view_copy_default_239, aten_permute_copy_default_171); p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_bias = aten_view_copy_default_239 = aten_permute_copy_default_171 = None 2025-03-21T20:23:31.6734167Z aten_view_copy_default_240: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_84, [39, 1, 512]); aten_addmm_default_84 = None 2025-03-21T20:23:31.6734699Z aten_clone_default_118: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_240); aten_view_copy_default_240 = None 2025-03-21T20:23:31.6735323Z aten_add_tensor_33: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_118, aten_add_tensor_32); aten_clone_default_118 = aten_add_tensor_32 = None 2025-03-21T20:23:31.6735416Z 2025-03-21T20:23:31.6736115Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6737884Z aten_native_layer_norm_default_50 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_33, [512], p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_bias, 1e-05); aten_add_tensor_33 = p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_bias = None 2025-03-21T20:23:31.6738233Z getitem_84: "f32[39, 1, 512]" = aten_native_layer_norm_default_50[0]; aten_native_layer_norm_default_50 = None 2025-03-21T20:23:31.6738327Z 2025-03-21T20:23:31.6739165Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6739622Z aten_slice_copy_tensor_75: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_84, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6740096Z aten_slice_copy_tensor_76: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_84, 0, 0, 8); getitem_84 = None 2025-03-21T20:23:31.6740188Z 2025-03-21T20:23:31.6741053Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6741534Z aten_cat_default_88: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_76, aten_slice_copy_tensor_75]) 2025-03-21T20:23:31.6743309Z aten_native_layer_norm_default_51 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_88, [512], p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_bias, 1e-05); aten_cat_default_88 = p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_bias = None 2025-03-21T20:23:31.6743674Z getitem_85: "f32[39, 1, 512]" = aten_native_layer_norm_default_51[0]; aten_native_layer_norm_default_51 = None 2025-03-21T20:23:31.6743779Z 2025-03-21T20:23:31.6744489Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6744953Z aten_slice_copy_tensor_77: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_85, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6745093Z 2025-03-21T20:23:31.6745800Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6746297Z aten_slice_copy_tensor_78: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_85, 0, 0, 8); getitem_85 = None 2025-03-21T20:23:31.6746386Z 2025-03-21T20:23:31.6747143Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6747621Z aten_cat_default_89: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_78, aten_slice_copy_tensor_77]) 2025-03-21T20:23:31.6748180Z aten_view_copy_default_241: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_89, [39, 512]); aten_cat_default_89 = None 2025-03-21T20:23:31.6749239Z aten_permute_copy_default_172: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6750655Z aten_addmm_default_85: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_bias, aten_view_copy_default_241, aten_permute_copy_default_172); p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_bias = aten_view_copy_default_241 = aten_permute_copy_default_172 = None 2025-03-21T20:23:31.6751226Z aten_view_copy_default_242: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_85, [39, 1, 512]); aten_addmm_default_85 = None 2025-03-21T20:23:31.6751333Z 2025-03-21T20:23:31.6752181Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6752893Z aten_cat_default_90: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_78, aten_slice_copy_tensor_77]); aten_slice_copy_tensor_78 = aten_slice_copy_tensor_77 = None 2025-03-21T20:23:31.6753429Z aten_view_copy_default_243: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_90, [39, 512]); aten_cat_default_90 = None 2025-03-21T20:23:31.6754526Z aten_permute_copy_default_173: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6755977Z aten_addmm_default_86: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_bias, aten_view_copy_default_243, aten_permute_copy_default_173); p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_bias = aten_view_copy_default_243 = aten_permute_copy_default_173 = None 2025-03-21T20:23:31.6756567Z aten_view_copy_default_244: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_86, [39, 1, 1024]); aten_addmm_default_86 = None 2025-03-21T20:23:31.6757231Z aten_split_with_sizes_copy_default_17 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_244, [512, 512], 2); aten_view_copy_default_244 = None 2025-03-21T20:23:31.6757493Z getitem_86: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_17[0] 2025-03-21T20:23:31.6757850Z getitem_87: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_17[1]; aten_split_with_sizes_copy_default_17 = None 2025-03-21T20:23:31.6757972Z 2025-03-21T20:23:31.6758801Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6759399Z aten_view_copy_default_245: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_242, [-1, 8, 64]); aten_view_copy_default_242 = None 2025-03-21T20:23:31.6760008Z aten_permute_copy_default_174: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_245, [1, 0, 2]); aten_view_copy_default_245 = None 2025-03-21T20:23:31.6760597Z aten_clone_default_119: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_86, memory_format = torch.contiguous_format); getitem_86 = None 2025-03-21T20:23:31.6761217Z aten_view_copy_default_246: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_119, [-1, 8, 64]); aten_clone_default_119 = None 2025-03-21T20:23:31.6761848Z aten_permute_copy_default_175: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_246, [1, 0, 2]); aten_view_copy_default_246 = None 2025-03-21T20:23:31.6762416Z aten_clone_default_120: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_87, memory_format = torch.contiguous_format); getitem_87 = None 2025-03-21T20:23:31.6762992Z aten_view_copy_default_247: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_120, [-1, 8, 64]); aten_clone_default_120 = None 2025-03-21T20:23:31.6763808Z aten_permute_copy_default_176: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_247, [1, 0, 2]); aten_view_copy_default_247 = None 2025-03-21T20:23:31.6763963Z 2025-03-21T20:23:31.6764819Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6765562Z aten_mul_tensor_17: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_174, _lifted_tensor_constant19); aten_permute_copy_default_174 = _lifted_tensor_constant19 = None 2025-03-21T20:23:31.6766204Z aten_permute_copy_default_177: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_175, [0, 2, 1]); aten_permute_copy_default_175 = None 2025-03-21T20:23:31.6766960Z aten_bmm_default_34: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_17, aten_permute_copy_default_177); aten_mul_tensor_17 = aten_permute_copy_default_177 = None 2025-03-21T20:23:31.6767053Z 2025-03-21T20:23:31.6767998Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6768463Z aten_unsqueeze_copy_default_17: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6768997Z scalar_tensor_17: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6769894Z aten_where_self_17: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_17, scalar_tensor_17, aten_bmm_default_34); aten_unsqueeze_copy_default_17 = scalar_tensor_17 = aten_bmm_default_34 = None 2025-03-21T20:23:31.6770017Z 2025-03-21T20:23:31.6770968Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6771496Z aten__softmax_default_17: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_17, -1, False); aten_where_self_17 = None 2025-03-21T20:23:31.6771598Z 2025-03-21T20:23:31.6772504Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6773029Z aten_clone_default_121: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_17); aten__softmax_default_17 = None 2025-03-21T20:23:31.6773121Z 2025-03-21T20:23:31.6773815Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6774608Z aten_bmm_default_35: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_121, aten_permute_copy_default_176); aten_clone_default_121 = aten_permute_copy_default_176 = None 2025-03-21T20:23:31.6774756Z 2025-03-21T20:23:31.6775543Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6776128Z aten_permute_copy_default_178: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_35, [1, 0, 2]); aten_bmm_default_35 = None 2025-03-21T20:23:31.6776853Z aten_clone_default_122: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_178, memory_format = torch.contiguous_format); aten_permute_copy_default_178 = None 2025-03-21T20:23:31.6777434Z aten_view_copy_default_248: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_122, [39, 1, 512]); aten_clone_default_122 = None 2025-03-21T20:23:31.6777522Z 2025-03-21T20:23:31.6778195Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6778797Z aten_view_copy_default_249: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_248, [39, 512]); aten_view_copy_default_248 = None 2025-03-21T20:23:31.6779864Z aten_permute_copy_default_179: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_weight = None 2025-03-21T20:23:31.6781257Z aten_addmm_default_87: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_bias, aten_view_copy_default_249, aten_permute_copy_default_179); p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_bias = aten_view_copy_default_249 = aten_permute_copy_default_179 = None 2025-03-21T20:23:31.6781889Z aten_view_copy_default_250: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_87, [39, 1, 512]); aten_addmm_default_87 = None 2025-03-21T20:23:31.6781979Z 2025-03-21T20:23:31.6782781Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6783355Z aten_clone_default_123: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_250); aten_view_copy_default_250 = None 2025-03-21T20:23:31.6784057Z aten_cat_default_91: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_76, aten_slice_copy_tensor_75]); aten_slice_copy_tensor_76 = aten_slice_copy_tensor_75 = None 2025-03-21T20:23:31.6784682Z aten_add_tensor_34: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_123, aten_cat_default_91); aten_clone_default_123 = aten_cat_default_91 = None 2025-03-21T20:23:31.6784776Z 2025-03-21T20:23:31.6785455Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6786987Z aten_native_layer_norm_default_52 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_34, [512], p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_bias = None 2025-03-21T20:23:31.6787327Z getitem_88: "f32[39, 1, 512]" = aten_native_layer_norm_default_52[0]; aten_native_layer_norm_default_52 = None 2025-03-21T20:23:31.6787806Z aten_view_copy_default_251: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_88, [39, 512]); getitem_88 = None 2025-03-21T20:23:31.6788756Z aten_permute_copy_default_180: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_weight = None 2025-03-21T20:23:31.6790048Z aten_addmm_default_88: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_bias, aten_view_copy_default_251, aten_permute_copy_default_180); p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_bias = aten_view_copy_default_251 = aten_permute_copy_default_180 = None 2025-03-21T20:23:31.6790908Z aten_view_copy_default_252: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_88, [39, 1, 2048]); aten_addmm_default_88 = None 2025-03-21T20:23:31.6792481Z aten_gelu_default_17: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_252); aten_view_copy_default_252 = None 2025-03-21T20:23:31.6793675Z aten_clone_default_124: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_17); aten_gelu_default_17 = None 2025-03-21T20:23:31.6794868Z aten_view_copy_default_253: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_124, [39, 2048]); aten_clone_default_124 = None 2025-03-21T20:23:31.6796505Z aten_permute_copy_default_181: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_weight = None 2025-03-21T20:23:31.6798898Z aten_addmm_default_89: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_bias, aten_view_copy_default_253, aten_permute_copy_default_181); p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_bias = aten_view_copy_default_253 = aten_permute_copy_default_181 = None 2025-03-21T20:23:31.6800873Z aten_view_copy_default_254: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_89, [39, 1, 512]); aten_addmm_default_89 = None 2025-03-21T20:23:31.6802216Z aten_clone_default_125: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_254); aten_view_copy_default_254 = None 2025-03-21T20:23:31.6803550Z aten_add_tensor_35: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_125, aten_add_tensor_34); aten_clone_default_125 = aten_add_tensor_34 = None 2025-03-21T20:23:31.6804362Z 2025-03-21T20:23:31.6805199Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6807776Z aten_native_layer_norm_default_53 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_35, [512], p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_bias, 1e-05); aten_add_tensor_35 = p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_bias = None 2025-03-21T20:23:31.6810345Z getitem_89: "f32[39, 1, 512]" = aten_native_layer_norm_default_53[0]; aten_native_layer_norm_default_53 = None 2025-03-21T20:23:31.6810901Z 2025-03-21T20:23:31.6811873Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6813284Z aten_slice_copy_tensor_79: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_89, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6814322Z aten_slice_copy_tensor_80: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_89, 0, 0, 8); getitem_89 = None 2025-03-21T20:23:31.6814999Z 2025-03-21T20:23:31.6815975Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6817431Z aten_cat_default_92: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_80, aten_slice_copy_tensor_79]) 2025-03-21T20:23:31.6819793Z aten_native_layer_norm_default_54 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_92, [512], p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_bias, 1e-05); aten_cat_default_92 = p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_bias = None 2025-03-21T20:23:31.6822049Z getitem_90: "f32[39, 1, 512]" = aten_native_layer_norm_default_54[0]; aten_native_layer_norm_default_54 = None 2025-03-21T20:23:31.6822599Z 2025-03-21T20:23:31.6823677Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6824964Z aten_slice_copy_tensor_81: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_90, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6825631Z 2025-03-21T20:23:31.6826540Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6827830Z aten_slice_copy_tensor_82: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_90, 0, 0, 8); getitem_90 = None 2025-03-21T20:23:31.6828545Z 2025-03-21T20:23:31.6829425Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6830775Z aten_cat_default_93: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_82, aten_slice_copy_tensor_81]) 2025-03-21T20:23:31.6831917Z aten_view_copy_default_255: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_93, [39, 512]); aten_cat_default_93 = None 2025-03-21T20:23:31.6833646Z aten_permute_copy_default_182: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6836216Z aten_addmm_default_90: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_bias, aten_view_copy_default_255, aten_permute_copy_default_182); p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_bias = aten_view_copy_default_255 = aten_permute_copy_default_182 = None 2025-03-21T20:23:31.6838436Z aten_view_copy_default_256: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_90, [39, 1, 512]); aten_addmm_default_90 = None 2025-03-21T20:23:31.6839220Z 2025-03-21T20:23:31.6840207Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6841952Z aten_cat_default_94: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_82, aten_slice_copy_tensor_81]); aten_slice_copy_tensor_82 = aten_slice_copy_tensor_81 = None 2025-03-21T20:23:31.6843310Z aten_view_copy_default_257: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_94, [39, 512]); aten_cat_default_94 = None 2025-03-21T20:23:31.6845051Z aten_permute_copy_default_183: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6847728Z aten_addmm_default_91: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_bias, aten_view_copy_default_257, aten_permute_copy_default_183); p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_bias = aten_view_copy_default_257 = aten_permute_copy_default_183 = None 2025-03-21T20:23:31.6849851Z aten_view_copy_default_258: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_91, [39, 1, 1024]); aten_addmm_default_91 = None 2025-03-21T20:23:31.6851213Z aten_split_with_sizes_copy_default_18 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_258, [512, 512], 2); aten_view_copy_default_258 = None 2025-03-21T20:23:31.6852209Z getitem_91: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_18[0] 2025-03-21T20:23:31.6852947Z getitem_92: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_18[1]; aten_split_with_sizes_copy_default_18 = None 2025-03-21T20:23:31.6853517Z 2025-03-21T20:23:31.6854484Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6856050Z aten_view_copy_default_259: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_256, [-1, 8, 64]); aten_view_copy_default_256 = None 2025-03-21T20:23:31.6857376Z aten_permute_copy_default_184: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_259, [1, 0, 2]); aten_view_copy_default_259 = None 2025-03-21T20:23:31.6858694Z aten_clone_default_126: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_91, memory_format = torch.contiguous_format); getitem_91 = None 2025-03-21T20:23:31.6859941Z aten_view_copy_default_260: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_126, [-1, 8, 64]); aten_clone_default_126 = None 2025-03-21T20:23:31.6861236Z aten_permute_copy_default_185: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_260, [1, 0, 2]); aten_view_copy_default_260 = None 2025-03-21T20:23:31.6862537Z aten_clone_default_127: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_92, memory_format = torch.contiguous_format); getitem_92 = None 2025-03-21T20:23:31.6863939Z aten_view_copy_default_261: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_127, [-1, 8, 64]); aten_clone_default_127 = None 2025-03-21T20:23:31.6865247Z aten_permute_copy_default_186: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_261, [1, 0, 2]); aten_view_copy_default_261 = None 2025-03-21T20:23:31.6866076Z 2025-03-21T20:23:31.6867041Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.6868724Z aten_mul_tensor_18: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_184, _lifted_tensor_constant20); aten_permute_copy_default_184 = _lifted_tensor_constant20 = None 2025-03-21T20:23:31.6870217Z aten_permute_copy_default_187: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_185, [0, 2, 1]); aten_permute_copy_default_185 = None 2025-03-21T20:23:31.6871642Z aten_bmm_default_36: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_18, aten_permute_copy_default_187); aten_mul_tensor_18 = aten_permute_copy_default_187 = None 2025-03-21T20:23:31.6872572Z 2025-03-21T20:23:31.6873666Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.6875200Z aten_unsqueeze_copy_default_18: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0) 2025-03-21T20:23:31.6876323Z scalar_tensor_18: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.6877872Z aten_where_self_18: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_18, scalar_tensor_18, aten_bmm_default_36); aten_unsqueeze_copy_default_18 = scalar_tensor_18 = aten_bmm_default_36 = None 2025-03-21T20:23:31.6878911Z 2025-03-21T20:23:31.6879984Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.6881686Z aten__softmax_default_18: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_18, -1, False); aten_where_self_18 = None 2025-03-21T20:23:31.6882431Z 2025-03-21T20:23:31.6883466Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.6885018Z aten_clone_default_128: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_18); aten__softmax_default_18 = None 2025-03-21T20:23:31.6885745Z 2025-03-21T20:23:31.6886568Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.6888087Z aten_bmm_default_37: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_128, aten_permute_copy_default_186); aten_clone_default_128 = aten_permute_copy_default_186 = None 2025-03-21T20:23:31.6889005Z 2025-03-21T20:23:31.6889914Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.6891384Z aten_permute_copy_default_188: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_37, [1, 0, 2]); aten_bmm_default_37 = None 2025-03-21T20:23:31.6892790Z aten_clone_default_129: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_188, memory_format = torch.contiguous_format); aten_permute_copy_default_188 = None 2025-03-21T20:23:31.6894205Z aten_view_copy_default_262: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_129, [39, 1, 512]); aten_clone_default_129 = None 2025-03-21T20:23:31.6894988Z 2025-03-21T20:23:31.6895803Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.6897185Z aten_view_copy_default_263: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_262, [39, 512]); aten_view_copy_default_262 = None 2025-03-21T20:23:31.6898951Z aten_permute_copy_default_189: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_weight = None 2025-03-21T20:23:31.6901476Z aten_addmm_default_92: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_bias, aten_view_copy_default_263, aten_permute_copy_default_189); p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_bias = aten_view_copy_default_263 = aten_permute_copy_default_189 = None 2025-03-21T20:23:31.6903521Z aten_view_copy_default_264: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_92, [39, 1, 512]); aten_addmm_default_92 = None 2025-03-21T20:23:31.6904300Z 2025-03-21T20:23:31.6905299Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.6906788Z aten_clone_default_130: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_264); aten_view_copy_default_264 = None 2025-03-21T20:23:31.6908135Z aten_cat_default_95: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_80, aten_slice_copy_tensor_79]); aten_slice_copy_tensor_80 = aten_slice_copy_tensor_79 = None 2025-03-21T20:23:31.6909575Z aten_add_tensor_36: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_130, aten_cat_default_95); aten_clone_default_130 = aten_cat_default_95 = None 2025-03-21T20:23:31.6910404Z 2025-03-21T20:23:31.6911212Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.6913517Z aten_native_layer_norm_default_55 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_36, [512], p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_bias = None 2025-03-21T20:23:31.6915506Z getitem_93: "f32[39, 1, 512]" = aten_native_layer_norm_default_55[0]; aten_native_layer_norm_default_55 = None 2025-03-21T20:23:31.6916439Z aten_view_copy_default_265: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_93, [39, 512]); getitem_93 = None 2025-03-21T20:23:31.6917972Z aten_permute_copy_default_190: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_weight = None 2025-03-21T20:23:31.6920310Z aten_addmm_default_93: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_bias, aten_view_copy_default_265, aten_permute_copy_default_190); p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_bias = aten_view_copy_default_265 = aten_permute_copy_default_190 = None 2025-03-21T20:23:31.6922346Z aten_view_copy_default_266: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_93, [39, 1, 2048]); aten_addmm_default_93 = None 2025-03-21T20:23:31.6923575Z aten_gelu_default_18: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_266); aten_view_copy_default_266 = None 2025-03-21T20:23:31.6924760Z aten_clone_default_131: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_18); aten_gelu_default_18 = None 2025-03-21T20:23:31.6931809Z aten_view_copy_default_267: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_131, [39, 2048]); aten_clone_default_131 = None 2025-03-21T20:23:31.6933502Z aten_permute_copy_default_191: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_weight = None 2025-03-21T20:23:31.6935972Z aten_addmm_default_94: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_bias, aten_view_copy_default_267, aten_permute_copy_default_191); p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_bias = aten_view_copy_default_267 = aten_permute_copy_default_191 = None 2025-03-21T20:23:31.6937940Z aten_view_copy_default_268: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_94, [39, 1, 512]); aten_addmm_default_94 = None 2025-03-21T20:23:31.6939201Z aten_clone_default_132: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_268); aten_view_copy_default_268 = None 2025-03-21T20:23:31.6940474Z aten_add_tensor_37: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_132, aten_add_tensor_36); aten_clone_default_132 = aten_add_tensor_36 = None 2025-03-21T20:23:31.6941285Z 2025-03-21T20:23:31.6942121Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.6944719Z aten_native_layer_norm_default_56 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_37, [512], p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_bias, 1e-05); aten_add_tensor_37 = p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_bias = None 2025-03-21T20:23:31.6946953Z getitem_94: "f32[39, 1, 512]" = aten_native_layer_norm_default_56[0]; aten_native_layer_norm_default_56 = None 2025-03-21T20:23:31.6947502Z 2025-03-21T20:23:31.6948463Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.6949856Z aten_slice_copy_tensor_83: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_94, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6950897Z aten_slice_copy_tensor_84: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_94, 0, 0, 8); getitem_94 = None 2025-03-21T20:23:31.6951577Z 2025-03-21T20:23:31.6952546Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:430 in _apply_pre_attention_layer_norm, code: layer_norm_input = self.layer_norm_input(torch.cat([right_context, utterance])) 2025-03-21T20:23:31.6953997Z aten_cat_default_96: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_84, aten_slice_copy_tensor_83]) 2025-03-21T20:23:31.6956362Z aten_native_layer_norm_default_57 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_cat_default_96, [512], p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_weight, p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_bias, 1e-05); aten_cat_default_96 = p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_weight = p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_bias = None 2025-03-21T20:23:31.6958586Z getitem_95: "f32[39, 1, 512]" = aten_native_layer_norm_default_57[0]; aten_native_layer_norm_default_57 = None 2025-03-21T20:23:31.6959122Z 2025-03-21T20:23:31.6959971Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:432 in _apply_pre_attention_layer_norm, code: layer_norm_input[right_context.size(0) :], 2025-03-21T20:23:31.6961349Z aten_slice_copy_tensor_85: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_95, 0, 8, 9223372036854775807) 2025-03-21T20:23:31.6962022Z 2025-03-21T20:23:31.6962921Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:433 in _apply_pre_attention_layer_norm, code: layer_norm_input[: right_context.size(0)], 2025-03-21T20:23:31.6964373Z aten_slice_copy_tensor_86: "f32[8, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_95, 0, 0, 8); getitem_95 = None 2025-03-21T20:23:31.6965110Z 2025-03-21T20:23:31.6965980Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:161 in _forward_impl, code: query = self.emb_to_query(torch.cat([right_context, utterance, summary])) 2025-03-21T20:23:31.6967321Z aten_cat_default_97: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_86, aten_slice_copy_tensor_85]) 2025-03-21T20:23:31.6968468Z aten_view_copy_default_269: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_97, [39, 512]); aten_cat_default_97 = None 2025-03-21T20:23:31.6970194Z aten_permute_copy_default_192: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_weight = None 2025-03-21T20:23:31.6972778Z aten_addmm_default_95: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_bias, aten_view_copy_default_269, aten_permute_copy_default_192); p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_bias = aten_view_copy_default_269 = aten_permute_copy_default_192 = None 2025-03-21T20:23:31.6974856Z aten_view_copy_default_270: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_95, [39, 1, 512]); aten_addmm_default_95 = None 2025-03-21T20:23:31.6975628Z 2025-03-21T20:23:31.6976615Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:164 in _forward_impl, code: key, value = self.emb_to_key_value(torch.cat([mems, right_context, utterance])).chunk(chunks=2, dim=2) 2025-03-21T20:23:31.6978286Z aten_cat_default_98: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_86, aten_slice_copy_tensor_85]); aten_slice_copy_tensor_86 = aten_slice_copy_tensor_85 = None 2025-03-21T20:23:31.6979643Z aten_view_copy_default_271: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_cat_default_98, [39, 512]); aten_cat_default_98 = None 2025-03-21T20:23:31.6981395Z aten_permute_copy_default_193: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_weight = None 2025-03-21T20:23:31.6984038Z aten_addmm_default_96: "f32[39, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_bias, aten_view_copy_default_271, aten_permute_copy_default_193); p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_bias = aten_view_copy_default_271 = aten_permute_copy_default_193 = None 2025-03-21T20:23:31.6986344Z aten_view_copy_default_272: "f32[39, 1, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_96, [39, 1, 1024]); aten_addmm_default_96 = None 2025-03-21T20:23:31.6987705Z aten_split_with_sizes_copy_default_19 = executorch_exir_dialects_edge__ops_aten_split_with_sizes_copy_default(aten_view_copy_default_272, [512, 512], 2); aten_view_copy_default_272 = None 2025-03-21T20:23:31.6988696Z getitem_96: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_19[0] 2025-03-21T20:23:31.6989456Z getitem_97: "f32[39, 1, 512]" = aten_split_with_sizes_copy_default_19[1]; aten_split_with_sizes_copy_default_19 = None 2025-03-21T20:23:31.6990029Z 2025-03-21T20:23:31.6990997Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:185 in , code: tensor.contiguous().view(-1, B * self.num_heads, self.input_dim // self.num_heads).transpose(0, 1) 2025-03-21T20:23:31.6992570Z aten_view_copy_default_273: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_270, [-1, 8, 64]); aten_view_copy_default_270 = None 2025-03-21T20:23:31.6993901Z aten_permute_copy_default_194: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_273, [1, 0, 2]); aten_view_copy_default_273 = None 2025-03-21T20:23:31.6995212Z aten_clone_default_133: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_96, memory_format = torch.contiguous_format); getitem_96 = None 2025-03-21T20:23:31.6996478Z aten_view_copy_default_274: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_133, [-1, 8, 64]); aten_clone_default_133 = None 2025-03-21T20:23:31.6997774Z aten_permute_copy_default_195: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_274, [1, 0, 2]); aten_view_copy_default_274 = None 2025-03-21T20:23:31.6999087Z aten_clone_default_134: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(getitem_97, memory_format = torch.contiguous_format); getitem_97 = None 2025-03-21T20:23:31.7000325Z aten_view_copy_default_275: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_134, [-1, 8, 64]); aten_clone_default_134 = None 2025-03-21T20:23:31.7001715Z aten_permute_copy_default_196: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_view_copy_default_275, [1, 0, 2]); aten_view_copy_default_275 = None 2025-03-21T20:23:31.7002549Z 2025-03-21T20:23:31.7003522Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:188 in _forward_impl, code: attention_weights = torch.bmm(reshaped_query * self.scaling, reshaped_key.transpose(1, 2)) 2025-03-21T20:23:31.7005203Z aten_mul_tensor_19: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_mul_Tensor(aten_permute_copy_default_194, _lifted_tensor_constant21); aten_permute_copy_default_194 = _lifted_tensor_constant21 = None 2025-03-21T20:23:31.7006699Z aten_permute_copy_default_197: "f32[8, 64, 39]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_permute_copy_default_195, [0, 2, 1]); aten_permute_copy_default_195 = None 2025-03-21T20:23:31.7008133Z aten_bmm_default_38: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_mul_tensor_19, aten_permute_copy_default_197); aten_mul_tensor_19 = aten_permute_copy_default_197 = None 2025-03-21T20:23:31.7009041Z 2025-03-21T20:23:31.7010121Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:134 in _gen_attention_probs, code: attention_weights_float = attention_weights_float.masked_fill(attention_mask.unsqueeze(0), self.negative_inf) 2025-03-21T20:23:31.7011753Z aten_unsqueeze_copy_default_19: "b8[1, 39, 39]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten__to_copy_default, 0); aten__to_copy_default = None 2025-03-21T20:23:31.7012986Z scalar_tensor_19: "f32[]" = torch.ops.aten.scalar_tensor.default(-100000000.0, dtype = torch.float32, layout = torch.strided, device = device(type='cpu')) 2025-03-21T20:23:31.7014515Z aten_where_self_19: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_where_self(aten_unsqueeze_copy_default_19, scalar_tensor_19, aten_bmm_default_38); aten_unsqueeze_copy_default_19 = scalar_tensor_19 = aten_bmm_default_38 = None 2025-03-21T20:23:31.7015548Z 2025-03-21T20:23:31.7016615Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:143 in _gen_attention_probs, code: attention_probs = torch.nn.functional.softmax(attention_weights_float, dim=-1).type_as(attention_weights) 2025-03-21T20:23:31.7018229Z aten__softmax_default_19: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten__softmax_default(aten_where_self_19, -1, False); aten_where_self_19 = None 2025-03-21T20:23:31.7018970Z 2025-03-21T20:23:31.7020016Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:144 in _gen_attention_probs, code: return torch.nn.functional.dropout(attention_probs, p=float(self.dropout), training=self.training) 2025-03-21T20:23:31.7021563Z aten_clone_default_135: "f32[8, 39, 39]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten__softmax_default_19); aten__softmax_default_19 = None 2025-03-21T20:23:31.7022277Z 2025-03-21T20:23:31.7023092Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:197 in _forward_impl, code: attention = torch.bmm(attention_probs, reshaped_value) 2025-03-21T20:23:31.7024601Z aten_bmm_default_39: "f32[8, 39, 64]" = executorch_exir_dialects_edge__ops_aten_bmm_default(aten_clone_default_135, aten_permute_copy_default_196); aten_clone_default_135 = aten_permute_copy_default_196 = None 2025-03-21T20:23:31.7025514Z 2025-03-21T20:23:31.7026424Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:204 in _forward_impl, code: attention = attention.transpose(0, 1).contiguous().view(T, B, self.input_dim) 2025-03-21T20:23:31.7027889Z aten_permute_copy_default_198: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_bmm_default_39, [1, 0, 2]); aten_bmm_default_39 = None 2025-03-21T20:23:31.7029304Z aten_clone_default_136: "f32[39, 8, 64]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_permute_copy_default_198, memory_format = torch.contiguous_format); aten_permute_copy_default_198 = None 2025-03-21T20:23:31.7030717Z aten_view_copy_default_276: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_136, [39, 1, 512]); aten_clone_default_136 = None 2025-03-21T20:23:31.7031503Z 2025-03-21T20:23:31.7032301Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:207 in _forward_impl, code: output_right_context_mems = self.out_proj(attention) 2025-03-21T20:23:31.7033682Z aten_view_copy_default_277: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_view_copy_default_276, [39, 512]); aten_view_copy_default_276 = None 2025-03-21T20:23:31.7035422Z aten_permute_copy_default_199: "f32[512, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_weight = None 2025-03-21T20:23:31.7037975Z aten_addmm_default_97: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_bias, aten_view_copy_default_277, aten_permute_copy_default_199); p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_bias = aten_view_copy_default_277 = aten_permute_copy_default_199 = None 2025-03-21T20:23:31.7040040Z aten_view_copy_default_278: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_97, [39, 1, 512]); aten_addmm_default_97 = None 2025-03-21T20:23:31.7040812Z 2025-03-21T20:23:31.7041900Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:422 in _process_attention_output, code: result = self.dropout(rc_output) + torch.cat([right_context, utterance]) 2025-03-21T20:23:31.7043360Z aten_clone_default_137: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_278); aten_view_copy_default_278 = None 2025-03-21T20:23:31.7044743Z aten_cat_default_99: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_cat_default([aten_slice_copy_tensor_84, aten_slice_copy_tensor_83]); aten_slice_copy_tensor_84 = aten_slice_copy_tensor_83 = None 2025-03-21T20:23:31.7046183Z aten_add_tensor_38: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_137, aten_cat_default_99); aten_clone_default_137 = aten_cat_default_99 = None 2025-03-21T20:23:31.7047013Z 2025-03-21T20:23:31.7047818Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:423 in _process_attention_output, code: result = self.pos_ff(result) + result 2025-03-21T20:23:31.7050141Z aten_native_layer_norm_default_58 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_38, [512], p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_weight, p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_bias, 1e-05); p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_weight = p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_bias = None 2025-03-21T20:23:31.7052117Z getitem_98: "f32[39, 1, 512]" = aten_native_layer_norm_default_58[0]; aten_native_layer_norm_default_58 = None 2025-03-21T20:23:31.7053045Z aten_view_copy_default_279: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(getitem_98, [39, 512]); getitem_98 = None 2025-03-21T20:23:31.7054575Z aten_permute_copy_default_200: "f32[512, 2048]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_weight = None 2025-03-21T20:23:31.7056914Z aten_addmm_default_98: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_bias, aten_view_copy_default_279, aten_permute_copy_default_200); p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_bias = aten_view_copy_default_279 = aten_permute_copy_default_200 = None 2025-03-21T20:23:31.7058885Z aten_view_copy_default_280: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_98, [39, 1, 2048]); aten_addmm_default_98 = None 2025-03-21T20:23:31.7060109Z aten_gelu_default_19: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_gelu_default(aten_view_copy_default_280); aten_view_copy_default_280 = None 2025-03-21T20:23:31.7061259Z aten_clone_default_138: "f32[39, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_gelu_default_19); aten_gelu_default_19 = None 2025-03-21T20:23:31.7062477Z aten_view_copy_default_281: "f32[39, 2048]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_clone_default_138, [39, 2048]); aten_clone_default_138 = None 2025-03-21T20:23:31.7064265Z aten_permute_copy_default_201: "f32[2048, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_weight, [1, 0]); p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_weight = None 2025-03-21T20:23:31.7066599Z aten_addmm_default_99: "f32[39, 512]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_bias, aten_view_copy_default_281, aten_permute_copy_default_201); p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_bias = aten_view_copy_default_281 = aten_permute_copy_default_201 = None 2025-03-21T20:23:31.7068642Z aten_view_copy_default_282: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_99, [39, 1, 512]); aten_addmm_default_99 = None 2025-03-21T20:23:31.7069902Z aten_clone_default_139: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_clone_default(aten_view_copy_default_282); aten_view_copy_default_282 = None 2025-03-21T20:23:31.7071173Z aten_add_tensor_39: "f32[39, 1, 512]" = executorch_exir_dialects_edge__ops_aten_add_Tensor(aten_clone_default_139, aten_add_tensor_38); aten_clone_default_139 = aten_add_tensor_38 = None 2025-03-21T20:23:31.7071983Z 2025-03-21T20:23:31.7072812Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:424 in _process_attention_output, code: result = self.layer_norm_output(result) 2025-03-21T20:23:31.7075398Z aten_native_layer_norm_default_59 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_add_tensor_39, [512], p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_weight, p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_bias, 1e-05); aten_add_tensor_39 = p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_weight = p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_bias = None 2025-03-21T20:23:31.7077617Z getitem_99: "f32[39, 1, 512]" = aten_native_layer_norm_default_59[0]; aten_native_layer_norm_default_59 = None 2025-03-21T20:23:31.7078162Z 2025-03-21T20:23:31.7079119Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:440 in _apply_post_attention_ffn, code: return rc_output[right_context.size(0) :], rc_output[: right_context.size(0)] 2025-03-21T20:23:31.7080575Z aten_slice_copy_tensor_87: "f32[31, 1, 512]" = executorch_exir_dialects_edge__ops_aten_slice_copy_Tensor(getitem_99, 0, 8, 9223372036854775807); getitem_99 = None 2025-03-21T20:23:31.7081387Z 2025-03-21T20:23:31.7082119Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/emformer.py:742 in forward, code: return output.permute(1, 0, 2), lengths 2025-03-21T20:23:31.7083450Z aten_permute_copy_default_202: "f32[1, 31, 512]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(aten_slice_copy_tensor_87, [1, 0, 2]); aten_slice_copy_tensor_87 = None 2025-03-21T20:23:31.7084278Z 2025-03-21T20:23:31.7085053Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/rnnt.py:245 in forward, code: output_linear_out = self.output_linear(transformer_out) 2025-03-21T20:23:31.7086430Z aten_view_copy_default_283: "f32[31, 512]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_permute_copy_default_202, [31, 512]); aten_permute_copy_default_202 = None 2025-03-21T20:23:31.7087899Z aten_permute_copy_default_203: "f32[512, 1024]" = executorch_exir_dialects_edge__ops_aten_permute_copy_default(p_rnnt_transcriber_output_linear_weight, [1, 0]); p_rnnt_transcriber_output_linear_weight = None 2025-03-21T20:23:31.7089887Z aten_addmm_default_100: "f32[31, 1024]" = executorch_exir_dialects_edge__ops_aten_addmm_default(p_rnnt_transcriber_output_linear_bias, aten_view_copy_default_283, aten_permute_copy_default_203); p_rnnt_transcriber_output_linear_bias = aten_view_copy_default_283 = aten_permute_copy_default_203 = None 2025-03-21T20:23:31.7091673Z aten_view_copy_default_284: "f32[1, 31, 1024]" = executorch_exir_dialects_edge__ops_aten_view_copy_default(aten_addmm_default_100, [1, 31, 1024]); aten_addmm_default_100 = None 2025-03-21T20:23:31.7092466Z 2025-03-21T20:23:31.7093216Z # File: /var/lib/ci-user/.local/lib/python3.10/site-packages/torchaudio/models/rnnt.py:246 in forward, code: layer_norm_out = self.layer_norm(output_linear_out) 2025-03-21T20:23:31.7095199Z aten_native_layer_norm_default_60 = executorch_exir_dialects_edge__ops_aten_native_layer_norm_default(aten_view_copy_default_284, [1024], p_rnnt_transcriber_layer_norm_weight, p_rnnt_transcriber_layer_norm_bias, 1e-05); aten_view_copy_default_284 = p_rnnt_transcriber_layer_norm_weight = p_rnnt_transcriber_layer_norm_bias = None 2025-03-21T20:23:31.7097427Z getitem_100: "f32[1, 31, 1024]" = aten_native_layer_norm_default_60[0]; aten_native_layer_norm_default_60 = None 2025-03-21T20:23:31.7098023Z return (getitem_100, aten_div_tensor_mode) 2025-03-21T20:23:31.7098370Z 2025-03-21T20:23:31.7441941Z Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_input_linear_weight'), target='rnnt.transcriber.input_linear.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.0.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_0_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.0.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.1.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_1_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.1.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.2.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_2_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.2.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.3.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_3_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.3.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.4.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_4_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.4.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.5.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_5_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.5.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.6.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_6_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.6.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.7.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_7_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.7.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.8.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_8_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.8.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.9.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_9_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.9.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.10.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_10_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.10.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.11.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_11_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.11.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.12.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_12_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.12.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.13.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_13_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.13.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.14.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_14_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.14.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.15.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_15_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.15.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.16.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_16_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.16.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.17.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_17_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.17.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.18.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_18_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.18.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.layer_norm_input.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_input_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.layer_norm_input.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.emb_to_query.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_query_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.emb_to_query.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.emb_to_key_value.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_emb_to_key_value_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.emb_to_key_value.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.out_proj.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_attention_out_proj_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.attention.out_proj.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.0.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_0_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.0.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.1.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_1_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.1.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.4.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_pos_ff_4_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.pos_ff.4.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_weight'), target='rnnt.transcriber.transformer.emformer_layers.19.layer_norm_output.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_transformer_emformer_layers_19_layer_norm_output_bias'), target='rnnt.transcriber.transformer.emformer_layers.19.layer_norm_output.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_output_linear_weight'), target='rnnt.transcriber.output_linear.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_output_linear_bias'), target='rnnt.transcriber.output_linear.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_layer_norm_weight'), target='rnnt.transcriber.layer_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_rnnt_transcriber_layer_norm_bias'), target='rnnt.transcriber.layer_norm.bias', persistent=None), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant0'), target='_lifted_tensor_constant0', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant1'), target='_lifted_tensor_constant1', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant2'), target='_lifted_tensor_constant2', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant3'), target='_lifted_tensor_constant3', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant4'), target='_lifted_tensor_constant4', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant5'), target='_lifted_tensor_constant5', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant6'), target='_lifted_tensor_constant6', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant7'), target='_lifted_tensor_constant7', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant8'), target='_lifted_tensor_constant8', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant9'), target='_lifted_tensor_constant9', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant10'), target='_lifted_tensor_constant10', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant11'), target='_lifted_tensor_constant11', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant12'), target='_lifted_tensor_constant12', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant13'), target='_lifted_tensor_constant13', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant14'), target='_lifted_tensor_constant14', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant15'), target='_lifted_tensor_constant15', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant16'), target='_lifted_tensor_constant16', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant17'), target='_lifted_tensor_constant17', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant18'), target='_lifted_tensor_constant18', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant19'), target='_lifted_tensor_constant19', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant20'), target='_lifted_tensor_constant20', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant21'), target='_lifted_tensor_constant21', persistent=True), InputSpec(kind=, arg=TensorArgument(name='transcribe_inputs_0'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='transcribe_inputs_1'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='getitem_100'), target=None), OutputSpec(kind=, arg=TensorArgument(name='aten_div_tensor_mode'), target=None)]) 2025-03-21T20:23:53.1711166Z Range constraints: {} 2025-03-21T20:23:53.1711539Z 2025-03-21T20:23:53.1712092Z [INFO 2025-03-21 20:23:46,251 utils.py:141] Saved exported program to ./emformer_transcribe.pte 2025-03-21T20:23:53.1713023Z + run_portable_executor_runner 2025-03-21T20:23:53.1713806Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:53.1714312Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:53.1714826Z + build_cmake_executor_runner 2025-03-21T20:23:53.1715371Z + echo 'Building executor_runner' 2025-03-21T20:23:53.1715926Z Building executor_runner 2025-03-21T20:23:53.1716485Z + rm -rf cmake-out 2025-03-21T20:23:53.1717519Z + cmake -DCMAKE_BUILD_TYPE=Debug -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:23:53.1718781Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:53.1719511Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:53.1720198Z -- Detecting C compiler ABI info 2025-03-21T20:23:53.1720767Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:53.1721509Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:53.1722170Z -- Detecting C compile features 2025-03-21T20:23:53.1722669Z -- Detecting C compile features - done 2025-03-21T20:23:53.1723209Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:53.1723765Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:53.1724483Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:53.1725226Z -- Detecting CXX compile features 2025-03-21T20:23:53.1725827Z -- Detecting CXX compile features - done 2025-03-21T20:23:53.1727294Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.1728608Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.1729405Z CMake. 2025-03-21T20:23:53.1729606Z 2025-03-21T20:23:53.1730014Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.1731129Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.1732036Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.1732539Z 2025-03-21T20:23:53.1732778Z  2025-03-21T20:23:53.1733949Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.1735378Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.1736159Z CMake. 2025-03-21T20:23:53.1736375Z 2025-03-21T20:23:53.1736789Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.1737861Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.1738789Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.1739289Z 2025-03-21T20:23:53.1739491Z  2025-03-21T20:23:53.1739927Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:53.1740665Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:53.1741339Z -- Found Threads: TRUE 2025-03-21T20:23:53.1742696Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.1744201Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.1745172Z CMake. 2025-03-21T20:23:53.1745386Z 2025-03-21T20:23:53.1745848Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.1746943Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.1747895Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.1748395Z 2025-03-21T20:23:53.1748578Z  2025-03-21T20:23:53.1748976Z -- Using python executable 'python' 2025-03-21T20:23:53.1749529Z -- Resolved buck2 as buck2. 2025-03-21T20:23:53.1750022Z -- Killing buck2 daemon 2025-03-21T20:23:53.1750455Z 'buck2 killall' 2025-03-21T20:23:53.1750898Z -- executorch: Generating source lists 2025-03-21T20:23:53.1751903Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:53.1753179Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:53.1754215Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:53.1754763Z -- Generating operator lib: 2025-03-21T20:23:53.1755247Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.1755928Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:53.1756765Z -- ROOT_OPS: 2025-03-21T20:23:53.1757136Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:53.1759523Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:53.1761858Z -- Generating kernel bindings: 2025-03-21T20:23:53.1762383Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.1763138Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:53.1764102Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:53.1764599Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:53.1768091Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:53.1771350Z -- Generating operator lib: 2025-03-21T20:23:53.1771889Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.1772445Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:53.1773022Z -- DEPS: executorch 2025-03-21T20:23:53.1774035Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:23:53.1775181Z -- Generating operator lib: 2025-03-21T20:23:53.1775727Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:53.1776548Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:53.1777400Z -- ROOT_OPS: 2025-03-21T20:23:53.1777845Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:53.1780509Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:23:53.1782923Z -- Generating kernel bindings: 2025-03-21T20:23:53.1783505Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:53.1784501Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:23:53.1785393Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:53.1785906Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:53.1789517Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:23:53.1792814Z -- Generating operator lib: 2025-03-21T20:23:53.1793372Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:23:53.1793970Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:23:53.1794713Z -- DEPS: executorch 2025-03-21T20:23:53.1795194Z -- Merging kernel yaml files: 2025-03-21T20:23:53.1796133Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:23:53.1797637Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:23:53.1798859Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:23:53.1799649Z -- Generating operator lib: 2025-03-21T20:23:53.1800233Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:53.1801248Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:53.1802141Z -- ROOT_OPS: 2025-03-21T20:23:53.1802585Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:53.1805558Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:23:53.1808099Z -- Generating kernel bindings: 2025-03-21T20:23:53.1808683Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:53.1809605Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:23:53.1810596Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:53.1811101Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:23:53.1814933Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:23:53.1818311Z -- Generating operator lib: 2025-03-21T20:23:53.1818904Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:23:53.1819677Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:23:53.1820405Z -- DEPS: executorch 2025-03-21T20:23:53.1821530Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:53.1822861Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.1823702Z CMake. 2025-03-21T20:23:53.1823922Z 2025-03-21T20:23:53.1824366Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.1825504Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.1826453Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.1826962Z 2025-03-21T20:23:53.1827166Z  2025-03-21T20:23:53.1827576Z -- Looking for C++ include unistd.h 2025-03-21T20:23:53.1828183Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:53.1828796Z -- Looking for C++ include stdint.h 2025-03-21T20:23:53.1829420Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:53.1830063Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:53.1830726Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:53.1831393Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:53.1832017Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:53.1832692Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:53.1833336Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:53.1834000Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:53.1834631Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:53.1835263Z -- Looking for C++ include stddef.h 2025-03-21T20:23:53.1835877Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:53.1836508Z -- Check size of uint32_t 2025-03-21T20:23:53.1837028Z -- Check size of uint32_t - done 2025-03-21T20:23:53.1837577Z -- Looking for strtoll 2025-03-21T20:23:53.1838050Z -- Looking for strtoll - found 2025-03-21T20:23:53.1838528Z -- 2025-03-21T20:23:53.1838893Z -- ******** Summary ******** 2025-03-21T20:23:53.1839438Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:23:53.1840160Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:53.1840771Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:53.1841487Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:53.1842071Z -- BUCK2 : buck2 2025-03-21T20:23:53.1842696Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:53.1843660Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:53.1844650Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:23:53.1845361Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:23:53.1846080Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:53.1846787Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:53.1847505Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:53.1848192Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:53.1848898Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:53.1849705Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:53.1850386Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:53.1851080Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:54.6920613Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:54.6921482Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:54.6922187Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:54.6922870Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:54.6923472Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:54.6924101Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:54.6924784Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:54.6925403Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:54.6926063Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:54.6926729Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:54.6927370Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:54.6928025Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:54.6928780Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:23:54.6929481Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:54.6930187Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:54.6930880Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:54.6931504Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:54.6932112Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:54.6932761Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:54.6933399Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:54.6933983Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:54.6934642Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:54.6935203Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:54.6935849Z -- Configuring done (5.0s) 2025-03-21T20:23:54.6936246Z -- Generating done (0.1s) 2025-03-21T20:23:54.6936833Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:54.6937543Z + cmake --build cmake-out -j4 --config Debug 2025-03-21T20:23:54.6938174Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:54.6939030Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:54.6940072Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:54.6941089Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:23:54.6941838Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:23:54.6942297Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:54.6942746Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:23:54.6943414Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:54.6943831Z CMake Warning: 2025-03-21T20:23:54.6944175Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:54.6944489Z 2025-03-21T20:23:54.6944595Z  2025-03-21T20:23:54.6944864Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:54.6945355Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:54.6945754Z git describe failed with exit code: 128 2025-03-21T20:23:54.6946001Z 2025-03-21T20:23:54.6946181Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:54.6946598Z Call Stack (most recent call first): 2025-03-21T20:23:54.6946931Z CMakeLists.txt:5 (include) 2025-03-21T20:23:54.6947121Z 2025-03-21T20:23:54.6947239Z  2025-03-21T20:23:54.6947482Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:54.6948306Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:54.6949402Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:54.6950462Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:54.6951561Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:54.6952274Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:54.6952667Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:54.6953340Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:54.6954361Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:23:54.6955455Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:54.6956523Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:54.6957586Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:54.6958643Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:54.6959279Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:54.6959721Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:54.6960161Z -- Detecting CXX compile features 2025-03-21T20:23:54.6960503Z -- Detecting CXX compile features - done 2025-03-21T20:23:54.6960851Z -- Looking for strtof_l 2025-03-21T20:23:54.6961335Z [ 5%] Linking C static library libpthreadpool.a 2025-03-21T20:23:54.6962131Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:54.6962787Z [ 6%] Built target pthreadpool 2025-03-21T20:23:54.6963733Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:54.6964760Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:54.6965763Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:54.6966837Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:23:54.6967920Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:54.6968573Z -- Looking for strtof_l - found 2025-03-21T20:23:54.6968884Z -- Looking for strtoull_l 2025-03-21T20:23:54.6969611Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:54.6970761Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:54.6971790Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:54.6972877Z [ 7%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:54.6973565Z -- Looking for strtoull_l - found 2025-03-21T20:23:54.6973888Z -- Looking for realpath 2025-03-21T20:23:54.6974630Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:54.6975769Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:23:54.6976933Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:54.6977905Z [ 8%] Linking CXX static library libgflags_nothreads_debug.a 2025-03-21T20:23:54.6978375Z [ 8%] Built target gflags_nothreads_static 2025-03-21T20:23:54.6979144Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:54.6980679Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:54.6981754Z -- Looking for realpath - found 2025-03-21T20:23:54.6982133Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:54.6982548Z -- Configuring done (0.9s) 2025-03-21T20:23:54.6982843Z -- Generating done (0.0s) 2025-03-21T20:23:54.6983399Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:54.6984577Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:54.6985393Z [ 10%] Performing build step for 'flatbuffers' 2025-03-21T20:23:54.6985986Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:54.6986892Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:54.6987982Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:54.6989193Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:23:54.6990276Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:54.6991355Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:54.6992414Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:23:54.6993463Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:54.6994332Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:54.6995226Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:54.6996278Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:23:54.6997357Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:54.6998424Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:23:54.6999172Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:23:54.6999986Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:54.7000742Z [ 12%] Built target cpuinfo 2025-03-21T20:23:54.7001562Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:54.7002650Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:23:58.0082793Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:58.0083573Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:58.0084491Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:58.0085628Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:23:58.0086960Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:58.0088046Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:23:58.0089089Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:23:58.0090236Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:58.0091136Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:58.0092024Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:23:58.0093137Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:58.0094246Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:23:58.0095301Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:23:58.0096377Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:58.0097522Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:58.0098634Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:23:58.0099676Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:23:58.0100528Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:58.0101523Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:58.0102813Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:58.0103978Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:23:58.0105010Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:23:58.0105874Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:58.0106841Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:58.0107948Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:23:58.0108799Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:58.0109779Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:58.0110958Z [ 16%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:23:58.0111989Z [ 17%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:23:58.0113129Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:58.0114333Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:58.0115488Z [ 18%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:23:58.0116392Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:58.0117175Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:58.0118150Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:58.0118985Z [ 18%] Linking CXX static library libeigen_blas.a 2025-03-21T20:23:58.0119904Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:58.0120775Z [ 18%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:58.0121490Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:58.0122169Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:58.0122661Z [ 18%] Built target cpuinfo_internals 2025-03-21T20:23:58.0123176Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:58.0123858Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:58.0124555Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:58.0125261Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:58.0125966Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:58.0126635Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:58.0127313Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:58.0128030Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:58.0128749Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:58.0129526Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:58.0130319Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:58.0131019Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:58.0131666Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:58.0132315Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:58.0133010Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:58.0133783Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:58.0134791Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:58.0135644Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:58.0136598Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:58.0137677Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:58.0138624Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:58.0139452Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:58.0140006Z [ 18%] Built target eigen_blas 2025-03-21T20:23:58.0140603Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:58.0141448Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:58.0142275Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:58.0142972Z [100%] Linking CXX executable flatc 2025-03-21T20:23:58.0143334Z [100%] Built target flatc 2025-03-21T20:23:58.0143714Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:23:58.0144137Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:23:58.0144486Z [ 18%] Built target flatbuffers 2025-03-21T20:23:58.0144960Z [ 18%] Generating common_schema headers 2025-03-21T20:23:58.0145332Z [ 18%] Built target common_schema 2025-03-21T20:23:58.0145749Z [ 18%] Generating program_schema headers 2025-03-21T20:23:58.0146152Z [ 18%] Built target program_schema 2025-03-21T20:23:58.0146790Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:58.0147638Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:58.0148627Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:58.0149743Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:58.0150797Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:58.0151688Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:58.0152528Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:58.0153406Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:58.0154282Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:58.0155170Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:58.0156059Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:58.0157039Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:02.5151408Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:02.5153321Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:02.5154822Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:02.5156238Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:02.5157633Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:02.5159058Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:02.5160462Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:02.5162011Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:02.5163220Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:02.5164247Z [ 22%] Built target executorch_core 2025-03-21T20:24:02.5165654Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:02.5167198Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:02.5168710Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:02.5170241Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:02.5171908Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:02.5173501Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:02.5175091Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:02.5176768Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:02.5177607Z [ 24%] Built target extension_threadpool 2025-03-21T20:24:02.5178767Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:24:02.5180347Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:24:02.5181569Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:02.5182199Z [ 24%] Built target executorch 2025-03-21T20:24:02.5183350Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:02.5185243Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:02.5187262Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:02.5188730Z [ 25%] Linking CXX static library libcpublas.a 2025-03-21T20:24:02.5189413Z [ 25%] Built target cpublas 2025-03-21T20:24:02.5190494Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:02.5192449Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:02.5194461Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:02.5195841Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:02.5197561Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:02.5199336Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:02.5201333Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:02.5203268Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:02.5205034Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:02.5206972Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:02.5208879Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:02.5210782Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:02.5212732Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:02.5214682Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:02.5216786Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:02.5218830Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:02.5220895Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:02.5222925Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:02.5224886Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:02.5226790Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:02.5228704Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:02.5230767Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:02.5232611Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:02.5234529Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:02.5236522Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:02.5238490Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:02.5240420Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:02.5242435Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:02.5244387Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:02.5246365Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:02.5248424Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:02.5250591Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:02.5252593Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:02.5254595Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:02.5256647Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:02.5258830Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:02.5260745Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:02.5262672Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:02.5264883Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:02.5266823Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:02.5268757Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:02.5270706Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:02.5272697Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:02.5274775Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:02.5276978Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:02.5279059Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:02.5281160Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:02.5283184Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:02.5284863Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:02.5286529Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:02.5288481Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:07.0642718Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:07.0644776Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:07.0646921Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:07.0648783Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:07.0650697Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:07.0652640Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:07.0654796Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:07.0656807Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:07.0658694Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:07.0660583Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:07.0662500Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:07.0664634Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:07.0666530Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:07.0668548Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:07.0670687Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:07.0672755Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:07.0674808Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:07.0677813Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:07.0680069Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:07.0682141Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:07.0684056Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:07.0686093Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:07.0688094Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:07.0689982Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:07.0691880Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:07.0693684Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:07.0695599Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:07.0697590Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:07.0699789Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:07.0701859Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:07.0703800Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:07.0705960Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:07.0708032Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:07.0709894Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:07.0711741Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:07.0713818Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:07.0715794Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:07.0717612Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:07.0719483Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:07.0721524Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:07.0723376Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:07.0725157Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:07.0727007Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:07.0729004Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:24:07.0730953Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:07.0732923Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:07.0734797Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:07.0736614Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:07.0738604Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:07.0740603Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:07.0742481Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:07.0744620Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:07.0746558Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:07.0748355Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:07.0750263Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:07.0752166Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:07.0754064Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:07.0756037Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:24:07.0758053Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:07.0760167Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:07.0762432Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:07.0764517Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:07.0766308Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:07.0768181Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:07.0770211Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:07.0772225Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:07.0774080Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:07.0776027Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:07.0778092Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:07.0779951Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:07.0781742Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:07.0783618Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:07.0785587Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:07.0787439Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:11.1051956Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:11.1053730Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:11.1054778Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:11.1055792Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:11.1056859Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:11.1057872Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:11.1058856Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:11.1060433Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:11.1061534Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:11.1062599Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:11.1063967Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:11.1065012Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:11.1066056Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:11.1067204Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:11.1068163Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:11.1069138Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:11.1070280Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:11.1071281Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:11.1081004Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:11.1082350Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:11.1083557Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:11.1084730Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:11.1085864Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:11.1086976Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:11.1088013Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:11.1088992Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:11.1089931Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:11.1090936Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:11.1091977Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:11.1092969Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:11.1093918Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:11.1094931Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:11.1096041Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:11.1097100Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:11.1098113Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:11.1099180Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:11.1100433Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:11.1101473Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:11.1102478Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:11.1103547Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:11.1104624Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:11.1105652Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:11.1106722Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:11.1108166Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:11.1109373Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:11.1110814Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:11.1111794Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:11.1112882Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:11.1114019Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:11.1115192Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:11.1116280Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:11.1117300Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:11.1118454Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:11.1119532Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:11.1120569Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:11.1121895Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:11.1123105Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:11.1124114Z [ 60%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:11.1125096Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:11.1126243Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:11.1127333Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:11.1128339Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:11.1129323Z [ 61%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:11.1130266Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:11.1131352Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:11.1132336Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:11.1133321Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:11.1134320Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:11.1135321Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:11.1136408Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:11.1137412Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:11.1138401Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:15.4973191Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:15.4974550Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:15.4975978Z [ 63%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:15.4977148Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:15.4978372Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:15.4979490Z [ 64%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:15.4980626Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:15.4981748Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:15.4982904Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:15.4984002Z [ 64%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:15.4985088Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:15.4986252Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:15.4987478Z [ 64%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:15.4989272Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:15.4991059Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:15.4992896Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:15.4994687Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:15.4996624Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:15.4998536Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:15.5000508Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:15.5002541Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:15.5004503Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:15.5006662Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:15.5008627Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:15.5010564Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:15.5012356Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:15.5014261Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:15.5016217Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:15.5018417Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:15.5020267Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:15.5021872Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:15.5023099Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:15.5024147Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:15.5025200Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:15.5026281Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:15.5027380Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:15.5028491Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:15.5029540Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:15.5030587Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:15.5031673Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:15.5032691Z [ 71%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:15.5033716Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:15.5034717Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:15.5035803Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:15.5036838Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:15.5037632Z [ 72%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:24:15.5038423Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:15.5039497Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:15.5040680Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:15.5041898Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:15.5043052Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:15.5044185Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:15.5045364Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:15.5046827Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:15.5048333Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:15.5049572Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:15.5050854Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:15.5052069Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:15.5053187Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:15.5053889Z [ 74%] Built target optimized_kernels 2025-03-21T20:24:15.5054621Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:15.5055620Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:15.5056567Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:15.5057509Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:15.5058552Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:15.5059664Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:15.5060714Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:15.5061542Z [ 76%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:24:15.5062528Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:15.5063811Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:15.5064618Z [ 76%] Generating code for kernel registration 2025-03-21T20:24:15.5065379Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:15.5066383Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:18.6630611Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:18.6631970Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:18.6633055Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:18.6634086Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:18.6635215Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:18.6636220Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:18.6637230Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:18.6638438Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:18.6639433Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:18.6640422Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:18.6641453Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:18.6642467Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:18.6643590Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:18.6644649Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:18.6645772Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:18.6646839Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:18.6647983Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:18.6649017Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:18.6649996Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:18.6651113Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:18.6652230Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:18.6653520Z [ 80%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:18.6654811Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:18.6655828Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:18.6656594Z [ 81%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:24:18.6657044Z [ 81%] Built target optimized_ops_lib 2025-03-21T20:24:18.6657772Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:18.6658843Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:18.6659880Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:18.6660891Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:18.6661886Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:18.6662829Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:18.6664047Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:18.6665089Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:18.6666132Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:18.6667146Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:18.6668100Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:18.6669127Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:18.6670124Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:18.6671176Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:18.6672171Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:18.6673137Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:18.6674143Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:18.6675205Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:18.6676346Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:18.6677443Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:18.6678530Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:18.6679457Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:18.6680440Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:18.6681549Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:18.6682834Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:18.6683965Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:18.6685321Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:18.6686721Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:18.6688032Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:18.6689158Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:18.6690266Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:18.6691401Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:18.6692508Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:18.6693594Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:18.6694804Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:18.6695880Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:18.6696895Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:18.6697961Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:18.6698981Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:18.6699991Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:18.6701071Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:18.6702078Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:18.6703217Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:18.6704569Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:18.6705797Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:18.6706973Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:25.9697391Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:25.9699990Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:25.9701991Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:25.9703844Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:25.9705651Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:25.9707575Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:25.9709463Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:25.9711399Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:25.9713398Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:25.9715381Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:25.9717117Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:25.9719173Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:25.9721022Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:25.9722960Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:25.9724878Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:25.9726938Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:25.9728889Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:25.9730709Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:25.9732588Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:25.9734535Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:25.9736513Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:25.9738645Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:25.9740637Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:25.9742614Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:25.9744722Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:25.9746988Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:25.9748977Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:25.9751281Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:25.9753319Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:25.9755401Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:25.9757417Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:25.9759595Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:25.9761724Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:25.9763957Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:25.9766031Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:25.9768160Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:25.9769776Z [ 97%] Linking CXX static library libportable_kernels.a 2025-03-21T20:25:25.9770912Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:25:25.9771784Z [ 97%] Built target portable_kernels 2025-03-21T20:25:25.9772725Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:25:25.9773631Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:25:25.9774400Z [ 97%] Merging kernel yaml files 2025-03-21T20:25:25.9775517Z [ 97%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:25:25.9776691Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:25.9777594Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:25.9779534Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:25.9782499Z [ 99%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:25.9784500Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:25:25.9785281Z [ 99%] Built target portable_ops_lib 2025-03-21T20:25:25.9786256Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:25:25.9787183Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:25:25.9788675Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:25:25.9790740Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:25:25.9792748Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:25.9794542Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:25:25.9796378Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:25:25.9798402Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:25:25.9799903Z [100%] Linking CXX executable executor_runner 2025-03-21T20:25:25.9800632Z [100%] Built target executor_runner 2025-03-21T20:25:25.9801517Z + ./cmake-out/executor_runner --model_path ./emformer_transcribe.pte 2025-03-21T20:25:25.9802749Z I 00:00:00.000560 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T20:25:25.9804366Z I 00:00:00.000587 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T20:25:25.9806079Z I 00:00:00.000599 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:25:25.9808084Z I 00:00:00.000617 executorch:cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T20:25:25.9809804Z I 00:00:00.000622 executorch:cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T20:25:25.9811206Z I 00:00:00.000628 executorch:executor_runner.cpp:143] Resetting threadpool with num threads = 0 2025-03-21T20:25:25.9812641Z I 00:00:00.127175 executorch:executor_runner.cpp:166] Model file ./emformer_transcribe.pte is loaded. 2025-03-21T20:25:25.9813913Z I 00:00:00.127199 executorch:executor_runner.cpp:175] Using method forward 2025-03-21T20:25:25.9815146Z I 00:00:00.127213 executorch:executor_runner.cpp:226] Setting up planned buffer 0, size 4675088. 2025-03-21T20:25:25.9816329Z I 00:00:00.133843 executorch:executor_runner.cpp:251] Method loaded. 2025-03-21T20:25:25.9817596Z I 00:00:58.420259 executorch:executor_runner.cpp:289] Model executed successfully 1 time(s) in 58286.342270 ms. 2025-03-21T20:25:25.9818880Z I 00:00:58.420283 executorch:executor_runner.cpp:293] 2 outputs: 2025-03-21T20:25:25.9819650Z Output 0: tensor(sizes=[1, 31, 1024], [ 2025-03-21T20:25:25.9820633Z 0.001374, -0.649606, -0.224962, 0.0927205, -0.411726, -0.00747909, 0.0718299, -0.58339, -0.625925, -0.498086, 2025-03-21T20:25:25.9821973Z -0.198715, 0.231251, -0.208724, 0.409434, -1.10335, 0.253172, -0.558746, 0.202378, -0.0938047, 0.0461831, 2025-03-21T20:25:25.9823289Z -0.142166, -0.203675, 0.303811, -0.471854, -0.953747, -0.808404, -0.10823, -0.38332, -0.312023, -0.193353, 2025-03-21T20:25:25.9824651Z 0.153642, -0.0529039, 0.00958837, -0.50545, -0.0707118, -0.135819, 0.00697977, -0.191335, -0.727613, -0.561324, 2025-03-21T20:25:25.9826027Z 0.0630626, -0.34879, 0.0771455, -0.287105, -0.234446, -0.555464, -0.681074, -0.469627, 0.0836532, 0.146837, 2025-03-21T20:25:25.9899148Z -0.105999, -0.300881, -0.0329383, 0.106341, -0.166924, -0.0948333, -0.74189, -0.534073, 0.0709564, -0.313783, 2025-03-21T20:25:25.9900152Z -0.0505332, -0.290998, -0.156288, -0.182684, -0.356889, -0.0175102, -0.100843, -0.249609, 0.895678, 0.0122405, 2025-03-21T20:25:25.9900878Z -0.0542861, -1.49185, -0.655626, -0.235847, -0.309744, -0.375382, -0.30016, -0.186248, -0.452916, 0.0500165, 2025-03-21T20:25:25.9901598Z 0.717123, -0.156701, -0.499753, -0.771177, -0.0121051, -0.0123598, 0.197363, -0.59002, -0.272514, -0.225068, 2025-03-21T20:25:25.9902307Z -0.462109, -0.498671, -0.265699, -0.186582, -0.123539, -0.310173, -0.060949, -0.184223, 0.154781, -1.07088, 2025-03-21T20:25:25.9902817Z ..., 2025-03-21T20:25:25.9903205Z -0.11878, 0.00477849, 0.6275, -0.488543, -0.8587, 0.19421, -0.413931, -0.693086, 0.325512, -1.67802, 2025-03-21T20:25:25.9903894Z -0.386102, 0.219123, -0.216832, 0.441054, 0.243704, 0.117681, 0.202127, 0.122902, -0.00707326, -0.25912, 2025-03-21T20:25:25.9904709Z 0.240493, -0.0409057, -0.172477, 0.396349, -0.34211, -0.778659, -0.198716, -0.440614, 0.0504129, -0.33179, 2025-03-21T20:25:25.9905425Z -0.503009, 0.0753427, 0.175155, -0.911875, -0.364213, -0.0937221, -0.308253, -0.215726, 0.454119, -0.534099, 2025-03-21T20:25:25.9906150Z -0.609365, -0.440901, 0.00104246, -0.39303, -0.476996, -1.11214, -0.586072, -0.130427, -0.0445444, -0.432319, 2025-03-21T20:25:25.9906888Z 0.398684, -0.00324618, 0.0447733, -0.149061, -0.0708105, -0.407867, -0.065985, -0.419366, -0.0497965, -2.18103, 2025-03-21T20:25:25.9907603Z -0.0666194, 0.551148, -0.136372, -0.284034, -0.295897, -0.068388, -0.549845, -0.040992, -0.0711574, 0.362036, 2025-03-21T20:25:25.9910821Z -0.139527, -0.0478265, -0.0511071, 0.230922, -0.387406, -0.288226, -0.14523, -0.089437, -0.0513302, -0.0845031, 2025-03-21T20:25:25.9911641Z 0.0818365, -0.536154, -0.345573, 0.321941, -0.269454, -0.137791, -0.0934844, -0.378789, 0.372287, -0.586138, 2025-03-21T20:25:25.9912360Z -0.459109, 0.475687, -0.874427, -0.351539, -0.265845, 0.0863425, -0.0968106, -0.361537, 0.439916, 0.11756, 2025-03-21T20:25:25.9912874Z ]) 2025-03-21T20:25:25.9913144Z Output 1: tensor(sizes=[1], [0]) 2025-03-21T20:25:25.9992936Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:25:25.9993329Z with: 2025-03-21T20:25:25.9993647Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:25.9994070Z fail-on-empty: false 2025-03-21T20:25:25.9994326Z env: 2025-03-21T20:25:25.9994596Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:25.9994971Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:25.9995260Z PR_NUMBER: 2025-03-21T20:25:25.9997106Z 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=emformer_transcribe 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:25:25.9999216Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:25.9999837Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:26.0000410Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:26.0000927Z ##[endgroup] 2025-03-21T20:25:26.0572799Z Prepare all required actions 2025-03-21T20:25:26.0612160Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:25:26.0612563Z with: 2025-03-21T20:25:26.0612940Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:25:26.0613545Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:25:26.0614001Z env: 2025-03-21T20:25:26.0614263Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:26.0614663Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:26.0614976Z PR_NUMBER: 2025-03-21T20:25:26.0616839Z 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=emformer_transcribe 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:25:26.0618877Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:26.0619509Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:26.0620089Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:26.0620518Z ##[endgroup] 2025-03-21T20:25:26.0645510Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:25:26.0646333Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:25:26.0654188Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:25:26.0654596Z env: 2025-03-21T20:25:26.0654879Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:26.0655274Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:26.0655586Z PR_NUMBER: 2025-03-21T20:25:26.0657426Z 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=emformer_transcribe 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:25:26.0659476Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:26.0660107Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:26.0660751Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:26.0661318Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:25:26.0661922Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:25:26.0662386Z ##[endgroup] 2025-03-21T20:25:26.0837755Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:25:26.3074037Z latest: Pulling from tool/alpine 2025-03-21T20:25:26.3077343Z 540db60ca938: Pulling fs layer 2025-03-21T20:25:26.3989325Z 540db60ca938: Download complete 2025-03-21T20:25:26.4767197Z 540db60ca938: Pull complete 2025-03-21T20:25:26.4880407Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:25:26.4920368Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:25:27.7969148Z Prepare all required actions 2025-03-21T20:25:27.7995779Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:25:27.7996195Z with: 2025-03-21T20:25:27.7996492Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:25:27.7997019Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:25:27.7997468Z env: 2025-03-21T20:25:27.7997733Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:27.7998106Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:27.7998410Z PR_NUMBER: 2025-03-21T20:25:27.8000274Z 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=emformer_transcribe 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:25:27.8002406Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:27.8003036Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:27.8003611Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:27.8004023Z ##[endgroup] 2025-03-21T20:25:27.8045096Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:25:27.8045842Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:25:27.8051745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:25:27.8052154Z env: 2025-03-21T20:25:27.8052430Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:27.8052898Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:27.8053210Z PR_NUMBER: 2025-03-21T20:25:27.8055043Z 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=emformer_transcribe 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:25:27.8057086Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:27.8057712Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:27.8058296Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:27.8058850Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:25:27.8059373Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:25:27.8059742Z ##[endgroup] 2025-03-21T20:25:28.7480174Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:25:28.7480923Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:25:28.7481515Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:25:28.7482088Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:25:28.7482756Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:25:28.7483290Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:25:28.7483751Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:25:28.7484116Z  fi 2025-03-21T20:25:28.7484420Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:25:28.7484898Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:25:28.7485332Z  fi 2025-03-21T20:25:28.7485608Z fi 2025-03-21T20:25:28.7485841Z  2025-03-21T20:25:28.7486067Z upload_docs=0 2025-03-21T20:25:28.7486504Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:25:28.7487010Z # empty folders do not count 2025-03-21T20:25:28.7487497Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:25:28.7488135Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:25:28.7488670Z  # upload will probably not work correctly 2025-03-21T20:25:28.7489046Z  upload_docs=1 2025-03-21T20:25:28.7489322Z fi 2025-03-21T20:25:28.7489661Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:25:28.7495515Z shell: /usr/bin/bash -e {0} 2025-03-21T20:25:28.7495814Z env: 2025-03-21T20:25:28.7496092Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:28.7496496Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:28.7496805Z PR_NUMBER: 2025-03-21T20:25:28.7498634Z 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=emformer_transcribe 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:25:28.7500693Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:28.7501320Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:28.7501898Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:28.7502327Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:25:28.7502694Z ##[endgroup] 2025-03-21T20:25:28.7623884Z Prepare all required actions 2025-03-21T20:25:28.7661130Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:25:28.7661522Z with: 2025-03-21T20:25:28.7661740Z env: 2025-03-21T20:25:28.7662030Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:28.7662404Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:28.7662711Z PR_NUMBER: 2025-03-21T20:25:28.7664779Z 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=emformer_transcribe 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:25:28.7666823Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:28.7667499Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:28.7668090Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:28.7668495Z ##[endgroup] 2025-03-21T20:25:28.7715321Z ##[group]Run set -eou pipefail 2025-03-21T20:25:28.7715678Z set -eou pipefail 2025-03-21T20:25:28.7715977Z  2025-03-21T20:25:28.7716366Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:25:28.7716871Z for _ in $(seq 1440); do 2025-03-21T20:25:28.7717237Z  # Break if no ssh session exists anymore 2025-03-21T20:25:28.7717617Z  if [ "$(who)" = "" ]; then 2025-03-21T20:25:28.7717942Z  break 2025-03-21T20:25:28.7718190Z  fi 2025-03-21T20:25:28.7718439Z  echo "." 2025-03-21T20:25:28.7718704Z  sleep 5 2025-03-21T20:25:28.7718963Z done 2025-03-21T20:25:28.7724782Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:25:28.7725204Z env: 2025-03-21T20:25:28.7725476Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:28.7725868Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:28.7726181Z PR_NUMBER: 2025-03-21T20:25:28.7728009Z 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=emformer_transcribe 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:25:28.7730049Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:28.7730681Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:28.7731280Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:28.7731695Z ##[endgroup] 2025-03-21T20:25:28.7754118Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:25:28.7825399Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:25:28.7826417Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:25:28.7827211Z # shellcheck disable=SC2046 2025-03-21T20:25:28.7827814Z docker stop $(docker ps -q) || true 2025-03-21T20:25:28.7828455Z # Prune all of the docker images 2025-03-21T20:25:28.7829064Z docker system prune -af 2025-03-21T20:25:28.7837343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:25:28.7838010Z env: 2025-03-21T20:25:28.7838490Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:28.7839150Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:28.7839683Z PR_NUMBER: 2025-03-21T20:25:28.7843263Z 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=emformer_transcribe 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:25:28.7845684Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:28.7846359Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:28.7846989Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:28.7847454Z ##[endgroup] 2025-03-21T20:25:39.3932362Z e9a5b69fee63 2025-03-21T20:25:39.6085060Z Deleted Containers: 2025-03-21T20:25:39.6085558Z e9a5b69fee63161339c34f56b66b09dba58ae259b7f3a02db84bc587a2610a03 2025-03-21T20:25:39.6085936Z 2025-03-21T20:25:42.4192498Z Deleted Images: 2025-03-21T20:25:42.4193153Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:25:42.4194106Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:25:42.4195243Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:25:42.4195954Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:25:42.4196905Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:25:42.4198265Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:25:42.4199416Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:25:42.4200123Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:25:42.4200896Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:25:42.4201595Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:25:42.4202327Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:25:42.4203026Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:25:42.4203715Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:25:42.4204394Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:25:42.4205080Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:25:42.4205762Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:25:42.4206457Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:25:42.4207178Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:25:42.4207867Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:25:42.4208599Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:25:42.4209287Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:25:42.4209972Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:25:42.4210644Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:25:42.4211304Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:25:42.4212007Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:25:42.4212715Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:25:42.4213695Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:25:42.4214391Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:25:42.4215062Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:25:42.4215739Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:25:42.4216412Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:25:42.4217088Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:25:42.4217810Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:25:42.4218495Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:25:42.4219165Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:25:42.4219860Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:25:42.4220551Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:25:42.4221282Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:25:42.4222000Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:25:42.4222668Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:25:42.4223330Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:25:42.4224017Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:25:42.4224692Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:25:42.4225100Z 2025-03-21T20:25:42.4256097Z Total reclaimed space: 14.13GB 2025-03-21T20:25:42.4298418Z ##[group]Run set +e 2025-03-21T20:25:42.4298715Z set +e 2025-03-21T20:25:42.4299006Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:25:42.4299441Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:25:42.4299836Z else 2025-03-21T20:25:42.4300144Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:25:42.4300502Z fi 2025-03-21T20:25:42.4300738Z set -e 2025-03-21T20:25:42.4306225Z shell: /usr/bin/bash -e {0} 2025-03-21T20:25:42.4306519Z env: 2025-03-21T20:25:42.4306794Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:25:42.4307183Z REPOSITORY: pytorch/executorch 2025-03-21T20:25:42.4307477Z PR_NUMBER: 2025-03-21T20:25:42.4309345Z 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=emformer_transcribe 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:25:42.4311376Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:25:42.4312010Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:25:42.4312585Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:25:42.4313003Z NO_SUDO: false 2025-03-21T20:25:42.4313247Z ##[endgroup] 2025-03-21T20:25:43.5052802Z Post job cleanup. 2025-03-21T20:25:43.6098492Z Post job cleanup. 2025-03-21T20:25:43.7044404Z [command]/usr/bin/git version 2025-03-21T20:25:43.7105327Z git version 2.47.1 2025-03-21T20:25:43.7139115Z Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/45d1b1c3-4bf6-4c60-8fec-fc467fd3d82b/.gitconfig' 2025-03-21T20:25:43.7148055Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/45d1b1c3-4bf6-4c60-8fec-fc467fd3d82b' before making global git config changes 2025-03-21T20:25:43.7149173Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:25:43.7153654Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:25:43.7195756Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:25:43.7223627Z [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:25:43.7483036Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:25:43.7500221Z http.https://github.com/.extraheader 2025-03-21T20:25:43.7509906Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:25:43.7535219Z [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:25:43.7838341Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:25:43.7865447Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:25:43.7870787Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:25:43.7871202Z ##[endgroup] 2025-03-21T20:25:43.7961294Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:26:01.6238266Z Cleaning up orphan processes