2025-03-21T20:17:39.1140512Z Current runner version: '2.323.0' 2025-03-21T20:17:39.1150990Z Runner name: 'i-01b790561858d2343' 2025-03-21T20:17:39.1152879Z Runner group name: 'Default' 2025-03-21T20:17:39.1154663Z Machine name: 'ip-10-0-26-249' 2025-03-21T20:17:39.1160534Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:39.1164410Z Contents: read 2025-03-21T20:17:39.1165860Z Metadata: read 2025-03-21T20:17:39.1167204Z ##[endgroup] 2025-03-21T20:17:39.1171702Z Secret source: Actions 2025-03-21T20:17:39.1173361Z Prepare workflow directory 2025-03-21T20:17:39.4876340Z Prepare all required actions 2025-03-21T20:17:39.4929529Z Getting action download info 2025-03-21T20:17:39.6899904Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:39.9635140Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:53.2557022Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:53.5854577Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:53.7098756Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:54.0917140Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:54.3473647Z Getting action download info 2025-03-21T20:17:54.4975541Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:54.4978337Z ##[group] Inputs 2025-03-21T20:17:54.4985678Z script: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:17:54.4993850Z timeout: 90 2025-03-21T20:17:54.4994202Z runner: linux.2xlarge.memory 2025-03-21T20:17:54.4994595Z upload-artifact: 2025-03-21T20:17:54.4995324Z upload-artifact-to-s3: false 2025-03-21T20:17:54.4995746Z download-artifact: 2025-03-21T20:17:54.4996092Z repository: 2025-03-21T20:17:54.4996449Z fetch-depth: 1 2025-03-21T20:17:54.4996778Z submodules: true 2025-03-21T20:17:54.4997173Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:54.4997708Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:54.4998167Z test-infra-ref: 2025-03-21T20:17:54.4998714Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:17:54.4999228Z docker-build-dir: .ci/docker 2025-03-21T20:17:54.4999634Z gpu-arch-type: cpu 2025-03-21T20:17:54.5000003Z gpu-arch-version: 2025-03-21T20:17:54.5000349Z job-name: linux-job 2025-03-21T20:17:54.5000716Z continue-on-error: false 2025-03-21T20:17:54.5001492Z binary-matrix: 2025-03-21T20:17:54.5001945Z run-with-docker: true 2025-03-21T20:17:54.5002321Z secrets-env: EXECUTORCH_HF_TOKEN 2025-03-21T20:17:54.5002739Z no-sudo: false 2025-03-21T20:17:54.5003107Z ##[endgroup] 2025-03-21T20:17:54.5003729Z Complete job name: test-huggingface-transformers (meta-llama/Llama-3.2-1B) / linux-job 2025-03-21T20:17:54.5562547Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:54.5685190Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:54.5696378Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:54.5697251Z ##[endgroup] 2025-03-21T20:17:55.8934008Z Runner Type: linux.2xlarge.memory 2025-03-21T20:17:55.8934644Z Instance Type: r5.2xlarge 2025-03-21T20:17:55.8935008Z AMI Name: unknown 2025-03-21T20:17:55.8964576Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:02.7759392Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:02.7759986Z set -euxo pipefail 2025-03-21T20:18:02.7760424Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:02.7760981Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:02.7761533Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.7761966Z else 2025-03-21T20:18:02.7762356Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:02.7762854Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.7763264Z fi 2025-03-21T20:18:02.7763564Z  2025-03-21T20:18:02.7763895Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:02.7764349Z echo "::endgroup::" 2025-03-21T20:18:02.7775789Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:02.7776210Z env: 2025-03-21T20:18:02.7776573Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:02.7777065Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:02.7777564Z PR_NUMBER: 2025-03-21T20:18:02.7784756Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:02.7792270Z NO_SUDO: false 2025-03-21T20:18:02.7792607Z ##[endgroup] 2025-03-21T20:18:02.7825962Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:02.7840630Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:02.7848618Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:02.7849423Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:02.9124790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:02.9126128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:02.9127417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:02.9129051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:02.9130382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:02.9131640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:02.9132883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:02.9134128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:02.9135765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:02.9137649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:02.9139049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:02.9140298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:02.9141591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:02.9142845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:02.9144105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:02.9145353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:02.9146428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:02.9147479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:02.9148596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:02.9149646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:02.9150671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:02.9151804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:02.9153211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:02.9154896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:02.9156170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:02.9157412Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:02.9158620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:02.9159632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:02.9160974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:18:02.9162704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:18:02.9164407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:18:02.9165843Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:02.9167283Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:02.9168421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:02.9169477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:02.9170477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:02.9171613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:02.9172895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:02.9174349Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:02.9175538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:02.9176706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:02.9177874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:02.9178931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:02.9179976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:02.9181047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:02.9182073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:02.9183068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:02.9184626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:02.9185676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:02.9186740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:02.9187820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:02.9189040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:02.9190292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:02.9191728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:02.9193431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:02.9194846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:02.9196305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:02.9198217Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:02.9199743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:02.9201119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:02.9203027Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:02.9204398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:02.9206509Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:02.9207872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:02.9209212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:02.9211140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:02.9212642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:02.9214716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:02.9216142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:02.9218049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:02.9219435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:02.9220845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:02.9222294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:02.9224059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:02.9225371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:02.9226727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:02.9228157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:02.9229563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:02.9230983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:02.9232363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:02.9233742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:02.9235072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:02.9236365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:02.9237698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:02.9239145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:02.9240504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:02.9241828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:02.9243140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:02.9244444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:02.9246609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:02.9247893Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:02.9249678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:02.9251031Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:02.9252570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:02.9254106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:02.9256010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:02.9257395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:02.9259078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:02.9260659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:02.9262119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:02.9263939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:02.9265352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:02.9267313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:02.9268772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:02.9270309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:02.9272145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:02.9273336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:02.9275081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:02.9276334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:02.9277555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:02.9279410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:02.9280671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:02.9281842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:02.9283928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:02.9285939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:02.9287763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:02.9289719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:02.9291544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:02.9293465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:02.9295315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:02.9297135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:02.9298776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:02.9300385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:02.9301908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:02.9303242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:02.9304574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:02.9305899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:02.9307214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:02.9308483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:02.9309709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:02.9311006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:02.9312919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:02.9314288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:02.9316142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:02.9317509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:02.9319271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:02.9320790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:02.9322078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:02.9323865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:02.9325193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:02.9326825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:02.9328317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:02.9329555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:02.9331439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:02.9332743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:02.9334305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:02.9335992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:02.9337332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:02.9339321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:02.9340695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:02.9342594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:02.9343951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:02.9345301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:02.9346637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:02.9347951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:02.9349278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:02.9350780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:02.9352581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:02.9354188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:02.9355677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:02.9357102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:02.9358641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:02.9360073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:02.9361481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:02.9362883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:02.9364337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:02.9365781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:02.9367265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:02.9368661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:02.9369966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:02.9371986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:02.9373171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:02.9374928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:02.9376256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:02.9377559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:02.9379469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:02.9380819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:02.9382770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:02.9384116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:02.9385992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:02.9387423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:02.9389272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:02.9390910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:02.9392971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:02.9394533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:02.9396049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:02.9397507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:02.9398924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:02.9400345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:02.9401942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:02.9403572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:02.9405136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:02.9406669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:02.9408128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:02.9409582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:02.9411132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:02.9412819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:02.9414115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:02.9415431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:02.9416712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:02.9418100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:02.9419657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:02.9420891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:02.9422078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:02.9423280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:02.9424535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:02.9425872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:02.9427234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:02.9428718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:02.9430058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:02.9431390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:02.9432749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:02.9434139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:02.9435561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:02.9436999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:02.9438591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:02.9440140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:02.9441521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:02.9442961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:02.9444384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:02.9445861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:02.9447325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:02.9448831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:02.9450998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:02.9452710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:02.9454772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:02.9456202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:02.9458092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:02.9459537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:02.9461306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:02.9462673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:02.9463880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:02.9464987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:02.9466027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:02.9467025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:02.9468086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:02.9469057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:02.9470015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:02.9471054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:02.9472194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:02.9473354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:02.9474520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:02.9475734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:02.9476975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:02.9478377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:02.9479943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:02.9481960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:02.9483435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:02.9484904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:02.9486511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:02.9488212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:02.9489972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:02.9491889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:02.9493703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:02.9495648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:02.9497141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:02.9498649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:02.9500162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:02.9501504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:02.9502895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:02.9504363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:02.9505702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:02.9506954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:02.9508151Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:02.9509256Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:02.9510425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:02.9511712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:02.9513017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:02.9514330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:02.9515641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:02.9516975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:02.9518373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:02.9519974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:02.9521570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:02.9523197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:02.9524829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:02.9526469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:02.9528170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:02.9529751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:02.9531375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:02.9532805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:02.9534291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:02.9535835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:02.9537430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:02.9538787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:02.9540051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:02.9541381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:02.9542775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:02.9544085Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:02.9545391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:02.9546722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:02.9548118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:02.9549572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:02.9550940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:02.9552627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:02.9553924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:02.9555250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:02.9556542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:02.9557848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:02.9559477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:02.9561016Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:02.9562421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:02.9563965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:02.9565521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:02.9566922Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:02.9568272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:02.9569948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:02.9571369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:02.9572731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:02.9574121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:02.9575655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:02.9577013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:02.9578318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:02.9579613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:02.9580897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:02.9582215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:02.9583520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:02.9584863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:02.9586709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:02.9588847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:02.9590699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:02.9592078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:02.9593374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:02.9594674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:02.9596048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:02.9597456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:02.9598974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:02.9600489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:02.9601932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:02.9603287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:02.9604629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:02.9606032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:02.9607605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:02.9608992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:02.9610345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:02.9611673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:02.9613083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:02.9614591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:02.9615990Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:02.9617240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:02.9618568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:02.9619983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:02.9621199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:02.9622437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:02.9623834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:02.9625286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:02.9626788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:02.9628381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:02.9630038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:02.9631603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:02.9633039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:02.9634408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:02.9635809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:02.9637293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:02.9638892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:02.9640406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:02.9641943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:02.9643454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:02.9644804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:02.9646031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:02.9647535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:02.9649104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:02.9650596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:02.9652155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:02.9653257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:02.9654371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:02.9690340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:02.9692105Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:02.9693663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:02.9695370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:02.9697032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:02.9698580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:02.9700184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:02.9701903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:02.9703560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:02.9704935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:02.9706009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:02.9706991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:02.9708020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:02.9709149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:02.9710309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:02.9711449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:02.9712698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:02.9713989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:02.9715232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:02.9716849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:02.9718044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:02.9719401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:02.9720735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:02.9722083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:02.9723416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:02.9724811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:02.9725977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:02.9727141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:02.9728253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:02.9729329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:02.9730495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:02.9731676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:02.9732862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:02.9734137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:02.9735344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:02.9736463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:02.9737615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:02.9738767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:02.9739945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:02.9741063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:02.9742308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:02.9743660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:02.9744954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:02.9746226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:02.9747390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:02.9748533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:02.9749740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:02.9750964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:02.9752413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:02.9753834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:02.9754998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:02.9756090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:02.9757206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:02.9758315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:02.9759463Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:02.9760651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:02.9761661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:02.9762833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:02.9764178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:02.9765504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:02.9766826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:02.9768129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:02.9769591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:02.9771056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:02.9772394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:02.9773693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:02.9775152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:02.9776799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:02.9778410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:02.9780042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:02.9781686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:02.9783314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:02.9784995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:02.9786727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:02.9788696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:02.9790872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:02.9793115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:02.9795275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:02.9797425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:02.9799829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:02.9802031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:02.9804225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:02.9806425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:02.9808742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:02.9811169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:02.9813563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:02.9815869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:02.9818413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:02.9821203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:02.9823943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:02.9826573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:02.9829052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:02.9831305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:02.9833507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:02.9835813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:02.9837978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:02.9840044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:02.9841797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:02.9843639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:02.9845531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:02.9847551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:02.9849455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:02.9851361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:02.9853569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:02.9855388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:02.9857178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:02.9858906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:02.9860603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:02.9862304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:02.9864037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:02.9865677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:02.9867333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:02.9869042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:02.9870984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:02.9873117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:02.9875237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:02.9877531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:02.9879662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:02.9881621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:02.9883383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:02.9885371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:02.9887314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:02.9889325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:02.9891386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:02.9893867Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:02.9894487Z + echo ::endgroup:: 2025-03-21T20:18:02.9895680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:02.9897782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:02.9899813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:02.9901823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:02.9903737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:02.9905575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:02.9907364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:02.9909094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:02.9910772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:02.9912339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:02.9913871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:02.9915450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:02.9917171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:02.9919113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:02.9920844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:02.9922570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:02.9924282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:02.9926124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:02.9927907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:02.9929732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:02.9931547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:02.9933456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:02.9935446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:02.9937466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:02.9939476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:02.9941503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:02.9943535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:02.9945567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:02.9947633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:02.9949700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:02.9951780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:02.9954164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:02.9956225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:02.9958242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:02.9960347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:02.9962555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:02.9964590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:02.9966602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:02.9968731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:02.9970798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:02.9972888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:02.9975022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:02.9977104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:02.9979164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:02.9981165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:02.9983147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:02.9985125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:02.9987132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:02.9989081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:02.9990972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:02.9992782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:02.9994567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:02.9996555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:02.9998616Z 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:03.0000481Z 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:03.0002348Z 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:03.0004123Z 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:03.0005835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:03.0007503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:03.0009044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:03.0010623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:03.0012277Z 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:03.0014061Z 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:03.0015891Z 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:03.0017741Z 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:03.0019599Z 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:03.0021445Z 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:03.0023426Z 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:03.0025289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:03.0026880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:03.0028489Z 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:03.0030075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:03.0031645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:03.0033179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:03.0034808Z 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:03.0036526Z 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:03.0038219Z 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:03.0040009Z 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:03.0041952Z 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:03.0044080Z 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:03.0046021Z 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:03.0048003Z 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:03.0049957Z 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:03.0051746Z 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:03.0053761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:03.0055393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:03.0056940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:03.0058591Z 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:03.0060366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:03.0062063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:03.0063792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:03.0065516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:03.0067277Z 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:03.0069092Z 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:03.0070902Z 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:03.0072702Z 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:03.0074510Z 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:03.0076312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:03.0078068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:03.0079953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:03.0081763Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:03.0083880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:03.0085814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:03.0087688Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:03.0089493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:03.0091390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:03.0093399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:03.0095440Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:03.0097285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:03.0099055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:03.0100815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:03.0102521Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:03.0104185Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:03.0105731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:03.0107247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:03.0108817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:03.0110508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:03.0112364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:03.0114270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:03.0116076Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:03.0117688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:03.0119352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:03.0120917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:03.0122434Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:03.0123997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:03.0125374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:03.0126927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:03.0128510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:03.0130012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:03.0131614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:03.0133147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:03.0134766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:03.0136287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:03.0137815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:03.0139279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:03.0140662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:03.0141995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:03.0143176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:03.0144311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:03.0145575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:03.0146911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:03.0148181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:03.0149471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:03.0150802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:03.0152391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:03.0153657Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:03.0154879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:03.0156286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:03.0157741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:03.0159291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:03.0160730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:03.0162209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:03.0163652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:03.0165335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:03.0166935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:03.0168588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:03.0170319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:03.0172184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:03.0173783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:03.0175400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:03.0176986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:03.0178464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:03.0179850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:03.0181127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:03.0182403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:03.0183644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:03.0184897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:03.0186193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:03.0187611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:03.0189095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:03.0190489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:03.0191831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:03.0193118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:03.0194400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:03.0195708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:03.0197003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:03.0198307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:03.0199845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:03.0201231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:03.0202546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:03.0203853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:03.0205127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:03.0206491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:03.0207785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:03.0209084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:03.0210373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:03.0211656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:03.0213018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:03.0214354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:03.0215631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:03.0216867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:03.0218032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:03.0219309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:03.0220597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:03.0221754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:03.0222977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:03.0224204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:03.0225403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:03.0226579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:03.0227790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:03.0229035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:03.0230396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:03.0231858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:03.0233287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:03.0234707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:03.0236204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:03.0237713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:03.0239238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:03.0240664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:03.0242090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:03.0243581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:03.0244966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:03.0246287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:03.0247574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:03.0248870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:03.0250159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:03.0251477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:03.0253032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:03.0254315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:03.0255514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:03.0256723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:03.0258015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:03.0259397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:03.0260788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:03.0262128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:03.0263532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:03.0264909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:03.0266204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:03.0267450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:03.0268714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:03.0269993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:03.0271319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:03.0272656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:03.0274165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:03.0275536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:03.0276955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:03.0278329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:03.0279747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:03.0281095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:03.0282411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:03.0283861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:03.0285119Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:03.0286371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:03.0287713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:03.0289043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:03.0290479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:03.0292008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:03.0293567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:03.0295105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:03.0296738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:03.0298296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:03.0299693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:03.0300929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:03.0302104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:03.0303373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:03.0304767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:03.0306131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:03.0307345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:03.0308588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:03.0309868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:03.0311203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:03.0312463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:03.0313782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:03.0315079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:03.0316329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:03.0317682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:03.0319067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:03.0320360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:03.0321605Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:03.0322862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:03.0324174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:03.0325634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:03.0327174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:03.0328650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:03.0330036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:03.0331379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:03.0332692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:03.0334038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:03.0335425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:03.0336778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:03.0338163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:03.0339490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:03.0340749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:03.0341932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:03.0343042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:03.0344345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:03.0345841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:03.0347383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:03.0349051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:03.0350560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:03.0352269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:03.0353703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:03.0355341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:03.0356869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:03.0358408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:03.0359809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:03.0361113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:03.0362510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:03.0363911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:03.0365262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:03.0366429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:03.0367542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:03.0368703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:03.0369882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:03.0371136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:03.0372391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:03.0373622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:03.0374819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:03.0376020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:03.0377209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:03.0378379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:03.0379619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:03.0381047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:03.0382599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:03.0384136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:03.0385742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:03.0387009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:03.0388144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:03.0389498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:03.0390877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:03.0392230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:03.0393551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:03.0394897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:03.0396194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:03.0397410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:03.0398727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:03.0399837Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:03.0400961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:03.0402111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:03.0403174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:03.0404251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:03.0405348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:03.0406445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:03.0407529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:03.0408659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:03.0409762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:03.0411110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:03.0412762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:03.0414373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:03.0416028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:03.0417748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:03.0419443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:03.0421126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:03.0422847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:03.0424458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:03.0425999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:03.0427543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:03.0429163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:03.0430673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:03.0432256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:03.0433863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:03.0435446Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:03.0437008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:03.0438611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:03.0440122Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:03.0441725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:03.0443450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:03.0445131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:03.0446900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:03.0448705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:03.0450514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:03.0452483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:03.0454041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:03.0455874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:03.0458076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:03.0459676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:03.0461672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:03.0463549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:03.0465444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:03.0467224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:03.0469500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:03.0471411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:03.0473302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:03.0475084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:03.0476674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:03.0478221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:03.0479897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:03.0481474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:03.0483060Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:03.0484599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:03.0486112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:03.0487626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:03.0489184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:03.0490795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:03.0492381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:03.0494014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:03.0495645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:03.0497258Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:03.0498889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:03.0500496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:03.0502101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:03.0503854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:03.0505429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:03.0506966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:03.0508511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:03.0510075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:03.0511686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:03.0513211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:03.0514702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:03.0516180Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:03.0517699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:03.0519356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:03.0520903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:03.0522480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:03.0524131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:03.0525731Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:03.0527403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:03.0529113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:03.0530805Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:03.0532456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:03.0534076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:03.0535690Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:03.0537307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:03.0538955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:03.0540558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:03.0542165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:03.0543858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:03.0545425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:03.0547037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:03.0548708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:03.0550445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:03.0552414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:03.0554139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:03.0555812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:03.0557523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:03.0559271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:03.0560941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:03.0562630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:03.0564294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:03.0565942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:03.0567548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:03.0569137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:03.0570678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:03.0572258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:03.0573835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:03.0575388Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:03.0577117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:03.0578991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:03.0580852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:03.0582924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:03.0584763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:03.0586569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:03.0588439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:03.0590417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:03.0592304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:03.0594054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:03.0595702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:03.0597309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:03.0598944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:03.0600637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:03.0602385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:03.0604134Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:03.0605815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:03.0607438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:03.0609053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:03.0610631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:03.0612213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:03.0613745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:03.0615229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:03.0616727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:03.0618297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:03.0619832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:03.0621522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:03.0623113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:03.0624652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:03.0626200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:03.0627717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:03.0629298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:03.0630766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:03.0632185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:03.0633597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:03.0635018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:03.0636458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:03.0637882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:03.0639439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:03.0640949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:03.0642427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:03.0643992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:03.0645597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:03.0647205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:03.0648756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:03.0650283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:03.0651760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:03.0653583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:03.0655166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:03.0656702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:03.0658288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:03.0660064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:03.0661661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:03.0663260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:03.0664856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:03.0666418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:03.0668062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:03.0669621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:03.0671132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:03.0672675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:03.0674198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:03.0675720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:03.0677262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:03.0678900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:03.0680467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:03.0682044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:03.0683637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:03.0685189Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:03.0686795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:03.0688415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:03.0690007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:03.0691671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:03.0693376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:03.0695078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:03.0696748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:03.0698498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:03.0700109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:03.0701689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:03.0703207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:03.0704694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:03.0706331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:03.0707935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:03.0709526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:03.0711148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:03.0712815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:03.0738385Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:03.0740118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:03.0741754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:03.0743396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:03.0744979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:03.0746539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:03.0748064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:03.0749547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:03.0751005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:03.0752724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:03.0754337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:03.0756057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:03.0757784Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:03.0759560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:03.0761196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:03.0763132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:03.0764717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:03.0766293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:03.0767832Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:03.0769553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:03.0771135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:03.0772715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:03.0774330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:03.0776005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:03.0777673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:03.0779301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:03.0780886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:03.0782424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:03.0783954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:03.0785432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:03.0786906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:03.0788359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:03.0789783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:03.0791218Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:03.0792685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:03.0794209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:03.0795705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:03.0797258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:03.0798952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:03.0800652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:03.0802315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:03.0804046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:03.0805771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:03.0807485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:03.0809083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:03.0810648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:03.0812247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:03.0813891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:03.0815496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:03.0817039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:03.0818466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:03.0819909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:03.0821408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:03.0822990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:03.0824528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:03.0826076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:03.0827646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:03.0829179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:03.0830775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:03.0832388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:03.0833995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:03.0835497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:03.0836895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:03.0838284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:03.0839909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:03.0841463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:03.0842969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:03.0844582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:03.0846348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:03.0848018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:03.0849695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:03.0851331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:03.0853183Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:03.0854784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:03.0856383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:03.0857933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:03.0859463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:03.0860943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:03.0862397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:03.0863862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:03.0865307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:03.0866738Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:03.0868265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:03.0869875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:03.0871458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:03.0873009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:03.0874528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:03.0876014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:03.0877732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:03.0879353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:03.0880896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:03.0882528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:03.0884243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:03.0886051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:03.0887668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:03.0889224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:03.0890722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:03.0892340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:03.0894045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:03.0895756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:03.0897352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:03.0898829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:03.0900305Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:03.0901762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:03.0903233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:03.0904680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:03.0906203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:03.0907783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:03.0909358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:03.0910999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:03.0912689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:03.0914380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:03.0916114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:03.0918014Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:03.0919848Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:03.0921647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:03.0923541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:03.0925317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:03.0926999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:03.0928527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:03.0930035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:03.0931487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:03.0932896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:03.0934277Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:03.0935769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:03.0937409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:03.0938986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:03.0940660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:03.0942381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:03.0944113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:03.0945713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:03.0947215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:03.0948678Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:03.0950232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:03.0951882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:03.0953741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:03.0955392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:03.0957201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:03.0958936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:03.0960580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:03.0962180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:03.0963870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:03.0965468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:03.0967051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:03.0968597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:03.0970215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:03.0971871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:03.0973532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:03.0975096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:03.0976560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:03.0978013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:03.0979375Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:03.0980767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:03.0982189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:03.0983567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:03.0984883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:03.0986131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:03.0987379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:03.0988649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:03.0989940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:03.0991254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:03.0992590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:03.0994091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:03.0995478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:03.0996857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:03.0998178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:03.0999641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:03.1001059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:03.1002363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:03.1003704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:03.1004980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:03.1006230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:03.1007484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:03.1008751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:03.1010102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:03.1011416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:03.1012744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:03.1014062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:03.1015387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:03.1016705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:03.1017938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:03.1019196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:03.1020525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:03.1021898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:03.1023184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:03.1024532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:03.1025911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:03.1027196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:03.1028539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:03.1029889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:03.1032209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:03.1033540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:03.1034866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:03.1036203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:03.1037638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:03.1039399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:03.1040956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:03.1042694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:03.1044143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:03.1045635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:03.1047132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:03.1048543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:03.1050028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:03.1051449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:03.1053155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:03.1054764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:03.1056336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:03.1057894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:03.1059457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:03.1061004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:03.1062602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:03.1064215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:03.1065719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:03.1067165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:03.1068673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:03.1070290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:03.1072158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:03.1073815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:03.1075677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:03.1077655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:03.1079928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:03.1081816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:03.1083685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:03.1085263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:03.1086807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:03.1088232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:03.1089678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:03.1091162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:03.1092575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:03.1093917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:03.1095389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:03.1097000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:03.1098808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:03.1100728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:03.1102531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:03.1104349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:03.1106188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:03.1107996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:03.1109853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:03.1111756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:03.1113502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:03.1115229Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:03.1116867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:03.1118519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:03.1120116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:03.1121646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:03.1123147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:03.1124624Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:03.1126000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:03.1127286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:03.1128640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:03.1129999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:03.1131408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:03.1132797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:03.1134101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:03.1135384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:03.1136676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:03.1138105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:03.1139567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:03.1141069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:03.1142609Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:03.1144051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:03.1145387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:03.1146683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:03.1148059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:03.1149377Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:03.1150890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:03.1152664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:03.1154243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:03.1156063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:03.1158209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:03.1160634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:03.1162529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:03.1164416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:03.1166290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:03.1168074Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:03.1170010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:03.1172128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:03.1174079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:03.1175839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:03.1177449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:03.1178855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:03.1180211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:03.1181561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:03.1182882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:03.1184141Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:03.1185327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:03.1186489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:03.1187595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:03.1188764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:03.1190141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:03.1191351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:03.1192595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:03.1193779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:03.1195039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:03.1196427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:03.1197903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:03.1199327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:03.1200761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:03.1202300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:03.1203703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:03.1205075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:03.1206549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:03.1208025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:03.1209397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:03.1210700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:03.1211945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:03.1213132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:03.1214311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:03.1215531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:03.1216804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:03.1218181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:03.1219528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:03.1220768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:03.1222012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:03.1223242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:03.1224402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:03.1225562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:03.1226963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:03.1228250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:03.1229473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:03.1230714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:03.1231972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:03.1233309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:03.1234759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:03.1236025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:03.1237292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:03.1238719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:03.1239926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:03.1241062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:03.1242239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:03.1243391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:03.1244530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:03.1245663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:03.1246785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:03.1247956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:03.1249225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:03.1250527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:03.1251716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:03.1253136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:03.1254350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:03.1255554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:03.1256806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:03.1257964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:03.1259089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:03.1260260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:03.1261427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:03.1262567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:03.1263890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:03.1265021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:03.1266123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:03.1267212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:03.1268371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:03.1269769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:03.1271090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:03.1272205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:03.1273277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:03.1274494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:03.1275730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:03.1276898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:03.1278079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:03.1279591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:03.1281174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:03.1282600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:03.1283920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:03.1285154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:03.1286306Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:03.1287411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:03.1288515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:03.1289628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:03.1290917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:03.1292408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:03.1293945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:03.1295476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:03.1296993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:03.1298485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:03.1300025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1301354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:03.1302552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:03.1303871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:03.1305403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:03.1307038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:03.1308585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:03.1310081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1311549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:03.1312920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:03.1314290Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:03.1315587Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:03.1316897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:03.1318166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:03.1319575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:03.1320911Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:03.1322283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:03.1323598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:03.1324804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:03.1326025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:03.1327282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:03.1328633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:03.1329974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:03.1331306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:03.1332631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:03.1334194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:03.1336033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:03.1337876Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1339486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:03.1340937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:03.1342268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:03.1343549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:03.1345086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:03.1346720Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1348280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1349724Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:03.1351011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:03.1352499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:03.1353762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:03.1355245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:03.1357029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:03.1358885Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:03.1360712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:03.1362487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:03.1364194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1365755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:03.1367173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:03.1368686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:03.1370276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:03.1371913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:03.1373586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1375155Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:03.1376755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:03.1378007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:03.1379339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:03.1380809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:03.1382360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:03.1384046Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:03.1385594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:03.1386993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:03.1388226Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:03.1389594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:03.1391103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:03.1392520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:03.1393829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:03.1395112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:03.1396369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:03.1397618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:03.1398963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:03.1400219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:03.1401431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:03.1402887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1404610Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1406209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1407677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:03.1409012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:03.1410208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:03.1410735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:03.1411486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1412285Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1412944Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1413537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:03.1414049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:03.1414529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:03.1415118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:03.1415626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:03.1416411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1417136Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1417811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1418431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:03.1418975Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:03.1419486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:03.1420095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:03.1420852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:03.1421554Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1422196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:03.1422762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:03.1423250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:03.1423776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:03.1424342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:03.1424869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:03.1425493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:03.1426040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:03.1426800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:03.1427513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:03.1428174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:03.1428820Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:03.1429329Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:03.1430147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:03.1430906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:03.1431658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:03.1432311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:03.1432887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:03.1433381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:03.1433971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:03.1434495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:03.1434996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:03.1435541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:03.1436132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:03.1436633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:03.1437277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:03.1437778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:03.1438270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:03.1438897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:03.1439468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:03.1440073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:03.1440741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:03.1441360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:03.1441916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:03.1442529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:03.1443016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:03.1443597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:03.1444094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:03.1444626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:03.1445235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:03.1445800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:03.1446338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:03.1446942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:03.1447556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:03.1448256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:03.1448838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:03.1449425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:03.1450074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:03.1450704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:03.1451364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:03.1452243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:03.1452911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:03.1453587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:03.1454244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:03.1454883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:03.1455593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:03.1456224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:03.1456907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:03.1457645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:03.1458396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:03.1459156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:03.1459908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:03.1460537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:03.1461080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:03.1461785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:03.1462432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:03.1463187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:03.1463851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:03.1464376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:03.1464912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:03.1465490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:03.1466142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:03.1466688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:03.1467195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:03.1467728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:03.1468263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:03.1468748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:03.1469327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:03.1469899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:03.1470539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:03.1471186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:03.1471700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:03.1472177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:03.1472799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:03.1473398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:03.1473882Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:03.1474348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:03.1474881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:03.1475374Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:03.1475831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:03.1476266Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:03.1476676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:03.1477071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:03.1477424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:03.1478904Z ##[endgroup] 2025-03-21T20:18:03.1607940Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:03.1608116Z with: 2025-03-21T20:18:03.1608491Z repository: pytorch/test-infra 2025-03-21T20:18:03.1608631Z path: test-infra 2025-03-21T20:18:03.1608783Z submodules: recursive 2025-03-21T20:18:03.1609167Z token: *** 2025-03-21T20:18:03.1609314Z ssh-strict: true 2025-03-21T20:18:03.1609439Z ssh-user: git 2025-03-21T20:18:03.1609604Z persist-credentials: true 2025-03-21T20:18:03.1609739Z clean: true 2025-03-21T20:18:03.1609898Z sparse-checkout-cone-mode: true 2025-03-21T20:18:03.1610045Z fetch-depth: 1 2025-03-21T20:18:03.1610190Z fetch-tags: false 2025-03-21T20:18:03.1610322Z show-progress: true 2025-03-21T20:18:03.1610458Z lfs: false 2025-03-21T20:18:03.1610615Z set-safe-directory: true 2025-03-21T20:18:03.1610736Z env: 2025-03-21T20:18:03.1610945Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:03.1611109Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:03.1611247Z PR_NUMBER: 2025-03-21T20:18:03.1618262Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:03.1618593Z ##[endgroup] 2025-03-21T20:18:03.3021443Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:03.3065911Z ##[group]Getting Git version info 2025-03-21T20:18:03.3067231Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:03.3069041Z [command]/usr/bin/git version 2025-03-21T20:18:03.3069689Z git version 2.47.1 2025-03-21T20:18:03.3072014Z ##[endgroup] 2025-03-21T20:18:03.3081343Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/be63cafa-230a-4695-ad5d-60e792d2cf6e' before making global git config changes 2025-03-21T20:18:03.3083575Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:03.3093559Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:03.3131747Z ##[group]Initializing the repository 2025-03-21T20:18:03.3139166Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:03.3177731Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:03.3179129Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:03.3180423Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:03.3181457Z hint: 2025-03-21T20:18:03.3182231Z hint: git config --global init.defaultBranch 2025-03-21T20:18:03.3183041Z hint: 2025-03-21T20:18:03.3184186Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:03.3185497Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:03.3186698Z hint: 2025-03-21T20:18:03.3187185Z hint: git branch -m 2025-03-21T20:18:03.3188510Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:03.3194560Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:03.3226200Z ##[endgroup] 2025-03-21T20:18:03.3226838Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:03.3231352Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:03.3262654Z ##[endgroup] 2025-03-21T20:18:03.3263235Z ##[group]Setting up auth 2025-03-21T20:18:03.3270652Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:03.3308500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:03.3632839Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:03.3667542Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:03.3992862Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:03.4042350Z ##[endgroup] 2025-03-21T20:18:03.4043058Z ##[group]Determining the default branch 2025-03-21T20:18:03.4045077Z Retrieving the default branch name 2025-03-21T20:18:03.6125707Z Default branch 'main' 2025-03-21T20:18:03.6126762Z ##[endgroup] 2025-03-21T20:18:03.6127363Z ##[group]Fetching the repository 2025-03-21T20:18:03.6132628Z [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:04.0699425Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:04.0700142Z * [new branch] main -> origin/main 2025-03-21T20:18:04.0724048Z ##[endgroup] 2025-03-21T20:18:04.0724629Z ##[group]Determining the checkout info 2025-03-21T20:18:04.0725778Z ##[endgroup] 2025-03-21T20:18:04.0731036Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:04.0769740Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:04.0800892Z ##[group]Checking out the ref 2025-03-21T20:18:04.0806202Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:04.1754983Z Switched to a new branch 'main' 2025-03-21T20:18:04.1757029Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:04.1765618Z ##[endgroup] 2025-03-21T20:18:04.1766538Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:04.1772824Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:04.1820708Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:04.1856413Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:04.1890830Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:04.1920462Z ##[endgroup] 2025-03-21T20:18:04.1921426Z ##[group]Fetching submodules 2025-03-21T20:18:04.1926149Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:04.2245334Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:04.2574231Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:04.2888013Z ##[endgroup] 2025-03-21T20:18:04.2888954Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:04.2897887Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:04.3224251Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:04.3559008Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:04.3885591Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:04.4205328Z ##[endgroup] 2025-03-21T20:18:04.4242988Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:04.4268409Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:04.4503099Z Prepare all required actions 2025-03-21T20:18:04.4503866Z Getting action download info 2025-03-21T20:18:04.5486868Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:05.9320642Z Getting action download info 2025-03-21T20:18:06.0333734Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:06.2023633Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:06.2024138Z env: 2025-03-21T20:18:06.2024515Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.2025004Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.2025391Z PR_NUMBER: 2025-03-21T20:18:06.2032422Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:06.2039920Z ##[endgroup] 2025-03-21T20:18:06.2141976Z ##[group]Run set -euo pipefail 2025-03-21T20:18:06.2142448Z set -euo pipefail 2025-03-21T20:18:06.2142872Z function get_ec2_metadata() { 2025-03-21T20:18:06.2143392Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:06.2144274Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:06.2145043Z  category=$1 2025-03-21T20:18:06.2146231Z  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:06.2147486Z } 2025-03-21T20:18:06.2147857Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:06.2148454Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:06.2149113Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:06.2149895Z echo "system info $(uname -a)" 2025-03-21T20:18:06.2157159Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.2157697Z env: 2025-03-21T20:18:06.2158061Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.2158647Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.2159066Z PR_NUMBER: 2025-03-21T20:18:06.2166290Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:06.2173642Z ##[endgroup] 2025-03-21T20:18:06.2343937Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:06.2470980Z instance-id: i-01b790561858d2343 2025-03-21T20:18:06.2609855Z instance-type: r5.2xlarge 2025-03-21T20:18:06.2622464Z system info Linux ip-10-0-26-249.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:06.2666673Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:06.2667936Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:06.2675154Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.2675683Z env: 2025-03-21T20:18:06.2676042Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.2676542Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.2676960Z PR_NUMBER: 2025-03-21T20:18:06.2684100Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:06.2691729Z ##[endgroup] 2025-03-21T20:18:06.2784355Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:06.2784978Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:06.2785492Z  echo "Docker daemon is running..."; 2025-03-21T20:18:06.2785956Z else 2025-03-21T20:18:06.2786431Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:06.2787012Z fi 2025-03-21T20:18:06.2793690Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.2794197Z env: 2025-03-21T20:18:06.2794792Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.2795297Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.2795683Z PR_NUMBER: 2025-03-21T20:18:06.2802766Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:06.2810146Z ##[endgroup] 2025-03-21T20:18:06.2893451Z Docker daemon is running... 2025-03-21T20:18:06.2929496Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.2930385Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:06.2931100Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:06.2931934Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:06.2932909Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:06.2940006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:06.2940537Z env: 2025-03-21T20:18:06.2940898Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.2941422Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.2941816Z PR_NUMBER: 2025-03-21T20:18:06.2948842Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:06.2956736Z AWS_RETRY_MODE: standard 2025-03-21T20:18:06.2957124Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:06.2958052Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:06.2958494Z ##[endgroup] 2025-03-21T20:18:07.5633465Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:07.5634816Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:07.5635664Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:07.5636306Z 2025-03-21T20:18:07.5636458Z Login Succeeded 2025-03-21T20:18:07.5683527Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.5684313Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.5685004Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:07.5691864Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.5692382Z env: 2025-03-21T20:18:07.5692731Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:07.5693265Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.5693653Z PR_NUMBER: 2025-03-21T20:18:07.5700705Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:07.5708102Z ##[endgroup] 2025-03-21T20:18:07.5819018Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.5820042Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:07.5820915Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.5821704Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:07.5822768Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.5823788Z  2025-03-21T20:18:07.5824521Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:07.5825564Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.5826795Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:07.5827968Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.5829103Z  2025-03-21T20:18:07.5829658Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:07.5830472Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.5831167Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:07.5832017Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:07.5842291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:07.5843216Z env: 2025-03-21T20:18:07.5843831Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:07.5844733Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:07.5845385Z PR_NUMBER: 2025-03-21T20:18:07.5858703Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:07.5872246Z ##[endgroup] 2025-03-21T20:18:08.1282060Z ##[group]Run needs=0 2025-03-21T20:18:08.1282453Z needs=0 2025-03-21T20:18:08.1282952Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:08.1283557Z  needs=1 2025-03-21T20:18:08.1283874Z fi 2025-03-21T20:18:08.1284215Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:08.1290855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.1291373Z env: 2025-03-21T20:18:08.1291730Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:08.1292257Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.1292641Z PR_NUMBER: 2025-03-21T20:18:08.1299615Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:08.1307364Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.1308166Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.1308898Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.1309421Z ##[endgroup] 2025-03-21T20:18:08.1532882Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.1533869Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:08.1534446Z # shellcheck disable=SC2046 2025-03-21T20:18:08.1534916Z docker stop $(docker ps -q) || true 2025-03-21T20:18:08.1535397Z # Prune all of the docker images 2025-03-21T20:18:08.1535856Z docker system prune -af 2025-03-21T20:18:08.1542491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:08.1542990Z env: 2025-03-21T20:18:08.1543335Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:08.1543839Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.1544224Z PR_NUMBER: 2025-03-21T20:18:08.1551203Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:08.1559166Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.1559965Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.1560714Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.1561237Z ##[endgroup] 2025-03-21T20:18:08.1836317Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:08.1836892Z See 'docker stop --help'. 2025-03-21T20:18:08.1837145Z 2025-03-21T20:18:08.1837388Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:08.1837763Z 2025-03-21T20:18:08.1837932Z Stop one or more running containers 2025-03-21T20:18:08.2003784Z Total reclaimed space: 0B 2025-03-21T20:18:08.2092032Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:08.2092552Z with: 2025-03-21T20:18:08.2093149Z github-secret: *** 2025-03-21T20:18:08.2094075Z 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:08.2095105Z activate-with-label: false 2025-03-21T20:18:08.2095490Z label: with-ssh 2025-03-21T20:18:08.2095999Z remove-existing-keys: true 2025-03-21T20:18:08.2096401Z fail-silently: true 2025-03-21T20:18:08.2096733Z env: 2025-03-21T20:18:08.2097079Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:08.2097589Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.2097975Z PR_NUMBER: 2025-03-21T20:18:08.2104997Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:08.2112482Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.2113273Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.2114027Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.2114561Z ##[endgroup] 2025-03-21T20:18:08.3373001Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:08.3374674Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:08.3559071Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:08.3559496Z with: 2025-03-21T20:18:08.3559810Z repository: pytorch/executorch 2025-03-21T20:18:08.3560249Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.3560729Z path: pytorch/executorch 2025-03-21T20:18:08.3561085Z fetch-depth: 1 2025-03-21T20:18:08.3561399Z submodules: true 2025-03-21T20:18:08.3561946Z token: *** 2025-03-21T20:18:08.3562247Z ssh-strict: true 2025-03-21T20:18:08.3562560Z ssh-user: git 2025-03-21T20:18:08.3562901Z persist-credentials: true 2025-03-21T20:18:08.3563263Z clean: true 2025-03-21T20:18:08.3563613Z sparse-checkout-cone-mode: true 2025-03-21T20:18:08.3564010Z fetch-tags: false 2025-03-21T20:18:08.3564352Z show-progress: true 2025-03-21T20:18:08.3564687Z lfs: false 2025-03-21T20:18:08.3564998Z set-safe-directory: true 2025-03-21T20:18:08.3565342Z env: 2025-03-21T20:18:08.3565693Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:08.3566239Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:08.3566619Z PR_NUMBER: 2025-03-21T20:18:08.3573613Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:08.3581325Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:08.3582121Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:08.3582860Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:08.3583394Z ##[endgroup] 2025-03-21T20:18:08.4711485Z Syncing repository: pytorch/executorch 2025-03-21T20:18:08.4722430Z ##[group]Getting Git version info 2025-03-21T20:18:08.4723865Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:08.4755554Z [command]/usr/bin/git version 2025-03-21T20:18:08.4796885Z git version 2.47.1 2025-03-21T20:18:08.4826683Z ##[endgroup] 2025-03-21T20:18:08.4843139Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/353ff4ad-9e8a-48e9-ae63-95b0ea4a31b3' before making global git config changes 2025-03-21T20:18:08.4845530Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:08.4851183Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:08.4887366Z ##[group]Initializing the repository 2025-03-21T20:18:08.4893936Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:08.4930041Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:08.4931832Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:08.4933174Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:08.4934226Z hint: 2025-03-21T20:18:08.4934847Z hint: git config --global init.defaultBranch 2025-03-21T20:18:08.4935657Z hint: 2025-03-21T20:18:08.4936392Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:08.4937653Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:08.4938613Z hint: 2025-03-21T20:18:08.4939070Z hint: git branch -m 2025-03-21T20:18:08.4940520Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:08.4946153Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:08.4976730Z ##[endgroup] 2025-03-21T20:18:08.4977725Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:08.4983230Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:08.5012528Z ##[endgroup] 2025-03-21T20:18:08.5013471Z ##[group]Setting up auth 2025-03-21T20:18:08.5020703Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:08.5052822Z [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:08.5354645Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:08.5385191Z [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:08.5695266Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.5740597Z ##[endgroup] 2025-03-21T20:18:08.5741244Z ##[group]Fetching the repository 2025-03-21T20:18:08.5749995Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.1670346Z From https://github.com/pytorch/executorch 2025-03-21T20:18:10.1671081Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:10.1693837Z ##[endgroup] 2025-03-21T20:18:10.1694579Z ##[group]Determining the checkout info 2025-03-21T20:18:10.1696542Z ##[endgroup] 2025-03-21T20:18:10.1701441Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:10.1738131Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:10.1766191Z ##[group]Checking out the ref 2025-03-21T20:18:10.1770603Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:10.7173851Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:10.7174465Z 2025-03-21T20:18:10.7174796Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:10.7175583Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:10.7176376Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:10.7176845Z 2025-03-21T20:18:10.7177149Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:10.7177879Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:10.7178301Z 2025-03-21T20:18:10.7178456Z git switch -c 2025-03-21T20:18:10.7178742Z 2025-03-21T20:18:10.7178905Z Or undo this operation with: 2025-03-21T20:18:10.7179163Z 2025-03-21T20:18:10.7179300Z git switch - 2025-03-21T20:18:10.7179491Z 2025-03-21T20:18:10.7179820Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:10.7180329Z 2025-03-21T20:18:10.7180839Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:10.7210535Z ##[endgroup] 2025-03-21T20:18:10.7211124Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:10.7216340Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:10.7263131Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:10.7292096Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:10.7323813Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:10.7348904Z ##[endgroup] 2025-03-21T20:18:10.7349485Z ##[group]Fetching submodules 2025-03-21T20:18:10.7352995Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:10.7661627Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:10.7965406Z 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:10.7967872Z 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:10.7970245Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:10.7972150Z 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:10.7975811Z 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:10.7978520Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:10.7982157Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:10.7985880Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:10.7989711Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:10.7993491Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:10.7997558Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:10.8001530Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:10.8005736Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:10.8009809Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:10.8014227Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:10.8019734Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:10.8026192Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:10.8030986Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:10.8036109Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:10.8040880Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:10.8045904Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:10.8051131Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:10.8056928Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:10.8091098Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:11.0371403Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:11.2537492Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:11.4580689Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:11.8663693Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:12.1122812Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:12.2911287Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:12.4605675Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:12.6876845Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:13.4275487Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:13.7664540Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:13.9505168Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:14.2191572Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:14.9638414Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:15.2099402Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:15.5944269Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:15.9586991Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:16.1659804Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:16.3464433Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:16.6396130Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:17.4370460Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:17.6702334Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:18.0559209Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:18.7409364Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:18.7410172Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:18.7541837Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:19.2156749Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:19.2157550Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:19.2287343Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:19.2401436Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:20.0158200Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:20.0159046Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:20.0750754Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:20.6577455Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:20.6578314Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:20.6942029Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:21.1127928Z From https://github.com/zeux/volk 2025-03-21T20:18:21.1128599Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:21.1213648Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:21.5640304Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:21.5641057Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:21.5743575Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:21.9866349Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:21.9867045Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:21.9931787Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:23.6360148Z From https://github.com/google/XNNPACK 2025-03-21T20:18:23.6361385Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:24.3215694Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:24.8091611Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:24.8092318Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:24.9064133Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:25.3176808Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:25.3177539Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:25.3275319Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:25.8025334Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:25.8026046Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:25.8305296Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:27.4276136Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:27.4276837Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:27.5719149Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:27.5926263Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:28.0963685Z From https://github.com/pytorch/ao 2025-03-21T20:18:28.0964376Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:28.1751914Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:28.8483915Z From https://github.com/google/flatbuffers 2025-03-21T20:18:28.8484621Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:28.9680999Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:29.4969684Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:29.4970456Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:29.5260450Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:29.9239508Z From https://github.com/gflags/gflags 2025-03-21T20:18:29.9240201Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:29.9342637Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:30.5791201Z From https://github.com/google/googletest 2025-03-21T20:18:30.5791917Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:30.6199244Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:31.0617215Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:31.0617938Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:31.0703637Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:31.0787550Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:31.7054945Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:31.7055661Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:31.7933229Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:32.4974729Z From https://github.com/pybind/pybind11 2025-03-21T20:18:32.4975452Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:32.5293367Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:32.5308581Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:32.5614169Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:32.5644148Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:32.5675992Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:32.5707139Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:32.5737303Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:32.5768559Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:32.5799270Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:32.5829919Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:32.5860684Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:32.5891372Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:32.5922354Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:32.5953473Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:32.5982246Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:32.6011616Z Entering 'shim' 2025-03-21T20:18:32.6042090Z Entering 'third-party/ao' 2025-03-21T20:18:32.6072223Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:32.6102606Z Entering 'third-party/flatcc' 2025-03-21T20:18:32.6133070Z Entering 'third-party/gflags' 2025-03-21T20:18:32.6163058Z Entering 'third-party/googletest' 2025-03-21T20:18:32.6192963Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:32.6222654Z Entering 'third-party/pocketfft' 2025-03-21T20:18:32.6253687Z Entering 'third-party/prelude' 2025-03-21T20:18:32.6282170Z Entering 'third-party/pybind11' 2025-03-21T20:18:32.6323787Z ##[endgroup] 2025-03-21T20:18:32.6324835Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:32.6333040Z [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:32.6639673Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:32.6701970Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:32.6763499Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:32.6823270Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:32.6883051Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:32.6943846Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:32.7007818Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:32.7068589Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:32.7128982Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:32.7210230Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:32.7273573Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:32.7335241Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:32.7399589Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:32.7464235Z Entering 'shim' 2025-03-21T20:18:32.7525178Z Entering 'third-party/ao' 2025-03-21T20:18:32.7587305Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:32.7650624Z Entering 'third-party/flatcc' 2025-03-21T20:18:32.7712268Z Entering 'third-party/gflags' 2025-03-21T20:18:32.7772196Z Entering 'third-party/googletest' 2025-03-21T20:18:32.7833969Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:32.7894530Z Entering 'third-party/pocketfft' 2025-03-21T20:18:32.7954920Z Entering 'third-party/prelude' 2025-03-21T20:18:32.8015632Z Entering 'third-party/pybind11' 2025-03-21T20:18:32.8093126Z [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:32.8397487Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:32.8458338Z 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:32.8459807Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:32.8519673Z 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:32.8521068Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:32.8581700Z 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:32.8583062Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:32.8641723Z 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:32.8643224Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:32.8701673Z 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:32.8703153Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:32.8762123Z 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:32.8763989Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:32.8823298Z 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:32.8824644Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:32.8885979Z 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:32.8887337Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:32.8946258Z 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:32.8947680Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:32.9006110Z 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:32.9007569Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:32.9065419Z 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:32.9066799Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:32.9123478Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:32.9124774Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:32.9183064Z 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:32.9184846Z Entering 'shim' 2025-03-21T20:18:32.9243102Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:32.9244183Z Entering 'third-party/ao' 2025-03-21T20:18:32.9302278Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:32.9303671Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:32.9362870Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:32.9364085Z Entering 'third-party/flatcc' 2025-03-21T20:18:32.9421869Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:32.9423269Z Entering 'third-party/gflags' 2025-03-21T20:18:32.9482194Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:32.9483681Z Entering 'third-party/googletest' 2025-03-21T20:18:32.9541903Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:32.9543341Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:32.9604864Z 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:32.9606324Z Entering 'third-party/pocketfft' 2025-03-21T20:18:32.9666008Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:32.9667231Z Entering 'third-party/prelude' 2025-03-21T20:18:32.9724199Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:32.9725656Z Entering 'third-party/pybind11' 2025-03-21T20:18:32.9783351Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:33.0104196Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:33.0419276Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.0450229Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.0482805Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.0513869Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.0543604Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.0573828Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.0603231Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.0632417Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.0662175Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.0691051Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.0720331Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.0749096Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.0778739Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.0807910Z Entering 'shim' 2025-03-21T20:18:33.0836367Z Entering 'third-party/ao' 2025-03-21T20:18:33.0865883Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.0895241Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.0923811Z Entering 'third-party/gflags' 2025-03-21T20:18:33.0952288Z Entering 'third-party/googletest' 2025-03-21T20:18:33.0982101Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.1010456Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.1039918Z Entering 'third-party/prelude' 2025-03-21T20:18:33.1071578Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.1115711Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:33.1422073Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.1450944Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.1482493Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.1512554Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.1545243Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.1575825Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.1607305Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.1637035Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.1668327Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.1697663Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.1729426Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.1759647Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.1790547Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.1819318Z Entering 'shim' 2025-03-21T20:18:33.1849990Z Entering 'third-party/ao' 2025-03-21T20:18:33.1879306Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.1910140Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.1938677Z Entering 'third-party/gflags' 2025-03-21T20:18:33.1969661Z Entering 'third-party/googletest' 2025-03-21T20:18:33.1999024Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.2029422Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.2060143Z Entering 'third-party/prelude' 2025-03-21T20:18:33.2091825Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.2131299Z ##[endgroup] 2025-03-21T20:18:33.2171397Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:33.2196273Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:33.2438752Z Prepare all required actions 2025-03-21T20:18:33.2439656Z Getting action download info 2025-03-21T20:18:33.3440052Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:33.5077952Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:33.5078625Z with: 2025-03-21T20:18:33.5079025Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.5079532Z docker-build-dir: .ci/docker 2025-03-21T20:18:33.5079957Z working-directory: pytorch/executorch 2025-03-21T20:18:33.5080509Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.5081044Z force-push: false 2025-03-21T20:18:33.5081367Z env: 2025-03-21T20:18:33.5081711Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.5082184Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.5082582Z PR_NUMBER: 2025-03-21T20:18:33.5089592Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:33.5097355Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.5098141Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.5098892Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.5099412Z ##[endgroup] 2025-03-21T20:18:33.5134199Z ##[group]Run set -ex 2025-03-21T20:18:33.5134638Z set -ex 2025-03-21T20:18:33.5134950Z  2025-03-21T20:18:33.5135493Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:33.5136391Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:33.5137174Z # job could then download the pre-built image as usual 2025-03-21T20:18:33.5137884Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:33.5138514Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5139120Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5139663Z  2025-03-21T20:18:33.5140134Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:33.5140731Z  exit 0 2025-03-21T20:18:33.5141038Z else 2025-03-21T20:18:33.5141392Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5141843Z fi 2025-03-21T20:18:33.5142135Z  2025-03-21T20:18:33.5142604Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:33.5143631Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:33.5144344Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:33.5145010Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:33.5145689Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5146356Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5146904Z else 2025-03-21T20:18:33.5147322Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:33.5147951Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5148804Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5149564Z fi 2025-03-21T20:18:33.5156707Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:33.5157231Z env: 2025-03-21T20:18:33.5157580Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.5158082Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.5158561Z PR_NUMBER: 2025-03-21T20:18:33.5165555Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:33.5173247Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.5174044Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.5174772Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.5175302Z REPO_NAME: executorch 2025-03-21T20:18:33.5175742Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:33.5176231Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:33.5176740Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.5177258Z ##[endgroup] 2025-03-21T20:18:33.5210155Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:33.5210573Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:33.5210980Z + echo skip=false 2025-03-21T20:18:33.5211715Z + [[ 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:33.5214843Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:33.5232445Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.5233186Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.5234422Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.5280791Z ##[group]Run set +e 2025-03-21T20:18:33.5281445Z set +e 2025-03-21T20:18:33.5281785Z set -x 2025-03-21T20:18:33.5282088Z  2025-03-21T20:18:33.5282405Z login() { 2025-03-21T20:18:33.5283054Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:33.5283745Z } 2025-03-21T20:18:33.5284051Z  2025-03-21T20:18:33.5284337Z retry () { 2025-03-21T20:18:33.5284705Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:33.5285146Z } 2025-03-21T20:18:33.5285428Z  2025-03-21T20:18:33.5285744Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:33.5286173Z  2025-03-21T20:18:33.5286485Z START_TIME=$(date +%s) 2025-03-21T20:18:33.5286878Z # Wait up to 120 minutes 2025-03-21T20:18:33.5287377Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:33.5288035Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:33.5288699Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:33.5289196Z  exit 0 2025-03-21T20:18:33.5289552Z  fi 2025-03-21T20:18:33.5289853Z  2025-03-21T20:18:33.5290370Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:33.5291270Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:33.5292146Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:33.5292853Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:33.5293393Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:33.5293867Z  break 2025-03-21T20:18:33.5294207Z  else 2025-03-21T20:18:33.5294681Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:33.5295265Z  sleep 300 2025-03-21T20:18:33.5295604Z  fi 2025-03-21T20:18:33.5295907Z done 2025-03-21T20:18:33.5296377Z  2025-03-21T20:18:33.5296856Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:33.5297617Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:33.5298324Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:33.5298935Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:33.5299494Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:33.5299923Z else 2025-03-21T20:18:33.5300362Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:33.5301008Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:33.5301610Z fi 2025-03-21T20:18:33.5301950Z  2025-03-21T20:18:33.5302276Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:33.5302764Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5303234Z  2025-03-21T20:18:33.5303862Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:33.5304598Z  exit 0 2025-03-21T20:18:33.5304925Z fi 2025-03-21T20:18:33.5305214Z  2025-03-21T20:18:33.5305630Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:33.5306544Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:33.5307318Z  exit 1 2025-03-21T20:18:33.5307644Z fi 2025-03-21T20:18:33.5307926Z  2025-03-21T20:18:33.5308408Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:33.5309445Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:33.5310241Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:33.5311172Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:33.5312188Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:33.5312822Z fi 2025-03-21T20:18:33.5313109Z  2025-03-21T20:18:33.5313462Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:33.5320776Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:33.5321310Z env: 2025-03-21T20:18:33.5322175Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.5323184Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:33.5323600Z PR_NUMBER: 2025-03-21T20:18:33.5330571Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:33.5338250Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:33.5339030Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:33.5339777Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:33.5340312Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:33.5340785Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:33.5341354Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:33.5341955Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.5342485Z DOCKER_PUSH: 2025-03-21T20:18:33.5342787Z ##[endgroup] 2025-03-21T20:18:33.5372736Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.5373451Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:33.5376075Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:33.5377633Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.1768686Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:34.1769590Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:34.1770562Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:34.1771182Z 2025-03-21T20:18:34.1771318Z Login Succeeded 2025-03-21T20:18:34.1784822Z ++ date +%s 2025-03-21T20:18:34.1795673Z + START_TIME=1742588314 2025-03-21T20:18:34.1799837Z ++ date +%s 2025-03-21T20:18:34.1809900Z + [[ 1742581114 -lt 1742588314 ]] 2025-03-21T20:18:34.1811071Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.3838140Z { 2025-03-21T20:18:34.3838732Z "schemaVersion": 2, 2025-03-21T20:18:34.3839646Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:34.3840365Z "config": { 2025-03-21T20:18:34.3841175Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:34.3841743Z "size": 15113, 2025-03-21T20:18:34.3842335Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:34.3843013Z }, 2025-03-21T20:18:34.3843284Z "layers": [ 2025-03-21T20:18:34.3843581Z { 2025-03-21T20:18:34.3844089Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3844701Z "size": 30440118, 2025-03-21T20:18:34.3845322Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:34.3846025Z }, 2025-03-21T20:18:34.3846288Z { 2025-03-21T20:18:34.3846734Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3847346Z "size": 632, 2025-03-21T20:18:34.3847905Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:34.3848590Z }, 2025-03-21T20:18:34.3848867Z { 2025-03-21T20:18:34.3849465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3850331Z "size": 157526119, 2025-03-21T20:18:34.3851282Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:34.3852613Z }, 2025-03-21T20:18:34.3853027Z { 2025-03-21T20:18:34.3853486Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3854083Z "size": 623, 2025-03-21T20:18:34.3854687Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:34.3855366Z }, 2025-03-21T20:18:34.3855631Z { 2025-03-21T20:18:34.3856094Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3856913Z "size": 19308773, 2025-03-21T20:18:34.3857509Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:34.3858212Z }, 2025-03-21T20:18:34.3858475Z { 2025-03-21T20:18:34.3858920Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3859524Z "size": 737, 2025-03-21T20:18:34.3860102Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:34.3860806Z }, 2025-03-21T20:18:34.3861064Z { 2025-03-21T20:18:34.3861506Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3862105Z "size": 131418197, 2025-03-21T20:18:34.3862697Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:34.3863379Z }, 2025-03-21T20:18:34.3863657Z { 2025-03-21T20:18:34.3864107Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3864706Z "size": 447, 2025-03-21T20:18:34.3865286Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:34.3865961Z }, 2025-03-21T20:18:34.3866240Z { 2025-03-21T20:18:34.3866688Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3867268Z "size": 104, 2025-03-21T20:18:34.3867846Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:34.3868525Z }, 2025-03-21T20:18:34.3868784Z { 2025-03-21T20:18:34.3869240Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3869825Z "size": 637, 2025-03-21T20:18:34.3870381Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:34.3871068Z }, 2025-03-21T20:18:34.3871336Z { 2025-03-21T20:18:34.3871982Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3872611Z "size": 33695133, 2025-03-21T20:18:34.3873223Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:34.3873940Z }, 2025-03-21T20:18:34.3874207Z { 2025-03-21T20:18:34.3874650Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3875252Z "size": 319, 2025-03-21T20:18:34.3875806Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:34.3876479Z }, 2025-03-21T20:18:34.3876760Z { 2025-03-21T20:18:34.3877204Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3877806Z "size": 249991053, 2025-03-21T20:18:34.3878596Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:34.3879297Z }, 2025-03-21T20:18:34.3879570Z { 2025-03-21T20:18:34.3880019Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3880595Z "size": 475, 2025-03-21T20:18:34.3881193Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:34.3881891Z }, 2025-03-21T20:18:34.3882152Z { 2025-03-21T20:18:34.3882614Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3883200Z "size": 1043, 2025-03-21T20:18:34.3883764Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:34.3884450Z }, 2025-03-21T20:18:34.3884716Z { 2025-03-21T20:18:34.3885165Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3885769Z "size": 613, 2025-03-21T20:18:34.3886352Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:34.3887064Z }, 2025-03-21T20:18:34.3887333Z { 2025-03-21T20:18:34.3887788Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3888396Z "size": 77562865, 2025-03-21T20:18:34.3889000Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:34.3889842Z }, 2025-03-21T20:18:34.3890128Z { 2025-03-21T20:18:34.3890580Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3891172Z "size": 564, 2025-03-21T20:18:34.3891760Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:34.3892441Z }, 2025-03-21T20:18:34.3892724Z { 2025-03-21T20:18:34.3893173Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3893767Z "size": 209, 2025-03-21T20:18:34.3894366Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:34.3895053Z }, 2025-03-21T20:18:34.3895318Z { 2025-03-21T20:18:34.3895822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3896514Z "size": 1189, 2025-03-21T20:18:34.3897102Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:34.3897819Z }, 2025-03-21T20:18:34.3898088Z { 2025-03-21T20:18:34.3898548Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3899130Z "size": 679, 2025-03-21T20:18:34.3899683Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.3900364Z }, 2025-03-21T20:18:34.3900622Z { 2025-03-21T20:18:34.3901066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3901669Z "size": 6839264776, 2025-03-21T20:18:34.3902274Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:34.3902961Z }, 2025-03-21T20:18:34.3903239Z { 2025-03-21T20:18:34.3903681Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3904261Z "size": 1383, 2025-03-21T20:18:34.3905018Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:34.3905712Z }, 2025-03-21T20:18:34.3906002Z { 2025-03-21T20:18:34.3906446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3907030Z "size": 679, 2025-03-21T20:18:34.3907600Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.3908262Z }, 2025-03-21T20:18:34.3908523Z { 2025-03-21T20:18:34.3908980Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3909565Z "size": 230829972, 2025-03-21T20:18:34.3910165Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:34.3910868Z }, 2025-03-21T20:18:34.3911131Z { 2025-03-21T20:18:34.3911598Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3912186Z "size": 828, 2025-03-21T20:18:34.3912778Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:34.3913485Z }, 2025-03-21T20:18:34.3913750Z { 2025-03-21T20:18:34.3914192Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3914795Z "size": 679, 2025-03-21T20:18:34.3915350Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.3916017Z }, 2025-03-21T20:18:34.3916304Z { 2025-03-21T20:18:34.3916745Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3917334Z "size": 178599440, 2025-03-21T20:18:34.3917947Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:34.3918726Z }, 2025-03-21T20:18:34.3919015Z { 2025-03-21T20:18:34.3919462Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3920045Z "size": 530, 2025-03-21T20:18:34.3920629Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:34.3921294Z }, 2025-03-21T20:18:34.3921553Z { 2025-03-21T20:18:34.3922008Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3922717Z "size": 679, 2025-03-21T20:18:34.3923263Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:34.3923937Z }, 2025-03-21T20:18:34.3924200Z { 2025-03-21T20:18:34.3924657Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3925234Z "size": 356, 2025-03-21T20:18:34.3925788Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:34.3926469Z }, 2025-03-21T20:18:34.3926727Z { 2025-03-21T20:18:34.3927165Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3927760Z "size": 32, 2025-03-21T20:18:34.3928328Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:34.3929005Z }, 2025-03-21T20:18:34.3929304Z { 2025-03-21T20:18:34.3929751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3930342Z "size": 164, 2025-03-21T20:18:34.3930915Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:34.3931582Z }, 2025-03-21T20:18:34.3931861Z { 2025-03-21T20:18:34.3932310Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3932897Z "size": 1111, 2025-03-21T20:18:34.3933482Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:34.3934160Z }, 2025-03-21T20:18:34.3934427Z { 2025-03-21T20:18:34.3934891Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3935477Z "size": 32, 2025-03-21T20:18:34.3936046Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:34.3936742Z }, 2025-03-21T20:18:34.3937006Z { 2025-03-21T20:18:34.3937576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:34.3938157Z "size": 108, 2025-03-21T20:18:34.3938727Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:34.3939413Z } 2025-03-21T20:18:34.3939668Z ] 2025-03-21T20:18:34.3939923Z } 2025-03-21T20:18:34.3940232Z + exit 0 2025-03-21T20:18:34.3998522Z ##[group]Run set -eux 2025-03-21T20:18:34.3998919Z set -eux 2025-03-21T20:18:34.4000108Z 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:34.4008017Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:34.4008525Z env: 2025-03-21T20:18:34.4008905Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.4009394Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.4009786Z PR_NUMBER: 2025-03-21T20:18:34.4016803Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:34.4024510Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.4025288Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.4026170Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.4026680Z ##[endgroup] 2025-03-21T20:18:34.4059939Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:34.4063112Z + jq --raw-output .SecretString 2025-03-21T20:18:34.4063878Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:34.4064718Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:35.1045243Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.1046516Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.1047507Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.1048453Z 2025-03-21T20:18:35.1056216Z Login Succeeded 2025-03-21T20:18:35.1168254Z Prepare all required actions 2025-03-21T20:18:35.1216414Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:35.1216958Z with: 2025-03-21T20:18:35.1217835Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.1218964Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.1219488Z env: 2025-03-21T20:18:35.1219833Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.1220331Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.1220712Z PR_NUMBER: 2025-03-21T20:18:35.1227741Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:35.1235259Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.1236044Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.1236793Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.1237310Z ##[endgroup] 2025-03-21T20:18:35.1265988Z ##[group]Run set -x 2025-03-21T20:18:35.1266363Z set -x 2025-03-21T20:18:35.1266704Z set +e 2025-03-21T20:18:35.1267010Z  2025-03-21T20:18:35.1267314Z login() { 2025-03-21T20:18:35.1267943Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:35.1268782Z } 2025-03-21T20:18:35.1269087Z  2025-03-21T20:18:35.1269372Z retry () { 2025-03-21T20:18:35.1269738Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:35.1270176Z } 2025-03-21T20:18:35.1270475Z  2025-03-21T20:18:35.1270798Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:35.1271232Z  2025-03-21T20:18:35.1271515Z set -e 2025-03-21T20:18:35.1271985Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:35.1272636Z # only pull docker image if it's not available locally 2025-03-21T20:18:35.1273350Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:35.1274027Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:35.1274456Z fi 2025-03-21T20:18:35.1281236Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:35.1281756Z env: 2025-03-21T20:18:35.1282639Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.1283639Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.1284256Z PR_NUMBER: 2025-03-21T20:18:35.1291211Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:18:35.1298705Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.1299480Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.1300225Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.1300876Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.1301392Z ##[endgroup] 2025-03-21T20:18:35.1330753Z + set +e 2025-03-21T20:18:35.1331245Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.1331959Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.1335266Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:35.1336737Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.7632294Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.7633806Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.7634697Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.7635338Z 2025-03-21T20:18:35.7639327Z Login Succeeded 2025-03-21T20:18:35.7648369Z + set -e 2025-03-21T20:18:35.7649467Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.7782529Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.7784252Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.9957156Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.9960852Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:35.9961694Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:35.9962215Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:35.9962821Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:35.9963215Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:35.9963606Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:35.9964011Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:35.9964393Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:35.9964809Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:35.9965207Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:35.9965592Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:35.9965993Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:35.9966737Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:35.9967394Z 60efa3734e02: Waiting 2025-03-21T20:18:35.9967758Z a0c2fdb93dec: Waiting 2025-03-21T20:18:35.9968142Z 5a102502de33: Waiting 2025-03-21T20:18:35.9968470Z 49b7cb3e3363: Waiting 2025-03-21T20:18:35.9968816Z 85f4a172d5b6: Waiting 2025-03-21T20:18:35.9969213Z 261c0f487ad0: Waiting 2025-03-21T20:18:35.9969592Z b19aec4cf4ca: Waiting 2025-03-21T20:18:35.9969951Z 5120711d46e3: Waiting 2025-03-21T20:18:35.9970285Z e9ab3604d5b2: Waiting 2025-03-21T20:18:35.9970640Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:35.9971043Z b51a5e8daac5: Waiting 2025-03-21T20:18:35.9971438Z e1fd02ccae09: Waiting 2025-03-21T20:18:35.9971890Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:35.9972328Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:35.9972902Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:35.9973372Z 75aba5c9e231: Waiting 2025-03-21T20:18:35.9973729Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:35.9974130Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:35.9974537Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:35.9974878Z 059fda558e34: Waiting 2025-03-21T20:18:35.9975207Z b672a09ba2d2: Waiting 2025-03-21T20:18:35.9975571Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:35.9976030Z 179cbc4b76fc: Waiting 2025-03-21T20:18:35.9976448Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:35.9976850Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:35.9977203Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:35.9977728Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:35.9978124Z 59fe3e940463: Waiting 2025-03-21T20:18:35.9978577Z 6fb17717e5cb: Waiting 2025-03-21T20:18:35.9979101Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:35.9979510Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:35.9979910Z db5c552aa08b: Waiting 2025-03-21T20:18:35.9980265Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:35.9980619Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:35.9981012Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:35.9981411Z 55acbcc98871: Waiting 2025-03-21T20:18:35.9981746Z 77ba92adb139: Waiting 2025-03-21T20:18:35.9982091Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:35.9982499Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:35.9982891Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:35.9983294Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:35.9983724Z 4f4fb700ef54: Waiting 2025-03-21T20:18:35.9984054Z b0d8f2437162: Waiting 2025-03-21T20:18:35.9984420Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:35.9984796Z 3c734af619a2: Waiting 2025-03-21T20:18:35.9985124Z 3c65b9b0c077: Waiting 2025-03-21T20:18:36.0654614Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:36.0655189Z 86e413e13063: Download complete 2025-03-21T20:18:36.1285531Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:36.1286083Z 261c0f487ad0: Download complete 2025-03-21T20:18:36.3504253Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:36.3504850Z 8f84a9f2102e: Download complete 2025-03-21T20:18:36.3666746Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:36.3667818Z 60efa3734e02: Download complete 2025-03-21T20:18:36.4244376Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:36.4245136Z a0c2fdb93dec: Download complete 2025-03-21T20:18:36.4776809Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:36.4777408Z 5a102502de33: Download complete 2025-03-21T20:18:36.5427896Z 49b7cb3e3363: Verifying Checksum 2025-03-21T20:18:36.5428553Z 49b7cb3e3363: Download complete 2025-03-21T20:18:36.6236460Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:36.6237232Z 85f4a172d5b6: Download complete 2025-03-21T20:18:37.0050217Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:37.0051051Z b19aec4cf4ca: Download complete 2025-03-21T20:18:37.0655466Z 5120711d46e3: Download complete 2025-03-21T20:18:37.4748615Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:37.4966358Z 86e413e13063: Pull complete 2025-03-21T20:18:37.6213001Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:37.6214022Z b5c6df654772: Download complete 2025-03-21T20:18:37.6962933Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:37.6964064Z e1fd02ccae09: Download complete 2025-03-21T20:18:37.7248099Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:37.7248780Z e9ab3604d5b2: Download complete 2025-03-21T20:18:37.7671327Z 75aba5c9e231: Download complete 2025-03-21T20:18:37.7949867Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:37.7950815Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:37.8684457Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:37.8685189Z 059fda558e34: Download complete 2025-03-21T20:18:37.9215093Z b672a09ba2d2: Download complete 2025-03-21T20:18:37.9867731Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:37.9868451Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:38.0565803Z 59fe3e940463: Download complete 2025-03-21T20:18:38.5925709Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:38.5926305Z 179cbc4b76fc: Download complete 2025-03-21T20:18:38.6683579Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:39.6061211Z db5c552aa08b: Download complete 2025-03-21T20:18:39.6061840Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:39.6062464Z b51a5e8daac5: Download complete 2025-03-21T20:18:39.7154779Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:41.0300534Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:41.0301255Z af6bbc70248f: Download complete 2025-03-21T20:18:41.1071845Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:41.1072817Z 77ba92adb139: Download complete 2025-03-21T20:18:41.1781209Z 3c65b9b0c077: Download complete 2025-03-21T20:18:41.1847152Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:41.1847684Z 4f4fb700ef54: Download complete 2025-03-21T20:18:41.2518860Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:41.2519636Z b0d8f2437162: Download complete 2025-03-21T20:18:41.3154440Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:41.3155362Z 040f4b25fe47: Download complete 2025-03-21T20:18:41.3870287Z 3c734af619a2: Download complete 2025-03-21T20:18:41.5546370Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:41.5547167Z 55acbcc98871: Download complete 2025-03-21T20:18:42.2834280Z b5c6df654772: Pull complete 2025-03-21T20:18:42.3050326Z 261c0f487ad0: Pull complete 2025-03-21T20:18:42.5788812Z 60efa3734e02: Pull complete 2025-03-21T20:18:42.6017510Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:45.5530119Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:45.7593712Z 5a102502de33: Pull complete 2025-03-21T20:18:45.9758609Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:46.1961906Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:46.9825346Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:47.2104122Z 5120711d46e3: Pull complete 2025-03-21T20:18:53.4294150Z b51a5e8daac5: Pull complete 2025-03-21T20:18:53.6435163Z e1fd02ccae09: Pull complete 2025-03-21T20:18:53.8612904Z 75aba5c9e231: Pull complete 2025-03-21T20:18:54.0676164Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:56.3012250Z 179cbc4b76fc: Pull complete 2025-03-21T20:18:56.5159457Z 059fda558e34: Pull complete 2025-03-21T20:18:56.7336056Z b672a09ba2d2: Pull complete 2025-03-21T20:18:56.8694580Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:57.0098551Z 59fe3e940463: Pull complete 2025-03-21T20:19:46.5347169Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:46.5347698Z 6fb17717e5cb: Download complete 2025-03-21T20:21:01.1186714Z 6fb17717e5cb: Pull complete 2025-03-21T20:21:01.2513655Z db5c552aa08b: Pull complete 2025-03-21T20:21:07.8635408Z af6bbc70248f: Pull complete 2025-03-21T20:21:07.8855622Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:15.1872457Z 55acbcc98871: Pull complete 2025-03-21T20:21:15.3419426Z 77ba92adb139: Pull complete 2025-03-21T20:21:15.5883464Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:15.7835021Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:15.8756046Z b0d8f2437162: Pull complete 2025-03-21T20:21:15.9764241Z 040f4b25fe47: Pull complete 2025-03-21T20:21:16.2473885Z 3c734af619a2: Pull complete 2025-03-21T20:21:16.3606776Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:21:16.4065996Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:16.4249828Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:16.4308378Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:16.4309645Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:16.4318528Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:16.4319043Z env: 2025-03-21T20:21:16.4319411Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:21:16.4319898Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:16.4320305Z PR_NUMBER: 2025-03-21T20:21:16.4327361Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:21:16.4334937Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:16.4335731Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:16.4336460Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:16.4337002Z ##[endgroup] 2025-03-21T20:21:16.4557487Z ##[group]Run set -ex 2025-03-21T20:21:16.4557915Z set -ex 2025-03-21T20:21:16.4558225Z { 2025-03-21T20:21:16.4558661Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:16.4559288Z  echo "set -eou pipefail"; 2025-03-21T20:21:16.4559734Z  # shellcheck disable=SC2016 2025-03-21T20:21:16.4560202Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:16.4560662Z  echo "set -x"; 2025-03-21T20:21:16.4561044Z  echo "${SCRIPT}"; 2025-03-21T20:21:16.4561597Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:16.4562064Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:16.4563159Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "EXECUTORCH_HF_TOKEN" 2025-03-21T20:21:16.4570692Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:16.4571069Z env: 2025-03-21T20:21:16.4572039Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:16.4573048Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:16.4573454Z PR_NUMBER: 2025-03-21T20:21:16.4580402Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:21:16.4587900Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:16.4588692Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:16.4589447Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:17.2101153Z ALL_SECRETS: { "EXECUTORCH_DEMO_BUILD_PROVISION_PROFILE_BASE64": "***", "BUILD_CERTIFICATE_BASE64": "***", "TOKEN_COREML_PRIVATE_REPO": "***", "EXECUTORCH_BENCHMARK_BUILD_PROVISION_PROFILE_BASE64": "***", "BUILD_PROVISION_PROFILE_BASE64": "***", "github_token": "***", "EXECUTORCH_HF_TOKEN": "***\n", "KEYCHAIN_PASSWORD": "***" } 2025-03-21T20:21:17.2103044Z ##[endgroup] 2025-03-21T20:21:17.2138383Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:17.2139130Z + echo 'set -eou pipefail' 2025-03-21T20:21:17.2139675Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:17.2140360Z + echo 'set -x' 2025-03-21T20:21:17.2140976Z + echo 'echo "::group::Set up ExecuTorch" 2025-03-21T20:21:17.2142009Z # The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:17.2143260Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:17.2143850Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:17.2144484Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:17.2145434Z echo "::endgroup::" 2025-03-21T20:21:17.2145662Z 2025-03-21T20:21:17.2145825Z echo "::group::Set up Hugging Face" 2025-03-21T20:21:17.2146300Z pip install -U "huggingface_hub[cli]" 2025-03-21T20:21:17.2146981Z huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN 2025-03-21T20:21:17.2147677Z git clone https://github.com/huggingface/optimum-executorch 2025-03-21T20:21:17.2148244Z cd optimum-executorch 2025-03-21T20:21:17.2148822Z # There is no release yet, for CI stability, always test from the same commit on main 2025-03-21T20:21:17.2149605Z git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 2025-03-21T20:21:17.2150122Z pip install . 2025-03-21T20:21:17.2150467Z pip install accelerate sentencepiece 2025-03-21T20:21:17.2150913Z pip list 2025-03-21T20:21:17.2151219Z echo "::endgroup::" 2025-03-21T20:21:17.2151431Z 2025-03-21T20:21:17.2151646Z echo "::group::Export and Run meta-llama/Llama-3.2-1B" 2025-03-21T20:21:17.2152510Z # Pass matrix variable as environment variable 2025-03-21T20:21:17.2153358Z export MODEL_ID="meta-llama/Llama-3.2-1B" 2025-03-21T20:21:17.2154130Z python -c " 2025-03-21T20:21:17.2154630Z import os 2025-03-21T20:21:17.2155328Z from optimum.executorch import ExecuTorchModelForCausalLM 2025-03-21T20:21:17.2156084Z from transformers import AutoTokenizer 2025-03-21T20:21:17.2156392Z 2025-03-21T20:21:17.2156560Z model_id = os.getenv('\''MODEL_ID'\'') 2025-03-21T20:21:17.2157023Z print(f'\''Loading model: {model_id}'\'') 2025-03-21T20:21:17.2157786Z model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='\''xnnpack'\'') 2025-03-21T20:21:17.2158707Z tokenizer = AutoTokenizer.from_pretrained(model_id) 2025-03-21T20:21:17.2159268Z generated_text = model.text_generation( 2025-03-21T20:21:17.2159719Z tokenizer=tokenizer, 2025-03-21T20:21:17.2160194Z prompt='\''Simply put, the theory of relativity states that'\'', 2025-03-21T20:21:17.2160758Z max_seq_len=64 2025-03-21T20:21:17.2161065Z ) 2025-03-21T20:21:17.2161356Z print(generated_text) 2025-03-21T20:21:17.2161699Z " 2025-03-21T20:21:17.2162003Z echo "::endgroup::" 2025-03-21T20:21:17.2162315Z ' 2025-03-21T20:21:17.2162737Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:17.2163935Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py EXECUTORCH_HF_TOKEN 2025-03-21T20:22:00.6927654Z Running command: 2025-03-21T20:22:00.6939331Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170668" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_EXECUTORCH_HF_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_905b8b3d-8b58-4f68-bf44-dd82138b3a01":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_905b8b3d-8b58-4f68-bf44-dd82138b3a01" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:22:00.6949206Z 2025-03-21T20:22:00.6949740Z 35917fb0b157c37cce95e02e66d93b6155523a67324f4d448e2ca34f1f65b070 2025-03-21T20:22:00.6950840Z Running command: docker exec -t 35917fb0b157c37cce95e02e66d93b6155523a67324f4d448e2ca34f1f65b070 /exec 2025-03-21T20:22:00.6952196Z + echo '::group::Set up ExecuTorch' 2025-03-21T20:22:00.6953050Z ##[group]Set up ExecuTorch 2025-03-21T20:22:00.6953449Z ++ conda env list --json 2025-03-21T20:22:00.6953859Z ++ local cmd=env 2025-03-21T20:22:00.6954180Z ++ case "$cmd" in 2025-03-21T20:22:00.6954583Z ++ __conda_exe env list --json 2025-03-21T20:22:00.6954975Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:22:00.6955410Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:22:00.6955884Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:22:00.6956398Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:22:00.6956915Z + local cmd=activate 2025-03-21T20:22:00.6957246Z + case "$cmd" in 2025-03-21T20:22:00.6957681Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:22:00.6958182Z + '[' -n '' ']' 2025-03-21T20:22:00.6958617Z + local ask_conda 2025-03-21T20:22:00.6958941Z ++ PS1='(base) ' 2025-03-21T20:22:00.6959448Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:00.6960204Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:22:00.6960864Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:22:00.6962202Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:00.6963683Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:00.6964201Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:00.6964627Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:00.6965174Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:00.6965689Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:00.6966169Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:00.6966626Z export _CE_M='\'''\'' 2025-03-21T20:22:00.6967055Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:00.6967503Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:00.6968046Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:22:00.6969271Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:22:00.6970645Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:22:00.6971190Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:22:00.6971603Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:22:00.6972097Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:22:00.6972607Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:22:00.6973079Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:22:00.6973551Z export _CE_M='\'''\'' 2025-03-21T20:22:00.6973892Z export _CE_CONDA='\'''\'' 2025-03-21T20:22:00.6974341Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:22:00.6974859Z ++ PS1='(py_3.10) ' 2025-03-21T20:22:00.6976002Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:00.6978292Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:22:00.6979556Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:00.6980041Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:22:00.6980499Z ++ export CONDA_SHLVL=2 2025-03-21T20:22:00.6980845Z ++ CONDA_SHLVL=2 2025-03-21T20:22:00.6981186Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:00.6981648Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:22:00.6982192Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:22:00.6982935Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:22:00.6983393Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:00.6983815Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:22:00.6984238Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:00.6984807Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:22:00.6985204Z ++ export _CE_M= 2025-03-21T20:22:00.6985533Z ++ _CE_M= 2025-03-21T20:22:00.6985936Z ++ export _CE_CONDA= 2025-03-21T20:22:00.6986263Z ++ _CE_CONDA= 2025-03-21T20:22:00.6986635Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:00.6987246Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:22:00.6987664Z + __conda_hashr 2025-03-21T20:22:00.6987973Z + '[' -n '' ']' 2025-03-21T20:22:00.6988260Z + '[' -n '' ']' 2025-03-21T20:22:00.6988544Z + hash -r 2025-03-21T20:22:00.6988854Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:00.6989287Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:22:00.6989899Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:22:00.6990535Z + source .ci/scripts/utils.sh 2025-03-21T20:22:00.6990950Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:22:00.6991484Z ++ parse_args --build-tool cmake 2025-03-21T20:22:00.6991893Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:22:00.6992280Z ++ local args 2025-03-21T20:22:00.6992586Z ++ local i 2025-03-21T20:22:00.6992874Z ++ local BUILD_TOOL= 2025-03-21T20:22:00.6993205Z ++ local BUILD_MODE= 2025-03-21T20:22:00.6993546Z ++ local EDITABLE= 2025-03-21T20:22:00.6993975Z ++ (( i=0 )) 2025-03-21T20:22:00.6994265Z ++ (( i<2 )) 2025-03-21T20:22:00.6994572Z ++ case "${args[$i]}" in 2025-03-21T20:22:00.6994919Z ++ BUILD_TOOL=cmake 2025-03-21T20:22:00.6995219Z ++ i=1 2025-03-21T20:22:00.6995511Z ++ (( i++ )) 2025-03-21T20:22:00.6995791Z ++ (( i<2 )) 2025-03-21T20:22:00.6996079Z ++ '[' -z cmake ']' 2025-03-21T20:22:00.6996426Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:22:00.6996826Z ++ BUILD_MODE=Release 2025-03-21T20:22:00.6997186Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:22:00.6997607Z ++ EDITABLE=false 2025-03-21T20:22:00.6997945Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:22:00.6998342Z ++ echo 'cmake Release false' 2025-03-21T20:22:00.6998886Z + [[ false == \t\r\u\e ]] 2025-03-21T20:22:00.6999293Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:22:00.6999777Z + which pip 2025-03-21T20:22:00.7000092Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:22:00.7000631Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:22:00.7001412Z 2025-03-21 20:21:59,660 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:22:00.7002345Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:00.7003617Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:22:00.7004939Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:22:00.7006287Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:22:00.7007337Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:22:00.7008072Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:22:00.7009279Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:22:00.7011098Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:22:00.7012379Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:22:00.7013282Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:22:00.7014841Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:22:00.7016633Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:22:00.7018502Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:22:00.7020186Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:22:00.7021819Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:22:00.7023463Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:22:00.7025278Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:22:00.7027210Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:22:00.7029152Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:22:00.7031141Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:22:15.1902854Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:22:15.1905019Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:22:15.1907073Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:22:15.1909138Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:22:15.1911172Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:22:15.1912917Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:22:15.1914367Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:22:15.1915698Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:15.1917004Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:22:15.1918343Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:22:15.1919816Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:22:15.1921313Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:22:15.1922813Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:22:15.1925487Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:22:15.1927670Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:22:15.1929919Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:22:15.1932443Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:22:15.1933879Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:15.1937177Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:15.1938224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 96.6 MB/s eta 0:00:00 2025-03-21T20:22:15.1939288Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:15.1940355Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:15.1941292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 187.5 MB/s eta 0:00:00 2025-03-21T20:22:15.1942025Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:15.1942529Z Attempting uninstall: timm 2025-03-21T20:22:15.1942962Z Found existing installation: timm 0.6.13 2025-03-21T20:22:15.1943424Z Uninstalling timm-0.6.13: 2025-03-21T20:22:15.1943846Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:15.1944359Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:15.1944857Z Processing ./third-party/ao 2025-03-21T20:22:15.1945404Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:15.1946064Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:15.1946791Z Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-03-21T20:22:15.1948361Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=6f70141a78207658df0df78c5194ab08139cd3d5cfa40b409dd111ac19e7e9a4 2025-03-21T20:22:15.1950099Z Stored in directory: /tmp/pip-ephem-wheel-cache-2dsrolu2/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:15.1951095Z Successfully built torchao 2025-03-21T20:22:15.1951886Z Installing collected packages: torchao 2025-03-21T20:22:15.1952641Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:15.1953420Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:15.1954435Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:15.1955193Z Processing /pytorch/executorch 2025-03-21T20:22:15.1955684Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:15.1956184Z running dist_info 2025-03-21T20:22:15.1956672Z creating /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info 2025-03-21T20:22:15.1957886Z writing /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/PKG-INFO 2025-03-21T20:22:15.1958990Z writing dependency_links to /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:15.1960170Z writing entry points to /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/entry_points.txt 2025-03-21T20:22:15.1961249Z writing requirements to /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/requires.txt 2025-03-21T20:22:15.1962319Z writing top-level names to /tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/top_level.txt 2025-03-21T20:22:15.1963399Z writing manifest file '/tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:15.1964829Z reading manifest file '/tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:15.1965606Z adding license file 'LICENSE' 2025-03-21T20:22:15.1966293Z writing manifest file '/tmp/pip-modern-metadata-9521i4sr/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:15.1967408Z creating '/tmp/pip-modern-metadata-9521i4sr/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:15.1968384Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:15.1969692Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:22:15.1970860Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:15.1972630Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:22:15.1974520Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:15.1975803Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:22:15.1977415Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:22:15.1979006Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:22:15.1980628Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:22:15.1982224Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:22:15.1983848Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:22:15.1985461Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:22:15.1986576Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:15.1988294Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:22:15.1990080Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:15.1990851Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:15.1992765Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:22:15.1994729Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:15.1995944Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:22:27.9095107Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:22:27.9098828Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:22:27.9101267Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:27.9105104Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:22:27.9109119Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:27.9112415Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:22:27.9116636Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:22:27.9121370Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:27.9125415Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:22:27.9129442Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:22:27.9133652Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:22:27.9137993Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:22:27.9142078Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:22:27.9145973Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:22:27.9149828Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:22:27.9156199Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:27.9159834Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:22:27.9164106Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:27.9165748Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:27.9170205Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:22:27.9174560Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:27.9178271Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:22:27.9181864Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:22:27.9184060Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:27.9185239Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:27.9186335Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:27.9187307Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:27.9188367Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:27.9189504Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:27.9190318Z Building wheels for collected packages: executorch 2025-03-21T20:22:27.9191217Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:27.9192061Z running bdist_wheel 2025-03-21T20:22:27.9192546Z running build 2025-03-21T20:22:27.9193079Z command options for 'CustomBuild': 2025-03-21T20:22:27.9193785Z build_base = pip-out 2025-03-21T20:22:27.9194301Z build_purelib = pip-out/lib 2025-03-21T20:22:27.9195361Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:27.9196190Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:27.9196919Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:27.9197851Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:27.9198719Z plat_name = linux-x86_64 2025-03-21T20:22:27.9243091Z compiler = None 2025-03-21T20:22:27.9253216Z parallel = 7 2025-03-21T20:22:27.9253840Z debug = None 2025-03-21T20:22:27.9254423Z force = None 2025-03-21T20:22:27.9255108Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:27.9256433Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:27.9258288Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:27.9261271Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:27.9263708Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:27.9265099Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:27.9267041Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:27.9268783Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:27.9270877Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:27.9273269Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:27.9275510Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:27.9277085Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:27.9277941Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:22:27.9278848Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:22:27.9279747Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:27.9280598Z CMake Warning: 2025-03-21T20:22:27.9281359Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:27.9282105Z 2025-03-21T20:22:27.9282115Z 2025-03-21T20:22:27.9282468Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:27.9283429Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:27.9284383Z git describe failed with exit code: 128 2025-03-21T20:22:27.9284861Z 2025-03-21T20:22:27.9285290Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:27.9286270Z Call Stack (most recent call first): 2025-03-21T20:22:27.9287071Z CMakeLists.txt:5 (include) 2025-03-21T20:22:27.9287524Z 2025-03-21T20:22:27.9287533Z 2025-03-21T20:22:27.9287824Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:27.9289405Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:27.9291858Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:27.9294122Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:27.9296087Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:27.9298053Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:27.9300274Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:27.9302324Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:27.9304605Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:27.9306560Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:27.9308707Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:27.9311195Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:27.9312761Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:27.9314338Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:27.9316489Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:27.9317972Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:27.9319457Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:27.9321584Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:27.9323891Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:27.9326273Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:27.9328488Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:27.9330675Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:27.9332733Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:27.9334224Z [ 1%] Linking C static library libpthreadpool.a 2025-03-21T20:22:27.9335098Z [ 1%] Built target pthreadpool 2025-03-21T20:22:27.9336619Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:29.0465142Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:29.0467462Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:29.0469752Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:29.0471484Z [ 2%] Built target flatccrt 2025-03-21T20:22:29.0472468Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:29.0473763Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:29.0474965Z -- Detecting CXX compile features 2025-03-21T20:22:29.0475991Z -- Detecting CXX compile features - done 2025-03-21T20:22:29.0477703Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:29.0480650Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:29.0483488Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:29.0485034Z -- Looking for strtof_l 2025-03-21T20:22:29.0486472Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:29.0488606Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:29.0490977Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:29.0493262Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:29.0495307Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:29.0497334Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:29.0500472Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:22:29.0503473Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:29.0506071Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:29.0508485Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:29.0510873Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:29.0513314Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:29.0515051Z -- Looking for strtof_l - found 2025-03-21T20:22:29.0516013Z -- Looking for strtoull_l 2025-03-21T20:22:29.0517393Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:29.0520158Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:22:29.0523002Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:29.0525304Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:29.0527528Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:29.0529651Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:29.0531712Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:29.0533692Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:29.0535782Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:29.0537953Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:29.0540510Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:29.0543199Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:29.0545310Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:29.0547372Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:29.0549584Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:29.0551182Z -- Looking for strtoull_l - found 2025-03-21T20:22:29.0552255Z -- Looking for realpath 2025-03-21T20:22:29.0553643Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:29.0555783Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:29.0557916Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:29.0560202Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:29.0562512Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:29.0565762Z [ 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:22:29.0570554Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:29.0573192Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:29.0575203Z [ 4%] Built target indirection 2025-03-21T20:22:29.0577122Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:29.0580233Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:29.0583142Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:29.0586250Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:29.0588381Z -- Looking for realpath - found 2025-03-21T20:22:29.0589670Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:29.0590774Z -- Configuring done (1.3s) 2025-03-21T20:22:29.0592426Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:29.0595106Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:29.0597627Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:29.0599554Z [ 4%] Linking C static library libcpuinfo.a 2025-03-21T20:22:29.0600662Z -- Generating done (0.0s) 2025-03-21T20:22:29.0602592Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:29.0604847Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:22:29.0605822Z [ 4%] Built target cpuinfo 2025-03-21T20:22:29.0607692Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:29.0610890Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:29.0613139Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:29.0615222Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:29.0618029Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:29.0620589Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:29.0623034Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:29.0624582Z [ 6%] Built target microparams-init 2025-03-21T20:22:29.0626028Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:29.0628112Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:29.0630163Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:29.0632179Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:29.0635170Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:22:29.0638051Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:29.0640384Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:29.0641872Z [ 6%] Built target logging 2025-03-21T20:22:29.0643923Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:29.0646460Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:29.0648320Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:29.0649335Z [ 6%] Built target normalization 2025-03-21T20:22:30.4859825Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:30.4862169Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:30.4864518Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:30.4866099Z [ 6%] Built target datatype 2025-03-21T20:22:30.4867303Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:30.4869602Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:22:30.4871948Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:30.4873300Z [ 6%] Built target flatcc 2025-03-21T20:22:30.4874658Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:30.4877240Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:30.4879995Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:30.4881547Z [ 6%] Built target operator-utils 2025-03-21T20:22:30.4883538Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:22:30.4886684Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:30.4888869Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:30.4891061Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:30.4893340Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:30.4895068Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:30.4897732Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:30.4899825Z [ 6%] Built target reference-ukernels 2025-03-21T20:22:30.4902125Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:30.4905084Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:30.4907291Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:30.4909110Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:30.4910410Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:30.4911720Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:30.4913041Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:30.4914168Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:30.4915012Z [ 7%] Built target eigen_blas 2025-03-21T20:22:30.4917658Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:30.4920954Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:30.4923271Z [ 7%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:30.4924917Z [ 7%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:30.4927620Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:30.4931545Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:30.4934233Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:30.4935395Z [ 7%] Built target operator-run 2025-03-21T20:22:30.4936376Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:30.4938416Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:30.4940073Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:30.4941573Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:30.4944534Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:22:30.4946765Z [ 7%] Built target hardware-config 2025-03-21T20:22:30.4948880Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:22:30.4951697Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:30.4954441Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:22:30.4957936Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:22:30.4960158Z [ 8%] Built target packing 2025-03-21T20:22:30.4962068Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:22:30.4964081Z [ 8%] Built target allocator 2025-03-21T20:22:30.4966091Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:30.4968411Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:30.4970814Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:22:30.4974231Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:22:30.4976590Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:30.4977914Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:30.4979538Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:30.4981508Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:30.4984246Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:22:30.4988280Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:30.4990619Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:30.4993830Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:22:30.4996341Z [ 8%] Built target memory 2025-03-21T20:22:30.4997009Z [ 8%] Built target cache 2025-03-21T20:22:30.4997697Z [ 8%] Generating etdump headers 2025-03-21T20:22:30.4998831Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:30.4999916Z [ 8%] Built target etdump_schema 2025-03-21T20:22:30.5000955Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:30.5002309Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:30.5003415Z [ 8%] Built target microkernel-utils 2025-03-21T20:22:30.5004461Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:30.5006634Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:22:30.5008707Z [ 8%] Built target mutex 2025-03-21T20:22:30.5010281Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:30.5013512Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:30.5016605Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:30.5019671Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:30.5022719Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:30.5045959Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:30.5048726Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:30.5050071Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:30.5051467Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:30.5055120Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:22:32.0187470Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:22:32.0189806Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:32.0191534Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:32.0193178Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:22:32.0194904Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:22:32.0197122Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:22:32.0199857Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:32.0203119Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:22:32.0206031Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:22:32.0208539Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:32.0210823Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:22:32.0213059Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:32.0215097Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:32.0217875Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:22:32.0219980Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:32.0221202Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:32.0222339Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:32.0224259Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:32.0226951Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:22:32.0230000Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:22:32.0232857Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:32.0235758Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:22:32.0238875Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:32.0241023Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:32.0243181Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:22:32.0244955Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:32.0246575Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:22:32.0248254Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:22:32.0249838Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:32.0251220Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:32.0254228Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:22:32.0255764Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:32.0256878Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:32.0257714Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:32.0258435Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:32.0259868Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:32.0261010Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:32.0262225Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:22:32.0263985Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:32.0265204Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:32.0266345Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:32.0267862Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:32.0269178Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:32.0270096Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:32.0271028Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:32.0272380Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:22:32.0273696Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:32.0274840Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:32.0275948Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:32.0277530Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:22:32.0279328Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:32.0281308Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:32.0283352Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:32.0285641Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:32.0287960Z [ 12%] 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:32.0290579Z [ 13%] 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:32.0293312Z [ 13%] 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:32.0296441Z [ 13%] 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:32.0299438Z [ 13%] 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:32.0301297Z [100%] Linking CXX executable flatc 2025-03-21T20:22:32.0302058Z [ 13%] Built target operators 2025-03-21T20:22:32.0303305Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:32.0305298Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:32.0307760Z [ 14%] 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:32.0310385Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:32.0312733Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:32.0314998Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:32.0317601Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:32.0320581Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:32.0323077Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:33.1286324Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:33.1288805Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:33.1291517Z [ 14%] 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:33.1294967Z [ 14%] 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:33.1297567Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:33.1299944Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:33.1302327Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:33.1305133Z [ 14%] 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:33.1307911Z [ 14%] 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:33.1310793Z [ 14%] 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:33.1313509Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:33.1316107Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:33.1318810Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:33.1321361Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:33.1323830Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:33.1326395Z [ 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:33.1329593Z [ 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:33.1332586Z [ 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:33.1335954Z [ 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:33.1339049Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:33.1341967Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:33.1344974Z [ 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:33.1348432Z [ 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:33.1351003Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:33.1353668Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:33.1355925Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:33.1358689Z [ 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:33.1361546Z [ 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:33.1364444Z [ 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:33.1367577Z [ 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:33.1370430Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:33.1372992Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:33.1375484Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:33.1378563Z [ 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:33.1381908Z [ 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:33.1385278Z [ 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:33.1388073Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:33.1391361Z [ 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:33.1394680Z [ 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:33.1397747Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:33.1400843Z [ 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:33.1403799Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:33.1406099Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:33.1408386Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:33.1411241Z [ 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:33.1413913Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:33.1417127Z [ 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:33.1420690Z [ 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:33.1424282Z [ 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:33.1427838Z [ 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:33.1431325Z [ 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:33.1433525Z [ 18%] Built target subgraph 2025-03-21T20:22:33.1435484Z [ 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:33.1438942Z [ 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:33.1442286Z [ 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:33.1445471Z [ 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:33.1447492Z [100%] Built target flatc 2025-03-21T20:22:33.1449655Z [ 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:33.1452196Z [ 18%] No install step for 'flatbuffers' 2025-03-21T20:22:33.1452896Z [ 18%] Completed 'flatbuffers' 2025-03-21T20:22:33.1453511Z [ 18%] Built target flatbuffers 2025-03-21T20:22:33.1455156Z [ 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:33.1457247Z [ 18%] Generating common_schema headers 2025-03-21T20:22:33.1459484Z [ 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:33.1461549Z [ 18%] Built target common_schema 2025-03-21T20:22:34.4439181Z [ 19%] Generating xnnpack_schema headers 2025-03-21T20:22:34.4441442Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:34.4443554Z [ 19%] Built target xnnpack_schema 2025-03-21T20:22:34.4445768Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:34.4449226Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:22:34.4452823Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:22:34.4454964Z [ 19%] Generating bundled_program headers 2025-03-21T20:22:34.4455836Z [ 19%] Built target bundled_program_schema 2025-03-21T20:22:34.4456709Z [ 19%] Generating program_schema headers 2025-03-21T20:22:34.4457532Z [ 19%] Built target program_schema 2025-03-21T20:22:34.4458783Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:34.4461398Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:22:34.4464225Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:34.4466270Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:34.4468852Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:34.4470956Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:34.4473532Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:22:34.4475913Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:34.4477537Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:34.4479343Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:34.4481018Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:34.4482727Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:34.4484457Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:34.4486908Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:34.4489477Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:34.4491392Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:34.4493148Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:34.4495600Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:34.4497863Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:34.4499941Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:22:34.4502075Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:34.4504218Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:22:34.4507003Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:34.4508955Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:34.4510826Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:34.4512539Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:34.4514433Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:22:34.4516753Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:22:34.4518800Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:22:34.4520686Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:22:34.4522740Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:22:34.4524550Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:22:34.4525874Z [ 21%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:34.4527055Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:34.4528248Z [ 21%] Built target executorch_core 2025-03-21T20:22:34.4530025Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:22:34.4532210Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:34.4534662Z [ 23%] 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:34.4536730Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:34.4538970Z [ 23%] 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:34.4541054Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:34.4543214Z [ 23%] 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:34.4546282Z [ 23%] 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:34.4549393Z [ 23%] 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:34.4552850Z [ 23%] 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:34.4555427Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:34.4557666Z [ 24%] 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:34.4561754Z [ 24%] 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:34.4566125Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:34.4569252Z [ 24%] 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:34.4571205Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:34.4572594Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:34.4574042Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:34.4575894Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:34.4577567Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:34.4580185Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:34.4582715Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:34.4583519Z [ 25%] Built target executorch 2025-03-21T20:22:34.4585483Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:22:34.4588295Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:36.8125140Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:22:36.8128388Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:22:36.8130778Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:22:36.8132267Z [ 25%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:36.8133147Z [ 25%] Built target extension_tensor 2025-03-21T20:22:36.8134983Z [ 25%] 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:36.8138051Z [ 25%] 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:36.8140188Z [ 25%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:36.8141791Z [ 25%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:36.8144370Z [ 25%] 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:36.8146289Z [ 25%] Built target extension_threadpool 2025-03-21T20:22:36.8148406Z [ 25%] 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:36.8151789Z [ 25%] 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:36.8154454Z [ 25%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:36.8156789Z [ 25%] 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:36.8159389Z [ 25%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:36.8160917Z [ 25%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:36.8161792Z [ 25%] Built target extension_data_loader 2025-03-21T20:22:36.8163011Z [ 25%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:36.8164772Z [ 25%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:36.8166847Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:36.8169641Z [ 26%] 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:36.8172910Z [ 28%] 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:36.8175435Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:36.8176782Z [ 28%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:36.8177666Z [ 28%] Built target bundled_program 2025-03-21T20:22:36.8179777Z [ 28%] 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:36.8181211Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:36.8183011Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:36.8184709Z [ 29%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:36.8186634Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:36.8189460Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:36.8190956Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:22:36.8191796Z [ 29%] Built target cpublas 2025-03-21T20:22:36.8193029Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.8194906Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:36.8197567Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:22:36.8200281Z [ 29%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:36.8202222Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:36.8204221Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:36.8206905Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:36.8209346Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:36.8210589Z [ 29%] Linking CXX static library libetdump.a 2025-03-21T20:22:36.8212422Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:36.8214299Z [ 29%] Built target etdump 2025-03-21T20:22:36.8215548Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:36.8217873Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:22:36.8220170Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:36.8222111Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:36.8224538Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:22:36.8226045Z [ 29%] Linking CXX static library libutil.a 2025-03-21T20:22:36.8226946Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:36.8227841Z [ 29%] Built target util 2025-03-21T20:22:36.8228615Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:36.8230189Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:36.8231957Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:36.8233388Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:36.8234494Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:36.8235848Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:36.8237144Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:36.8238763Z [ 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:36.8240326Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:36.8241686Z [ 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:36.8243055Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:36.8245304Z [ 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:36.8247799Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:36.8249732Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:36.8252373Z [ 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:36.8254679Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:36.8256418Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:36.8258079Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:36.8260117Z [ 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:36.8262626Z [ 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:36.8265180Z [ 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:36.8268314Z [ 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:39.7568412Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:39.7570794Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:39.7573465Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:22:39.7576520Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:39.7579981Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:39.7582807Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:39.7585594Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:39.7588398Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:39.7590569Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:39.7593773Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:39.7597358Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:22:39.7601054Z [ 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:39.7603930Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:39.7606160Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:39.7608926Z [ 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:39.7612233Z [ 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:39.7614978Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:39.7617834Z [ 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:39.7620778Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:39.7623687Z [ 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:39.7627230Z [ 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:39.7630166Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:39.7632434Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:39.7635414Z [ 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:39.7638284Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:39.7640475Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:39.7643235Z [ 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:39.7646049Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:39.7648836Z [ 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:39.7651591Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:39.7654427Z [ 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:39.7657597Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:22:39.7660944Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:22:39.7664152Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:22:39.7667611Z [ 32%] 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:39.7670925Z [ 32%] 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:39.7673932Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:39.7676108Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:39.7678889Z [ 32%] 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:39.7681461Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:39.7683930Z [ 32%] 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:39.7686692Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:39.7689501Z [ 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:39.7692288Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:39.7694454Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:39.7697030Z [ 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:39.7699800Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:39.7702586Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:22:39.7705448Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:39.7708272Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:22:39.7711493Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:22:39.7714240Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:39.7717074Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:39.7719851Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:39.7721864Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:39.7724769Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:22:39.7728434Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:22:39.7731274Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:39.7734108Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:39.7737433Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:39.7740462Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:39.7742583Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:44.7714039Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:22:44.7717201Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:22:44.7719076Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:44.7720785Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:22:44.7722734Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:22:44.7724365Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:44.7726949Z [ 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:44.7729814Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:44.7732763Z [ 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:44.7735576Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:44.7738400Z [ 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:44.7741219Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:44.7744054Z [ 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:44.7747462Z [ 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:44.7750226Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:44.7753201Z [ 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:44.7755955Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:44.7758781Z [ 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:44.7761965Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:44.7764886Z [ 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:44.7767795Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:44.7770557Z [ 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:44.7774027Z [ 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:44.7777128Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:44.7779047Z [ 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:44.7781298Z [ 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:44.7783042Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:44.7784644Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:22:44.7786248Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:44.7787847Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:44.7789457Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:44.7791055Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:22:44.7793114Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:22:44.7794743Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:44.7795871Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:44.7797369Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:22:44.7799349Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:22:44.7800973Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:44.7802196Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:44.7803743Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:22:44.7805636Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:22:44.7807177Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:44.7809150Z [ 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:44.7810853Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:44.7813383Z [ 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:44.7816251Z [ 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:44.7817886Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:44.7819681Z [ 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:44.7822203Z [ 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:44.7823634Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:44.7825163Z [ 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:44.7826629Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:44.7828114Z [ 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:44.7829963Z [ 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:44.7831805Z [ 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:44.7833301Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:44.7834828Z [ 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:44.7836603Z [ 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:44.7839021Z [ 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:46.9842836Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:46.9845480Z [ 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:46.9848564Z [ 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:46.9851610Z [ 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:46.9854744Z [ 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:46.9857322Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:46.9859397Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:46.9861531Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:46.9864203Z [ 41%] 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:46.9866907Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:46.9869613Z [ 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:46.9872616Z [ 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:46.9875110Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:46.9878151Z [ 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:46.9881771Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:46.9883826Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:46.9887094Z [ 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:46.9891205Z [ 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:46.9895232Z [ 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:46.9898950Z [ 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:46.9901733Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:46.9904482Z [ 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:46.9907190Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:46.9909460Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:46.9911638Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:46.9913652Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:46.9916273Z [ 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:46.9919582Z [ 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:46.9922908Z [ 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:46.9925769Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:46.9927792Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:46.9929794Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:46.9931902Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:46.9933889Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:46.9936426Z [ 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:46.9939010Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:46.9941630Z [ 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:46.9944231Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:46.9946305Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:46.9948350Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:46.9951158Z [ 43%] 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:46.9958431Z [ 43%] 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:46.9962169Z [ 43%] 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:46.9964946Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:46.9967335Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:46.9969725Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:46.9971998Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:46.9974369Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:46.9977345Z [ 43%] 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:46.9980621Z [ 43%] 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:46.9983626Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:46.9986179Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:46.9988838Z [ 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:46.9991445Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:46.9993579Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:46.9995724Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:46.9998402Z [ 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:47.0001129Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:47.0003241Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:47.0005445Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:47.0008194Z [ 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:47.0010969Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:47.0013427Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:48.6791529Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:22:48.6794749Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:22:48.6797497Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:48.6800117Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:48.6802015Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:48.6803531Z [ 46%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:48.6805708Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:22:48.6808275Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:48.6810369Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:48.6812583Z [ 46%] 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:48.6815548Z [ 46%] 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:48.6817453Z [ 46%] Built target optimized_kernels 2025-03-21T20:22:48.6819180Z [ 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:48.6821663Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:48.6824134Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:48.6827164Z [ 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:48.6830470Z [ 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:48.6832771Z [ 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:48.6834635Z [ 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:48.6836426Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:48.6838088Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:48.6840104Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:48.6841578Z [ 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:48.6843016Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:48.6844259Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:48.6845725Z [ 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:48.6847432Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:48.6849149Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:48.6850643Z [ 47%] 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:48.6853230Z [ 48%] 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:48.6854925Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:48.6856483Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:48.6857917Z [ 48%] 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:48.6859724Z [ 48%] 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:48.6861186Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:48.6862404Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:48.6863812Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:48.6865305Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:48.6867560Z [ 48%] 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:48.6870095Z [ 48%] 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:48.6871775Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:48.6873377Z [ 48%] 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:48.6875071Z [ 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:48.6876741Z [ 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:48.6878382Z [ 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:48.6880021Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:48.6881539Z [ 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:48.6882980Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:48.6884404Z [ 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:48.6885825Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:48.6887025Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:48.6888209Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:48.6889616Z [ 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:48.6891244Z [ 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:48.6893442Z [ 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:48.6896381Z [ 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:48.6898390Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:48.6899932Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:48.6901169Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:48.6902857Z [ 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:48.6904507Z [ 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:48.6905957Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:48.6907251Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:48.6908742Z [ 51%] 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:48.6910426Z [ 51%] 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:50.2622441Z [ 51%] 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:50.2625475Z [ 51%] 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:50.2628470Z [ 51%] 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:50.2631360Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:50.2633503Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:50.2636083Z [ 51%] 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:50.2639038Z [ 51%] 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:50.2641468Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:50.2643921Z [ 51%] 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:50.2646963Z [ 51%] 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:50.2650050Z [ 51%] 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:50.2653297Z [ 51%] 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:50.2656289Z [ 51%] 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:50.2659060Z [ 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:50.2660683Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:50.2662255Z [ 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:50.2664080Z [ 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:50.2665997Z [ 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:50.2667821Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:50.2669210Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:50.2671065Z [ 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:50.2673519Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:50.2676162Z [ 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:50.2679219Z [ 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:50.2681798Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:50.2684166Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:50.2686861Z [ 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:50.2689880Z [ 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:50.2692889Z [ 52%] 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:50.2695437Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:50.2697869Z [ 52%] 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:50.2700967Z [ 52%] 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:50.2703482Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:50.2705621Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:50.2708120Z [ 52%] 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:50.2710545Z [ 52%] 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:50.2712222Z [ 52%] 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:50.2713893Z [ 52%] 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:50.2715635Z [ 52%] 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:50.2717373Z [ 52%] 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:50.2719199Z [ 53%] 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:50.2721326Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:50.2723628Z [ 53%] 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:50.2726393Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:22:50.2729011Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:22:50.2731700Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:22:50.2733776Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:50.2735602Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:50.2737542Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:50.2739361Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:50.2741097Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:50.2743319Z [ 54%] 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:50.2745562Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:50.2747398Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:50.2749793Z [ 54%] 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:50.2752410Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:50.2754469Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:50.2756670Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:50.2759119Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:50.2761381Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:50.2764063Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:22:50.2767048Z [ 54%] 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:50.2769573Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:51.8280959Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:51.8283395Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:51.8286064Z [ 54%] 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:51.8289352Z [ 54%] 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:51.8292188Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:51.8294472Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:51.8296691Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:51.8299803Z [ 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:51.8303367Z [ 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:51.8306375Z [ 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:51.8309809Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:51.8312708Z [ 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:51.8315855Z [ 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:51.8319195Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:51.8322496Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:51.8325453Z [ 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:51.8328647Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:51.8331329Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:51.8334378Z [ 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:51.8337334Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:51.8339978Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:51.8342705Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:51.8345624Z [ 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:51.8349195Z [ 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:51.8371656Z [ 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:51.8374437Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:51.8376833Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:51.8379553Z [ 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:51.8382663Z [ 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:51.8385448Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:51.8387847Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:51.8390304Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:51.8393102Z [ 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:51.8396284Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:51.8398907Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:51.8401851Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:22:51.8404564Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:51.8407288Z [ 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:51.8410007Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:51.8412459Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:51.8415231Z [ 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:51.8418264Z [ 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:51.8420985Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:51.8423404Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:51.8426106Z [ 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:51.8429201Z [ 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:51.8432411Z [ 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:51.8435484Z [ 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:51.8438785Z [ 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:51.8441924Z [ 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:51.8445118Z [ 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:51.8448367Z [ 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:51.8451557Z [ 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:51.8453780Z [ 59%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:51.8455830Z [ 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:51.8459081Z [ 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:51.8462330Z [ 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:51.8465560Z [ 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:51.8469170Z [ 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:51.8472502Z [ 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:51.8475910Z [ 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:51.8479331Z [ 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:52.9901540Z [ 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:52.9904628Z [ 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:52.9907850Z [ 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:52.9909805Z [ 60%] Built target optimized_portable_kernels 2025-03-21T20:22:52.9911935Z [ 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:52.9915427Z [ 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:52.9917574Z [ 60%] Merging kernel yaml files 2025-03-21T20:22:52.9919729Z [ 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:52.9923181Z [ 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:52.9926582Z [ 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:52.9929805Z [ 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:52.9932944Z [ 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:52.9935220Z [ 60%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:52.9937487Z [ 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:52.9940587Z [ 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:52.9943532Z [ 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:52.9946533Z [ 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:52.9949816Z [ 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:52.9953432Z [ 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:52.9956764Z [ 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:52.9960187Z [ 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:52.9963729Z [ 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:52.9966835Z [ 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:52.9970122Z [ 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:52.9973169Z [ 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:52.9976187Z [ 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:52.9979481Z [ 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:52.9983002Z [ 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:52.9985196Z [ 62%] Generating code for kernel registration 2025-03-21T20:22:52.9987169Z [ 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:52.9990158Z [ 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:52.9993170Z [ 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:52.9996257Z [ 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:52.9999524Z [ 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:53.0002573Z [ 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:53.0005513Z [ 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:53.0008510Z [ 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:53.0011518Z [ 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:53.0014653Z [ 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:53.0017833Z [ 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:53.0020927Z [ 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:53.0023919Z [ 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:53.0026861Z [ 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:53.0029860Z [ 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:53.0032932Z [ 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:53.0036108Z [ 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:53.0039539Z [ 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:53.0042516Z [ 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:53.0045567Z [ 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:53.0048558Z [ 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:53.0051670Z [ 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:53.0055022Z [ 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:53.0058092Z [ 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:53.0061055Z [ 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:53.0064140Z [ 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:53.0067360Z [ 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:53.0070586Z [ 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:53.0073819Z [ 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:53.0077097Z [ 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:54.3755759Z [ 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:54.3758059Z [ 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:54.3760064Z [ 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:54.3763206Z [ 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:54.3765973Z [ 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:54.3767984Z [ 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:54.3770087Z [ 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:54.3772180Z [ 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:54.3774447Z [ 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:54.3776411Z [ 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:54.3779001Z [ 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:54.3781635Z [ 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:54.3784122Z [ 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:54.3786139Z [ 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:54.3788207Z [ 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:54.3790570Z [ 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:54.3793196Z [ 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:54.3796156Z [ 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:54.3799184Z [ 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:54.3801068Z [ 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:54.3802667Z [ 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:54.3804251Z [ 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:54.3805851Z [ 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:54.3807544Z [ 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:54.3809158Z [ 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:54.3810725Z [ 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:54.3812327Z [ 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:54.3813951Z [ 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:54.3815563Z [ 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:54.3817346Z [ 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:54.3819340Z [ 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:54.3821494Z [ 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:54.3823641Z [ 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:54.3825915Z [ 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:54.3827894Z [ 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:54.3830160Z [ 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:54.3833175Z [ 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:54.3836525Z [ 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:54.3839222Z [ 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:54.3841469Z [ 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:54.3844185Z [ 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:54.3847543Z [ 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:54.3850325Z [ 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:54.3854694Z [ 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:54.3857721Z [ 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:54.3860597Z [ 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:54.3863545Z [ 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:54.3866312Z [ 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:54.3869255Z [ 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:54.3872150Z [ 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:54.3875309Z [ 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:54.3878658Z [ 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:55.4853246Z [ 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:55.4856374Z [ 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:55.4859965Z [ 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:55.4863994Z [ 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:55.4867883Z [ 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:55.4870754Z [ 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:55.4873092Z [ 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:55.4875368Z [ 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:55.4878221Z [ 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:55.4881920Z [ 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:55.4885707Z [ 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:55.4889589Z [ 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:55.4893600Z [ 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:55.4897598Z [ 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:55.4901506Z [ 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:55.4905294Z [ 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:55.4908993Z [ 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:55.4912704Z [ 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:55.4916503Z [ 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:55.4920426Z [ 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:55.4923710Z [ 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:55.4925728Z [ 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:55.4927711Z [ 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:55.4929944Z [ 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:55.4932120Z [ 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:55.4934157Z [ 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:55.4936216Z [ 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:55.4938406Z [ 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:55.4940484Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:55.4942558Z [ 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:55.4945016Z [ 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:55.4947934Z [ 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:55.4951146Z [ 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:55.4953468Z [ 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:55.4955596Z [ 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:55.4957670Z [ 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:55.4960072Z [ 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:55.4963573Z [ 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:55.4965212Z [ 70%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:55.4965845Z [ 70%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:55.4967251Z [ 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:55.4969381Z [ 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:55.4971446Z [ 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:55.4973552Z [ 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:55.4976093Z [ 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:55.4978301Z [ 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:55.4980421Z [ 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:55.4982451Z [ 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:55.4984463Z [ 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:56.3323773Z [ 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:56.3327392Z [ 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:56.3331030Z [ 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:56.3334586Z [ 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:56.3338012Z [ 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:56.3341458Z [ 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:56.3345028Z [ 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:56.3348639Z [ 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:56.3352360Z [ 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:56.3355843Z [ 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:56.3359610Z [ 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:56.3363070Z [ 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:56.3366210Z [ 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:56.3369320Z [ 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:56.3372508Z [ 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:56.3375708Z [ 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:56.3378969Z [ 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:56.3382556Z [ 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:56.3385724Z [ 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:56.3389078Z [ 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:56.3392461Z [ 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:56.3396174Z [ 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:56.3400313Z [ 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:56.3404362Z [ 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:56.3408433Z [ 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:56.3412478Z [ 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:56.3416518Z [ 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:56.3420545Z [ 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:56.3424420Z [ 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:56.3428465Z [ 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:56.3432773Z [ 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:56.3436783Z [ 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:56.3440823Z [ 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:56.3444884Z [ 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:56.3448944Z [ 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:56.3453253Z [ 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:56.3457196Z [ 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:56.3461238Z [ 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:56.3465471Z [ 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:56.3469378Z [ 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:56.3473620Z [ 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:56.3477609Z [ 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:56.3481788Z [ 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:56.3485696Z [ 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:56.3489603Z [ 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:56.3493566Z [ 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:56.3497489Z [ 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:56.3501356Z [ 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:56.3505260Z [ 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:57.3715569Z [ 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:57.3718917Z [ 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:57.3721984Z [ 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:57.3724972Z [ 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:57.3728025Z [ 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:57.3731379Z [ 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:57.3734393Z [ 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:57.3737434Z [ 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:57.3740559Z [ 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:57.3743975Z [ 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:57.3747884Z [ 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:57.3751855Z [ 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:57.3756218Z [ 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:57.3760201Z [ 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:57.3763777Z [ 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:57.3767405Z [ 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:57.3771018Z [ 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:57.3774654Z [ 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:57.3778472Z [ 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:57.3782202Z [ 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:57.3785904Z [ 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:57.3789671Z [ 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:57.3793449Z [ 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:57.3797235Z [ 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:57.3801105Z [ 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:57.3804803Z [ 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:57.3808523Z [ 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:57.3812423Z [ 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:57.3816122Z [ 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:57.3819563Z [ 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:57.3823061Z [ 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:57.3826995Z [ 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:57.3830517Z [ 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:57.3833941Z [ 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:57.3836878Z [ 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:57.3839973Z [ 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:57.3842836Z [ 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:57.3845659Z [ 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:57.3848663Z [ 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:57.3851843Z [ 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:57.3855563Z [ 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:57.3858684Z [ 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:57.3861639Z [ 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:57.3864656Z [ 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:57.3867874Z [ 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:57.3871268Z [ 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:57.3874707Z [ 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:57.3878261Z [ 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:57.3881864Z [ 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:57.3885070Z [ 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:57.3888442Z [ 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:58.3098564Z [ 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:58.3101330Z [ 79%] 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:58.3103693Z [ 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:58.3106542Z [ 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:58.3109196Z [ 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:58.3111269Z [ 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:58.3113025Z [ 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:58.3114604Z [ 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:58.3116382Z [ 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:58.3118064Z [ 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:58.3119904Z [ 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:58.3121719Z [ 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:58.3123444Z [ 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:58.3125106Z [ 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:58.3126791Z [ 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:58.3128589Z [ 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:58.3130461Z [ 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:58.3132323Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:22:58.3134283Z [ 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:58.3136247Z [ 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:58.3138165Z [ 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:58.3140057Z [ 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:58.3142307Z [ 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:58.3145655Z [ 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:58.3148552Z [ 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:58.3152729Z [ 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:58.3155871Z [ 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:58.3159110Z [ 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:58.3162237Z [ 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:58.3165259Z [ 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:58.3168246Z [ 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:58.3171535Z [ 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:58.3174886Z [ 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:58.3178324Z [ 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:58.3181982Z [ 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:58.3185612Z [ 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:58.3189176Z [ 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:58.3192759Z [ 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:58.3196505Z [ 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:58.3200015Z [ 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:58.3203489Z [ 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:58.3207073Z [ 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:58.3210688Z [ 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:58.3214012Z [ 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:58.3217110Z [ 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:58.3220265Z [ 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:58.3223448Z [ 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:58.3227895Z [ 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:58.3232448Z [ 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:58.3235787Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:22:58.3239450Z [ 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:58.3242993Z [ 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:58.3246485Z [ 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:59.3562787Z [ 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:59.3566287Z [ 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:59.3569671Z [ 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:59.3573033Z [ 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:59.3576391Z [ 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:59.3580532Z [ 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:59.3583944Z [ 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:59.3587356Z [ 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:59.3590737Z [ 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:59.3594083Z [ 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:59.3597557Z [ 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:59.3601723Z [ 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:59.3605311Z [ 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:59.3608850Z [ 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:59.3612301Z [ 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:59.3615727Z [ 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:59.3619230Z [ 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:59.3622971Z [ 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:59.3626517Z [ 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:59.3630211Z [ 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:59.3633786Z [ 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:59.3637291Z [ 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:59.3641010Z [ 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:59.3644519Z [ 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:59.3648089Z [ 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:59.3651571Z [ 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:59.3658947Z [ 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:59.3662040Z [ 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:59.3665155Z [ 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:59.3668256Z [ 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:59.3671569Z [ 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:59.3675127Z [ 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:59.3678806Z [ 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:59.3681952Z [ 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:59.3685156Z [ 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:59.3688478Z [ 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:59.3691970Z [ 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:59.3695465Z [ 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:59.3698973Z [ 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:59.3702508Z [ 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:59.3706294Z [ 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:59.3709631Z [ 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:59.3713229Z [ 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:59.3716756Z [ 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:59.3720169Z [ 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:59.3723186Z [ 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:59.3726180Z [ 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:59.3729257Z [ 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:59.3732272Z [ 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:59.3735276Z [ 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:59.3738320Z [ 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:59.3741346Z [ 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:59.3744286Z [ 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:59.3747397Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:23:00.2514723Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:23:00.2518111Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:23:00.2521347Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:23:00.2524495Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:23:00.2527907Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:23:00.2531440Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:23:00.2534934Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:23:00.2538482Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:23:00.2542073Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:23:00.2546045Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:23:00.2549557Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:23:00.2556421Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:23:00.2559840Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:23:00.2562914Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:23:00.2566024Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:23:00.2569221Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:23:00.2572510Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:23:00.2575771Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:23:00.2579142Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:23:00.2582512Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:23:00.2585906Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:23:00.2589129Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:23:00.2592173Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:23:00.2595183Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:23:00.2598101Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:23:00.2601395Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:23:00.2604537Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:23:00.2607775Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:23:00.2611028Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:23:00.2614207Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:23:00.2617356Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:23:00.2620560Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:23:00.2623674Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:23:00.2626908Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:23:00.2629883Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:23:00.2633051Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:23:00.2636159Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:23:00.2639233Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:23:00.2642486Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:23:00.2646124Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:23:00.2649807Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:23:00.2653739Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:23:00.2657368Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:23:00.2660939Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:23:00.2664262Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:23:00.2667636Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:23:00.2671083Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:23:00.2674589Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:23:00.2678081Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:23:00.2681626Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:23:00.2685200Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:23:00.2688660Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:23:00.2692113Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:23:00.2695677Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:23:00.2699084Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:23:01.6822626Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:23:01.6825934Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:23:01.6827820Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:23:01.6830465Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:23:01.6832057Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:23:01.6833654Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:23:01.6836149Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:23:01.6837918Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:23:01.6839550Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:23:01.6841082Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:23:01.6842830Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:23:01.6844744Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:23:01.6846668Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:23:01.6848418Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:23:01.6849998Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:23:01.6851677Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:23:01.6854991Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:23:01.6856675Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:23:01.6858304Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:23:01.6860081Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:23:01.6861898Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:23:01.6863719Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:23:01.6865516Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:23:01.6867394Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:23:01.6869994Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:23:01.6872213Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:23:01.6873979Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:23:01.6875611Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:23:01.6877124Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:23:01.6878705Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:23:01.6880222Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:23:01.6881722Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:23:01.6883225Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:23:01.6884718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:23:01.6886260Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:23:01.6887861Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:23:01.6889410Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:23:01.6890971Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:23:01.6892545Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:23:01.6895199Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:23:01.6896917Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:23:01.6899154Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:23:01.6901320Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:23:01.6902968Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:23:01.6905133Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:23:01.6907405Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:23:01.6909837Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:23:01.6912051Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:23:01.6914130Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:23:01.6915550Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:23:01.6916268Z [ 96%] Built target microkernels-prod 2025-03-21T20:23:01.6916899Z [ 96%] Generating build_identifier.c 2025-03-21T20:23:01.6918409Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:23:01.6920438Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:23:01.6922666Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:23:01.6924611Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:23:01.6926523Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:23:01.6928442Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:23:01.6930400Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:23:01.6932372Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:23:01.6934532Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:23:01.6936717Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:23:01.6938546Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:23:10.8535672Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:23:10.8538255Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:23:10.8540625Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:23:10.8543066Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:23:10.8545682Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:23:10.8548238Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:23:10.8550511Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:23:10.8552964Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:23:10.8555343Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:23:10.8557924Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:23:10.8560561Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:23:10.8562967Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:23:10.8565469Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:23:10.8567935Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:23:10.8570310Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:23:10.8572627Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:23:10.8574726Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:23:10.8577085Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:23:10.8579257Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:23:10.8581053Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:23:10.8581947Z [ 98%] Built target XNNPACK 2025-03-21T20:23:10.8583308Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:23:10.8585484Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:23:10.8587645Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:23:10.8589693Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:23:10.8591563Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:23:10.8593665Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:23:10.8595214Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:23:10.8596112Z [ 98%] Built target xnnpack_backend 2025-03-21T20:23:10.8597312Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:23:10.8598993Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:10.8600079Z [100%] Built target portable_lib 2025-03-21T20:23:10.8600754Z [ 0%] Built target flatbuffers 2025-03-21T20:23:10.8601441Z [ 0%] Built target flatccrt 2025-03-21T20:23:10.8602077Z [ 0%] Built target pthreadpool 2025-03-21T20:23:10.8602800Z [ 0%] Built target common_schema 2025-03-21T20:23:10.8603511Z [ 1%] Built target xnnpack_schema 2025-03-21T20:23:10.8604233Z [ 2%] Built target cpuinfo 2025-03-21T20:23:10.8604974Z [ 2%] Built target bundled_program_schema 2025-03-21T20:23:10.8605759Z [ 4%] Built target flatcc 2025-03-21T20:23:10.8606407Z [ 7%] Built target eigen_blas 2025-03-21T20:23:10.8607104Z [ 7%] Built target indirection 2025-03-21T20:23:10.8607854Z [ 7%] Built target logging 2025-03-21T20:23:10.8608551Z [ 7%] Built target normalization 2025-03-21T20:23:10.8609307Z [ 7%] Built target microparams-init 2025-03-21T20:23:10.8610090Z [ 7%] Built target datatype 2025-03-21T20:23:10.8610812Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:10.8611597Z [ 7%] Built target program_schema 2025-03-21T20:23:10.8612305Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:10.8612971Z [ 7%] Built target hardware-config 2025-03-21T20:23:10.8613666Z [ 7%] Built target allocator 2025-03-21T20:23:10.8614297Z [ 7%] Built target packing 2025-03-21T20:23:10.8614927Z [ 7%] Built target cache 2025-03-21T20:23:10.8615523Z [ 7%] Built target memory 2025-03-21T20:23:10.8616238Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:10.8616923Z [ 7%] Built target mutex 2025-03-21T20:23:10.8617568Z [ 7%] Built target operator-utils 2025-03-21T20:23:10.8618259Z [ 7%] Built target operator-run 2025-03-21T20:23:10.8618986Z [ 7%] Built target etdump_schema 2025-03-21T20:23:10.8619695Z [ 9%] Built target operators 2025-03-21T20:23:10.8620320Z [ 12%] Built target subgraph 2025-03-21T20:23:10.8620947Z [ 13%] Built target executorch_core 2025-03-21T20:23:10.8621708Z [ 14%] Built target extension_threadpool 2025-03-21T20:23:10.8622452Z [ 14%] Built target extension_tensor 2025-03-21T20:23:10.8623133Z [ 15%] Built target executorch 2025-03-21T20:23:10.8623711Z [ 15%] Built target cpublas 2025-03-21T20:23:10.8624305Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:10.8625017Z [ 15%] Built target bundled_program 2025-03-21T20:23:10.8625701Z [ 15%] Built target etdump 2025-03-21T20:23:10.8626315Z [ 16%] Built target util 2025-03-21T20:23:10.8627273Z [ 18%] Built target optimized_kernels 2025-03-21T20:23:10.8628115Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:10.8628982Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:10.8629775Z [ 95%] Built target microkernels-prod 2025-03-21T20:23:10.8630637Z [ 97%] Built target XNNPACK 2025-03-21T20:23:10.8631330Z [ 97%] Built target xnnpack_backend 2025-03-21T20:23:10.8632000Z [ 98%] Built target portable_lib 2025-03-21T20:23:10.8633414Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:23:10.8635585Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:23:10.8637301Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:23:10.8639030Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:23:10.8640856Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:23:10.8642878Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:23:10.8644728Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:23:10.8646539Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:23:10.8648362Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:23:10.8650059Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:23:10.8651407Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:23:10.8652446Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:23:10.8653056Z [ 0%] Built target flatbuffers 2025-03-21T20:23:10.8653596Z [ 0%] Built target flatccrt 2025-03-21T20:23:10.8654157Z [ 0%] Built target pthreadpool 2025-03-21T20:23:10.8654693Z [ 1%] Built target cpuinfo 2025-03-21T20:23:10.8655205Z [ 3%] Built target flatcc 2025-03-21T20:23:10.8655774Z [ 4%] Built target xnnpack_schema 2025-03-21T20:23:10.8656398Z [ 4%] Built target common_schema 2025-03-21T20:23:10.8656974Z [ 7%] Built target eigen_blas 2025-03-21T20:23:10.8673950Z [ 7%] Built target bundled_program_schema 2025-03-21T20:23:10.8674684Z [ 7%] Built target logging 2025-03-21T20:23:10.8675276Z [ 7%] Built target indirection 2025-03-21T20:23:10.8675880Z [ 7%] Built target microparams-init 2025-03-21T20:23:10.8676523Z [ 7%] Built target normalization 2025-03-21T20:23:10.8677124Z [ 7%] Built target datatype 2025-03-21T20:23:10.8677698Z [ 7%] Built target reference-ukernels 2025-03-21T20:23:10.8678352Z [ 7%] Built target program_schema 2025-03-21T20:23:10.8679066Z [ 7%] Built target flatcc_cli 2025-03-21T20:23:10.8679670Z [ 7%] Built target hardware-config 2025-03-21T20:23:10.8680327Z [ 7%] Built target allocator 2025-03-21T20:23:10.8680901Z [ 7%] Built target packing 2025-03-21T20:23:10.8681464Z [ 7%] Built target cache 2025-03-21T20:23:10.8682020Z [ 7%] Built target microkernel-utils 2025-03-21T20:23:10.8682616Z [ 7%] Built target memory 2025-03-21T20:23:10.8683170Z [ 7%] Built target mutex 2025-03-21T20:23:10.8683694Z [ 7%] Built target operator-utils 2025-03-21T20:23:10.8684290Z [ 7%] Built target operator-run 2025-03-21T20:23:10.8684884Z [ 7%] Built target etdump_schema 2025-03-21T20:23:10.8685490Z [ 10%] Built target executorch_core 2025-03-21T20:23:10.8686110Z [ 10%] Built target operators 2025-03-21T20:23:10.8686676Z [ 11%] Built target executorch 2025-03-21T20:23:10.8687260Z [ 13%] Built target extension_threadpool 2025-03-21T20:23:10.8687900Z [ 13%] Built target extension_tensor 2025-03-21T20:23:10.8688879Z [ 15%] Built target subgraph 2025-03-21T20:23:10.8689458Z [ 15%] Built target extension_data_loader 2025-03-21T20:23:10.8690081Z [ 15%] Built target bundled_program 2025-03-21T20:23:10.8690683Z [ 15%] Built target etdump 2025-03-21T20:23:10.8691377Z [ 15%] Built target cpublas 2025-03-21T20:23:10.8691940Z [ 16%] Built target optimized_kernels 2025-03-21T20:23:10.8692551Z [ 17%] Built target util 2025-03-21T20:23:10.8693114Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:23:10.8693839Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:23:10.8694570Z [ 94%] Built target microkernels-prod 2025-03-21T20:23:10.8695162Z [ 96%] Built target XNNPACK 2025-03-21T20:23:10.8695711Z [ 96%] Built target xnnpack_backend 2025-03-21T20:23:10.8696300Z [ 97%] Built target portable_lib 2025-03-21T20:23:10.8697444Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:10.8699292Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:10.8701116Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:10.8703310Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:17.5093351Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:17.5095082Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:17.5096663Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:17.5098258Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:17.5099671Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:17.5100939Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:17.5102173Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:23:17.5102896Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:23:17.5103714Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:23:17.5104459Z [ 97%] Generating code for kernel registration 2025-03-21T20:23:17.5105881Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:17.5107199Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:23:17.5107783Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:23:17.5108724Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:23:17.5113635Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:23:17.5117935Z [ 98%] Generating code for kernel registration 2025-03-21T20:23:17.5119279Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:23:17.5121099Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:23:17.5122943Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:23:17.5124344Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:23:17.5125847Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:23:17.5127321Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:23:17.5128709Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:17.5129966Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:23:17.5131340Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:23:17.5132731Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:23:17.5134202Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:23:17.5135772Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:23:17.5137080Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:17.5138578Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:23:17.5139939Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:23:17.5140568Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:23:17.5141188Z running build_py 2025-03-21T20:23:17.5141701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5142850Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5144071Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5145197Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5146404Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5147689Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5149115Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5150461Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5151637Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5153218Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5154420Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5155712Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:23:17.5156904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:17.5158346Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:17.5159756Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:17.5161094Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:17.5163023Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:23:17.5164501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:17.5165696Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:17.5167309Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:17.5168693Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:23:17.5169874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:17.5171120Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:23:17.5172444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5173493Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5175029Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5176720Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5178100Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5179813Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5181545Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5183005Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5184612Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5186075Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5187680Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5189247Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5190622Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5192276Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5193868Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5195324Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:23:17.5196710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5197848Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5262227Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5264435Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5266483Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5268636Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:23:17.5270830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:17.5272581Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:17.5274794Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:23:17.5277006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:17.5278932Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:17.5281097Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:23:17.5283142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:17.5285412Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:17.5288350Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:17.5290775Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:17.5293102Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:17.5296060Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:23:17.5298549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:17.5300819Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:17.5303766Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:17.5306152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:17.5308451Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:17.5311408Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:23:17.5313870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:17.5316545Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:17.5319231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:17.5321820Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:17.5324364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5326523Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5329265Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5332060Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5334794Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5337554Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5340636Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5343549Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5346596Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5349470Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5352592Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5355426Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5358033Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5360802Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5363547Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5366219Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5368960Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5371657Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5374432Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5377168Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5379842Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:23:17.5382026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:17.5384198Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:17.5386850Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:23:17.5389279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:17.5391937Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:17.5395055Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:17.5397395Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5399517Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5402043Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5404736Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5407657Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5410269Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5412878Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5415772Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:23:17.5417871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:17.5419907Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:17.5422372Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:23:17.5424385Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5426307Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5441825Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5444638Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5447133Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5449458Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5451790Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5454471Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5457091Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5459790Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5462419Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5464964Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5467425Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5469986Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5472438Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5474923Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5477451Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5480094Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5482649Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5485171Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5487949Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5490445Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5493339Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5495942Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5498570Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5501217Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5503727Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5506347Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5508937Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5511263Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5513716Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5516214Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5518830Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5521264Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5523603Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5526084Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5528565Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5531124Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5533807Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:23:17.5536043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5538211Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5541009Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5543910Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5546731Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5549520Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5552542Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5555733Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5558622Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5561827Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:23:17.5564157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5566115Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5568525Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5570939Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5573232Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5575508Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5577847Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5580143Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5582508Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5584965Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5587262Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5589588Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5592133Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5594612Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5596951Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5599380Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5601707Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5632551Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5634956Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5637353Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5639741Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5641996Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5644226Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5646577Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5649171Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5651572Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5655032Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5657365Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5659823Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5662298Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5664725Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5667185Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5669548Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5671966Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5674348Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5676685Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5679115Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5681447Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5683828Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5686176Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5688659Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5691177Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5693753Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5696258Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5698649Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5701088Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:23:17.5703070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5705029Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5707448Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5710012Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5712724Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5715772Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:23:17.5717902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:17.5719767Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:17.5722158Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:17.5724361Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:17.5726540Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:23:17.5728347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:17.5730233Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:23:17.5732223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5734329Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5736948Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5739532Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5742127Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5744728Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5747396Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5750100Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5753180Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5755990Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:23:17.5758045Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5760247Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5762841Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5765381Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5767929Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5770598Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5773336Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5775998Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5778674Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5781328Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:23:17.5783650Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5785575Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5788076Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5790328Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5792611Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5794868Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5814235Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5816676Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5819018Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5821389Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5823685Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5825947Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5828282Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5830739Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5833207Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5835593Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5838016Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5840595Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5843018Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5845283Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5847516Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5849850Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5852545Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5854921Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5857301Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5859610Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5861903Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5864396Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5867078Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5869586Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5872329Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5874669Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5876968Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5879425Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5881900Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5884284Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5886617Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5889060Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5891465Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5893901Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5896242Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5898493Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5900818Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5903264Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5905719Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5908074Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5910472Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5912830Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5915226Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5917622Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5920118Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5922587Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5925117Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5927501Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5929836Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5932411Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5934802Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5937338Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5939653Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5941966Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5944321Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5946730Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5949301Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5951804Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5954355Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:23:17.5956356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5958614Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5961331Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5964059Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5966718Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5969560Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5972430Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5975155Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5978029Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5980853Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5983690Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:23:17.5986028Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:17.5988349Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:23:17.5990694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:17.5992840Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:17.5995283Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:17.5997920Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:17.6000850Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:23:17.6002994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:17.6005280Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:23:17.6007563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:17.6010237Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:17.6013147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:17.6016521Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:17.6020770Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:17.6024232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6027772Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6032138Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6036267Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6040536Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6044748Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6049008Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6053311Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6057400Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6061441Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6065715Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6070138Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6074652Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6078954Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6083255Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6087248Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6091397Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6095652Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6099842Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6104166Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6108411Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6112496Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6116669Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6121170Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6125504Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6129566Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6133710Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6137862Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6141991Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6146070Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6150336Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6169098Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6173408Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6177833Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6182013Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:17.6185199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:17.6188490Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:17.6191852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:17.6195261Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:17.6198227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6200235Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6202448Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6204827Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6207277Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6209621Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6211940Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6214437Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6216909Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6219437Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6221872Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6224139Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6226555Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6228924Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6231330Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6233641Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6236044Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6238352Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:17.6240593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:17.6242591Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:17.6245238Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:17.6247749Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:17.6250219Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:23:17.6252570Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:17.6254544Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:17.6257102Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:17.6259541Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:23:17.6261706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:17.6264025Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:17.6266885Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:17.6269773Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:17.6272590Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:17.6274766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6277028Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6279959Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6282776Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6285533Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6288355Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6291257Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6294146Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6297054Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:23:17.6299347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:17.6301499Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:17.6303775Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:17.6306318Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:17.6309859Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:17.6312583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:17.6315321Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:17.6318705Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:17.6322068Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:17.6324653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:17.6327089Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:17.6329609Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:17.6332337Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:17.6335128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:17.6337873Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:17.6341251Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:17.6344560Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:17.6348021Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:17.6350961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:17.6354340Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:17.6358359Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:17.6362492Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:17.6365758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:17.6369110Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:17.6373133Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:17.6377111Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:17.6381138Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:17.6384611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:17.6387878Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:17.6392161Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:17.6396294Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:17.6400514Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:17.6403711Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:17.6406751Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:17.6410594Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:17.6413648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:17.6416652Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:17.6420609Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:17.6423799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6426976Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6431075Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6435135Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6439245Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6443290Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6447240Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6451452Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:17.6454872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6457980Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6461739Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6465745Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6469765Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6473536Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6477311Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6481221Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6484964Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6488592Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6492239Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6495921Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6499749Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6503605Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6507325Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6511093Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:17.6514094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:17.6517108Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:17.6521178Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:17.6524135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6526692Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6529743Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6532636Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6535581Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6538786Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6541783Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6544995Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6547930Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6550823Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6553888Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:23:17.6556164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:17.6558220Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:17.6561074Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:23:17.6563517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:17.6565627Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:17.6568299Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:17.6571004Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:17.6573694Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:23:17.6575893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6577914Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6580523Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6583272Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6585982Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6588616Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6591325Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6594266Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6597132Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6599881Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6602521Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6605315Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6608386Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6611216Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6614138Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6616791Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6619555Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6622181Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6624899Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6627704Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6630630Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6633421Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6636086Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6638918Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6641650Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6644423Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6647189Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6649854Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6652474Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:23:17.6654471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6656580Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6659183Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6661809Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6664499Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6667209Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6670057Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6672510Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6675302Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6677914Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6680552Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6683294Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6685839Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6688462Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6691098Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6693598Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6696191Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6698937Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6701549Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6704143Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6706775Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6709268Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6711762Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6714307Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6716919Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6719479Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6722093Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6724633Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6727224Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6729923Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6732547Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6735147Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6737714Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6740488Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6743362Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6745946Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6748547Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6751325Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6754057Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6756739Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6759405Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6761965Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6764517Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6767094Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6769702Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6772269Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6774771Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6777273Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6779790Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6782319Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6784741Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6787437Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6789966Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6792627Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6795348Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6797841Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6800593Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6803167Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6805764Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6808318Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6810942Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6836223Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6838997Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6841968Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6844705Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6847311Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6850026Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6852905Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6855487Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6858172Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6860721Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6863336Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6865841Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6868334Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6870947Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6873538Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6880789Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6883641Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6886420Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6889158Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6891771Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:23:17.6893975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:17.6896004Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:23:17.6898027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:17.6900346Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:17.6903095Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:17.6905798Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:23:17.6908199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:17.6910403Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:17.6913444Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:17.6916286Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:17.6918948Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:17.6921177Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:17.6923551Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:17.6926679Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:17.6929084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:17.6931170Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:17.6933782Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:17.6936197Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:23:17.6938165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:17.6940198Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:17.6942745Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:23:17.6945018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:17.6947880Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:17.6950619Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:17.6953214Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:17.6956338Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:17.6959327Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:23:17.6961472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6963437Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6965935Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6968583Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6971201Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6974148Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6977017Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6979819Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6982961Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:23:17.6985064Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:17.6987331Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:23:17.6989573Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:17.6991943Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:23:17.6994424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:17.6996611Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:23:17.6998853Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:17.7001153Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:17.7004160Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:17.7007183Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:17.7009509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:17.7011556Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:17.7014083Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:17.7016721Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:23:17.7018931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:17.7021107Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:17.7023899Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:17.7026889Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:17.7029403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7031836Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7034915Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7038054Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7041394Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7044803Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7075783Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:17.7078663Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:17.7081035Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:17.7083649Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7086859Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7090939Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7094924Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7098947Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7102806Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7106607Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7110547Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:17.7113757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:17.7117136Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:17.7120743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:17.7124633Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:17.7128034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7130023Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7132700Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7135545Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7138218Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7140832Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7143522Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7146571Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7149226Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7152334Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7155106Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7157706Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7160453Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7163077Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:23:17.7165186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7167284Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7169943Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7172515Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7175060Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7177614Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7180291Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7182911Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7185447Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7188040Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7190592Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7193199Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7195773Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7198730Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7201663Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7204425Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7206975Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7209595Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7212296Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7215268Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7217965Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7221006Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7223813Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7226390Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7229025Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7231685Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7234311Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7236945Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7239790Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7242579Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7257775Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7260520Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7263181Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7265688Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7268264Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7270840Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7273470Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7276127Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7278899Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7281535Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7284194Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7286884Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7289617Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7292545Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7295298Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7298183Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7300849Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:23:17.7303287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:17.7305412Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:17.7308174Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:23:17.7310485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:17.7312730Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:17.7315694Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:17.7318055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:17.7320608Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:17.7323775Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:17.7326150Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:17.7328186Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:17.7330825Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:23:17.7333033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:17.7335401Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:17.7337784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:17.7339789Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:17.7342205Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:17.7344605Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:17.7347090Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:23:17.7349309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7351655Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7354800Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7357993Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7361235Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7364414Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7367898Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:17.7370364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:17.7373071Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:17.7375994Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:17.7378266Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7380447Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7383152Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7388406Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7391251Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7394063Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7396908Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7399823Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7402624Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7405455Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7408158Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7410978Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7413814Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7416559Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:23:17.7418697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7420787Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7423372Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7426007Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7439488Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7442209Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7444761Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7447249Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7450271Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7453176Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7456051Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7458756Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7461397Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7464023Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7466450Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7469046Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7471714Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7474382Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7477051Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7479759Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7482418Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7485121Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7487895Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7490605Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7493347Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7496085Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7498635Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7501262Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7503827Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7506405Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7509124Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7511848Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7514379Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7516922Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7519875Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7522564Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7525428Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7528025Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7530598Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7533355Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7536064Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:17.7538168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7540509Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7543540Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7546610Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7549733Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7552967Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7555982Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7559166Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:17.7561556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:17.7564036Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:17.7567216Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:17.7570403Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:17.7572930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:17.7575454Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:17.7578833Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:17.7581392Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:17.7583603Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:17.7586330Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:17.7588987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:17.7591508Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:17.7594230Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:17.7596787Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:17.7599451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:17.7602091Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:17.7604777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:17.7607615Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:17.7896191Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:17.7899248Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:17.7903036Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:17.7906613Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:17.7909466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:17.7912359Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:17.7915156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:17.7918035Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:17.7921772Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:17.7925597Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:17.7929547Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:17.7932400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7935401Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7939259Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7943158Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7947178Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7951498Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7955735Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7959953Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7963755Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7967668Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7971522Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7975210Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7979118Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7983083Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7987164Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7991256Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7995094Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.7998986Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8002663Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8006427Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8010419Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8014358Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8018447Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8022295Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8025871Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8029752Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8033288Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8036926Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:17.8039872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:17.8042843Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:17.8046766Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:17.8050691Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:17.8053897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:17.8056818Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:17.8059295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:17.8060681Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:23:17.8062197Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8063770Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8065711Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8067746Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8069732Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8071863Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8093939Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8095856Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:23:17.8097498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:17.8099375Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:17.8101713Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:17.8104076Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:17.8106807Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:23:17.8108972Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8111116Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8113855Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8116866Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8119535Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8122388Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:23:17.8124523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8126585Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8129133Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8131817Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8134503Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8137145Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:17.8139207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:17.8140895Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:17.8142922Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:17.8145017Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:17.8147119Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:23:17.8149021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:17.8151088Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:17.8153670Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:23:17.8155692Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:17.8157501Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:17.8159789Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:23:17.8161730Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:17.8163884Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:17.8166523Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:23:17.8168665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:17.8170844Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:17.8173541Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:17.8175634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:17.8177666Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:17.8180387Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:23:17.8182769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:17.8184947Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:17.8187667Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:23:17.8189749Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8191635Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8193959Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8196331Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8198858Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8201288Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8203735Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8206126Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8208685Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8211367Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8213779Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8216097Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8218351Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8220578Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8223010Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8225376Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:23:17.8227576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:17.8229736Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:17.8231939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:17.8233802Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:17.8236067Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:17.8238407Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:17.8241077Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:23:17.8242903Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:17.8244742Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:17.8247175Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:23:17.8249143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:17.8251212Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:17.8254194Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:23:17.8267460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:17.8269650Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:17.8272217Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:17.8274594Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:17.8276717Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:17.8279398Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:17.8281598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:17.8283931Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:17.8286162Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8288221Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8290614Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8293223Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8295855Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8298475Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:17.8300578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:17.8302609Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:17.8305379Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:23:17.8307696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:17.8309920Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:17.8312355Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:23:17.8314443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:17.8316361Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:17.8318771Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:23:17.8320741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:17.8322548Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:17.8325088Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:23:17.8327152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:17.8329572Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:17.8332327Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:23:17.8334502Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:17.8336515Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:17.8338933Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:23:17.8340966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:17.8343031Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:17.8345553Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:23:17.8347984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8350975Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8354887Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8358771Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8362700Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8366414Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8370086Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:17.8372882Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:17.8375044Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:17.8377833Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:23:17.8380296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:17.8382857Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:17.8385836Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:17.8388960Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:17.8392119Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:23:17.8395243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:17.8397451Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:17.8400488Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:17.8403236Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:23:17.8405600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8408277Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8411776Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8415362Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8418913Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8422367Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8425864Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8429425Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8432967Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8453689Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8457291Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8460674Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8464011Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8467678Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8471174Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8475017Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8479091Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8482832Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:17.8485425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:17.8488130Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:17.8491087Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:17.8494195Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:23:17.8496543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:17.8498887Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:17.8501371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:17.8503995Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:17.8507408Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:17.8510834Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:17.8514261Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:17.8516989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:17.8519548Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:17.8522629Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:17.8525795Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:17.8528932Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:17.8531580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:17.8534482Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:17.8537139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:17.8539918Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:17.8543305Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:17.8546219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:17.8549020Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:17.8552869Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:17.8555941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:17.8559232Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:17.8563068Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:17.8566114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:17.8568251Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:17.8570847Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:23:17.8572979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:17.8575108Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:23:17.8577109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8578403Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8579868Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8581346Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8583014Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8584596Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8586177Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8587802Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8589370Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8590832Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8592353Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8594103Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8595743Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8597315Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8599059Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8600608Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8602244Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8603849Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8605391Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8606900Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8608395Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8609907Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8611358Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8612834Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8614307Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:17.8615724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8617597Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8666015Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8667907Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8669251Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8671038Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8672357Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8673685Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8674886Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8676276Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:17.8677253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8678398Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8679631Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8681056Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8682332Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8683640Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8684921Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:23:17.8685854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:17.8686910Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:17.8688039Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:17.8689159Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:17.8690365Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:23:17.8691358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:17.8692432Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:17.8693538Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:23:17.8694677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:17.8695530Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:17.8696712Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:17.8697768Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:23:17.8698843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:17.8699832Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:17.8701122Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:17.8702211Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:23:17.8703157Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8704449Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8705774Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8707256Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8708631Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8710025Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8711359Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8712811Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8714249Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8715614Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8717025Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8718400Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8719890Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8721312Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8722623Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8724076Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8725503Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8726715Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8728104Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8729287Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8730709Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8732116Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8733497Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8734929Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8736575Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8738045Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8739526Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8740813Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8742249Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8743718Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8745293Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8746690Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8748094Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:23:17.8749441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:17.8750525Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:17.8752154Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:17.8753492Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:23:17.8754482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8755375Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8756783Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8758235Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8759612Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8760771Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8761952Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8763081Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:23:17.8764114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8765127Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8766299Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8767407Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8831372Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8832919Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8834114Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8835573Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8836915Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8838004Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8839534Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8841036Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8842453Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8843730Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8845144Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8846818Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8848473Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8850004Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8851372Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8852931Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8854274Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8855816Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8857155Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8858635Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8860083Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8861256Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8862707Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8863889Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8865089Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8866330Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8867444Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8868568Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8869825Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:23:17.8870938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:17.8872474Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:17.8874054Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:17.8875637Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:17.8877651Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:23:17.8879369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8880694Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8882510Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8884242Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8904858Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8906277Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:23:17.8907615Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:17.8909159Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:17.8911293Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:17.8913346Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:17.8915655Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:17.8917200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8918335Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8919922Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8921425Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8923173Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8924796Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8926263Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8927659Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8929098Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8930565Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8931986Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8933415Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8934868Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8936531Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8938289Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8939813Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8941198Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8942497Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8944031Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:23:17.8945384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:17.8947143Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:17.8949074Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:23:17.8950431Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:17.8952215Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:17.8954193Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:17.8955862Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:17.8957415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:17.9051561Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:23:17.9053159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:17.9054247Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:17.9055457Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:17.9056817Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:23:17.9058024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:17.9059403Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:23:17.9060671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:17.9061994Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:17.9063326Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:23:17.9064442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:17.9065607Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:17.9067285Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:17.9068950Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:17.9070275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:17.9071634Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:17.9073278Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:23:17.9074556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:17.9075678Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:17.9077442Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:23:17.9078715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:17.9080099Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:17.9081949Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:23:17.9083288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:17.9084657Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:17.9085802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:17.9086798Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:23:17.9087804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:17.9089292Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:23:17.9090550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:17.9091700Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:17.9093138Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:17.9094441Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:23:17.9095543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:17.9096809Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:23:17.9098037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:17.9099309Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:23:17.9100491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:17.9101651Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:17.9102966Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:23:17.9104046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:17.9105159Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:23:17.9106289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:17.9107385Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:17.9108671Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:17.9110133Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:23:17.9111404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:17.9112526Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:17.9113639Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:17.9114635Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:23:17.9115983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:17.9117238Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:23:17.9118583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:17.9120078Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:17.9121924Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:17.9123833Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:17.9125168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:17.9126402Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:23:17.9127829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:17.9129155Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:23:17.9131192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9132535Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9134215Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9135926Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9137379Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9138936Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9140853Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9142696Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9144201Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:17.9145374Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9146591Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9147995Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9149547Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9151069Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9152923Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9233765Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:23:17.9235138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:17.9236378Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:17.9237774Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:17.9239640Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:17.9241177Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:23:17.9242615Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:17.9243836Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:17.9245352Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:17.9246931Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:17.9248321Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:23:17.9249876Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:17.9251202Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:23:17.9252790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:17.9254880Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:17.9256658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:17.9258520Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:17.9260656Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:17.9262319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:17.9263759Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:17.9265340Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:17.9266947Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:17.9268594Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:23:17.9269970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:17.9271251Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:17.9273006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:17.9274742Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:17.9276944Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:17.9279310Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:17.9281594Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:17.9283365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:17.9285450Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:17.9288094Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:17.9290164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:17.9292043Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:17.9293700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:17.9295285Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:17.9296852Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:17.9298759Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:23:17.9300014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:17.9301290Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:23:17.9302580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:17.9303918Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:17.9305213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:17.9307029Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:17.9308997Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:23:17.9310393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:17.9312050Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:17.9313687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:17.9315167Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:23:17.9316556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:17.9317756Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:17.9318895Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:17.9320432Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:17.9322177Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:17.9323368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:17.9324209Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:23:17.9325369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:17.9326549Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:17.9328084Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:23:17.9329345Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:17.9330813Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:17.9332165Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:17.9333750Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:17.9334878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:17.9335994Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:17.9337640Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:23:17.9338710Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:18.6632158Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:18.6633570Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:18.6634673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:18.6635920Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:18.6637297Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:23:18.6638485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:18.6639733Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:18.6641149Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:18.6642577Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:18.6643902Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:23:18.6645327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:18.6646761Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:18.6648444Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:23:18.6650106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:18.6651460Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:18.6653357Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:18.6655085Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:23:18.6656508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:18.6657943Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:23:18.6659421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.6660800Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.6662500Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.6664058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:18.6665443Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:18.6666936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6668284Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6670589Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6672345Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6673870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:18.6675372Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:18.6676679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:18.6678383Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:18.6679924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:18.6681686Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:18.6683073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:18.6684335Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:23:18.6685517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:18.6686825Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:23:18.6688027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:18.6689247Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:18.6690874Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:18.6692433Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:23:18.6694015Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:18.6695382Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:18.6696769Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:23:18.6698293Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.6700057Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.6701883Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:18.6703724Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6705380Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6707069Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:23:18.6708610Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:23:18.6710378Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:18.6712318Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:18.6713806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:18.6714714Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:23:18.6715569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:18.6716657Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:23:18.6717577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:18.6718468Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:18.6719646Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:18.6720599Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:23:18.6721321Z running egg_info 2025-03-21T20:23:18.6721677Z creating executorch.egg-info 2025-03-21T20:23:18.6722099Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:23:18.6722859Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:23:18.6723605Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:23:18.6724269Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:23:18.6724946Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:23:18.6725724Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:18.6726433Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:18.6726987Z adding license file 'LICENSE' 2025-03-21T20:23:18.6727477Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:23:18.6728561Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:23:18.6730291Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:23:18.6731781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:18.6794596Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:18.6796632Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:18.6798282Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:18.6800109Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:23:18.6801923Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:23:18.6803427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:18.6804861Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:18.6806491Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:23:18.6808009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6809874Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6812385Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6814728Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6817032Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6819211Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6821355Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6823571Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6825860Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6828234Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6830444Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6832758Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6834821Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6837705Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6840073Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6842416Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6844995Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6847580Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6850023Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6852612Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6854969Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6857499Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6859962Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6862291Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6864822Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6867273Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6869711Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6872050Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6874287Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6876539Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6878852Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6881275Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6883589Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6885925Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6888092Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6890365Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6892779Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6895175Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6897401Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6899460Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6901946Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6904095Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6906307Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6908693Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6910958Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6925793Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6928398Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6930841Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6933199Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6935394Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6937511Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6939706Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6941794Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6943863Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6946045Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6948008Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6950163Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6952461Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6954560Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6956728Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6958751Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6960947Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6963104Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:18.6964481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:18.6965907Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:18.6967204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6968763Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6970627Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6972554Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6974560Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6976538Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6978614Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:18.6980339Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:18.6982104Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:23:18.6983813Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:23:18.6985752Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:18.6987460Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:18.6989343Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:18.6991243Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:18.6993350Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:18.6995777Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:18.6997462Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.6999206Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7001459Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7003494Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7005785Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7008182Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7010284Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7012484Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7014621Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7016711Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7019142Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7021271Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7023601Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7025675Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7027696Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7029791Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7083726Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7086434Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7088634Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7090734Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7092845Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7095031Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7097074Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7099238Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7101625Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7103838Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7106071Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7108487Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7111098Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7113373Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7115931Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7118412Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7120790Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7123066Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7125233Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7127322Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7129541Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7131719Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7134156Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7136788Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7139166Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7141644Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7143965Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7146200Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7148509Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7150821Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7153266Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7155646Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7158115Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7160583Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7162996Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7165586Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7168478Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7170861Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7173554Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7176063Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7178671Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7181121Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7183589Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7186123Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7188792Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7191203Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7193733Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7196176Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7254342Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7256711Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7258980Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7261368Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7263629Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7265766Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7267759Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7269981Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7272423Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7274532Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7276670Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:18.7279073Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7281435Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7283760Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7286033Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7288361Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7290593Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7292856Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7295030Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7297246Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7299422Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7301541Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7303937Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7306165Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7308467Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7310734Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7312996Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7315110Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7317222Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7319567Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7321811Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7324069Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7326336Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7328504Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7330606Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:18.7332747Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:18.7334949Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:18.7337166Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:18.7339320Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:18.7341190Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:18.7342780Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:18.7344306Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:18.7345869Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:23:18.7347094Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:23:18.7348171Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:23:18.7349469Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:18.7350973Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:18.7352868Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:18.7354497Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:23:18.7355959Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:18.8026693Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:23:18.8028451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:18.8029633Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:18.8030749Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:23:18.8031915Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:18.8033599Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:23:18.8035100Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.8037019Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.8038954Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.8040698Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:23:18.8042170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:18.8043287Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:23:18.8044581Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:18.8045792Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:23:18.8047223Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:18.8049181Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:18.8050445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:23:18.8051862Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:23:18.8053433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8054766Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8056296Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8057954Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8059707Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8061349Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8062870Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8064274Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8066176Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8067888Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8069578Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8071453Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8073310Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8074709Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8076201Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8077512Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8078955Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8080430Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:23:18.8082073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:18.8083555Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:18.8085034Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:18.8086830Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:18.8088928Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:18.8090646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8092236Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8094255Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8096305Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8098540Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8100497Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:18.8102299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8103988Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8105945Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8107910Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8109821Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8111727Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8113576Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8115337Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8117332Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8119405Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8121555Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8123373Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8125448Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8127581Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8129562Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:18.8131272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:18.8629698Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:18.8633669Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:18.8636821Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8640055Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8644078Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8647955Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8651632Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8655561Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8659376Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8663160Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8667007Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8670919Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:18.8674131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:18.8676378Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:18.8679441Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:18.8682199Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:18.8685224Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:18.8687627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:18.8689965Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:18.8692264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8694447Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8696974Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8699602Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8702415Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8705022Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8707602Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8710037Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8712787Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8715365Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8717661Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8720207Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:23:18.8722417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:18.8724892Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:18.8727382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:18.8729995Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:18.8733052Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:18.8735904Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:18.8738342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:18.8740444Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:18.8743052Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:18.8745897Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:18.8748765Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:23:18.8751154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:18.8753959Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:18.8756877Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:18.8759812Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:18.8761667Z running build_ext 2025-03-21T20:23:18.8762773Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:18.8764516Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:18.8767448Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:23:18.8771871Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:23:18.8775600Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:23:18.8779393Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:23:18.8783923Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:23:18.8786542Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:18.8787351Z running install 2025-03-21T20:23:18.8787909Z running install_lib 2025-03-21T20:23:18.8788539Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:18.8789436Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:23:18.8790511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:23:18.8791911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:23:18.8794101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8797122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8800298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8803628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8806854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8809957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8813057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8816225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8819669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8822915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8826322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:23:18.8828475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:23:18.8830786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8834426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8838298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8842010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8845419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8848855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8852561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8856272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8860113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8863906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8867535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8871365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8874931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8878574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8882176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8885856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8889743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8893428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8897291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8900947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8904563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8908370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8912071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8916120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8920295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8924216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8928212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8932234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8936027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8939943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8967694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8971391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8974970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8978451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8982086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8986372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8990569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8994487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:23:18.8997527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:23:18.9000413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9004332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9008339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9012334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9016224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9020288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9024318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9028201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9032093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:23:18.9034982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:23:18.9037476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9041098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9044579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9048052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9051416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9055013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9058458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9061980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9065766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9069205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9072816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9076390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9080053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9083488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9086891Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9090361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9093757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9097300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9100694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9104103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9107633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9111471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9115035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9118721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9122287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9125814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9129356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9133062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9136564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9140460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9144036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9147954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9151488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9155779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9159348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9162757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9166019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9169502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9172948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9176511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9180118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9183780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9187474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9190998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9194419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:23:18.9197119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:23:18.9199659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:18.9203204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:18.9206958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:18.9210844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:18.9214789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:23:18.9217739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:23:18.9220003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:18.9223508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:18.9226858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:18.9230182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:23:18.9232608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:23:18.9235261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9239103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9242851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9246579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9250303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9254307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9258123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9262202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9266061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:23:18.9268691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:23:18.9271357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9275158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9278968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9282633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9286428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9290545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9294442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9298489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9302227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:23:18.9304831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:23:18.9307206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9310553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9314284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9317800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9321332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9324871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9328429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9332004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9335506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9338920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9342401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9346040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9349654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9353495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9357016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9360717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9364679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9368298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9371952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9375402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9378888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9382455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9385948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9389395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9392852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9396345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9400087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9403727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9407374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9410909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9414338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9417812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9421317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9424937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9428478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9431978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9435509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9439188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9442984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9446599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9450047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9453772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9457358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9460958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9464463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9467818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9471219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9474663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9478239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9481859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9485487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9489138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9492717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9496223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9499691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9503260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9506707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9510136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9513507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9517239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9521099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9524814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9528373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9531784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:23:18.9534312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:23:18.9537002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9540910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9544680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9548598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9552747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9556565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9560659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9564642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9568600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9572520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:23:18.9575415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:23:18.9578307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:23:18.9581139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:23:18.9583633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:18.9587301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:18.9591374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:18.9595257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:23:18.9597893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:23:18.9600601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:23:18.9603093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:23:18.9605519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:23:18.9608058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:23:18.9609811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:18.9612990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:23:18.9616201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:23:18.9618511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:18.9622382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:18.9627904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:23:18.9631905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9635966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9641543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9646794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9652304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9657661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9662953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9668560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9673918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9679252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9684660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9690166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9695479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9700826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9705971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9711102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9716421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9721773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9727073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9732448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9737812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9742944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9748167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9753768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9759280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9764537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9769718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9774932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9780101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9785334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9790560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9796037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9801419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9806672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9811910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:23:18.9815480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:23:18.9817715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:18.9821433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:23:18.9825301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:18.9829523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:23:18.9833344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:18.9836975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:23:18.9840192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:23:18.9842583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:18.9846084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:18.9849641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:18.9853330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:23:18.9856259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:18.9859710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:18.9864681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:23:18.9868209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:23:18.9871272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9875356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9879505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9883574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9887690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9891716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9895814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9899872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9903907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9908117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:23:18.9910891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:23:18.9913422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:18.9916756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:18.9920284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:23:18.9922787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:23:18.9925354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:18.9929259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:23:18.9932251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:23:18.9934914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:18.9938772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:18.9942663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:18.9946566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:23:18.9949276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:23:18.9951675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:23:18.9954330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9956853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9960684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9964566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9968382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9972124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9975976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9980168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9984101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9988029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9991813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9995745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:18.9999762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0003589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0007440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0011190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0015016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0018726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0022440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0026374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0030339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0034211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0038010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0041984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0045842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0049633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0053824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0057730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0061511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:23:19.0064319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0066853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0070592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0074386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0078256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0082307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0085954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0089663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0093459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0097275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0101045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0104660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0108363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0112095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0115848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0119710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0123502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0127353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0131371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0135128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0139053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0142753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0146375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0149872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0153757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0157442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0161268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0164893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0168476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0172263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0175983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0179683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0183361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0187206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0190983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0194688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0198335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0202141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0206182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0210017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0214012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0217651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0221372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0225064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0228817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0232549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0236203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0239916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0243552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0247151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0250818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0254652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0258323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0262090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0265769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0269483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0273209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0276989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0280758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0284772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0288787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0292500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0296230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0300013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0303855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0307671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0311560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0315357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0319201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0322811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0326416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0330151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0333671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0337344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0341072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0344885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0348824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0353086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0357188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0361087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0365087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:23:19.0367752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:23:19.0370390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:23:19.0373057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:23:19.0375800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:19.0379687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:19.0383602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:23:19.0386301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:23:19.0389081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:19.0393044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:19.0397022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:19.0400971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:23:19.0403871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:19.0407161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:23:19.0410375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:23:19.0413262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:19.0417400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:19.0421647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:23:19.0424513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:23:19.0427081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:19.0430755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:19.0434628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:23:19.0437200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:23:19.0440041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:19.0443590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:23:19.0446078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:23:19.0447604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:19.0450155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:23:19.0452843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:23:19.0455211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0458648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0462262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0465864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0469606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0473349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0477060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0480732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0484269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0487532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0490917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0494433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0498032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0501506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0505348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:23:19.0508039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:23:19.0510957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:19.0515479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:19.0519604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:23:19.0522226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:23:19.0524468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:19.0527573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:19.0530876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:19.0534031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:19.0537321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:23:19.0539813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0542325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0545881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0549639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0553558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0557562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0561494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0565260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0569027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:23:19.0571685Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:23:19.0574557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:23:19.0577408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:23:19.0580436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:23:19.0583118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:23:19.0585936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:23:19.0588602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:23:19.0590264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:23:19.0592068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0595460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0600204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0604915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0609400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0613823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0618344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0622795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0627516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0632280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0636836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0641440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0645835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0650234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0654745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0659595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0664518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0669269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0674211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0678959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0683455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0688325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0693091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0697639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0702150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0706792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0711169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0715802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0720324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0724870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0729392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0733998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0738830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0743390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0748120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0753022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0757603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0762240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0766667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0770988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0775501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0780094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0784527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0788970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0793496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0798082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0802697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0807355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0812077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0817035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0821754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0826462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0831104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0835708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0840396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0844970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0849563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0854343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0858960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0863257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0867769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0872220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0876827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:23:19.0879996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:23:19.0882887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:19.0887060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:19.0891253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:19.0895287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:23:19.0898288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:23:19.0900952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:19.0904766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:19.0908739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:23:19.0911473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:19.0914176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:19.0918105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:19.0922412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:23:19.0925403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0928278Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0932463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0936758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0941040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0945347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0949558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:23:19.0952618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:23:19.0955300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:23:19.0957938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:23:19.0959703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:19.0962560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:23:19.0965584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:23:19.0967730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0971603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0976754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0982063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0987059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0991998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.0996924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.1001975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:23:19.1005804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:19.1009740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:23:19.1013599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:23:19.1015915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:23:19.1018492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:19.1022922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:23:19.1026794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:23:19.1028341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:23:19.1030063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1033152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1037517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1041880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1046141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1050740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1055355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:23:19.1058432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:23:19.1060723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:19.1064050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:23:19.1066564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1069083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1072881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1076899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1080760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1084393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1088291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1092092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1095814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1099596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1103400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1107198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1110917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1114682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:23:19.1117355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1120107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1124123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1127909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1131794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1135493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1139262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1143030Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1146737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1150454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1154247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1157948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1161749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1165495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1169547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1173398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1177086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1180846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1184683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1188463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1192207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1196153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1200464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1204237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1208236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1212001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1215745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1219562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1223356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1227129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1230825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1234613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1238416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1242192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1245932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1249658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1253545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1257362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1261194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1264991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1268821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1272593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1276745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1280872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1285311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1289039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1292870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:23:19.1295579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:23:19.1298285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:19.1302129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:23:19.1305054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1307969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1312352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1316737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1321057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1325374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1329697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:23:19.1332723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:19.1335715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:19.1339789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:23:19.1342639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:23:19.1345435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:19.1349512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:23:19.1352564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:23:19.1355770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:19.1390571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:19.1394956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:19.1399151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:23:19.1401896Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:23:19.1404457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:19.1408193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:23:19.1410945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1413686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1417514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1421314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1425285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1429246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1433167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1437111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1441147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1445064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1448948Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1452968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1456878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1458819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:23:19.1459480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1461397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1463075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1464769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1466554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1468199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1469855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1471486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1473325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1475043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1476748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1478471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1480237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1481930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1483616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1485398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1487133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1488859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1490485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1492128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1493985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1495848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1497597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1499299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1501028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1502787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1504527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1506268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1507885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1509590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1511439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1513115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1514804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1516496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1518248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1520125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1521850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1523525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1525221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1527082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1528963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:23:19.1529787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1531699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1533635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1535702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1537541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1539492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1541451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1543422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:23:19.1544139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:19.1546163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:19.1548118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:19.1550162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:23:19.1550949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:19.1553258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:19.1555347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:23:19.1556037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:23:19.1557784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:19.1559620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:23:19.1560312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:23:19.1561054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:19.1563189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:19.1564049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:23:19.1565147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:19.1567310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:19.1569481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:19.1571588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:23:19.1572410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:23:19.1573321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:19.1575522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:23:19.1577392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:23:19.1578158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:19.1580088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:19.1581995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:23:19.1582809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:19.1584792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:19.1585688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:19.1588017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:19.1590391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:19.1592600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:23:19.1593473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:23:19.1594372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:19.1596605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:19.1599108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:23:19.1601179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:23:19.1602023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:19.1604089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:19.1606171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:23:19.1606996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:23:19.1607879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:19.1610004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:19.1612280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:19.1614676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:19.1616934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:23:19.1617809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1619895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1621966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1624105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1626428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1628667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1631053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1633472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1636074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1638667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1640913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1643254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1645565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1647886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1650121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1652804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1655176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1657701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1660086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1662348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1664663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1666904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1669195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1671516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1674221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1676625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1679202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1681487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:23:19.1682339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1684577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1686802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1689003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1691303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1693494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1695633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1697805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1700007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1702227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1704335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1706524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1708836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1711063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1713107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1715405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1717501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1719774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1722044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1724228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1726381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1728573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1730799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1733052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1735260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1737442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1739561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1741757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1743973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1746147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1748580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1750787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1753204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1755408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1757572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1759905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1762122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1764269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1766551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1768769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1771110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1773193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1775233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1777279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1779360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1781674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1783829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1786382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1788651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1790979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1793194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1795437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1797676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1800042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1802269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1804481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1806727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1809015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1811243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1813481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1815708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1818024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1820229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1822267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1824599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1826814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1829186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1831426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1833512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1835533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1837684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1839881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1841953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1843981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1846003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:23:19.1847976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:23:19.1848600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:23:19.1850196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:19.1851835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:19.1853599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:19.1855308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:23:19.1855863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:23:19.1856430Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:23:19.1857864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:19.1859650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:23:19.1860333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1862223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1864071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1865852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1867614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1869386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1871241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1873039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1874896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1876681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1878657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1880473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1882232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1884009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1885758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1887475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1889265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1891024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1892774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1894686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1896432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:23:19.1897240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:23:19.1898932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:19.1900763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:23:19.1901480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:23:19.1903495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:19.1905621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:19.1907471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:23:19.1908098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:23:19.1909712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1911405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1913145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1914841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1916521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1918191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1919936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:23:19.1920568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:23:19.1922239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:19.1923890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:23:19.1924500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:23:19.1925208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:23:19.1927095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:19.1928992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:23:19.1929827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:23:19.1931629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:19.1933327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:23:19.1933899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:19.1935416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:19.1937095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:23:19.1937711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:23:19.1939483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:19.1941299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:23:19.1941938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:23:19.1942777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:19.1944767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:23:19.1945527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:19.1947580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:23:19.1949360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:23:19.1949900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:23:19.1950473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:23:19.1952201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1953619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1955202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1956767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1958312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1960248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1962024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1963641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1965302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1966866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1968396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1970111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1971723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1973302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1974870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1976458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1977996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.1978666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:19.1980495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:19.1982351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:19.1984235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:19.1986050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:23:19.1986715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1988580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1990412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1992160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1994094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1995933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1997965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.1999950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.2001783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:23:19.2003416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.2005143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.2006816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:23:19.2007420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:23:19.2009019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:19.2010679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:19.2012287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:19.2013850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:23:19.2014434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:23:19.2016022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:19.2017620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:19.2019303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:23:19.2019946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:19.2021636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:23:19.2022418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:19.2024343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:19.2026525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:23:19.2027317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:19.2029273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:19.2031398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:19.2033343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:23:19.2034083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:19.2035830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:23:19.2036652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:19.2038723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:23:19.2039719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:19.2042056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:19.2044495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:19.2046864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:23:19.2047907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:19.2050301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:19.2052907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:19.2055284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:19.2057732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:23:19.2058765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:19.2061190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:19.2063862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:19.2066350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:19.2069038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:23:19.2070026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:19.2072341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:19.2074656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:23:19.2075635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:19.2077965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:19.2080523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:23:19.2081538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2083920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2086419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2088800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2091196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2093600Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2096041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2098492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:23:19.2099349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:19.2101510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:19.2103654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:19.2105893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:19.2108066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:23:19.2108808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:23:19.2109600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2111872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2114182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2116489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2118889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2121160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2123420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2125732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2127976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2130271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2132451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2134789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2136960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2139548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2141751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2144144Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:23:19.2144593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:23:19.2145774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:23:19.2146286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:23:19.2147646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2149073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2150445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2151827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2153618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2154996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2156387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:23:19.2156954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:23:19.2158656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:19.2160221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:19.2161886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:19.2163618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:23:19.2164142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:23:19.2164678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:23:19.2165267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:23:19.2165937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2167672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2169579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2171217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2173167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2175043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:23:19.2175697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2177309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2179051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2180855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2182508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2184201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2186076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2187822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2189630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:23:19.2190171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:23:19.2191569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:19.2193038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:19.2194410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:19.2195868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:23:19.2196521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:23:19.2198170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:19.2199947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:23:19.2200540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:23:19.2202034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:19.2203525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:23:19.2204383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:23:19.2206088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:19.2207960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:23:19.2208885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2211146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2213393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2215723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2218068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2220222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2222617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:23:19.2223298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:23:19.2225007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:19.2226766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:23:19.2227451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:23:19.2229124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:19.2230826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:23:19.2231511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:23:19.2233208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:19.2234880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:23:19.2235495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:23:19.2237022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2238894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2240487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2242287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2243914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2245550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2247151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2248983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2250613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2252557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2254011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2255616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2257171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2258708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2260358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:23:19.2261068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:23:19.2262830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:19.2264706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:23:19.2265460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:23:19.2267403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:19.2269347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:19.2271311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:19.2273421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:23:19.2274135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:23:19.2275855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:19.2277881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:19.2279737Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:23:19.2280632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2282699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2284907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2287063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2289262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2291379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2293573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2295751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2297855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2300082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2302183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2304273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2306241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2308346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2310762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2313047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2315674Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2317973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:23:19.2318779Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:23:19.2320768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:19.2322609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:19.2324464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:23:19.2325179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:23:19.2327039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:23:19.2327754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:23:19.2329475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:23:19.2330362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:19.2332314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:19.2334493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:19.2336541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:19.2338713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:23:19.2339540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:19.2341569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:19.2343483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:19.2345837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:19.2347805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:23:19.2348821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:19.2350793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:23:19.2351722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:19.2354133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:19.2356374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:23:19.2357312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:19.2359426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:19.2361505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:23:19.2362482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:19.2364663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:19.2367002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:23:19.2370320Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:23:19.2372761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:19.2376296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:19.2379718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:19.2384231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:23:19.2387480Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:23:19.2390182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:19.2393943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:23:19.2397701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:23:19.2400742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:19.2404355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:23:19.2406865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:23:19.2409845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:19.2413799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:23:19.2416468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:23:19.2419137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:19.2422788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:23:19.2425493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:23:19.2428150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:19.2431876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:23:19.2434628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:19.2437480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:23:19.2440401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2442943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2446511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2450162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2454089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2457865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:23:19.2460573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:23:19.2463152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:19.2466896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:23:19.2469659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:23:19.2472402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:19.2476006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:23:19.2478960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:23:19.2481436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:19.2484794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:23:19.2487212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:23:19.2489628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:19.2493071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:23:19.2495694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:23:19.2498435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:19.2502334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:23:19.2505089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:23:19.2507626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:19.2511156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:23:19.2513768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:23:19.2516359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:19.2520099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:23:19.2522707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:23:19.2524190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:23:19.2526790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:23:19.2529228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:23:19.2531017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2533483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2535987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2538566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2541361Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2543943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2546711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2549236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2552140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2554646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2557415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2560187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2562813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2565406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2567972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2570628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2573270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2575825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2578303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2580820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2583310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2585779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2588313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2590789Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.2592694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:23:19.2594830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2597467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2600253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2602990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2606104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2609119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2612294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2615486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2618684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2620973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:23:19.2623344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:19.2626627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:19.2630034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:19.2633582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:19.2637066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:23:19.2640450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2643591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:23:19.2645818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:23:19.2648012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2651172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2654654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2657954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2661068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2664214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:23:19.2666596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:19.2669681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:19.2674085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:19.2679039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:19.2683388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:23:19.2686195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:23:19.2688529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2692267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2696117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2699504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2702700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2705881Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2709606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2713573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2717195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2721022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2724686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2728341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2732069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2735800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2739570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2743284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2746661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2749680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:23:19.2752397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:23:19.2755554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:19.2759779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:23:19.2762329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:19.2765353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:19.2769832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:19.2773993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:23:19.2776663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:23:19.2778862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:19.2781918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:19.2785009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:19.2788042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:23:19.2790285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:23:19.2792510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:19.2795570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:23:19.2797872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:23:19.2800467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:23:19.2802968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:23:19.2805798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:23:19.2808581Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:23:19.2810924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:19.2812971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:23:19.2815122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:19.2818093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:23:19.2820477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:23:19.2823244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:19.2826982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:19.2830675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:23:19.2833305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:23:19.2835813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:19.2839478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:23:19.2842159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:23:19.2844930Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:23:19.2847656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:23:19.2850211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:19.2853908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:23:19.2855397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:23:19.2856878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:19.2859009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:23:19.2860997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:23:19.2862379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:23:19.2863823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:23:19.2865229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:23:19.2866429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:19.2868079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:19.2869766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:23:19.2870990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:23:19.2872313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:23:19.2873619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:23:19.2874900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:19.2876668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:19.2878810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:23:19.2880116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:23:19.2881633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:23:19.2883006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:23:19.2884188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2885981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2887850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2889628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2891511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2893387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2895254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2897153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2899088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2901474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2903375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2905422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2907429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2909562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2911517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2913661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2915635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2917467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2919311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2921470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2923555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2925490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2927505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2929595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2931999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2934346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2936505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2938568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2940532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2942368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2944437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2946393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:23:19.2947709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:23:19.2948929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:19.2950878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:19.2952939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:23:19.2954355Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:23:19.2955669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:19.2957885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:19.2959978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:23:19.2961512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:23:19.2962897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2964868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2966748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2968716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2970746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2972487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2974335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:23:19.2975515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:23:19.2976710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2978534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2980311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2982373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2984352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2986257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2988265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2990171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2992124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2994029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2996088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.2998127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3000175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3002128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3004137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3006323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3008458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3010483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3012311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3014135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3016119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3018220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3020057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3022125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3023892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3025689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3027391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3029052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3030712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3032409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3034148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3035833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:23:19.3037142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:23:19.3038831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:19.3040720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:19.3042825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:19.3044828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:23:19.3046495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:23:19.3047949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:23:19.3049728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:23:19.3050832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:23:19.3052429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:23:19.3053865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:23:19.3055369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:23:19.3056960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:19.3059114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:23:19.3060595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:23:19.3061957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:23:19.3063487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3065191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3067685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3070213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3072642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3074947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:23:19.3076800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:23:19.3078586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:23:19.3080159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:23:19.3081813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:19.3083745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:19.3085880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:23:19.3087282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:23:19.3089168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:23:19.3090949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:23:19.3092447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:19.3093917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:23:19.3095890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:19.3098076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:19.3100676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:23:19.3103186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:19.3105409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:23:19.3107131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:23:19.3108499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:23:19.3109965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:23:19.3111417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:23:19.3112773Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:23:19.3114268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:23:19.3115728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:23:19.3117506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:19.3119289Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:23:19.3121146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:23:19.3123451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:23:19.3125256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:23:19.3126217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:23:19.3128080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:19.3130334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:23:19.3132201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:23:19.3134171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:23:19.3135798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:23:19.3136798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3138406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3140601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3142884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3145286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3147703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3150207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3154570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3157120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3159183Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:19.3160954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:23:19.3163080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:23:19.3164383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:19.3166686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:19.3169839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:23:19.3172532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:23:19.3174095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:23:19.3175747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3177657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3179865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3181954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3184267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3186287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:23:19.3188001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:23:19.3189716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:19.3192353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:19.3195621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:19.3197749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:23:19.3199288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:23:19.3200781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:19.3203057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:19.3205346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:19.3207702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:23:19.3209299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:23:19.3210839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:19.3229006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:19.3231291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:19.3233439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:23:19.3235026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:23:19.3236798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:23:19.3238484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:23:19.3240168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:23:19.3241761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:19.3243875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:19.3246652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:19.3249239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:19.3252466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:23:19.3254619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:23:19.3256066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:19.3258423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:19.3261617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:23:19.3263804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:23:19.3264842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:19.3266861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:23:19.3268692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:23:19.3269440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:23:19.3270964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:19.3272323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:23:19.3274034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:19.3276428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:19.3278968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:23:19.3281226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:19.3283318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:23:19.3284884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:23:19.3286000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:23:19.3287364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:23:19.3288832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:19.3291049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:23:19.3292793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:23:19.3294551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:23:19.3296339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:23:19.3297516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:23:19.3298615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:19.3300348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:23:19.3302990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:19.3305530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:19.3308119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:19.3310653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:23:19.3312562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:23:19.3313692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:19.3315646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:23:19.3318182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:19.3321001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:19.3323578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:23:19.3325356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:23:19.3327164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:19.3329611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:19.3332122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:23:19.3333815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:23:19.3335417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:23:19.3337766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:19.3339972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:19.3342249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:23:19.3343968Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:23:19.3345672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:19.3347922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:23:19.3349347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:23:19.3351036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:19.3353106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:19.3354713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:23:19.3356349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:23:19.3358797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:19.3360896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:23:19.3362226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:23:19.3363707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:19.3365842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:23:19.3367249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:23:19.3368894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:23:19.3370601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:23:19.3371952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:19.3374178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:19.3376123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:19.3378522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:23:19.3379956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:23:19.3381700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:19.3383838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:19.3386509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:23:19.3388083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:23:19.3389800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:19.3392119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:23:19.3393895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:23:19.3395325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:19.3397421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:19.3399883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:23:19.3401343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:23:19.3402465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:23:19.3403605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:23:19.3404863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:23:19.3406421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:23:19.3407220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:23:19.3408636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:23:19.3410107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:23:19.3411324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:19.3412940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:19.3414762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:23:19.3415890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:23:19.3416994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:19.3418805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:23:19.3420512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:23:19.3421544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:23:19.3422237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:23:19.3423689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:23:19.3424989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:23:19.3425898Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:23:19.3426831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:23:19.3427978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3429666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3432279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3434687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3437076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3439512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3442010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3444490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3447080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3449699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3452499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3455162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3457586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3459848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3462263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3464495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3466834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3469254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:23:19.3471202Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:19.3473243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:19.3475268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:19.3477514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:19.3480798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:19.3482885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3484815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3487662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3490411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3493258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3496124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:19.3498148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3500223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3503093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3505768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3508534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3511181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3513752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3516503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3519574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3520803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3522169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3523541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3524744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3526133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3527401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:23:19.3527945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:19.3528619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:19.3529286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:19.3530732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:19.3532305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:19.3532918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3534342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3535956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3537372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3538924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3540292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3541977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3543383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3545106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3546605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:19.3547014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:23:19.3548212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:19.3549368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:19.3550668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:19.3551829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:23:19.3552601Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:19.3553814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:23:19.3554259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3555331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3556511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3557651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3558950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3560121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3561175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3562402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3563534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3564833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3566101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3567185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:23:19.3567659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:19.3569018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:23:19.3569402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:23:19.3569880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:19.3571266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:19.3572525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:19.3573778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:23:19.3574261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:23:19.3575414Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:19.3576636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:19.3577821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:19.3578964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:23:19.3579421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:23:19.3580707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:19.3581949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:19.3583158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:23:19.3583436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:23:19.3583762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:23:19.3584581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:19.3585259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:23:19.3585479Z running install_egg_info 2025-03-21T20:23:19.3586035Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:23:19.3586188Z running install_scripts 2025-03-21T20:23:19.3586677Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:23:19.3587587Z creating '/tmp/pip-wheel-xnri_oa5/.tmp-tjdha41p/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:23:19.3587753Z adding 'executorch/version.py' 2025-03-21T20:23:19.3588031Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:23:19.3588311Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:23:19.3588664Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:23:19.3588954Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:23:19.3589378Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:23:19.3589691Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:23:19.3590033Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:23:19.3590403Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:23:19.3590796Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:23:19.3591145Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:23:19.3591480Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:23:19.3591678Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:23:19.3591939Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:23:19.3592278Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:23:19.3592594Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:23:19.3592882Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:23:19.3593225Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:23:19.3593634Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:23:19.3594102Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:23:19.3594604Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:23:19.3595141Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:23:19.3595663Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:23:19.3596229Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:23:19.3596595Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:23:19.3596955Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:23:19.3597270Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:23:19.3597561Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:23:19.3597826Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:23:19.3598104Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:23:19.3598383Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:23:19.3598823Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:23:19.3599102Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:23:19.3599359Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:23:19.3599793Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:23:19.3600181Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:23:19.3600700Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:23:19.3601206Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:23:19.3601510Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:23:19.3601736Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:23:19.3602046Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:23:19.3602410Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:23:19.3602696Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:23:19.3603027Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:23:19.3603333Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:23:19.3603607Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:23:19.3603845Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:23:19.3604106Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:23:19.3604317Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:23:19.3604504Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:23:19.3604702Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:23:19.3604945Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:23:19.3605148Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:23:19.3605379Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:23:19.3605642Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:23:19.3605877Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:23:19.3606171Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:23:19.3606485Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:23:19.3606685Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:23:19.3606937Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:23:19.3607322Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:23:19.3607660Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:23:19.3607928Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:23:19.3608222Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:23:19.3608536Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:23:19.3608880Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:19.3609308Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:23:19.3609639Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:23:19.3609992Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:23:19.3610284Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:23:19.3610655Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:23:19.3611117Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:23:19.3611470Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:23:19.3611795Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:23:19.3612057Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:23:19.3612377Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:23:19.3612675Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:23:19.3613038Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:23:19.3613498Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:23:19.3613872Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:23:19.3614233Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:23:19.3614570Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:23:19.3614958Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:23:19.3615264Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:23:19.3615551Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:23:19.3615991Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:23:19.3616309Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:23:19.3616625Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:23:19.3617065Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:23:19.3617412Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:23:19.3617749Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:23:19.3618003Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:23:19.3618270Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:23:19.3618574Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:23:19.3618884Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:23:19.3619268Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:19.3619683Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:23:19.3620047Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:23:19.3620464Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:23:19.3620782Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:23:19.3621085Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:23:19.3621417Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:23:19.3621769Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:23:19.3622090Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:23:19.3622456Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:23:19.3622918Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:23:19.3623201Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:23:19.3623505Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:23:19.3623729Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:23:19.3623954Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:23:19.3624165Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:23:19.3624391Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:23:19.3624609Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:23:19.3624875Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:23:19.3625076Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:23:19.3625345Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:23:19.3625623Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:23:19.3625986Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:23:19.3626289Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:23:19.3626508Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:23:19.3626708Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:23:19.3627062Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:23:19.3627281Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:23:19.3627535Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:23:19.3627807Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:23:19.3628019Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:23:19.3628240Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:23:19.3628493Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:23:19.3628801Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:23:19.3629139Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:23:19.3629451Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:23:19.3629661Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:23:19.3629905Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:23:19.3630171Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:23:19.3630398Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:23:19.3630640Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:23:19.3630903Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:23:19.3631184Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:23:19.3631443Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:23:19.3631748Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:23:19.3632032Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:23:19.3632238Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:23:19.3632466Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:23:19.3632690Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:23:19.3632917Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:23:19.3633226Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:23:19.3633481Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:23:19.3633860Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:23:19.3634108Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:23:19.3634438Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:23:19.3634738Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:23:19.3634952Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:23:19.3635207Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:23:19.3635506Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:23:19.3635814Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:23:19.3636117Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:23:19.3636361Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:23:19.3636609Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:23:19.3636821Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:23:19.3637113Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:23:19.3637490Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:23:19.3637750Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:23:19.3638056Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:23:19.3638344Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:23:19.3638747Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:23:19.3639061Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:23:19.3639371Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:23:19.3640033Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:23:19.3640364Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:23:19.3640695Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:23:19.3641038Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:23:19.3641286Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:23:19.3641541Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:23:19.3641860Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:23:19.3642189Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:23:19.3642526Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:23:19.3642894Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:23:19.3643243Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:23:19.3643474Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:23:19.3643680Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:23:19.3643909Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:23:19.3644139Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:23:19.3644346Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:23:19.3644611Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:23:19.3644869Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:23:19.3645101Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:23:19.3645324Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:23:19.3645612Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:23:19.3645866Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:23:19.3646171Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:23:19.3646543Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:23:19.3646785Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:23:19.3647008Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:23:19.3647282Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:23:19.3647579Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:23:19.3647805Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:23:19.3648037Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:23:19.3648322Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:23:19.3648571Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:23:19.3648871Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:23:19.3649160Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:23:19.3649384Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:23:19.3649583Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:23:19.3649862Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:23:19.3650121Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:23:19.3650375Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:23:19.3650622Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:23:19.3650912Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:23:19.3651178Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:23:19.3651477Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:23:19.3651789Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:23:19.3652292Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:23:19.3652527Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:23:19.3652980Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:23:19.3653232Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:23:19.3653507Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:23:19.3653981Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:23:19.4033308Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:23:19.4033728Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:23:19.4034151Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:23:19.4034584Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:23:19.4034964Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:23:19.4035379Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:23:19.4035756Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:23:19.4036195Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:23:19.4036607Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:23:19.4037034Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:23:19.4037472Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:23:19.4037964Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:23:19.4038460Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:23:19.4038957Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:23:19.4039380Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:23:19.4039791Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:23:19.4040262Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:23:19.4040643Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:23:19.4041002Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:23:19.4041404Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:23:19.4041821Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:23:19.4042249Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:23:19.4042809Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:23:19.4043186Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:23:19.4043557Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:23:19.4044107Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:23:19.4044657Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:23:19.4045176Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:23:19.4045753Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:23:19.4046373Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:23:19.4046993Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:23:19.4047573Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:23:19.4048230Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:23:19.4048734Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:23:19.4049469Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:23:19.4050027Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:23:19.4050427Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:23:19.4050942Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:23:19.4051337Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:23:19.4051812Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:23:19.4052796Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:23:19.4053403Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:23:19.4054203Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:23:19.4055275Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:23:19.4056329Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:23:19.4057088Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:23:19.4057884Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:23:19.4058677Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:23:19.4059546Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:23:19.4060327Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:23:19.4061191Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:23:19.4061914Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:23:19.4062726Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:23:19.4063687Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:23:19.4064558Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:23:19.4065381Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:23:19.4066200Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:23:19.4066905Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:23:19.4067722Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:23:19.4068549Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:23:19.4069390Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:23:19.4070280Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:23:19.4071164Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:23:19.4072006Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:23:19.4072756Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:23:19.4073612Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:23:19.4074464Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:23:19.4075300Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:23:19.4076114Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:23:19.4076841Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:23:19.4077665Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:23:19.4078423Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:23:19.4079336Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:23:19.4080450Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:23:19.4081388Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:23:19.4082149Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:23:19.4083219Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:23:19.4083983Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:23:19.4084614Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:23:19.4085477Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:23:19.4086258Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:23:19.4086734Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:23:19.4087117Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:23:19.4087505Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:23:19.4087954Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:23:19.4088357Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:23:19.4088759Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:23:19.4089252Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:23:19.4089668Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:23:19.4090021Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:23:19.4090459Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:23:19.4090934Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:23:19.4091350Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:23:19.4091834Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:23:19.4092251Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:23:19.4092594Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:23:19.4093071Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:23:19.4093467Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:23:19.4093886Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:23:19.4094275Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:23:19.4094683Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:23:19.4095014Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:23:19.4095522Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:23:19.4095997Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:23:19.4096506Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:23:19.4096948Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:23:19.4097554Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:23:19.4098114Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:23:19.4098672Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:23:19.4099193Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:23:19.4390282Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:23:19.4390938Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:23:19.4391545Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:23:19.4392163Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:23:19.4392653Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:23:19.4393472Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:23:19.4393899Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:23:19.4394268Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:23:19.4394873Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:23:19.4395285Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:23:19.4395739Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:23:19.4396150Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:23:19.4396734Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:23:19.4397298Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:23:19.4397836Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:23:19.4398608Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:23:19.4399271Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:23:19.4399774Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:23:19.4400400Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:23:19.4401137Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:23:19.4401882Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:23:19.4402550Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:23:19.4403319Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:23:19.4404045Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:23:19.4404690Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:23:19.4405427Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:23:19.4406182Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:23:19.4406933Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:23:19.4407667Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:23:19.4408405Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:23:19.4409100Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:23:19.4409764Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:23:19.4410490Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:23:19.4411310Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:23:19.4412093Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:23:19.4412862Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:23:19.4413568Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:23:19.4414315Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:23:19.4415045Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:23:19.4415734Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:23:19.4416433Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:23:19.4416988Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:23:19.4417568Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:23:19.4418171Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:23:19.4418977Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:23:19.4419776Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:23:19.4420680Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:23:19.4421528Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:23:19.4422337Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:23:19.4423096Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:23:19.4423895Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:23:19.4424673Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:23:19.4425440Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:23:19.4426186Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:23:19.4426867Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:23:19.4427681Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:23:19.4428515Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:23:19.4429320Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:23:19.4430102Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:23:19.4430853Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:23:19.4431251Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:23:19.4431717Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:23:19.4432160Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:23:19.4432603Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:23:19.4433398Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:23:19.4434319Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:23:19.4434968Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:23:19.4435434Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:23:19.4435951Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:23:19.4436486Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:23:19.4437010Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:23:19.4437538Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:23:19.4438074Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:23:19.4438691Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:23:19.4439137Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:23:19.4439623Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:23:19.4439979Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:23:19.4440348Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:23:19.4440703Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:23:19.4441107Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:23:19.4441879Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:23:19.4442307Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:23:19.4442777Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:23:19.4443368Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:23:19.4443816Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:23:19.4444225Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:23:19.4444866Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:23:19.4445407Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:23:19.4445949Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:23:19.4446450Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:23:19.4446989Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:23:19.4447514Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:23:19.4448260Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:23:19.4448785Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:23:19.4449263Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:23:19.4449789Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:23:19.4450459Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:23:19.4450937Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:23:19.4451591Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:23:19.4452238Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:23:19.4452858Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:23:19.4453326Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:23:19.4453842Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:23:19.4454353Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:23:19.4455011Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:23:19.4455625Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:23:19.4456141Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:23:19.4456687Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:23:19.4457242Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:23:19.4849198Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:23:19.4849850Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:23:19.4850406Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:23:19.4850982Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:23:19.4851351Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:23:19.4851765Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:23:19.4852379Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:23:19.4852796Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:23:19.4853235Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:23:19.4853830Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:23:19.4854239Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:23:19.4854672Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:23:19.4855126Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:23:19.4855596Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:23:19.4856049Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:23:19.4856455Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:23:19.4857175Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:23:19.4857614Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:23:19.4858027Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:23:19.4858653Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:23:19.4859062Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:23:19.4859568Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:23:19.4860051Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:23:19.4860470Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:23:19.4860947Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:23:19.4861343Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:23:19.4861795Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:23:19.4862251Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:23:19.4862730Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:23:19.4863150Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:23:19.4863600Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:23:19.4864085Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:23:19.4864497Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:23:19.4865014Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:23:19.4865504Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:23:19.4865950Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:23:19.4866362Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:23:19.4866848Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:23:19.4867334Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:23:19.4867835Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:23:19.4868252Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:23:19.4868710Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:23:19.4869098Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:23:19.4869620Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:23:19.4870145Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:23:19.4870549Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:23:19.4870995Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:23:19.4871416Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:23:19.4871916Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:23:19.4872363Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:23:19.4872796Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:23:19.4873224Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:23:19.4873599Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:23:19.4874009Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:23:19.4874387Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:23:19.4874787Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:23:19.4875188Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:23:19.4875603Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:23:19.4876069Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:23:19.4876476Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:23:19.4876910Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:23:19.4877587Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:23:19.4878048Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:23:19.4878486Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:23:19.4879214Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:23:19.4879652Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:23:19.4880035Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:23:19.4880528Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:23:19.4881035Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:23:19.4881468Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:23:19.4882020Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:23:19.4882590Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:23:19.4883019Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:23:19.4883487Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:23:19.4883908Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:23:19.4884444Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:23:19.4884860Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:23:19.4885276Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:23:19.4885709Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:23:19.4886180Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:23:19.4886666Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:23:19.4887283Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:23:19.4887886Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:23:19.4888316Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:23:19.4888811Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:23:19.4889223Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:23:19.4889615Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:23:19.4890101Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:23:19.4890642Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:23:19.4891065Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:23:19.4891514Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:23:19.4892068Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:23:19.4892504Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:23:19.4892948Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:23:19.4893729Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:23:19.4894367Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:23:19.4894900Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:23:19.4895506Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:23:19.4895888Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:23:19.4896362Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:23:19.4896711Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:23:19.4897136Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:23:19.4897513Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:23:19.4897857Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:23:19.4898319Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:23:19.4898952Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:23:19.4899386Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:23:19.4899970Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:19.4900618Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:19.4901108Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:23:19.4901554Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:23:19.4901977Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:23:19.4902412Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:23:19.4902840Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:23:19.4903241Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:23:19.4903808Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:23:19.4904166Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:23:19.4904751Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:23:19.4905539Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:23:19.4906252Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:23:19.4906822Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:23:19.4907142Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:23:19.4907518Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:23:19.4907877Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:23:19.4908183Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:23:19.4908608Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:23:19.4908991Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:23:19.4909535Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:23:19.5227888Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:23:19.5228392Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:23:19.5229054Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:23:19.5229653Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:23:19.5230221Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:23:19.5230740Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:23:19.5231337Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:23:19.5231875Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:23:19.5232331Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:23:19.5233108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:23:19.5233870Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:23:19.5234538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:23:19.5235117Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:23:19.5235779Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:23:19.5236373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:23:19.5236970Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:23:19.5237938Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:23:19.5238745Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:23:19.5240254Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:23:19.5240922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:23:19.5241510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:23:19.5242294Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:23:19.5242903Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:23:19.5243684Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:23:19.5244522Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:23:19.5245332Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:23:19.5246120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:23:19.5246725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:23:19.5247442Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:23:19.5248342Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:23:19.5249084Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:23:19.5249725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:23:19.5250498Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:23:19.5251142Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:23:19.5251704Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:23:19.5252499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:23:19.5253119Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:23:19.5253785Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:23:19.5254436Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:23:19.5255158Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:23:19.5255857Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:23:19.5256501Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:23:19.5257221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:23:19.5258127Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:23:19.5258787Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:23:19.5259449Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:23:19.5260017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:23:19.5260663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:23:19.5261393Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:23:19.5262009Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:23:19.5262624Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:23:19.5263243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:23:19.5264001Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:23:19.5264557Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:23:19.5265234Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:23:19.5266271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:23:19.5266984Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:23:19.5267868Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:23:19.5268783Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:23:19.5269503Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:23:19.5270222Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:23:19.5270902Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:23:19.5271604Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:23:19.5272288Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:23:19.5272952Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:23:19.5273677Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:23:19.5274425Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:23:19.5275019Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:23:19.5275614Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:23:19.5276355Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:23:19.5276912Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:23:19.5277373Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:23:19.5278019Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:23:19.5278735Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:23:19.5279398Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:23:19.5279867Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:23:19.5280360Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:23:19.5280953Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:23:19.5281417Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:23:19.5281850Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:23:19.5282489Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:23:19.5283203Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:23:19.5283750Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:23:19.5284348Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:23:19.5285005Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:23:19.5285653Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:23:19.5286309Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:23:19.5286884Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:23:19.5287715Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:23:19.5288439Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:23:19.5289207Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:23:19.5289957Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:23:19.5290658Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:23:19.5291541Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:23:19.5292340Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:23:19.5293158Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:23:19.5294334Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:23:19.5294856Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:23:19.5295481Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:23:19.5296133Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:23:19.5296715Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:23:19.5297314Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:23:19.5632804Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:23:19.5633433Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:23:19.5633786Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:23:19.5634257Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:23:19.5634654Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:23:19.5635359Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:23:19.5635978Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:23:19.5636490Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:23:19.5636967Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:23:19.5637609Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:23:19.5638079Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:23:19.5638747Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:23:19.5639346Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:23:19.5639881Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:23:19.5640393Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:23:19.5640963Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:23:19.5641409Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:23:19.5641834Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:23:19.5642324Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:23:19.5642740Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:23:19.5643154Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:23:19.5643593Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:23:19.5644134Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:23:19.5644523Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:23:19.5644943Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:23:19.5645431Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:23:19.5645847Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:23:19.5646289Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:23:19.5646717Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:23:19.5647345Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:23:19.5647957Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:23:19.5648361Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:23:19.5648810Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:23:19.5649627Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:23:19.5650139Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:23:19.5650647Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:23:19.5651241Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:23:19.5651871Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:23:19.5652519Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:23:19.5653021Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:23:19.5653463Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:23:19.5653927Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:23:19.5654402Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:23:19.5654841Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:23:19.5655292Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:23:19.5655740Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:23:19.5656187Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:23:19.5656722Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:23:19.5657146Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:23:19.5657594Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:23:19.5657998Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:23:19.5658469Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:23:19.5658929Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:23:19.5659408Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:23:19.5659870Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:23:19.5660342Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:23:19.5660859Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:23:19.5661297Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:23:19.5661925Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:23:19.5662603Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:23:19.5663004Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:23:19.5663446Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:23:19.5663890Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:23:19.5664291Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:23:19.5664871Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:23:19.5665391Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:23:19.5665967Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:23:19.5666631Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:23:19.5667211Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:23:19.5667880Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:23:19.5668465Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:23:19.5668998Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:23:19.5669476Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:23:19.5670022Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:23:19.5670631Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:23:19.5671210Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:23:19.5671966Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:23:19.5672626Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:23:19.5673498Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:23:19.5673980Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:23:19.5674572Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:23:19.5675050Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:23:19.5675471Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:23:19.5676004Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:23:19.5676506Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:23:19.5676978Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:23:19.5677545Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:23:19.5678038Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:23:19.5678656Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:23:19.5679172Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:23:19.5679610Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:23:19.5680159Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:23:19.5680665Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:23:19.5681056Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:23:19.5681485Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:23:19.5681885Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:23:19.5682375Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:23:19.5682903Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:23:19.5683323Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:23:19.5683746Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:23:19.5684184Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:23:19.5684779Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:23:19.5685204Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:23:19.5685653Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:23:19.5686101Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:23:19.5686506Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:23:19.5686923Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:23:19.5687354Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:23:19.5687847Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:23:19.5688305Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:23:19.5688831Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:23:19.5689305Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:23:19.5689726Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:23:19.5690191Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:23:19.5690651Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:23:19.5691161Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:23:19.5691601Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:23:19.5692024Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:23:19.5692501Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:23:19.5693175Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:23:19.5693653Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:23:19.5694083Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:23:19.5694627Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:23:19.5959067Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:23:19.5959599Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:23:19.5960024Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:23:19.5960439Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:23:19.5960869Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:23:19.5961394Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:23:19.5961877Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:23:19.5962305Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:23:19.5962769Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:23:19.5963370Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:23:19.5963806Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:23:19.5964423Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:23:19.5965045Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:23:19.5965800Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:23:19.5966416Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:23:19.5967051Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:23:19.5967714Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:23:19.5968404Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:23:19.5969037Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:23:19.5969686Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:23:19.5970357Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:23:19.5971031Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:23:19.5971652Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:23:19.5972123Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:23:19.5972554Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:23:19.5973206Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:23:19.5973744Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:23:19.5974275Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:23:19.5974905Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:23:19.5975526Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:23:19.5976159Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:23:19.5976792Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:23:19.5977334Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:23:19.5977843Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:23:19.5978559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:23:19.5979320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:23:19.5980553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:23:19.5981352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:23:19.5982059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:23:19.5982958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:23:19.5983667Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:23:19.5984488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:23:19.5985306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:23:19.5986011Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:23:19.5986721Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:23:19.5987449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:23:19.5988181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:23:19.5988866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:23:19.5989614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:23:19.5990451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:23:19.5991077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:23:19.5991693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:23:19.5992373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:23:19.5992989Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:23:19.5993731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:23:19.5994510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:23:19.5995159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:23:19.5995837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:23:19.5996575Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:23:19.5997266Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:23:19.5998017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:23:19.5998836Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:23:19.5999515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:23:19.6000140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:23:19.6000849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:23:19.6001575Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:23:19.6002269Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:23:19.6002954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:23:19.6003676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:23:19.6004301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:23:19.6004976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:23:19.6005754Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6006733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:19.6007458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:23:19.6008163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:23:19.6009021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:23:19.6009733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:23:19.6010559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:23:19.6011186Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:23:19.6011827Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:23:19.6012451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:23:19.6013138Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:23:19.6013743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:23:19.6014448Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:23:19.6015221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:23:19.6016007Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:23:19.6016710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:23:19.6017542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6018373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6019189Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:19.6020045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:19.6020856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6021640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6022462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:23:19.6023312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:23:19.6024113Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6024930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:23:19.6025777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:23:19.6026653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:23:19.9779781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:23:19.9781647Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:23:19.9783449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:23:19.9785345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:23:19.9787278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:23:19.9789230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:23:19.9790991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:23:19.9792562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:23:19.9794560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:23:19.9796271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:23:19.9823181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:23:19.9825101Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:23:19.9826638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:23:19.9828379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:23:19.9830314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:23:19.9832287Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:23:19.9834380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:23:19.9836554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:23:19.9838731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:23:19.9840665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:23:19.9842637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:23:19.9844625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:23:19.9846596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:23:19.9848465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:23:19.9850382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:23:19.9852720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:23:19.9854889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:23:19.9856984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:23:19.9858880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:23:19.9860713Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:23:19.9862566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:23:19.9864379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:23:19.9866582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:23:19.9868661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:23:19.9870826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:23:19.9872747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:23:19.9874441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:23:19.9876117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:23:19.9877766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:23:19.9879372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:23:19.9880893Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:23:19.9882274Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:23:19.9883812Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:23:19.9885737Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:23:19.9887481Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:23:19.9889462Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:23:19.9891645Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:23:19.9893374Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:23:19.9894891Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:23:19.9896194Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:23:19.9897296Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:23:19.9898335Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:23:19.9899432Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:23:19.9900530Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:23:19.9901392Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:23:19.9902321Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:23:19.9903289Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:23:19.9904252Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:23:19.9905358Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:23:19.9906450Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:23:19.9907373Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:23:19.9908455Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:23:19.9909598Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:23:19.9910821Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:23:19.9912229Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:23:19.9913391Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:23:19.9914230Z adding 'executorch/data/bin/flatc' 2025-03-21T20:23:19.9915006Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:23:19.9915960Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:23:19.9917138Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:23:19.9918480Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:23:19.9919867Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:23:19.9920907Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:23:19.9921948Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:23:19.9923119Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:23:19.9924529Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:23:19.9926118Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:23:19.9927626Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:23:19.9928971Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:23:19.9930357Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:23:19.9931826Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:23:19.9933352Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:23:19.9934855Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:23:19.9936356Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:23:19.9937689Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:23:19.9938975Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:23:19.9940243Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:23:19.9941697Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:23:19.9942808Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:23:19.9943953Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:23:19.9945158Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:23:19.9946139Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:23:19.9947134Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:23:19.9948194Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:23:19.9949280Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:23:19.9950271Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:23:19.9951347Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:23:19.9952606Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:23:19.9953196Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:23:19.9953842Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:23:19.9954504Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:23:19.9955191Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:23:19.9955933Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:23:19.9956697Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:23:19.9957485Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:23:19.9958318Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:23:19.9959132Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:23:19.9959838Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:23:19.9960825Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:23:19.9961572Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:23:19.9962301Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:23:19.9963128Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:23:20.0203669Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:23:20.0204681Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:23:20.0205472Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:23:20.0206262Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:23:20.0207188Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:23:20.0208089Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:23:20.0208922Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:23:20.0209936Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:23:20.0210727Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:23:20.0211475Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:23:20.0212276Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:23:20.0212912Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:23:20.0213475Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:23:20.0214174Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:23:20.0214964Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:23:20.0215604Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:23:20.0216205Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:23:20.0216841Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:23:20.0217628Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:23:20.0218392Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:23:20.0219783Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:23:20.0221075Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:23:20.0222208Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:23:20.0223742Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:23:20.0224743Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:23:20.0225888Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:23:20.0226895Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:23:20.0227617Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:23:20.0228453Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:23:20.0229170Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:23:20.0229843Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:23:20.0230494Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:23:20.0231244Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:23:20.0232019Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:23:20.0232628Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:23:20.0233280Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:23:20.0233929Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:23:20.0234650Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:23:20.0235472Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:23:20.0236246Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:23:20.0237048Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:23:20.0237724Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:23:20.0238439Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:23:20.0239292Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:23:20.0239954Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:23:20.0240562Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:23:20.0241309Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:23:20.0242163Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:23:20.0242905Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:23:20.0243804Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:23:20.0244779Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:23:20.0245662Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:23:20.0246690Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:23:20.0247447Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:23:20.0248183Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:23:20.0249081Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:23:20.0249860Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:23:20.0250891Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:23:20.0252338Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:23:20.0253272Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:23:20.0254238Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:23:20.0255392Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:23:20.0256666Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:23:20.0257587Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:23:20.0258534Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:23:20.0259602Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:23:20.0260477Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:23:20.0261307Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:23:20.0262195Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:23:20.0263156Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:23:20.0264206Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:23:20.0265354Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:23:20.0266419Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:23:20.0267630Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:23:20.0268637Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:23:20.0269444Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:23:20.0270290Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:23:20.0271192Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:23:20.0272036Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:23:20.0272971Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:23:20.0273889Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:23:20.0274800Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:23:20.0275666Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:23:20.0276453Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:23:20.0277281Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:23:20.0278085Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:23:20.0278972Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:23:20.0279861Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:23:20.0280857Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:23:20.0281850Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:23:20.0282739Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:23:20.0283660Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:23:20.0284848Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:23:20.0285871Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:23:20.0286507Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:23:20.0287133Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:23:20.0287717Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:23:20.0288343Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:23:20.0289004Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:23:20.0289624Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:23:20.0290178Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:23:20.0290902Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:23:20.0291557Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:23:20.0292198Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:23:20.0292944Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:23:20.0293602Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:23:20.0294427Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:23:20.0295224Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:23:20.0295874Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:23:20.0296507Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:23:20.0297230Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:23:20.0298164Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:23:20.0298920Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:23:20.0299661Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:23:20.0300373Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:23:20.0301089Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:23:20.0301774Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:23:20.0302433Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:23:20.0842138Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:23:20.0843114Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:23:20.0844010Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:23:20.0844835Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:23:20.0845599Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:23:20.0846476Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:23:20.0847224Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:23:20.0847925Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:23:20.0848544Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:23:20.0849196Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:23:20.0849762Z adding 'executorch/exir/__init__.py' 2025-03-21T20:23:20.0850213Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:23:20.0850666Z adding 'executorch/exir/common.py' 2025-03-21T20:23:20.0851123Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:23:20.0851583Z adding 'executorch/exir/delegate.py' 2025-03-21T20:23:20.0852302Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:23:20.0852787Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:23:20.0853276Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:23:20.0853756Z adding 'executorch/exir/error.py' 2025-03-21T20:23:20.0854185Z adding 'executorch/exir/graph.py' 2025-03-21T20:23:20.0854641Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:23:20.0855175Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:23:20.0855692Z adding 'executorch/exir/memory.py' 2025-03-21T20:23:20.0856177Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:23:20.0856660Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:23:20.0857130Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:23:20.0857625Z adding 'executorch/exir/print_program.py' 2025-03-21T20:23:20.0858101Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:23:20.0858560Z adding 'executorch/exir/schema.py' 2025-03-21T20:23:20.0859012Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:23:20.0859451Z adding 'executorch/exir/tensor.py' 2025-03-21T20:23:20.0859882Z adding 'executorch/exir/tracer.py' 2025-03-21T20:23:20.0860325Z adding 'executorch/exir/types.py' 2025-03-21T20:23:20.0860762Z adding 'executorch/exir/version.py' 2025-03-21T20:23:20.0861473Z adding 'executorch/exir/wrap.py' 2025-03-21T20:23:20.0861965Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:23:20.0862495Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:23:20.0863045Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:23:20.0863794Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:23:20.0864403Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:23:20.0864991Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:23:20.0865536Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:23:20.0866124Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:23:20.0866689Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:23:20.0867222Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:20.0867784Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:20.0868347Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:23:20.0868942Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:23:20.0869560Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:23:20.0870252Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:23:20.0871298Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:23:20.0871937Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:23:20.0872564Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:23:20.0873151Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:23:20.0873751Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:23:20.0874343Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:23:20.0874910Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:23:20.0875830Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:23:20.0876929Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:23:20.0878205Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:23:20.0879366Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:23:20.0880258Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:23:20.0881084Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:23:20.0881933Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:23:20.0882670Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:23:20.0883354Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:23:20.0884027Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:23:20.0884757Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:23:20.0885564Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:23:20.0886325Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:23:20.0887079Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:23:20.0887775Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:23:20.0888465Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:23:20.0889293Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:23:20.0890172Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:23:20.0890967Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:23:20.0891704Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:23:20.0892322Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:23:20.0892898Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:23:20.0893596Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:23:20.0894565Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:23:20.0895451Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:23:20.0896477Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:23:20.0897280Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:23:20.0897882Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:23:20.0898393Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:23:20.0898905Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:23:20.0899426Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:23:20.0899963Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:23:20.0900475Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:23:20.0900983Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:23:20.0901629Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:23:20.0902290Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:23:20.0902816Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:23:20.0903362Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:23:20.0903938Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:23:20.0904513Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:23:20.0905153Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:23:20.0905777Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:23:20.0906344Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:23:20.0906950Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:23:20.0907608Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:23:20.0908205Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:23:20.0908786Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:23:20.0909412Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:23:20.0910108Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:23:20.0910805Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:23:20.0911414Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:23:20.0911925Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:23:20.0912431Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:23:20.0912930Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:23:20.0913464Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:23:20.0913965Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:23:20.0914459Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:23:20.0915005Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:23:20.0915563Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:23:20.0916208Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:23:20.0916881Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:23:20.0917456Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:23:20.0918118Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:23:20.0918879Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:23:20.0919540Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:23:20.0920225Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:23:20.0920919Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:23:20.0921553Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:23:20.0922236Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:23:20.0922950Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:23:20.0923592Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:23:20.0924343Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:23:20.0925058Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:23:20.0925704Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:23:20.0926382Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:23:20.0927109Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:23:20.0927750Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:23:20.0928437Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:23:20.0929207Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:23:20.0929851Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:23:20.0930504Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:23:20.0931299Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:23:20.0932131Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:23:20.0932851Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:23:20.0933562Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:23:20.0934538Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:23:20.0935188Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:23:20.0935826Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:23:20.0936440Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:23:20.7938316Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:23:20.7938974Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:23:20.7939529Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:23:20.7940069Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:23:20.7940596Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:23:20.7941241Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:23:20.7941937Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:23:20.7942494Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:23:20.7943024Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:23:20.7943548Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:23:20.7944057Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:23:20.7944565Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:23:20.7945045Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:23:20.7945527Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:23:20.7946015Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:23:20.7946505Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:23:20.7947041Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:23:20.7947631Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:23:20.7948199Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:23:20.7948735Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:23:20.7949390Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:23:20.7949990Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:23:20.7950522Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:23:20.7951086Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:23:20.7951771Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:23:20.7952635Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:23:20.7953178Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:23:20.7953791Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:23:20.7954509Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:23:20.7955280Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:23:20.7956224Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:23:20.7956812Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:23:20.7957404Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:23:20.7958157Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:23:20.7958864Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:23:20.7959583Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:23:20.7960252Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:23:20.7960863Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:23:20.7961497Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:23:20.7962127Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:23:20.7962687Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:23:20.7963193Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:23:20.7963795Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:23:20.7964384Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:23:20.7965009Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:23:20.7965537Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:23:20.7966103Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:23:20.7966693Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:23:20.7967287Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:23:20.7967860Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:23:20.7968490Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:23:20.7969238Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:23:20.7969902Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:23:20.7970501Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:23:20.7971081Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:23:20.7971734Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:23:20.7972527Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:23:20.7973413Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:23:20.7974297Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:23:20.7975047Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:23:20.7975771Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:23:20.7976465Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:23:20.7977175Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:23:20.7977828Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:23:20.7978500Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:23:20.7979210Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:23:20.7979864Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:23:20.7980578Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:23:20.7981327Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:23:20.7982176Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:23:20.7983001Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:23:20.7983838Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:23:20.7984681Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:23:20.7985578Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:23:20.7986505Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:23:20.7987478Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:23:20.7988574Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:23:20.7989335Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:23:20.7990064Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:23:20.7990733Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:23:20.7991441Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:23:20.7992097Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:23:20.7992778Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:23:20.7993422Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:23:20.7994216Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:23:20.7994958Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:23:20.7995557Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:23:20.7996188Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:23:20.7996878Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:23:20.7997718Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:23:20.7998684Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:23:20.7999440Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:23:20.8000098Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:23:20.8000810Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:23:20.8001490Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:23:20.8002229Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:23:20.8002909Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:23:20.8003638Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:23:20.8004686Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:23:20.8005652Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:23:20.8006553Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:23:20.8007525Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:23:20.8008691Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:20.8009705Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:23:20.8010611Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:20.8011461Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:23:20.8012094Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:23:20.8012731Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:23:20.8013491Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:23:20.8014280Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:23:20.8014946Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:23:20.8015495Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:23:20.8016054Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:23:20.8016735Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:23:20.8017464Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:23:20.8018219Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:23:20.8019043Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:23:20.8019827Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:23:20.8020597Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:23:20.8021751Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:23:20.8022862Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:23:20.8023855Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:23:20.8024647Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:23:20.8025461Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:23:20.8026287Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:23:20.8027228Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:23:20.8028447Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:23:20.8029387Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:23:20.8030292Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:23:20.8031140Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:23:20.8031877Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:23:24.2777433Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:23:24.2778722Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:23:24.2779558Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:23:24.2780457Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:23:24.2781348Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:23:24.2782342Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:23:24.2783379Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:23:24.2784365Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:23:24.2785301Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:23:24.2786195Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:23:24.2787079Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:23:24.2787775Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:23:24.2788497Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:23:24.2789271Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:23:24.2790195Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:23:24.2791177Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:23:24.2792233Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:23:24.2793464Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:23:24.2794571Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:23:24.2795686Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:23:24.2796884Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:23:24.2798078Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:23:24.2799421Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:23:24.2800460Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:23:24.2801528Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:23:24.2802669Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:23:24.2804384Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:23:24.2805536Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:23:24.2806518Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:23:24.2807714Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:23:24.2808799Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:23:24.2809903Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:23:24.2810917Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:23:24.2812022Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:23:24.2813116Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:23:24.2814211Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:23:24.2815293Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:23:24.2816532Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:23:24.2817831Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:23:24.2819144Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:23:24.2820522Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:23:24.2821800Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:23:24.2823210Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:23:24.2824442Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:23:24.2825887Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:23:24.2827334Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:23:24.2828982Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:23:24.2830352Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:23:24.2831577Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:23:24.2832725Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:23:24.2833818Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:23:24.2834909Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:23:24.2836018Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:23:24.2836956Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:23:24.2837937Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:23:24.2838871Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:23:24.2839847Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:23:24.2840804Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:23:24.2841734Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:23:24.2842547Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:23:24.2843477Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:23:24.2844434Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:23:24.2845383Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:23:24.2846302Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:23:24.2847489Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:23:24.2848411Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:23:24.2849183Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:23:24.2850125Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:23:24.2851014Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:23:24.2852267Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:23:24.2853227Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:23:24.2854074Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:23:24.2854729Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:23:24.2855403Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:23:24.2856143Z adding 'executorch/schema/program.fbs' 2025-03-21T20:23:24.2856700Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:23:24.2857405Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:23:24.2858220Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:23:24.2858932Z adding 'executorch/util/collect_env.py' 2025-03-21T20:23:24.2859537Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:23:24.2860202Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:23:24.2860995Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:23:24.2861674Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:23:24.2862453Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:23:24.2863374Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:23:24.2864077Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:23:24.2864757Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:23:24.2865792Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:23:24.2867538Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=b1f88ea4e8fb95044d25522f8ab397b7238e1541053f41d6ebba721856d1e556 2025-03-21T20:23:24.2869803Z Stored in directory: /tmp/pip-ephem-wheel-cache-j03s7rx9/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:23:24.2871066Z Successfully built executorch 2025-03-21T20:23:24.2872185Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:23:24.2873441Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:23:24.2874142Z Attempting uninstall: pytest 2025-03-21T20:23:24.2874656Z Found existing installation: pytest 7.2.0 2025-03-21T20:23:24.2875261Z Uninstalling pytest-7.2.0: 2025-03-21T20:23:24.2875918Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:23:24.2876722Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:23:24.2877908Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:23:24.2879386Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:23:24.2880587Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:23:24.2881958Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:23:24.2883303Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:23:24.2884182Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:23:24.2884893Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:23:24.2885664Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:23:24.2886411Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:23:24.2888233Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:23:24.2889653Z + pip list 2025-03-21T20:23:24.2890261Z Package Version Editable project location 2025-03-21T20:23:28.3472006Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:23:28.3473072Z alabaster 0.7.16 2025-03-21T20:23:28.3473792Z attrs 25.3.0 2025-03-21T20:23:28.3474517Z babel 2.17.0 2025-03-21T20:23:28.3475257Z beautifulsoup4 4.13.3 2025-03-21T20:23:28.3475968Z breathe 4.34.0 2025-03-21T20:23:28.3476368Z bs4 0.0.2 2025-03-21T20:23:28.3476780Z certifi 2025.1.31 2025-03-21T20:23:28.3477230Z charset-normalizer 3.4.1 2025-03-21T20:23:28.3477648Z cmake 3.31.6 2025-03-21T20:23:28.3478089Z contourpy 1.3.1 2025-03-21T20:23:28.3478516Z coverage 7.7.0 2025-03-21T20:23:28.3478996Z cycler 0.12.1 2025-03-21T20:23:28.3479456Z docutils 0.16 2025-03-21T20:23:28.3479878Z exceptiongroup 1.2.2 2025-03-21T20:23:28.3480297Z execnet 2.1.1 2025-03-21T20:23:28.3480744Z executorch 0.6.0a0+be92d7d 2025-03-21T20:23:28.3481195Z exhale 0.2.3 2025-03-21T20:23:28.3481597Z expecttest 0.1.6 2025-03-21T20:23:28.3482016Z filelock 3.18.0 2025-03-21T20:23:28.3482439Z flatbuffers 25.2.10 2025-03-21T20:23:28.3482852Z fonttools 4.56.0 2025-03-21T20:23:28.3483283Z fsspec 2025.3.0 2025-03-21T20:23:28.3483704Z huggingface-hub 0.29.3 2025-03-21T20:23:28.3484140Z hypothesis 6.84.2 2025-03-21T20:23:28.3484548Z idna 3.10 2025-03-21T20:23:28.3494354Z imagesize 1.4.1 2025-03-21T20:23:28.3494783Z iniconfig 2.1.0 2025-03-21T20:23:28.3495213Z Jinja2 3.1.6 2025-03-21T20:23:28.3495651Z kiwisolver 1.4.8 2025-03-21T20:23:28.3496042Z lxml 5.3.1 2025-03-21T20:23:28.3496471Z markdown-it-py 2.2.0 2025-03-21T20:23:28.3496889Z MarkupSafe 3.0.2 2025-03-21T20:23:28.3497296Z matplotlib 3.10.1 2025-03-21T20:23:28.3497737Z mdit-py-plugins 0.3.5 2025-03-21T20:23:28.3498155Z mdurl 0.1.2 2025-03-21T20:23:28.3498593Z mpmath 1.3.0 2025-03-21T20:23:28.3499119Z myst-parser 0.18.1 2025-03-21T20:23:28.3499543Z networkx 3.4.2 2025-03-21T20:23:28.3500074Z numpy 2.2.4 2025-03-21T20:23:28.3500552Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:23:28.3501022Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:23:28.3501498Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:23:28.3501958Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:23:28.3502417Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:23:28.3502868Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:23:28.3503320Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:23:28.3503779Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:23:28.3504256Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:23:28.3504707Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:23:28.3505157Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:23:28.3505601Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:23:28.3506032Z packaging 24.2 2025-03-21T20:23:28.3506456Z pandas 2.2.3 2025-03-21T20:23:28.3506870Z parameterized 0.9.0 2025-03-21T20:23:28.3507284Z pillow 11.1.0 2025-03-21T20:23:28.3507967Z pip 25.0 2025-03-21T20:23:28.3508374Z pluggy 1.5.0 2025-03-21T20:23:28.3508785Z Pygments 2.19.1 2025-03-21T20:23:28.3509214Z pyparsing 3.2.1 2025-03-21T20:23:28.3509754Z pytest 8.3.5 2025-03-21T20:23:28.3510169Z pytest-cov 4.1.0 2025-03-21T20:23:28.3510613Z pytest-rerunfailures 15.0 2025-03-21T20:23:28.3511039Z pytest-xdist 3.6.1 2025-03-21T20:23:28.3511491Z python-dateutil 2.9.0.post0 2025-03-21T20:23:28.3512121Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:23:28.3512757Z pytz 2025.1 2025-03-21T20:23:28.3513180Z PyYAML 6.0.1 2025-03-21T20:23:28.3513588Z regex 2024.11.6 2025-03-21T20:23:28.3514009Z requests 2.32.3 2025-03-21T20:23:28.3514435Z ruamel.yaml 0.17.32 2025-03-21T20:23:28.3514867Z ruamel.yaml.clib 0.2.12 2025-03-21T20:23:28.3515290Z safetensors 0.5.3 2025-03-21T20:23:28.3515720Z setuptools 75.8.0 2025-03-21T20:23:28.3516132Z six 1.17.0 2025-03-21T20:23:28.3516558Z snowballstemmer 2.2.0 2025-03-21T20:23:28.3516985Z sortedcontainers 2.4.0 2025-03-21T20:23:28.3517399Z soupsieve 2.6 2025-03-21T20:23:28.3517817Z Sphinx 5.3.0 2025-03-21T20:23:28.3518239Z sphinx-copybutton 0.5.0 2025-03-21T20:23:28.3518766Z sphinx_design 0.4.1 2025-03-21T20:23:28.3519203Z sphinx-gallery 0.14.0 2025-03-21T20:23:28.3519640Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:23:28.3520082Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:23:28.3520538Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:23:28.3520977Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:23:28.3521436Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:23:28.3521892Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:23:28.3522325Z sympy 1.13.3 2025-03-21T20:23:28.3522747Z tabulate 0.9.0 2025-03-21T20:23:28.3523151Z timm 1.0.7 2025-03-21T20:23:28.3523554Z tokenizers 0.21.1 2025-03-21T20:23:28.3523977Z tomli 2.0.1 2025-03-21T20:23:28.3524418Z torch 2.7.0a0+git295f2ed 2025-03-21T20:23:28.3524916Z torchao 0.10.0+git64bcf4c 2025-03-21T20:23:28.3525422Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:23:28.3525875Z torchsr 1.0.4 2025-03-21T20:23:28.3526329Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:23:28.3526782Z tqdm 4.67.1 2025-03-21T20:23:28.3527196Z transformers 4.47.1 2025-03-21T20:23:28.3527613Z triton 3.0.0 2025-03-21T20:23:28.3528031Z typing_extensions 4.12.2 2025-03-21T20:23:28.3528441Z tzdata 2025.1 2025-03-21T20:23:28.3528862Z urllib3 2.3.0 2025-03-21T20:23:28.3529260Z wheel 0.45.1 2025-03-21T20:23:28.3529674Z zstd 1.5.5.1 2025-03-21T20:23:28.3530122Z + build_executorch_runner cmake Release 2025-03-21T20:23:28.3530565Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:23:28.3530936Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:23:28.3531345Z + build_executorch_runner_cmake Release 2025-03-21T20:23:28.3531799Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:23:28.3532216Z + clean_executorch_install_folders 2025-03-21T20:23:28.3532653Z + ./install_executorch.sh --clean 2025-03-21T20:23:28.3533080Z Cleaning build artifacts... 2025-03-21T20:23:28.3533482Z Cleaning pip-out/... 2025-03-21T20:23:28.3533845Z Done cleaning build artifacts. 2025-03-21T20:23:28.3534234Z + mkdir cmake-out 2025-03-21T20:23:28.3534579Z + pushd cmake-out 2025-03-21T20:23:28.3535131Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:28.3535643Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:23:28.3536033Z + CXXFLAGS= 2025-03-21T20:23:28.3536328Z + CXXFLAGS= 2025-03-21T20:23:28.3536803Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:28.3537650Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:23:28.3538278Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:28.3538837Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:28.3539351Z -- Detecting C compiler ABI info 2025-03-21T20:23:28.3539786Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:28.3540348Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:28.3540904Z -- Detecting C compile features 2025-03-21T20:23:28.3541334Z -- Detecting C compile features - done 2025-03-21T20:23:28.3541805Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:28.3542255Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:28.3542831Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:28.3543415Z -- Detecting CXX compile features 2025-03-21T20:23:28.3543855Z -- Detecting CXX compile features - done 2025-03-21T20:23:28.3545091Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:28.3546149Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:28.3546766Z CMake. 2025-03-21T20:23:28.3546946Z 2025-03-21T20:23:28.3547278Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:28.3548075Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:28.3548788Z to work with policies introduced by or earlier. 2025-03-21T20:23:28.3549152Z 2025-03-21T20:23:28.3549309Z  2025-03-21T20:23:28.3550153Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:28.3551300Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:28.3551910Z CMake. 2025-03-21T20:23:28.3552341Z 2025-03-21T20:23:28.3552675Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:28.3553489Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:28.3554185Z to work with policies introduced by or earlier. 2025-03-21T20:23:28.3554568Z 2025-03-21T20:23:28.3554730Z  2025-03-21T20:23:28.3555055Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:28.3555636Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:28.3556139Z -- Found Threads: TRUE 2025-03-21T20:23:28.3557085Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:28.3558200Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:28.3558884Z CMake. 2025-03-21T20:23:28.3559061Z 2025-03-21T20:23:28.3559370Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:28.3560185Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:28.3560896Z to work with policies introduced by or earlier. 2025-03-21T20:23:28.3561270Z 2025-03-21T20:23:28.3561424Z  2025-03-21T20:23:28.3561729Z -- Using python executable 'python' 2025-03-21T20:23:28.3562159Z -- Resolved buck2 as buck2. 2025-03-21T20:23:28.3562550Z -- Killing buck2 daemon 2025-03-21T20:23:28.3562888Z 'buck2 killall' 2025-03-21T20:23:28.3563233Z -- executorch: Generating source lists 2025-03-21T20:23:28.3563982Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:28.3564969Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:28.3565702Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:28.3566481Z -- Generating operator lib: 2025-03-21T20:23:28.3566878Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:28.3567459Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:28.3568203Z -- ROOT_OPS: 2025-03-21T20:23:28.3568526Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:28.3570327Z 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:28.3571979Z -- Generating kernel bindings: 2025-03-21T20:23:28.3572404Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:28.3572970Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:28.3573590Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:28.3573976Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:28.3576398Z 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:28.3578617Z -- Generating operator lib: 2025-03-21T20:23:28.3579011Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:28.3579424Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:28.3579857Z -- DEPS: executorch 2025-03-21T20:23:28.3580636Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:28.3581605Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:28.3582218Z CMake. 2025-03-21T20:23:28.3582393Z 2025-03-21T20:23:28.3582707Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:30.9985388Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:30.9986632Z to work with policies introduced by or earlier. 2025-03-21T20:23:30.9987308Z 2025-03-21T20:23:30.9987814Z  2025-03-21T20:23:30.9988357Z -- Looking for C++ include unistd.h 2025-03-21T20:23:30.9989035Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:30.9989816Z -- Looking for C++ include stdint.h 2025-03-21T20:23:30.9990518Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:30.9991308Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:30.9992040Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:30.9992822Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:30.9993615Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:30.9994475Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:30.9995281Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:30.9996146Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:30.9996962Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:30.9997894Z -- Looking for C++ include stddef.h 2025-03-21T20:23:30.9998869Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:30.9999712Z -- Check size of uint32_t 2025-03-21T20:23:31.0000391Z -- Check size of uint32_t - done 2025-03-21T20:23:31.0001115Z -- Looking for strtoll 2025-03-21T20:23:31.0001785Z -- Looking for strtoll - found 2025-03-21T20:23:31.0002493Z -- 2025-03-21T20:23:31.0003020Z -- ******** Summary ******** 2025-03-21T20:23:31.0003780Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:31.0004578Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:31.0005386Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:31.0006188Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:31.0006976Z -- BUCK2 : buck2 2025-03-21T20:23:31.0007791Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:31.0009053Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:31.0010401Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:31.0011850Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:31.0012828Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:31.0013763Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:31.0014706Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:31.0015893Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:31.0016821Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:31.0017756Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:31.0018682Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:31.0019614Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:31.0020544Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:31.0021492Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:31.0022417Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:31.0023313Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:31.0024269Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:31.0025228Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:31.0026172Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:31.0027117Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:31.0028040Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:31.0028957Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:31.0029900Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:31.0030851Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:31.0031808Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:31.0032762Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:31.0033679Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:31.0034594Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:31.0035524Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:31.0036444Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:31.0037363Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:31.0038242Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:31.0039257Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:31.0040205Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:31.0041111Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:31.0041961Z -- Configuring done (5.6s) 2025-03-21T20:23:31.0042674Z -- Generating done (0.1s) 2025-03-21T20:23:31.0043534Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:31.0044544Z + popd 2025-03-21T20:23:31.0045082Z /pytorch/executorch 2025-03-21T20:23:31.0045670Z ++ uname 2025-03-21T20:23:31.0046226Z + '[' Linux == Darwin ']' 2025-03-21T20:23:31.0046852Z ++ nproc 2025-03-21T20:23:31.0047366Z + CMAKE_JOBS=7 2025-03-21T20:23:31.0048000Z + cmake --build cmake-out -j 7 2025-03-21T20:23:31.0049921Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:31.0054596Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:31.0056789Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:31.0058630Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:31.0061209Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:31.0063530Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:31.0065776Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:31.0067426Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:23:31.0068726Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:23:31.0069699Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:23:31.0070720Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:31.0071622Z CMake Warning: 2025-03-21T20:23:31.0072533Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:31.0073173Z 2025-03-21T20:23:31.0073424Z  2025-03-21T20:23:31.0073959Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:31.0075008Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:31.0075877Z git describe failed with exit code: 128 2025-03-21T20:23:31.0076395Z 2025-03-21T20:23:31.0076779Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:31.0077661Z Call Stack (most recent call first): 2025-03-21T20:23:31.0078357Z CMakeLists.txt:5 (include) 2025-03-21T20:23:31.0078897Z 2025-03-21T20:23:31.0079158Z  2025-03-21T20:23:31.0079653Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:31.0081432Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:31.0083977Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:31.0086408Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:31.0088701Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:31.0091086Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:31.0093852Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:31.0095869Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:31.0097947Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:31.0099696Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:23:31.0101415Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:31.0103775Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:31.0106199Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:31.0107891Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:31.0109657Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:31.0111253Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:31.0112853Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:31.0114639Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:23:31.0116586Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:31.0119147Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:31.0120555Z [ 7%] Built target pthreadpool 2025-03-21T20:23:31.0122114Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:31.0124582Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:31.0127165Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:31.0129606Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:31.0132306Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:31.0134704Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:31.0137217Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:31.0139837Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:31.0142383Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:31.0144759Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:31.0147435Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:31.0150096Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:31.0152862Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:31.0154566Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:31.0156581Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:34.7251919Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:34.7254133Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:34.7255284Z -- Detecting CXX compile features 2025-03-21T20:23:34.7257050Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:34.7258619Z -- Detecting CXX compile features - done 2025-03-21T20:23:34.7259394Z -- Looking for strtof_l 2025-03-21T20:23:34.7261115Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:34.7263706Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:34.7266450Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:34.7269365Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:34.7272060Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:34.7274820Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:34.7277594Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:34.7280408Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:34.7283257Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:34.7286174Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:34.7288996Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:34.7291767Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:34.7294462Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:34.7295346Z [ 13%] Built target cpuinfo 2025-03-21T20:23:34.7296377Z -- Looking for strtof_l - found 2025-03-21T20:23:34.7297098Z -- Looking for strtoull_l 2025-03-21T20:23:34.7298093Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:34.7299279Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:34.7300061Z -- Looking for strtoull_l - found 2025-03-21T20:23:34.7300785Z -- Looking for realpath 2025-03-21T20:23:34.7301423Z -- Looking for realpath - found 2025-03-21T20:23:34.7302271Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:34.7303175Z -- Configuring done (1.2s) 2025-03-21T20:23:34.7303860Z -- Generating done (0.0s) 2025-03-21T20:23:34.7304985Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:34.7306487Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:34.7307767Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:34.7308895Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:34.7310431Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:34.7311876Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:34.7313381Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:34.7314997Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:34.7316620Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:34.7318222Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:34.7320000Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:34.7321660Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:34.7323305Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:34.7324875Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:34.7326446Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:34.7327940Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:34.7329455Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:34.7331076Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:34.7332590Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:34.7334100Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:34.7335649Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:34.7337206Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:34.7338985Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:34.7340732Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:34.7342518Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:34.7344020Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:34.7345393Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:34.7346839Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:34.7348344Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:34.7350150Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:34.7352207Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:34.7354181Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:34.7355799Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:34.7357499Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:34.7359245Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:34.7360753Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:34.7362383Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:34.7363945Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:34.7365559Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:34.7366658Z [100%] Linking CXX executable flatc 2025-03-21T20:23:34.7367318Z [100%] Built target flatc 2025-03-21T20:23:34.7367973Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:34.7368761Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:34.7369407Z [ 13%] Built target flatbuffers 2025-03-21T20:23:34.7370117Z [ 13%] Generating common_schema headers 2025-03-21T20:23:34.7370784Z [ 13%] Built target common_schema 2025-03-21T20:23:34.7371537Z [ 13%] Generating program_schema headers 2025-03-21T20:23:34.7372202Z [ 13%] Built target program_schema 2025-03-21T20:23:34.7373351Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:34.7374900Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:34.7376765Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:34.7378919Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:34.7380909Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:34.7382524Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:34.7384087Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:34.7385770Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:34.7387455Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:34.7389055Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:34.7391422Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:34.7393576Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:34.7395698Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:34.7397044Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:34.7398321Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:34.7400209Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:34.7402095Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:34.7403947Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:34.7405128Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:34.7406563Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:34.7407597Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:34.7408276Z [ 18%] Built target executorch_core 2025-03-21T20:23:37.0819404Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:37.0821434Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:37.0823560Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:37.0825998Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:37.0828307Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:37.0830631Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:37.0833116Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:37.0835082Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:37.0836119Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:37.0837199Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:37.0838105Z [ 20%] Built target executorch 2025-03-21T20:23:37.0839859Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:37.0842388Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:37.0844719Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:37.0847456Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:37.0849967Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:37.0855722Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:37.0858444Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:37.0860700Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:37.0862847Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:37.0865135Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:37.0867287Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:37.0869604Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:37.0871909Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:37.0874174Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:37.0876410Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:37.0878796Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:37.0881311Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:37.0883858Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:37.0886467Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:37.0888678Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:37.0890983Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:37.0893189Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:37.0895525Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:37.0897835Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:37.0900211Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:37.0902753Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:37.0905040Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:37.0907336Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:37.0909754Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:37.0912284Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:37.0914644Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:37.0917056Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:37.0919808Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:37.0922243Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:37.0924524Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:37.0926944Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:37.0929406Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:37.0931887Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:37.0934351Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:37.0936805Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:37.0939376Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:37.0941799Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:37.0945022Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:37.0947476Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:37.0949843Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:37.0952537Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:37.0954868Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:37.0957197Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:37.0960111Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:37.0962727Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:37.0967163Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:37.0969677Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:37.0972199Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:37.0974879Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:37.0977410Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:37.0979823Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:37.0982844Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:37.0985549Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:37.0988292Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:37.0990803Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:37.0993084Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:37.0995397Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:37.0997979Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:37.1000834Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:37.1003471Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:39.5784780Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:39.5787379Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:39.5789839Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:39.5792180Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:39.5794672Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:39.5797343Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:39.5800036Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:39.5802442Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:39.5804887Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:39.5807222Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:39.5809387Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:39.5811858Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:39.5814806Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:39.5817247Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:39.5819885Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:39.5822264Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:39.5824799Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:39.5827436Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:39.5829949Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:39.5832467Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:39.5835150Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:39.5837881Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:39.5840514Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:39.5843076Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:39.5845512Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:39.5847914Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:39.5850491Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:39.5853121Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:39.5855838Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:39.5858298Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:39.5861201Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:39.5863946Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:39.5866448Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:39.5868813Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:39.5871108Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:39.5873388Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:39.5875670Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:39.5878122Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:39.5880596Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:39.5882923Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:39.5885461Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:39.5888313Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:39.5890827Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:39.5893540Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:39.5896183Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:39.5898872Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:39.5901465Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:39.5904022Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:39.5906502Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:39.5908892Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:39.5911359Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:39.5913924Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:39.5916587Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:39.5919175Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:39.5921568Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:39.5924165Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:39.5926593Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:39.5928868Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:39.5931350Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:39.5933981Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:39.5936487Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:39.5938985Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:39.5941514Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:39.5944056Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:39.5946591Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:39.5949156Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:39.5951851Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:39.5954590Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:39.5957064Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:39.5959694Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:39.5962692Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:39.5965411Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:39.5968139Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:42.0114860Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:42.0117312Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:42.0119869Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:42.0122440Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:42.0125022Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:42.0127527Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:42.0129965Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:42.0132493Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:42.0134999Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:42.0137343Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:42.0139635Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:42.0141954Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:42.0144497Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:42.0146977Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:42.0149529Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:42.0151905Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:42.0154723Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:42.0157673Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:42.0160509Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:42.0163024Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:42.0165894Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:42.0168430Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:42.0170871Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:42.0173246Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:42.0176008Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:42.0178759Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:42.0181617Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:42.0184072Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:42.0186405Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:42.0189087Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:42.0191638Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:42.0194133Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:42.0197585Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:42.0200364Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:42.0203007Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:42.0205608Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:42.0208356Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:42.0211117Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:42.0213734Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:42.0216132Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:42.0218398Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:42.0220910Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:42.0223517Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:42.0225988Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:42.0228577Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:42.0231154Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:42.0233514Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:42.0235999Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:42.0238783Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:42.0241489Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:42.0244183Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:42.0246848Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:42.0249422Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:42.0252933Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:42.0255739Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:42.0258455Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:42.0261280Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:42.0264336Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:42.0266964Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:42.0269442Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:42.0271995Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:42.0274546Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:42.0276922Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:42.0279456Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:42.0281997Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:42.0284627Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:42.0287333Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:42.0290079Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:42.0292860Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:42.0295661Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:42.0298423Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:42.0300769Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:44.4153843Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:44.4157015Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:44.4159671Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:44.4162412Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:44.4165257Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:44.4168013Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:44.4170737Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:44.4177438Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:44.4179936Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:44.4182270Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:44.4184722Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:44.4187361Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:44.4190335Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:44.4192781Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:44.4195581Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:44.4198145Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:44.4200709Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:44.4203203Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:44.4205818Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:44.4208662Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:44.4211318Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:44.4213841Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:44.4217614Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:44.4220440Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:44.4223113Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:44.4225479Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:44.4227962Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:44.4230536Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:44.4245432Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:44.4248007Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:44.4250877Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:44.4253690Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:44.4256329Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:44.4259246Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:44.4261960Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:44.4264488Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:44.4267063Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:44.4269752Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:44.4272297Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:44.4274846Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:44.4277726Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:44.4280444Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:44.4283335Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:44.4286437Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:44.4289408Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:44.4292338Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:44.4295104Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:44.4297548Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:44.4303412Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:44.4305891Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:44.4308160Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:44.4310460Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:44.4312941Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:44.4315877Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:44.4318699Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:44.4321205Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:44.4323473Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:44.4326174Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:44.4328757Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:44.4331343Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:44.4333842Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:44.4336339Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:44.4338748Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:44.4341080Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:44.4343372Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:44.4345832Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:44.4348658Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:44.4351304Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:44.4353882Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:44.4356536Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:44.4358935Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:44.4361338Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:46.6961563Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:46.6963957Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:46.6965578Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:46.6968060Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:46.6970679Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:46.6973337Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:46.6975521Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:46.6977827Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:46.6980039Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:46.6982306Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:46.6984178Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:46.6985665Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:46.6987640Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:46.6989499Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:46.6991089Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:46.6992532Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:46.6993969Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:46.6995893Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:46.6998516Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:46.7001205Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:46.7003706Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:46.7006096Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:46.7008507Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:46.7011317Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:46.7014046Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:46.7016516Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:46.7019502Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:46.7022047Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:46.7028880Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:46.7031022Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:46.7032665Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:46.7034180Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:46.7035616Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:46.7037106Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:46.7038563Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:46.7040345Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:46.7042883Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:46.7045550Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:46.7048257Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:46.7051094Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:46.7054173Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:46.7056707Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:46.7059263Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:46.7060862Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:46.7062260Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:46.7063628Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:46.7065149Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:46.7066867Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:46.7068751Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:46.7070519Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:46.7072006Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:46.7073490Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:46.7075061Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:46.7076925Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:46.7078494Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:46.7080312Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:46.7081737Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:46.7083227Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:46.7084736Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:46.7086220Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:46.7087741Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:46.7089183Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:46.7090819Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:46.7092765Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:46.7095062Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:46.7097603Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:46.7100317Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:46.7102854Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:52.4090064Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:52.4092416Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:52.4094157Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:52.4095660Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:52.4097498Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:52.4099003Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:52.4100559Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:52.4102073Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:52.4103201Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:52.4104052Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:52.4104797Z [ 98%] Built target portable_kernels 2025-03-21T20:23:52.4105633Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:52.4106287Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:52.4106920Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:52.4108551Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:52.4110757Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:52.4111352Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:52.4112424Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:52.4114117Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:52.4115508Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:52.4116774Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:52.4118311Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:52.4120445Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:52.4121451Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:52.4122040Z [100%] Built target executor_runner 2025-03-21T20:23:52.4122640Z + [[ '' == *main* ]] 2025-03-21T20:23:52.4123126Z + [[ '' == *gh* ]] 2025-03-21T20:23:52.4123614Z + echo ::endgroup:: 2025-03-21T20:23:52.4124422Z ##[endgroup] 2025-03-21T20:23:52.4124804Z + echo '::group::Set up Hugging Face' 2025-03-21T20:23:52.4125591Z ##[group]Set up Hugging Face 2025-03-21T20:23:52.4126149Z + pip install -U 'huggingface_hub[cli]' 2025-03-21T20:23:52.4127172Z Requirement already satisfied: huggingface_hub[cli] in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.29.3) 2025-03-21T20:23:52.4129077Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (3.18.0) 2025-03-21T20:23:52.4130945Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (2025.3.0) 2025-03-21T20:23:52.4133514Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (24.2) 2025-03-21T20:23:52.4135530Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (6.0.1) 2025-03-21T20:23:52.4138001Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (2.32.3) 2025-03-21T20:23:52.4140215Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (4.67.1) 2025-03-21T20:23:52.4142453Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[cli]) (4.12.2) 2025-03-21T20:23:52.4144374Z Collecting InquirerPy==0.3.4 (from huggingface_hub[cli]) 2025-03-21T20:23:52.4145446Z Downloading InquirerPy-0.3.4-py3-none-any.whl.metadata (8.1 kB) 2025-03-21T20:23:52.4146450Z Collecting pfzy<0.4.0,>=0.3.1 (from InquirerPy==0.3.4->huggingface_hub[cli]) 2025-03-21T20:23:52.4147265Z Downloading pfzy-0.3.4-py3-none-any.whl.metadata (4.9 kB) 2025-03-21T20:23:52.4148074Z Collecting prompt-toolkit<4.0.0,>=3.0.1 (from InquirerPy==0.3.4->huggingface_hub[cli]) 2025-03-21T20:23:52.4149195Z Downloading prompt_toolkit-3.0.50-py3-none-any.whl.metadata (6.6 kB) 2025-03-21T20:23:52.4150955Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub[cli]) (3.4.1) 2025-03-21T20:23:52.4153651Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub[cli]) (3.10) 2025-03-21T20:23:52.4155638Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub[cli]) (2.3.0) 2025-03-21T20:23:52.4157705Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub[cli]) (2025.1.31) 2025-03-21T20:23:52.4159254Z Collecting wcwidth (from prompt-toolkit<4.0.0,>=3.0.1->InquirerPy==0.3.4->huggingface_hub[cli]) 2025-03-21T20:23:52.4160508Z Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) 2025-03-21T20:23:52.4161461Z Downloading InquirerPy-0.3.4-py3-none-any.whl (67 kB) 2025-03-21T20:23:52.4162442Z Downloading pfzy-0.3.4-py3-none-any.whl (8.5 kB) 2025-03-21T20:23:52.4163300Z Downloading prompt_toolkit-3.0.50-py3-none-any.whl (387 kB) 2025-03-21T20:23:52.4164283Z Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 2025-03-21T20:23:52.4165127Z Installing collected packages: wcwidth, prompt-toolkit, pfzy, InquirerPy 2025-03-21T20:23:52.4166472Z Successfully installed InquirerPy-0.3.4 pfzy-0.3.4 prompt-toolkit-3.0.50 wcwidth-0.2.13 2025-03-21T20:23:52.4167570Z + huggingface-cli login --token *** 2025-03-21T20:23:52.4169774Z The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. 2025-03-21T20:23:52.4172204Z Token is valid (permission: read). 2025-03-21T20:23:52.4173400Z The token `EexecuTorch_CI` has been saved to /var/lib/ci-user/.cache/huggingface/stored_tokens 2025-03-21T20:23:52.4174723Z Your token has been saved to /var/lib/ci-user/.cache/huggingface/token 2025-03-21T20:23:52.4175729Z Login successful. 2025-03-21T20:23:52.4176341Z The current active token is: `EexecuTorch_CI` 2025-03-21T20:23:52.4177393Z + git clone https://github.com/huggingface/optimum-executorch 2025-03-21T20:23:52.4178424Z Cloning into 'optimum-executorch'... 2025-03-21T20:23:52.4179521Z remote: Enumerating objects: 323, done. 2025-03-21T20:23:52.4180372Z remote: Counting objects: 0% (1/105) 2025-03-21T20:23:52.4181239Z remote: Counting objects: 1% (2/105) 2025-03-21T20:23:52.4182231Z remote: Counting objects: 2% (3/105) 2025-03-21T20:23:52.4183112Z remote: Counting objects: 3% (4/105) 2025-03-21T20:23:52.4183968Z remote: Counting objects: 4% (5/105) 2025-03-21T20:23:52.4184814Z remote: Counting objects: 5% (6/105) 2025-03-21T20:23:52.4185726Z remote: Counting objects: 6% (7/105) 2025-03-21T20:23:52.4186624Z remote: Counting objects: 7% (8/105) 2025-03-21T20:23:52.4187461Z remote: Counting objects: 8% (9/105) 2025-03-21T20:23:52.4188268Z remote: Counting objects: 9% (10/105) 2025-03-21T20:23:52.4189108Z remote: Counting objects: 10% (11/105) 2025-03-21T20:23:52.4189959Z remote: Counting objects: 11% (12/105) 2025-03-21T20:23:52.4190807Z remote: Counting objects: 12% (13/105) 2025-03-21T20:23:52.4191718Z remote: Counting objects: 13% (14/105) 2025-03-21T20:23:52.4192651Z remote: Counting objects: 14% (15/105) 2025-03-21T20:23:52.4193540Z remote: Counting objects: 15% (16/105) 2025-03-21T20:23:52.4194456Z remote: Counting objects: 16% (17/105) 2025-03-21T20:23:52.4195423Z remote: Counting objects: 17% (18/105) 2025-03-21T20:23:52.4196365Z remote: Counting objects: 18% (19/105) 2025-03-21T20:23:52.4197296Z remote: Counting objects: 19% (20/105) 2025-03-21T20:23:52.4198241Z remote: Counting objects: 20% (21/105) 2025-03-21T20:23:52.4199283Z remote: Counting objects: 21% (23/105) 2025-03-21T20:23:52.4200227Z remote: Counting objects: 22% (24/105) 2025-03-21T20:23:52.4201193Z remote: Counting objects: 23% (25/105) 2025-03-21T20:23:52.4202128Z remote: Counting objects: 24% (26/105) 2025-03-21T20:23:52.4203081Z remote: Counting objects: 25% (27/105) 2025-03-21T20:23:52.4203976Z remote: Counting objects: 26% (28/105) 2025-03-21T20:23:52.4204913Z remote: Counting objects: 27% (29/105) 2025-03-21T20:23:52.4205734Z remote: Counting objects: 28% (30/105) 2025-03-21T20:23:52.4206320Z remote: Counting objects: 29% (31/105) 2025-03-21T20:23:52.4206872Z remote: Counting objects: 30% (32/105) 2025-03-21T20:23:52.4207738Z remote: Counting objects: 31% (33/105) 2025-03-21T20:23:52.4208467Z remote: Counting objects: 32% (34/105) 2025-03-21T20:23:52.4209236Z remote: Counting objects: 33% (35/105) 2025-03-21T20:23:52.4209922Z remote: Counting objects: 34% (36/105) 2025-03-21T20:23:52.4210637Z remote: Counting objects: 35% (37/105) 2025-03-21T20:23:52.4211201Z remote: Counting objects: 36% (38/105) 2025-03-21T20:23:52.4211725Z remote: Counting objects: 37% (39/105) 2025-03-21T20:23:52.4212262Z remote: Counting objects: 38% (40/105) 2025-03-21T20:23:52.4212782Z remote: Counting objects: 39% (41/105) 2025-03-21T20:23:52.4213309Z remote: Counting objects: 40% (42/105) 2025-03-21T20:23:52.4213845Z remote: Counting objects: 41% (44/105) 2025-03-21T20:23:52.4214363Z remote: Counting objects: 42% (45/105) 2025-03-21T20:23:52.4214881Z remote: Counting objects: 43% (46/105) 2025-03-21T20:23:52.4215408Z remote: Counting objects: 44% (47/105) 2025-03-21T20:23:52.4215928Z remote: Counting objects: 45% (48/105) 2025-03-21T20:23:52.4216467Z remote: Counting objects: 46% (49/105) 2025-03-21T20:23:52.4216996Z remote: Counting objects: 47% (50/105) 2025-03-21T20:23:52.4217507Z remote: Counting objects: 48% (51/105) 2025-03-21T20:23:52.4218039Z remote: Counting objects: 49% (52/105) 2025-03-21T20:23:52.4218552Z remote: Counting objects: 50% (53/105) 2025-03-21T20:23:52.4219061Z remote: Counting objects: 51% (54/105) 2025-03-21T20:23:52.4219677Z remote: Counting objects: 52% (55/105) 2025-03-21T20:23:52.4220638Z remote: Counting objects: 53% (56/105) 2025-03-21T20:23:52.4221168Z remote: Counting objects: 54% (57/105) 2025-03-21T20:23:52.4221685Z remote: Counting objects: 55% (58/105) 2025-03-21T20:23:52.4222220Z remote: Counting objects: 56% (59/105) 2025-03-21T20:23:52.4222740Z remote: Counting objects: 57% (60/105) 2025-03-21T20:23:52.4223268Z remote: Counting objects: 58% (61/105) 2025-03-21T20:23:52.4223799Z remote: Counting objects: 59% (62/105) 2025-03-21T20:23:52.4224325Z remote: Counting objects: 60% (63/105) 2025-03-21T20:23:52.4224859Z remote: Counting objects: 61% (65/105) 2025-03-21T20:23:52.4225375Z remote: Counting objects: 62% (66/105) 2025-03-21T20:23:52.4225895Z remote: Counting objects: 63% (67/105) 2025-03-21T20:23:52.4226433Z remote: Counting objects: 64% (68/105) 2025-03-21T20:23:52.4226949Z remote: Counting objects: 65% (69/105) 2025-03-21T20:23:52.4227465Z remote: Counting objects: 66% (70/105) 2025-03-21T20:23:52.4228030Z remote: Counting objects: 67% (71/105) 2025-03-21T20:23:52.4228631Z remote: Counting objects: 68% (72/105) 2025-03-21T20:23:52.4229146Z remote: Counting objects: 69% (73/105) 2025-03-21T20:23:52.4229685Z remote: Counting objects: 70% (74/105) 2025-03-21T20:23:52.4230208Z remote: Counting objects: 71% (75/105) 2025-03-21T20:23:52.4230741Z remote: Counting objects: 72% (76/105) 2025-03-21T20:23:52.4231259Z remote: Counting objects: 73% (77/105) 2025-03-21T20:23:52.4231782Z remote: Counting objects: 74% (78/105) 2025-03-21T20:23:52.4232364Z remote: Counting objects: 75% (79/105) 2025-03-21T20:23:52.4232880Z remote: Counting objects: 76% (80/105) 2025-03-21T20:23:52.4233401Z remote: Counting objects: 77% (81/105) 2025-03-21T20:23:52.4233931Z remote: Counting objects: 78% (82/105) 2025-03-21T20:23:52.4234442Z remote: Counting objects: 79% (83/105) 2025-03-21T20:23:52.4234956Z remote: Counting objects: 80% (84/105) 2025-03-21T20:23:52.4235491Z remote: Counting objects: 81% (86/105) 2025-03-21T20:23:52.4236004Z remote: Counting objects: 82% (87/105) 2025-03-21T20:23:52.4236532Z remote: Counting objects: 83% (88/105) 2025-03-21T20:23:52.4237046Z remote: Counting objects: 84% (89/105) 2025-03-21T20:23:52.4237562Z remote: Counting objects: 85% (90/105) 2025-03-21T20:23:52.4238087Z remote: Counting objects: 86% (91/105) 2025-03-21T20:23:52.4238596Z remote: Counting objects: 87% (92/105) 2025-03-21T20:23:52.4239399Z remote: Counting objects: 88% (93/105) 2025-03-21T20:23:52.4239941Z remote: Counting objects: 89% (94/105) 2025-03-21T20:23:52.4240459Z remote: Counting objects: 90% (95/105) 2025-03-21T20:23:52.4240972Z remote: Counting objects: 91% (96/105) 2025-03-21T20:23:52.4241596Z remote: Counting objects: 92% (97/105) 2025-03-21T20:23:52.4242110Z remote: Counting objects: 93% (98/105) 2025-03-21T20:23:52.4242649Z remote: Counting objects: 94% (99/105) 2025-03-21T20:23:52.4243174Z remote: Counting objects: 95% (100/105) 2025-03-21T20:23:52.4245422Z remote: Counting objects: 96% (101/105) 2025-03-21T20:23:52.4246125Z remote: Counting objects: 97% (102/105) 2025-03-21T20:23:52.4246657Z remote: Counting objects: 98% (103/105) 2025-03-21T20:23:52.4247184Z remote: Counting objects: 99% (104/105) 2025-03-21T20:23:52.4247727Z remote: Counting objects: 100% (105/105) 2025-03-21T20:23:52.4248292Z remote: Counting objects: 100% (105/105), done. 2025-03-21T20:23:52.4248885Z remote: Compressing objects: 2% (1/46) 2025-03-21T20:23:52.4249419Z remote: Compressing objects: 4% (2/46) 2025-03-21T20:23:52.4249951Z remote: Compressing objects: 6% (3/46) 2025-03-21T20:23:52.4250514Z remote: Compressing objects: 8% (4/46) 2025-03-21T20:23:52.4251153Z remote: Compressing objects: 10% (5/46) 2025-03-21T20:23:52.4251700Z remote: Compressing objects: 13% (6/46) 2025-03-21T20:23:52.4252491Z remote: Compressing objects: 15% (7/46) 2025-03-21T20:23:52.4253034Z remote: Compressing objects: 17% (8/46) 2025-03-21T20:23:52.4253570Z remote: Compressing objects: 19% (9/46) 2025-03-21T20:23:52.4254132Z remote: Compressing objects: 21% (10/46) 2025-03-21T20:23:52.4254681Z remote: Compressing objects: 23% (11/46) 2025-03-21T20:23:52.4255248Z remote: Compressing objects: 26% (12/46) 2025-03-21T20:23:52.4255799Z remote: Compressing objects: 28% (13/46) 2025-03-21T20:23:52.4256348Z remote: Compressing objects: 30% (14/46) 2025-03-21T20:23:52.4256922Z remote: Compressing objects: 32% (15/46) 2025-03-21T20:23:52.4257468Z remote: Compressing objects: 34% (16/46) 2025-03-21T20:23:52.4258008Z remote: Compressing objects: 36% (17/46) 2025-03-21T20:23:52.4258563Z remote: Compressing objects: 39% (18/46) 2025-03-21T20:23:52.4259110Z remote: Compressing objects: 41% (19/46) 2025-03-21T20:23:52.4259647Z remote: Compressing objects: 43% (20/46) 2025-03-21T20:23:52.4260204Z remote: Compressing objects: 45% (21/46) 2025-03-21T20:23:52.4260741Z remote: Compressing objects: 47% (22/46) 2025-03-21T20:23:52.4261703Z remote: Compressing objects: 50% (23/46) 2025-03-21T20:23:52.4262250Z remote: Compressing objects: 52% (24/46) 2025-03-21T20:23:52.4262797Z remote: Compressing objects: 54% (25/46) 2025-03-21T20:23:52.4263349Z remote: Compressing objects: 56% (26/46) 2025-03-21T20:23:52.4263885Z remote: Compressing objects: 58% (27/46) 2025-03-21T20:23:52.4264425Z remote: Compressing objects: 60% (28/46) 2025-03-21T20:23:52.4264984Z remote: Compressing objects: 63% (29/46) 2025-03-21T20:23:52.4265524Z remote: Compressing objects: 65% (30/46) 2025-03-21T20:23:52.4266063Z remote: Compressing objects: 67% (31/46) 2025-03-21T20:23:52.4266627Z remote: Compressing objects: 69% (32/46) 2025-03-21T20:23:52.4267167Z remote: Compressing objects: 71% (33/46) 2025-03-21T20:23:52.4267728Z remote: Compressing objects: 73% (34/46) 2025-03-21T20:23:52.4268266Z remote: Compressing objects: 76% (35/46) 2025-03-21T20:23:52.4268805Z remote: Compressing objects: 78% (36/46) 2025-03-21T20:23:52.4269359Z remote: Compressing objects: 80% (37/46) 2025-03-21T20:23:52.4270225Z remote: Compressing objects: 82% (38/46) 2025-03-21T20:23:52.4270998Z remote: Compressing objects: 84% (39/46) 2025-03-21T20:23:52.4271689Z remote: Compressing objects: 86% (40/46) 2025-03-21T20:23:52.4272241Z remote: Compressing objects: 89% (41/46) 2025-03-21T20:23:52.4272793Z remote: Compressing objects: 91% (42/46) 2025-03-21T20:23:52.4273541Z remote: Compressing objects: 93% (43/46) 2025-03-21T20:23:52.4274096Z remote: Compressing objects: 95% (44/46) 2025-03-21T20:23:52.4274655Z remote: Compressing objects: 97% (45/46) 2025-03-21T20:23:52.4275322Z remote: Compressing objects: 100% (46/46) 2025-03-21T20:23:52.4275899Z remote: Compressing objects: 100% (46/46), done. 2025-03-21T20:23:52.4276407Z Receiving objects: 0% (1/323) 2025-03-21T20:23:52.4276842Z Receiving objects: 1% (4/323) 2025-03-21T20:23:52.4277228Z Receiving objects: 2% (7/323) 2025-03-21T20:23:52.4277636Z Receiving objects: 3% (10/323) 2025-03-21T20:23:52.4278034Z Receiving objects: 4% (13/323) 2025-03-21T20:23:52.4278437Z Receiving objects: 5% (17/323) 2025-03-21T20:23:52.4278934Z Receiving objects: 6% (20/323) 2025-03-21T20:23:52.4279331Z Receiving objects: 7% (23/323) 2025-03-21T20:23:52.4279744Z Receiving objects: 8% (26/323) 2025-03-21T20:23:52.4280140Z Receiving objects: 9% (30/323) 2025-03-21T20:23:52.4280542Z Receiving objects: 10% (33/323) 2025-03-21T20:23:52.4280949Z Receiving objects: 11% (36/323) 2025-03-21T20:23:52.4281342Z Receiving objects: 12% (39/323) 2025-03-21T20:23:52.4281733Z Receiving objects: 13% (42/323) 2025-03-21T20:23:52.4282142Z Receiving objects: 14% (46/323) 2025-03-21T20:23:52.4282530Z Receiving objects: 15% (49/323) 2025-03-21T20:23:52.4282922Z Receiving objects: 16% (52/323) 2025-03-21T20:23:52.4283325Z Receiving objects: 17% (55/323) 2025-03-21T20:23:52.4283714Z Receiving objects: 18% (59/323) 2025-03-21T20:23:52.4284106Z Receiving objects: 19% (62/323) 2025-03-21T20:23:52.4284512Z Receiving objects: 20% (65/323) 2025-03-21T20:23:52.4284908Z Receiving objects: 21% (68/323) 2025-03-21T20:23:52.4285323Z Receiving objects: 22% (72/323) 2025-03-21T20:23:52.4285716Z Receiving objects: 23% (75/323) 2025-03-21T20:23:52.4286114Z Receiving objects: 24% (78/323) 2025-03-21T20:23:52.4286525Z Receiving objects: 25% (81/323) 2025-03-21T20:23:52.4286922Z Receiving objects: 26% (84/323) 2025-03-21T20:23:52.4287316Z Receiving objects: 27% (88/323) 2025-03-21T20:23:52.4287720Z Receiving objects: 28% (91/323) 2025-03-21T20:23:52.4288116Z Receiving objects: 29% (94/323) 2025-03-21T20:23:52.4288508Z Receiving objects: 30% (97/323) 2025-03-21T20:23:52.4288931Z Receiving objects: 31% (101/323) 2025-03-21T20:23:52.4289336Z Receiving objects: 32% (104/323) 2025-03-21T20:23:52.4289741Z Receiving objects: 33% (107/323) 2025-03-21T20:23:52.4290162Z Receiving objects: 34% (110/323) 2025-03-21T20:23:52.4290566Z Receiving objects: 35% (114/323) 2025-03-21T20:23:52.4290986Z Receiving objects: 36% (117/323) 2025-03-21T20:23:52.4291391Z Receiving objects: 37% (120/323) 2025-03-21T20:23:52.4291795Z Receiving objects: 38% (123/323) 2025-03-21T20:23:52.4292225Z Receiving objects: 39% (126/323) 2025-03-21T20:23:52.4292672Z Receiving objects: 40% (130/323) 2025-03-21T20:23:52.4293212Z Receiving objects: 41% (133/323) 2025-03-21T20:23:52.4293667Z Receiving objects: 42% (136/323) 2025-03-21T20:23:52.4294232Z Receiving objects: 43% (139/323) 2025-03-21T20:23:52.4294640Z Receiving objects: 44% (143/323) 2025-03-21T20:23:52.4295259Z Receiving objects: 45% (146/323) 2025-03-21T20:23:52.4295971Z Receiving objects: 46% (149/323) 2025-03-21T20:23:52.4296648Z Receiving objects: 47% (152/323) 2025-03-21T20:23:52.4297052Z Receiving objects: 48% (156/323) 2025-03-21T20:23:52.4297452Z Receiving objects: 49% (159/323) 2025-03-21T20:23:52.4297863Z Receiving objects: 50% (162/323) 2025-03-21T20:23:52.4298255Z Receiving objects: 51% (165/323) 2025-03-21T20:23:52.4298651Z Receiving objects: 52% (168/323) 2025-03-21T20:23:52.4299184Z Receiving objects: 53% (172/323) 2025-03-21T20:23:52.4299820Z Receiving objects: 54% (175/323) 2025-03-21T20:23:52.4300365Z Receiving objects: 55% (178/323) 2025-03-21T20:23:52.4300944Z Receiving objects: 56% (181/323) 2025-03-21T20:23:52.4301408Z Receiving objects: 57% (185/323) 2025-03-21T20:23:52.4301805Z Receiving objects: 58% (188/323) 2025-03-21T20:23:52.4302440Z Receiving objects: 59% (191/323) 2025-03-21T20:23:52.4303031Z Receiving objects: 60% (194/323) 2025-03-21T20:23:52.4303579Z Receiving objects: 61% (198/323) 2025-03-21T20:23:52.4304251Z Receiving objects: 62% (201/323) 2025-03-21T20:23:52.4304901Z Receiving objects: 63% (204/323) 2025-03-21T20:23:52.4305550Z Receiving objects: 64% (207/323) 2025-03-21T20:23:52.4306092Z Receiving objects: 65% (210/323) 2025-03-21T20:23:52.4306587Z Receiving objects: 66% (214/323) 2025-03-21T20:23:52.4307065Z Receiving objects: 67% (217/323) 2025-03-21T20:23:52.4307465Z Receiving objects: 68% (220/323) 2025-03-21T20:23:52.4307864Z Receiving objects: 69% (223/323) 2025-03-21T20:23:52.4308274Z Receiving objects: 70% (227/323) 2025-03-21T20:23:52.4309281Z remote: Total 323 (delta 77), reused 59 (delta 58), pack-reused 218 (from 1) 2025-03-21T20:23:52.4310077Z Receiving objects: 71% (230/323) 2025-03-21T20:23:52.4310611Z Receiving objects: 72% (233/323) 2025-03-21T20:23:52.4311135Z Receiving objects: 73% (236/323) 2025-03-21T20:23:52.4311696Z Receiving objects: 74% (240/323) 2025-03-21T20:23:52.4312272Z Receiving objects: 75% (243/323) 2025-03-21T20:23:52.4312830Z Receiving objects: 76% (246/323) 2025-03-21T20:23:52.4313328Z Receiving objects: 77% (249/323) 2025-03-21T20:23:52.4313739Z Receiving objects: 78% (252/323) 2025-03-21T20:23:52.4314135Z Receiving objects: 79% (256/323) 2025-03-21T20:23:52.4314548Z Receiving objects: 80% (259/323) 2025-03-21T20:23:52.4314945Z Receiving objects: 81% (262/323) 2025-03-21T20:23:52.4315340Z Receiving objects: 82% (265/323) 2025-03-21T20:23:52.4315748Z Receiving objects: 83% (269/323) 2025-03-21T20:23:52.4316146Z Receiving objects: 84% (272/323) 2025-03-21T20:23:52.4316559Z Receiving objects: 85% (275/323) 2025-03-21T20:23:52.4316954Z Receiving objects: 86% (278/323) 2025-03-21T20:23:52.4317352Z Receiving objects: 87% (282/323) 2025-03-21T20:23:52.4317767Z Receiving objects: 88% (285/323) 2025-03-21T20:23:52.4318164Z Receiving objects: 89% (288/323) 2025-03-21T20:23:52.4318563Z Receiving objects: 90% (291/323) 2025-03-21T20:23:52.4319081Z Receiving objects: 91% (294/323) 2025-03-21T20:23:52.4319481Z Receiving objects: 92% (298/323) 2025-03-21T20:23:52.4319879Z Receiving objects: 93% (301/323) 2025-03-21T20:23:52.4320300Z Receiving objects: 94% (304/323) 2025-03-21T20:23:52.4320701Z Receiving objects: 95% (307/323) 2025-03-21T20:23:52.4321116Z Receiving objects: 96% (311/323) 2025-03-21T20:23:52.4321518Z Receiving objects: 97% (314/323) 2025-03-21T20:23:52.4321920Z Receiving objects: 98% (317/323) 2025-03-21T20:23:52.4322339Z Receiving objects: 99% (320/323) 2025-03-21T20:23:52.4322740Z Receiving objects: 100% (323/323) 2025-03-21T20:23:52.4323256Z Receiving objects: 100% (323/323), 79.30 KiB | 19.82 MiB/s, done. 2025-03-21T20:23:52.4323834Z Resolving deltas: 0% (0/155) 2025-03-21T20:23:52.4324227Z Resolving deltas: 1% (2/155) 2025-03-21T20:23:52.4324615Z Resolving deltas: 2% (4/155) 2025-03-21T20:23:52.4325019Z Resolving deltas: 3% (5/155) 2025-03-21T20:23:52.4325413Z Resolving deltas: 4% (7/155) 2025-03-21T20:23:52.4325814Z Resolving deltas: 5% (8/155) 2025-03-21T20:23:52.4326224Z Resolving deltas: 6% (10/155) 2025-03-21T20:23:52.4326622Z Resolving deltas: 7% (11/155) 2025-03-21T20:23:52.4327035Z Resolving deltas: 8% (13/155) 2025-03-21T20:23:52.4327428Z Resolving deltas: 9% (14/155) 2025-03-21T20:23:52.4327815Z Resolving deltas: 10% (16/155) 2025-03-21T20:23:55.6007118Z Resolving deltas: 11% (18/155) 2025-03-21T20:23:55.6007971Z Resolving deltas: 12% (19/155) 2025-03-21T20:23:55.6008549Z Resolving deltas: 13% (21/155) 2025-03-21T20:23:55.6008934Z Resolving deltas: 14% (22/155) 2025-03-21T20:23:55.6009336Z Resolving deltas: 15% (24/155) 2025-03-21T20:23:55.6009714Z Resolving deltas: 16% (25/155) 2025-03-21T20:23:55.6010098Z Resolving deltas: 17% (27/155) 2025-03-21T20:23:55.6010504Z Resolving deltas: 18% (28/155) 2025-03-21T20:23:55.6010886Z Resolving deltas: 19% (30/155) 2025-03-21T20:23:55.6011272Z Resolving deltas: 20% (31/155) 2025-03-21T20:23:55.6011966Z Resolving deltas: 21% (33/155) 2025-03-21T20:23:55.6012355Z Resolving deltas: 23% (36/155) 2025-03-21T20:23:55.6012740Z Resolving deltas: 24% (38/155) 2025-03-21T20:23:55.6013144Z Resolving deltas: 25% (39/155) 2025-03-21T20:23:55.6013671Z Resolving deltas: 26% (41/155) 2025-03-21T20:23:55.6014054Z Resolving deltas: 27% (42/155) 2025-03-21T20:23:55.6014463Z Resolving deltas: 28% (44/155) 2025-03-21T20:23:55.6014847Z Resolving deltas: 29% (45/155) 2025-03-21T20:23:55.6015292Z Resolving deltas: 30% (47/155) 2025-03-21T20:23:55.6015674Z Resolving deltas: 31% (49/155) 2025-03-21T20:23:55.6016074Z Resolving deltas: 32% (50/155) 2025-03-21T20:23:55.6016458Z Resolving deltas: 33% (52/155) 2025-03-21T20:23:55.6016842Z Resolving deltas: 34% (53/155) 2025-03-21T20:23:55.6017241Z Resolving deltas: 35% (55/155) 2025-03-21T20:23:55.6017623Z Resolving deltas: 36% (56/155) 2025-03-21T20:23:55.6018015Z Resolving deltas: 37% (58/155) 2025-03-21T20:23:55.6018418Z Resolving deltas: 38% (59/155) 2025-03-21T20:23:55.6018811Z Resolving deltas: 39% (61/155) 2025-03-21T20:23:55.6019198Z Resolving deltas: 40% (62/155) 2025-03-21T20:23:55.6019593Z Resolving deltas: 41% (64/155) 2025-03-21T20:23:55.6019973Z Resolving deltas: 42% (66/155) 2025-03-21T20:23:55.6020360Z Resolving deltas: 43% (67/155) 2025-03-21T20:23:55.6020762Z Resolving deltas: 44% (69/155) 2025-03-21T20:23:55.6021150Z Resolving deltas: 45% (70/155) 2025-03-21T20:23:55.6021549Z Resolving deltas: 46% (72/155) 2025-03-21T20:23:55.6021938Z Resolving deltas: 47% (73/155) 2025-03-21T20:23:55.6022320Z Resolving deltas: 48% (75/155) 2025-03-21T20:23:55.6022718Z Resolving deltas: 49% (76/155) 2025-03-21T20:23:55.6023098Z Resolving deltas: 50% (78/155) 2025-03-21T20:23:55.6023478Z Resolving deltas: 51% (80/155) 2025-03-21T20:23:55.6023878Z Resolving deltas: 52% (81/155) 2025-03-21T20:23:55.6024259Z Resolving deltas: 53% (83/155) 2025-03-21T20:23:55.6024643Z Resolving deltas: 54% (84/155) 2025-03-21T20:23:55.6025036Z Resolving deltas: 55% (86/155) 2025-03-21T20:23:55.6025423Z Resolving deltas: 56% (87/155) 2025-03-21T20:23:55.6025804Z Resolving deltas: 58% (90/155) 2025-03-21T20:23:55.6026197Z Resolving deltas: 59% (92/155) 2025-03-21T20:23:55.6026588Z Resolving deltas: 60% (93/155) 2025-03-21T20:23:55.6026983Z Resolving deltas: 61% (95/155) 2025-03-21T20:23:55.6027364Z Resolving deltas: 62% (97/155) 2025-03-21T20:23:55.6027747Z Resolving deltas: 63% (98/155) 2025-03-21T20:23:55.6028149Z Resolving deltas: 64% (100/155) 2025-03-21T20:23:55.6028549Z Resolving deltas: 65% (102/155) 2025-03-21T20:23:55.6028938Z Resolving deltas: 66% (103/155) 2025-03-21T20:23:55.6029345Z Resolving deltas: 67% (104/155) 2025-03-21T20:23:55.6029736Z Resolving deltas: 68% (106/155) 2025-03-21T20:23:55.6030126Z Resolving deltas: 69% (107/155) 2025-03-21T20:23:55.6030534Z Resolving deltas: 70% (109/155) 2025-03-21T20:23:55.6030923Z Resolving deltas: 71% (111/155) 2025-03-21T20:23:55.6031312Z Resolving deltas: 72% (112/155) 2025-03-21T20:23:55.6031720Z Resolving deltas: 73% (114/155) 2025-03-21T20:23:55.6032115Z Resolving deltas: 74% (115/155) 2025-03-21T20:23:55.6032524Z Resolving deltas: 75% (117/155) 2025-03-21T20:23:55.6032925Z Resolving deltas: 76% (118/155) 2025-03-21T20:23:55.6033324Z Resolving deltas: 77% (120/155) 2025-03-21T20:23:55.6033737Z Resolving deltas: 78% (121/155) 2025-03-21T20:23:55.6034136Z Resolving deltas: 79% (123/155) 2025-03-21T20:23:55.6034532Z Resolving deltas: 80% (124/155) 2025-03-21T20:23:55.6034942Z Resolving deltas: 81% (126/155) 2025-03-21T20:23:55.6035338Z Resolving deltas: 82% (128/155) 2025-03-21T20:23:55.6035736Z Resolving deltas: 83% (129/155) 2025-03-21T20:23:55.6036152Z Resolving deltas: 84% (131/155) 2025-03-21T20:23:55.6036547Z Resolving deltas: 85% (132/155) 2025-03-21T20:23:55.6036940Z Resolving deltas: 86% (134/155) 2025-03-21T20:23:55.6037346Z Resolving deltas: 87% (135/155) 2025-03-21T20:23:55.6037741Z Resolving deltas: 88% (137/155) 2025-03-21T20:23:55.6038152Z Resolving deltas: 89% (138/155) 2025-03-21T20:23:55.6038790Z Resolving deltas: 90% (140/155) 2025-03-21T20:23:55.6039213Z Resolving deltas: 91% (142/155) 2025-03-21T20:23:55.6039628Z Resolving deltas: 92% (143/155) 2025-03-21T20:23:55.6040027Z Resolving deltas: 93% (145/155) 2025-03-21T20:23:55.6040508Z Resolving deltas: 94% (146/155) 2025-03-21T20:23:55.6040917Z Resolving deltas: 95% (148/155) 2025-03-21T20:23:55.6041314Z Resolving deltas: 96% (149/155) 2025-03-21T20:23:55.6041704Z Resolving deltas: 97% (151/155) 2025-03-21T20:23:55.6042106Z Resolving deltas: 98% (152/155) 2025-03-21T20:23:55.6042494Z Resolving deltas: 99% (154/155) 2025-03-21T20:23:55.6042885Z Resolving deltas: 100% (155/155) 2025-03-21T20:23:55.6043300Z Resolving deltas: 100% (155/155), done. 2025-03-21T20:23:55.6043736Z + cd optimum-executorch 2025-03-21T20:23:55.6044190Z + git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 2025-03-21T20:23:55.6044818Z Note: switching to '6a7e83f3eee2976fa809335bfb78a45b1ea1cb25'. 2025-03-21T20:23:55.6045256Z 2025-03-21T20:23:55.6045558Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:23:55.6046342Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:23:55.6047116Z state without impacting any branches by switching back to a branch. 2025-03-21T20:23:55.6047573Z 2025-03-21T20:23:55.6047868Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:23:55.6048569Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:23:55.6048995Z 2025-03-21T20:23:55.6049144Z git switch -c 2025-03-21T20:23:55.6049428Z 2025-03-21T20:23:55.6049585Z Or undo this operation with: 2025-03-21T20:23:55.6049828Z 2025-03-21T20:23:55.6049961Z git switch - 2025-03-21T20:23:55.6050150Z 2025-03-21T20:23:55.6050490Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:23:55.6050982Z 2025-03-21T20:23:55.6051205Z HEAD is now at 6a7e83f Update code snippet README (#25) 2025-03-21T20:23:55.6051707Z + pip install . 2025-03-21T20:23:55.6052444Z Processing /pytorch/executorch/optimum-executorch 2025-03-21T20:23:55.6053303Z Installing build dependencies ... [?25l- \ | done 2025-03-21T20:23:55.6054012Z [?25h Getting requirements to build wheel ... [?25l- done 2025-03-21T20:23:55.6054739Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2025-03-21T20:23:55.6055508Z [?25hCollecting optimum~=1.24 (from optimum-executorch==0.0.0.dev0) 2025-03-21T20:23:55.6056254Z Downloading optimum-1.24.0-py3-none-any.whl.metadata (21 kB) 2025-03-21T20:23:55.6057522Z Requirement already satisfied: executorch>=0.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from optimum-executorch==0.0.0.dev0) (0.6.0a0+be92d7d) 2025-03-21T20:23:55.6059291Z Requirement already satisfied: transformers>=4.46 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from optimum-executorch==0.0.0.dev0) (4.47.1) 2025-03-21T20:23:55.6061131Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (0.1.6) 2025-03-21T20:23:55.6063035Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (25.2.10) 2025-03-21T20:23:55.6064966Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (6.84.2) 2025-03-21T20:23:55.6066853Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (1.3.0) 2025-03-21T20:23:55.6068722Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (2.2.4) 2025-03-21T20:23:55.6070827Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (24.2) 2025-03-21T20:23:55.6072714Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (2.2.3) 2025-03-21T20:23:55.6074766Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (0.9.0) 2025-03-21T20:23:55.6076653Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (8.3.5) 2025-03-21T20:23:55.6078555Z Requirement already satisfied: pytest-xdist in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (3.6.1) 2025-03-21T20:23:55.6080619Z Requirement already satisfied: pytest-rerunfailures in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (15.0) 2025-03-21T20:23:55.6082586Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (6.0.1) 2025-03-21T20:23:55.6084460Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (0.17.32) 2025-03-21T20:23:55.6086329Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (1.13.3) 2025-03-21T20:23:55.6088161Z Requirement already satisfied: tabulate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (0.9.0) 2025-03-21T20:23:55.6090108Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (4.12.2) 2025-03-21T20:23:55.6092075Z Requirement already satisfied: torch>=1.11 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from optimum~=1.24->optimum-executorch==0.0.0.dev0) (2.7.0a0+git295f2ed) 2025-03-21T20:23:55.6094016Z Requirement already satisfied: huggingface-hub>=0.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from optimum~=1.24->optimum-executorch==0.0.0.dev0) (0.29.3) 2025-03-21T20:23:55.6095932Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (3.18.0) 2025-03-21T20:23:55.6097864Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (2024.11.6) 2025-03-21T20:23:55.6099780Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (2.32.3) 2025-03-21T20:23:55.6101712Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (0.21.1) 2025-03-21T20:23:55.6103689Z Requirement already satisfied: safetensors>=0.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (0.5.3) 2025-03-21T20:23:57.5878332Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.46->optimum-executorch==0.0.0.dev0) (4.67.1) 2025-03-21T20:23:57.5880469Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.8.0->optimum~=1.24->optimum-executorch==0.0.0.dev0) (2025.3.0) 2025-03-21T20:23:57.5882675Z 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.4.0->optimum-executorch==0.0.0.dev0) (2.9.0.post0) 2025-03-21T20:23:57.5885373Z 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.4.0->optimum-executorch==0.0.0.dev0) (2025.1) 2025-03-21T20:23:57.5887530Z 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.4.0->optimum-executorch==0.0.0.dev0) (2025.1) 2025-03-21T20:23:57.5889638Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.11->optimum~=1.24->optimum-executorch==0.0.0.dev0) (3.4.2) 2025-03-21T20:23:57.5891555Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.11->optimum~=1.24->optimum-executorch==0.0.0.dev0) (3.1.6) 2025-03-21T20:23:57.5893540Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (25.3.0) 2025-03-21T20:23:57.5895662Z 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.4.0->optimum-executorch==0.0.0.dev0) (2.4.0) 2025-03-21T20:23:57.5897849Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (1.2.2) 2025-03-21T20:23:57.5899906Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (2.1.0) 2025-03-21T20:23:57.5901881Z Requirement already satisfied: pluggy<2,>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (1.5.0) 2025-03-21T20:23:57.5904017Z Requirement already satisfied: tomli>=1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (2.0.1) 2025-03-21T20:23:57.5906112Z Requirement already satisfied: execnet>=2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest-xdist->executorch>=0.4.0->optimum-executorch==0.0.0.dev0) (2.1.1) 2025-03-21T20:23:57.5908221Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers>=4.46->optimum-executorch==0.0.0.dev0) (3.4.1) 2025-03-21T20:23:57.5910309Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers>=4.46->optimum-executorch==0.0.0.dev0) (3.10) 2025-03-21T20:23:57.5912415Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers>=4.46->optimum-executorch==0.0.0.dev0) (2.3.0) 2025-03-21T20:23:57.5914804Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers>=4.46->optimum-executorch==0.0.0.dev0) (2025.1.31) 2025-03-21T20:23:57.5916944Z 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.4.0->optimum-executorch==0.0.0.dev0) (0.2.12) 2025-03-21T20:23:57.5919224Z 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.4.0->optimum-executorch==0.0.0.dev0) (1.17.0) 2025-03-21T20:23:57.5921371Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.11->optimum~=1.24->optimum-executorch==0.0.0.dev0) (3.0.2) 2025-03-21T20:23:57.5922742Z Downloading optimum-1.24.0-py3-none-any.whl (433 kB) 2025-03-21T20:23:57.5923469Z Building wheels for collected packages: optimum-executorch 2025-03-21T20:23:57.5924551Z Building wheel for optimum-executorch (pyproject.toml) ... [?25l- done 2025-03-21T20:23:57.5926419Z [?25h Created wheel for optimum-executorch: filename=optimum_executorch-0.0.0.dev0-py3-none-any.whl size=26882 sha256=13b96f31c210b120cdcfb083af7deca402d00069e4cc7cf862acf015a73410d1 2025-03-21T20:23:57.5928204Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/21/45/32/92f39150ceac4c40476febd5873fe6c89c3ce7bb223d0e07ee 2025-03-21T20:23:57.5929258Z Successfully built optimum-executorch 2025-03-21T20:23:57.5929822Z Installing collected packages: optimum, optimum-executorch 2025-03-21T20:23:57.5930554Z Successfully installed optimum-1.24.0 optimum-executorch-0.0.0.dev0 2025-03-21T20:23:57.5931209Z + pip install accelerate sentencepiece 2025-03-21T20:23:57.5931645Z Collecting accelerate 2025-03-21T20:23:57.5932152Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:57.5932777Z Collecting sentencepiece 2025-03-21T20:23:57.5933561Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:57.5934927Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (2.2.4) 2025-03-21T20:23:57.5936347Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (24.2) 2025-03-21T20:23:57.5937301Z Collecting psutil (from accelerate) 2025-03-21T20:23:57.5938306Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-21T20:23:57.5939770Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (6.0.1) 2025-03-21T20:23:57.5941219Z Requirement already satisfied: torch>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (2.7.0a0+git295f2ed) 2025-03-21T20:23:57.5942739Z Requirement already satisfied: huggingface-hub>=0.21.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (0.29.3) 2025-03-21T20:23:57.5944241Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (0.5.3) 2025-03-21T20:23:57.5945818Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (3.18.0) 2025-03-21T20:23:57.5947551Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (2025.3.0) 2025-03-21T20:23:57.5949302Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (2.32.3) 2025-03-21T20:23:57.5950994Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (4.67.1) 2025-03-21T20:23:57.5953056Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub>=0.21.0->accelerate) (4.12.2) 2025-03-21T20:23:57.5954793Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (1.13.3) 2025-03-21T20:23:57.5956354Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (3.4.2) 2025-03-21T20:23:57.5957882Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (3.1.6) 2025-03-21T20:23:57.5959577Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=2.0.0->accelerate) (1.3.0) 2025-03-21T20:23:57.5961292Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=2.0.0->accelerate) (3.0.2) 2025-03-21T20:23:57.5963305Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.4.1) 2025-03-21T20:23:57.5965195Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (3.10) 2025-03-21T20:23:57.5967112Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2.3.0) 2025-03-21T20:23:57.5969022Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface-hub>=0.21.0->accelerate) (2025.1.31) 2025-03-21T20:23:57.5970314Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:23:57.5971221Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:24:08.8515344Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:24:08.8517204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 57.8 MB/s eta 0:00:00 2025-03-21T20:24:08.8534234Z [?25hDownloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-21T20:24:08.8536352Z Installing collected packages: sentencepiece, psutil, accelerate 2025-03-21T20:24:08.8537809Z Successfully installed accelerate-1.5.2 psutil-7.0.0 sentencepiece-0.2.0 2025-03-21T20:24:08.8538952Z + pip list 2025-03-21T20:24:08.8539709Z Package Version Editable project location 2025-03-21T20:24:08.8540882Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:24:08.8541879Z accelerate 1.5.2 2025-03-21T20:24:08.8542665Z alabaster 0.7.16 2025-03-21T20:24:08.8543403Z attrs 25.3.0 2025-03-21T20:24:08.8544133Z babel 2.17.0 2025-03-21T20:24:08.8544885Z beautifulsoup4 4.13.3 2025-03-21T20:24:08.8545653Z breathe 4.34.0 2025-03-21T20:24:08.8546379Z bs4 0.0.2 2025-03-21T20:24:08.8547122Z certifi 2025.1.31 2025-03-21T20:24:08.8547935Z charset-normalizer 3.4.1 2025-03-21T20:24:08.8548692Z cmake 3.31.6 2025-03-21T20:24:08.8549444Z contourpy 1.3.1 2025-03-21T20:24:08.8550196Z coverage 7.7.0 2025-03-21T20:24:08.8550943Z cycler 0.12.1 2025-03-21T20:24:08.8551670Z docutils 0.16 2025-03-21T20:24:08.8552961Z exceptiongroup 1.2.2 2025-03-21T20:24:08.8553723Z execnet 2.1.1 2025-03-21T20:24:08.8554487Z executorch 0.6.0a0+be92d7d 2025-03-21T20:24:08.8555273Z exhale 0.2.3 2025-03-21T20:24:08.8556003Z expecttest 0.1.6 2025-03-21T20:24:08.8556731Z filelock 3.18.0 2025-03-21T20:24:08.8557507Z flatbuffers 25.2.10 2025-03-21T20:24:08.8558274Z fonttools 4.56.0 2025-03-21T20:24:08.8559103Z fsspec 2025.3.0 2025-03-21T20:24:08.8559871Z huggingface-hub 0.29.3 2025-03-21T20:24:08.8560649Z hypothesis 6.84.2 2025-03-21T20:24:08.8561379Z idna 3.10 2025-03-21T20:24:08.8562113Z imagesize 1.4.1 2025-03-21T20:24:08.8562842Z iniconfig 2.1.0 2025-03-21T20:24:08.8563577Z inquirerpy 0.3.4 2025-03-21T20:24:08.8564208Z Jinja2 3.1.6 2025-03-21T20:24:08.8564741Z kiwisolver 1.4.8 2025-03-21T20:24:08.8565292Z lxml 5.3.1 2025-03-21T20:24:08.8565882Z markdown-it-py 2.2.0 2025-03-21T20:24:08.8566571Z MarkupSafe 3.0.2 2025-03-21T20:24:08.8567243Z matplotlib 3.10.1 2025-03-21T20:24:08.8567946Z mdit-py-plugins 0.3.5 2025-03-21T20:24:08.8569096Z mdurl 0.1.2 2025-03-21T20:24:08.8569781Z mpmath 1.3.0 2025-03-21T20:24:08.8570466Z myst-parser 0.18.1 2025-03-21T20:24:08.8571346Z networkx 3.4.2 2025-03-21T20:24:08.8572017Z numpy 2.2.4 2025-03-21T20:24:08.8572706Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:24:08.8573457Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:24:08.8574216Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:24:08.8574977Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:24:08.8575713Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:24:08.8576487Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:24:08.8577183Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:24:08.8577972Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:24:08.8578759Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:24:08.8579523Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:24:08.8580282Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:24:08.8581041Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:24:08.8581742Z optimum 1.24.0 2025-03-21T20:24:08.8582461Z optimum-executorch 0.0.0.dev0 2025-03-21T20:24:08.8583227Z packaging 24.2 2025-03-21T20:24:08.8583904Z pandas 2.2.3 2025-03-21T20:24:08.8584612Z parameterized 0.9.0 2025-03-21T20:24:08.8585279Z pfzy 0.3.4 2025-03-21T20:24:08.8585980Z pillow 11.1.0 2025-03-21T20:24:08.8586662Z pip 25.0 2025-03-21T20:24:08.8587310Z pluggy 1.5.0 2025-03-21T20:24:08.8588014Z prompt_toolkit 3.0.50 2025-03-21T20:24:08.8588713Z psutil 7.0.0 2025-03-21T20:24:08.8589391Z Pygments 2.19.1 2025-03-21T20:24:08.8590088Z pyparsing 3.2.1 2025-03-21T20:24:08.8590775Z pytest 8.3.5 2025-03-21T20:24:08.8591462Z pytest-cov 4.1.0 2025-03-21T20:24:08.8592200Z pytest-rerunfailures 15.0 2025-03-21T20:24:08.8592908Z pytest-xdist 3.6.1 2025-03-21T20:24:08.8593648Z python-dateutil 2.9.0.post0 2025-03-21T20:24:08.8594716Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:24:08.8595759Z pytz 2025.1 2025-03-21T20:24:08.8596460Z PyYAML 6.0.1 2025-03-21T20:24:08.8597020Z regex 2024.11.6 2025-03-21T20:24:08.8597622Z requests 2.32.3 2025-03-21T20:24:08.8598339Z ruamel.yaml 0.17.32 2025-03-21T20:24:08.8599023Z ruamel.yaml.clib 0.2.12 2025-03-21T20:24:08.8599446Z safetensors 0.5.3 2025-03-21T20:24:08.8600069Z sentencepiece 0.2.0 2025-03-21T20:24:08.8600730Z setuptools 75.8.0 2025-03-21T20:24:08.8601149Z six 1.17.0 2025-03-21T20:24:08.8601573Z snowballstemmer 2.2.0 2025-03-21T20:24:08.8602017Z sortedcontainers 2.4.0 2025-03-21T20:24:08.8602671Z soupsieve 2.6 2025-03-21T20:24:08.8603083Z Sphinx 5.3.0 2025-03-21T20:24:08.8603494Z sphinx-copybutton 0.5.0 2025-03-21T20:24:08.8603928Z sphinx_design 0.4.1 2025-03-21T20:24:08.8604340Z sphinx-gallery 0.14.0 2025-03-21T20:24:08.8604775Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:24:08.8605488Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:24:08.8606222Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:24:08.8606694Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:24:08.8607138Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:24:08.8607608Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:24:08.8608310Z sympy 1.13.3 2025-03-21T20:24:08.8608904Z tabulate 0.9.0 2025-03-21T20:24:08.8609519Z timm 1.0.7 2025-03-21T20:24:08.8609976Z tokenizers 0.21.1 2025-03-21T20:24:08.8610636Z tomli 2.0.1 2025-03-21T20:24:08.8611075Z torch 2.7.0a0+git295f2ed 2025-03-21T20:24:08.8611690Z torchao 0.10.0+git64bcf4c 2025-03-21T20:24:08.8612178Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:24:08.8612851Z torchsr 1.0.4 2025-03-21T20:24:08.8613482Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:24:08.8613935Z tqdm 4.67.1 2025-03-21T20:24:08.8614360Z transformers 4.47.1 2025-03-21T20:24:08.8614770Z triton 3.0.0 2025-03-21T20:24:08.8615320Z typing_extensions 4.12.2 2025-03-21T20:24:08.8615951Z tzdata 2025.1 2025-03-21T20:24:08.8616350Z urllib3 2.3.0 2025-03-21T20:24:08.8616748Z wcwidth 0.2.13 2025-03-21T20:24:08.8617170Z wheel 0.45.1 2025-03-21T20:24:08.8617570Z zstd 1.5.5.1 2025-03-21T20:24:08.8618092Z + echo ::endgroup:: 2025-03-21T20:24:08.8619154Z ##[endgroup] 2025-03-21T20:24:08.8619592Z + echo '::group::Export and Run meta-llama/Llama-3.2-1B' 2025-03-21T20:24:08.8620411Z ##[group]Export and Run meta-llama/Llama-3.2-1B 2025-03-21T20:24:08.8621219Z + export MODEL_ID=meta-llama/Llama-3.2-1B 2025-03-21T20:24:08.8621928Z + MODEL_ID=meta-llama/Llama-3.2-1B 2025-03-21T20:24:08.8622346Z + python -c ' 2025-03-21T20:24:08.8622653Z import os 2025-03-21T20:24:08.8623136Z from optimum.executorch import ExecuTorchModelForCausalLM 2025-03-21T20:24:08.8624107Z from transformers import AutoTokenizer 2025-03-21T20:24:08.8624574Z 2025-03-21T20:24:08.8624745Z model_id = os.getenv('\''MODEL_ID'\'') 2025-03-21T20:24:08.8625208Z print(f'\''Loading model: {model_id}'\'') 2025-03-21T20:24:08.8626088Z model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='\''xnnpack'\'') 2025-03-21T20:24:08.8627345Z tokenizer = AutoTokenizer.from_pretrained(model_id) 2025-03-21T20:24:08.8627876Z generated_text = model.text_generation( 2025-03-21T20:24:08.8628374Z tokenizer=tokenizer, 2025-03-21T20:24:08.8629195Z prompt='\''Simply put, the theory of relativity states that'\'', 2025-03-21T20:24:08.8629959Z max_seq_len=64 2025-03-21T20:24:08.8630262Z ) 2025-03-21T20:24:08.8630562Z print(generated_text) 2025-03-21T20:24:08.8630975Z ' 2025-03-21T20:24:08.8632870Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/dialects/edge/_ops.py:9: UserWarning: Module optimum was already imported from None, but /pytorch/executorch/optimum-executorch is being added to sys.path 2025-03-21T20:24:08.8635155Z import pkg_resources 2025-03-21T20:24:08.8635537Z Loading model: meta-llama/Llama-3.2-1B 2025-03-21T20:24:08.8636903Z No ExecuTorch files were found for meta-llama/Llama-3.2-1B, setting `export=True` to convert the model to the ExecuTorch IR. 2025-03-21T20:24:08.8637671Z 2025-03-21T20:24:08.8637845Z config.json: 0% 0.00/843 [00:00/dev/null 2>/dev/null; then 2025-03-21T20:28:24.9920354Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:28:24.9920822Z  fi 2025-03-21T20:28:24.9921201Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:28:24.9921805Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:28:24.9922354Z  fi 2025-03-21T20:28:24.9922721Z fi 2025-03-21T20:28:24.9923008Z  2025-03-21T20:28:24.9923294Z upload_docs=0 2025-03-21T20:28:24.9923844Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:28:24.9924464Z # empty folders do not count 2025-03-21T20:28:24.9925087Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:28:24.9925894Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:28:24.9926557Z  # upload will probably not work correctly 2025-03-21T20:28:24.9927039Z  upload_docs=1 2025-03-21T20:28:24.9927380Z fi 2025-03-21T20:28:24.9927807Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:28:24.9935171Z shell: /usr/bin/bash -e {0} 2025-03-21T20:28:24.9935544Z env: 2025-03-21T20:28:24.9935891Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:28:24.9936408Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:24.9936794Z PR_NUMBER: 2025-03-21T20:28:24.9943804Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:28:24.9951542Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:24.9952778Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:24.9953511Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:24.9954042Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:28:24.9954408Z ##[endgroup] 2025-03-21T20:28:25.0058321Z Prepare all required actions 2025-03-21T20:28:25.0103397Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:28:25.0103913Z with: 2025-03-21T20:28:25.0104189Z env: 2025-03-21T20:28:25.0104529Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:28:25.0105037Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:25.0105420Z PR_NUMBER: 2025-03-21T20:28:25.0112474Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:28:25.0120107Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:25.0120888Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:25.0121643Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:25.0122162Z ##[endgroup] 2025-03-21T20:28:25.0154102Z ##[group]Run set -eou pipefail 2025-03-21T20:28:25.0154551Z set -eou pipefail 2025-03-21T20:28:25.0154926Z  2025-03-21T20:28:25.0155418Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:28:25.0156037Z for _ in $(seq 1440); do 2025-03-21T20:28:25.0156503Z  # Break if no ssh session exists anymore 2025-03-21T20:28:25.0157132Z  if [ "$(who)" = "" ]; then 2025-03-21T20:28:25.0157553Z  break 2025-03-21T20:28:25.0157874Z  fi 2025-03-21T20:28:25.0158185Z  echo "." 2025-03-21T20:28:25.0158526Z  sleep 5 2025-03-21T20:28:25.0158933Z done 2025-03-21T20:28:25.0165860Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:28:25.0166363Z env: 2025-03-21T20:28:25.0166737Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:28:25.0167224Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:25.0167605Z PR_NUMBER: 2025-03-21T20:28:25.0174770Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:28:25.0182293Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:25.0183080Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:25.0183811Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:25.0184349Z ##[endgroup] 2025-03-21T20:28:25.0211800Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:28:25.0275037Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:28:25.0275827Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:28:25.0276403Z # shellcheck disable=SC2046 2025-03-21T20:28:25.0276872Z docker stop $(docker ps -q) || true 2025-03-21T20:28:25.0277366Z # Prune all of the docker images 2025-03-21T20:28:25.0277818Z docker system prune -af 2025-03-21T20:28:25.0284593Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:28:25.0285123Z env: 2025-03-21T20:28:25.0285501Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:28:25.0285990Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:25.0286389Z PR_NUMBER: 2025-03-21T20:28:25.0293369Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:28:25.0301124Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:25.0301925Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:25.0302684Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:25.0303221Z ##[endgroup] 2025-03-21T20:28:35.6688920Z 35917fb0b157 2025-03-21T20:28:36.0823498Z Deleted Containers: 2025-03-21T20:28:36.0824325Z 35917fb0b157c37cce95e02e66d93b6155523a67324f4d448e2ca34f1f65b070 2025-03-21T20:28:36.0824989Z 2025-03-21T20:28:39.5465469Z Deleted Images: 2025-03-21T20:28:39.5466224Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:28:39.5467607Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:28:39.5469846Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:28:39.5470806Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:28:39.5472124Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:28:39.5474010Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:28:39.5475543Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T20:28:39.5476492Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T20:28:39.5477427Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T20:28:39.5478550Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T20:28:39.5479661Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T20:28:39.5480600Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T20:28:39.5481536Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T20:28:39.5482448Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T20:28:39.5483393Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T20:28:39.5484329Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T20:28:39.5485239Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T20:28:39.5486159Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T20:28:39.5487091Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T20:28:39.5488046Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T20:28:39.5489055Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T20:28:39.5490055Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T20:28:39.5491190Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T20:28:39.5492532Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T20:28:39.5494446Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T20:28:39.5496185Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T20:28:39.5497736Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T20:28:39.5499311Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T20:28:39.5500831Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T20:28:39.5502464Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T20:28:39.5504110Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T20:28:39.5505302Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T20:28:39.5506243Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T20:28:39.5507207Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T20:28:39.5508791Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T20:28:39.5510047Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T20:28:39.5510988Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T20:28:39.5512083Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T20:28:39.5513004Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T20:28:39.5513914Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T20:28:39.5514860Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T20:28:39.5515783Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:28:39.5516715Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:28:39.5517272Z 2025-03-21T20:28:39.5517436Z Total reclaimed space: 16.32GB 2025-03-21T20:28:39.5555509Z ##[group]Run set +e 2025-03-21T20:28:39.5555909Z set +e 2025-03-21T20:28:39.5556271Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:28:39.5556840Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:28:39.5557337Z else 2025-03-21T20:28:39.5557733Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:28:39.5558198Z fi 2025-03-21T20:28:39.5558494Z set -e 2025-03-21T20:28:39.5565698Z shell: /usr/bin/bash -e {0} 2025-03-21T20:28:39.5566092Z env: 2025-03-21T20:28:39.5566447Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:28:39.5566940Z REPOSITORY: pytorch/executorch 2025-03-21T20:28:39.5567342Z PR_NUMBER: 2025-03-21T20:28:39.5574354Z SCRIPT: echo "::group::Set up ExecuTorch" # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool cmake echo "::endgroup::" echo "::group::Set up Hugging Face" pip install -U "huggingface_hub[cli]" huggingface-cli login --token $SECRET_EXECUTORCH_HF_TOKEN git clone https://github.com/huggingface/optimum-executorch cd optimum-executorch # There is no release yet, for CI stability, always test from the same commit on main git checkout 6a7e83f3eee2976fa809335bfb78a45b1ea1cb25 pip install . pip install accelerate sentencepiece pip list echo "::endgroup::" echo "::group::Export and Run meta-llama/Llama-3.2-1B" # Pass matrix variable as environment variable export MODEL_ID="meta-llama/Llama-3.2-1B" python -c " import os from optimum.executorch import ExecuTorchModelForCausalLM from transformers import AutoTokenizer model_id = os.getenv('MODEL_ID') print(f'Loading model: {model_id}') model = ExecuTorchModelForCausalLM.from_pretrained(model_id, recipe='xnnpack') tokenizer = AutoTokenizer.from_pretrained(model_id) generated_text = model.text_generation( tokenizer=tokenizer, prompt='Simply put, the theory of relativity states that', max_seq_len=64 ) print(generated_text) " echo "::endgroup::" 2025-03-21T20:28:39.5582271Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:28:39.5583060Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:28:39.5583795Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:28:39.5584335Z NO_SUDO: false 2025-03-21T20:28:39.5584655Z ##[endgroup] 2025-03-21T20:28:40.7587306Z Post job cleanup. 2025-03-21T20:28:40.8800730Z Post job cleanup. 2025-03-21T20:28:40.9936811Z [command]/usr/bin/git version 2025-03-21T20:28:40.9982931Z git version 2.47.1 2025-03-21T20:28:41.0034313Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1554e1d6-ccc5-4ed3-81c5-007c22bcc9e4' before making global git config changes 2025-03-21T20:28:41.0036710Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:28:41.0042790Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:28:41.0082908Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:28:41.0128461Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:28:41.0436675Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:28:41.0459976Z http.https://github.com/.extraheader 2025-03-21T20:28:41.0473485Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:28:41.0507226Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:28:41.0879458Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:28:41.0909816Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:28:41.0915829Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:28:41.0916368Z ##[endgroup] 2025-03-21T20:28:41.1013578Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:28:54.6502955Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:29:15.3992177Z Cleaning up orphan processes