2025-01-31T22:12:30.9965987Z Current runner version: '2.322.0' 2025-01-31T22:12:30.9973080Z Runner name: 'i-0d8f41d6eaa0e820d' 2025-01-31T22:12:30.9973879Z Runner group name: 'Default' 2025-01-31T22:12:30.9974844Z Machine name: 'ip-10-0-41-27' 2025-01-31T22:12:30.9977766Z ##[group]GITHUB_TOKEN Permissions 2025-01-31T22:12:30.9980141Z Contents: read 2025-01-31T22:12:30.9980754Z Metadata: read 2025-01-31T22:12:30.9981278Z ##[endgroup] 2025-01-31T22:12:30.9984533Z Secret source: Actions 2025-01-31T22:12:30.9985332Z Prepare workflow directory 2025-01-31T22:12:31.4160804Z Prepare all required actions 2025-01-31T22:12:31.4207539Z Getting action download info 2025-01-31T22:12:31.6633358Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-31T22:12:31.9309365Z Download action repository 'pytorch/pytorch@main' (SHA:af2a39849d9df5e331f78b56c2387eaa9f4474ff) 2025-01-31T22:12:48.1941665Z Download action repository 'actions/download-artifact@v4' (SHA:fa0a91b85d4f404e444e00e005971372dc801d16) 2025-01-31T22:12:48.4201472Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-01-31T22:12:48.5298935Z Download action repository 'aws-actions/configure-aws-credentials@v4' (SHA:e3dd6a429d7300a6a4c196c26e071d42e0343502) 2025-01-31T22:12:48.7318804Z Download action repository 'aws-actions/amazon-ecr-login@v2' (SHA:062b18b96a7aff071d4dc91bc00c4c1a7945b076) 2025-01-31T22:12:48.8643675Z Download action repository 'actions/upload-artifact@v4' (SHA:65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) 2025-01-31T22:12:49.2899213Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-31T22:12:49.5903032Z Getting action download info 2025-01-31T22:12:49.7462626Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (1bc53d738795aa653ecaa92ed781debb214ee2ef) 2025-01-31T22:12:49.7464457Z ##[group] Inputs 2025-01-31T22:12:49.7466852Z script: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:49.7469693Z timeout: 90 2025-01-31T22:12:49.7469914Z runner: linux.24xlarge 2025-01-31T22:12:49.7470151Z upload-artifact: 2025-01-31T22:12:49.7470652Z upload-artifact-to-s3: false 2025-01-31T22:12:49.7470906Z download-artifact: 2025-01-31T22:12:49.7471141Z repository: 2025-01-31T22:12:49.7471410Z fetch-depth: 1 2025-01-31T22:12:49.7471631Z submodules: true 2025-01-31T22:12:49.7471921Z ref: 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:12:49.7472301Z test-infra-repository: pytorch/test-infra 2025-01-31T22:12:49.7472622Z test-infra-ref: 2025-01-31T22:12:49.7472918Z docker-image: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:49.7473275Z docker-build-dir: .ci/docker 2025-01-31T22:12:49.7473554Z gpu-arch-type: cpu 2025-01-31T22:12:49.7473816Z gpu-arch-version: 2025-01-31T22:12:49.7474085Z job-name: linux-job 2025-01-31T22:12:49.7474355Z continue-on-error: false 2025-01-31T22:12:49.7474625Z binary-matrix: 2025-01-31T22:12:49.7474875Z run-with-docker: true 2025-01-31T22:12:49.7475226Z secrets-env: 2025-01-31T22:12:49.7475648Z no-sudo: false 2025-01-31T22:12:49.7475925Z ##[endgroup] 2025-01-31T22:12:49.7476300Z Complete job name: test-llava-runner-linux / linux-job 2025-01-31T22:12:49.8295549Z A job started hook has been configured by the self-hosted runner administrator 2025-01-31T22:12:49.8397960Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-01-31T22:12:49.8406947Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:12:49.8407970Z ##[endgroup] 2025-01-31T22:12:50.9469037Z Runner Type: linux.24xlarge 2025-01-31T22:12:50.9469519Z Instance Type: c5.24xlarge 2025-01-31T22:12:50.9469785Z AMI Name: unknown 2025-01-31T22:12:50.9498922Z AMI ID: ami-0c614dee691cbbf37 2025-01-31T22:12:55.9380098Z ##[group]Run set -euxo pipefail 2025-01-31T22:12:55.9380756Z set -euxo pipefail 2025-01-31T22:12:55.9381184Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-01-31T22:12:55.9381605Z  echo "::group::Cleanup with-sudo debug output" 2025-01-31T22:12:55.9382144Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-01-31T22:12:55.9382564Z else 2025-01-31T22:12:55.9382870Z  echo "::group::Cleanup no-sudo debug output" 2025-01-31T22:12:55.9383373Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-01-31T22:12:55.9383772Z fi 2025-01-31T22:12:55.9384027Z  2025-01-31T22:12:55.9384434Z mkdir -p "${GITHUB_WORKSPACE}" 2025-01-31T22:12:55.9384976Z echo "::endgroup::" 2025-01-31T22:12:55.9396214Z shell: /usr/bin/bash -e {0} 2025-01-31T22:12:55.9396659Z env: 2025-01-31T22:12:55.9397131Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:55.9450409Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:55.9450862Z PR_NUMBER: 2025-01-31T22:12:55.9453241Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:55.9455690Z NO_SUDO: false 2025-01-31T22:12:55.9455973Z ##[endgroup] 2025-01-31T22:12:55.9504239Z ##[group]Cleanup with-sudo debug output 2025-01-31T22:12:55.9504704Z + [[ false == \f\a\l\s\e ]] 2025-01-31T22:12:55.9508380Z + echo '::group::Cleanup with-sudo debug output' 2025-01-31T22:12:55.9508957Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-01-31T22:12:56.0962348Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-01-31T22:12:56.0965202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-01-31T22:12:56.0968119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-01-31T22:12:56.0969005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-01-31T22:12:56.0970057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-01-31T22:12:56.0971017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-01-31T22:12:56.0972076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-01-31T22:12:56.0972941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-01-31T22:12:56.0973760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-01-31T22:12:56.0975035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-01-31T22:12:56.0976046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-01-31T22:12:56.0976961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-01-31T22:12:56.0978244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-01-31T22:12:56.0979175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-01-31T22:12:56.0980310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-01-31T22:12:56.0981193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-01-31T22:12:56.0982003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-01-31T22:12:56.0982795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-01-31T22:12:56.0983596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-01-31T22:12:56.0984330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-01-31T22:12:56.0985100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-01-31T22:12:56.0985920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-01-31T22:12:56.0986751Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-01-31T22:12:56.0987604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-01-31T22:12:56.0988538Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-01-31T22:12:56.0989468Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-01-31T22:12:56.0990288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-01-31T22:12:56.0991036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-01-31T22:12:56.0992054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-d2d9dcabca186017565c1cec137b2bb53a0fcafe.pack' 2025-01-31T22:12:56.0993533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-d2d9dcabca186017565c1cec137b2bb53a0fcafe.rev' 2025-01-31T22:12:56.0995088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-d2d9dcabca186017565c1cec137b2bb53a0fcafe.idx' 2025-01-31T22:12:56.0996168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-01-31T22:12:56.0997050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-01-31T22:12:56.0997889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-01-31T22:12:56.0998700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-01-31T22:12:56.0999460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-01-31T22:12:56.1000296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-01-31T22:12:56.1001268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-01-31T22:12:56.1002294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-01-31T22:12:56.1003122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-01-31T22:12:56.1003927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-01-31T22:12:56.1004734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-01-31T22:12:56.1005662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-01-31T22:12:56.1006370Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-01-31T22:12:56.1007254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-01-31T22:12:56.1007981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-01-31T22:12:56.1008659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-01-31T22:12:56.1009350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-01-31T22:12:56.1010073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-01-31T22:12:56.1010834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-01-31T22:12:56.1011580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-01-31T22:12:56.1012425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-01-31T22:12:56.1013309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-01-31T22:12:56.1014201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-01-31T22:12:56.1015138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-01-31T22:12:56.1016113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-01-31T22:12:56.1017163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-01-31T22:12:56.1018142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-01-31T22:12:56.1019116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-01-31T22:12:56.1020075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-01-31T22:12:56.1021018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-01-31T22:12:56.1022176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-01-31T22:12:56.1023406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-01-31T22:12:56.1024471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-01-31T22:12:56.1025611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-01-31T22:12:56.1026704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-01-31T22:12:56.1027835Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-01-31T22:12:56.1028964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-01-31T22:12:56.1030025Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-01-31T22:12:56.1031115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-01-31T22:12:56.1032199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-01-31T22:12:56.1033405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-01-31T22:12:56.1034556Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-01-31T22:12:56.1036175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-01-31T22:12:56.1037241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-01-31T22:12:56.1038285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-01-31T22:12:56.1039395Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-01-31T22:12:56.1040498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-01-31T22:12:56.1041590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-01-31T22:12:56.1042660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-01-31T22:12:56.1043699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-01-31T22:12:56.1044748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-01-31T22:12:56.1045747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-01-31T22:12:56.1046779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-01-31T22:12:56.1047805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-01-31T22:12:56.1048974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-01-31T22:12:56.1050008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-01-31T22:12:56.1050981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-01-31T22:12:56.1052145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-01-31T22:12:56.1053137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-01-31T22:12:56.1054118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-01-31T22:12:56.1055113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-01-31T22:12:56.1056135Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-01-31T22:12:56.1057157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-01-31T22:12:56.1058162Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-01-31T22:12:56.1059311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-01-31T22:12:56.1060325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-01-31T22:12:56.1061427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-01-31T22:12:56.1062594Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-01-31T22:12:56.1063635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-01-31T22:12:56.1064622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-01-31T22:12:56.1065647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-01-31T22:12:56.1066621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-01-31T22:12:56.1067627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-01-31T22:12:56.1068683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-01-31T22:12:56.1069589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-01-31T22:12:56.1070417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-01-31T22:12:56.1071285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-01-31T22:12:56.1072146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-01-31T22:12:56.1072984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-01-31T22:12:56.1074072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-01-31T22:12:56.1075011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-01-31T22:12:56.1076364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-01-31T22:12:56.1077843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-01-31T22:12:56.1079231Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-01-31T22:12:56.1080721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-01-31T22:12:56.1082086Z 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-01-31T22:12:56.1083534Z 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-01-31T22:12:56.1084940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-01-31T22:12:56.1086240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-01-31T22:12:56.1087474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-01-31T22:12:56.1088682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-01-31T22:12:56.1089833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-01-31T22:12:56.1090935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-01-31T22:12:56.1091942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-01-31T22:12:56.1093010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-01-31T22:12:56.1094197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-01-31T22:12:56.1095165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-01-31T22:12:56.1096080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-01-31T22:12:56.1097056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-01-31T22:12:56.1098074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-01-31T22:12:56.1099108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-01-31T22:12:56.1100124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-01-31T22:12:56.1101143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-01-31T22:12:56.1102170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-01-31T22:12:56.1103149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-01-31T22:12:56.1104105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-01-31T22:12:56.1105059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-01-31T22:12:56.1106038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-01-31T22:12:56.1107011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-01-31T22:12:56.1107971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-01-31T22:12:56.1108996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-01-31T22:12:56.1109966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-01-31T22:12:56.1110855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-01-31T22:12:56.1111775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-01-31T22:12:56.1112719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-01-31T22:12:56.1113630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-01-31T22:12:56.1114549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-01-31T22:12:56.1115746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-01-31T22:12:56.1116757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-01-31T22:12:56.1117744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-01-31T22:12:56.1120067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-01-31T22:12:56.1121057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-01-31T22:12:56.1122125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-01-31T22:12:56.1123142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-01-31T22:12:56.1124253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-01-31T22:12:56.1125436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-01-31T22:12:56.1126611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-01-31T22:12:56.1127860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-01-31T22:12:56.1128900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-01-31T22:12:56.1129959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-01-31T22:12:56.1131006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-01-31T22:12:56.1132016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-01-31T22:12:56.1133048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-01-31T22:12:56.1134087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-01-31T22:12:56.1135351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-01-31T22:12:56.1136466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-01-31T22:12:56.1137526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-01-31T22:12:56.1138486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-01-31T22:12:56.1139412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-01-31T22:12:56.1140379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-01-31T22:12:56.1141331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-01-31T22:12:56.1142339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-01-31T22:12:56.1143319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-01-31T22:12:56.1144243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-01-31T22:12:56.1145246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-01-31T22:12:56.1146315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-01-31T22:12:56.1147336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-01-31T22:12:56.1148408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-01-31T22:12:56.1149479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-01-31T22:12:56.1150573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/stronghold.yml' 2025-01-31T22:12:56.1151559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/sync_pytorch_canary.yml' 2025-01-31T22:12:56.1152606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-01-31T22:12:56.1153719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-01-31T22:12:56.1154817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-01-31T22:12:56.1156094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-01-31T22:12:56.1157234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-01-31T22:12:56.1158257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-01-31T22:12:56.1159249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-01-31T22:12:56.1160275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-01-31T22:12:56.1161446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-01-31T22:12:56.1162687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-01-31T22:12:56.1163857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-01-31T22:12:56.1164993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-01-31T22:12:56.1166083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-01-31T22:12:56.1167165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-01-31T22:12:56.1168435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-01-31T22:12:56.1169481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-01-31T22:12:56.1170432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-01-31T22:12:56.1171390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-01-31T22:12:56.1172386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-01-31T22:12:56.1173469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-01-31T22:12:56.1174363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-01-31T22:12:56.1175246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-01-31T22:12:56.1176125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-01-31T22:12:56.1177170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-01-31T22:12:56.1178202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-01-31T22:12:56.1179208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-01-31T22:12:56.1180381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-01-31T22:12:56.1181339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-01-31T22:12:56.1182309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-01-31T22:12:56.1183303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-01-31T22:12:56.1184326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-01-31T22:12:56.1185341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-01-31T22:12:56.1186404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-01-31T22:12:56.1187508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-01-31T22:12:56.1188543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-01-31T22:12:56.1189555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-01-31T22:12:56.1190592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-01-31T22:12:56.1191649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-01-31T22:12:56.1192701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-01-31T22:12:56.1194190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-01-31T22:12:56.1195385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-01-31T22:12:56.1196511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-01-31T22:12:56.1197616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-01-31T22:12:56.1198753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-01-31T22:12:56.1199830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-01-31T22:12:56.1200815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-01-31T22:12:56.1201722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-01-31T22:12:56.1202548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-01-31T22:12:56.1203301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-01-31T22:12:56.1204041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-01-31T22:12:56.1205030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-01-31T22:12:56.1205811Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-01-31T22:12:56.1206646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-01-31T22:12:56.1207539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-01-31T22:12:56.1208220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-01-31T22:12:56.1208858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-01-31T22:12:56.1209590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-01-31T22:12:56.1210393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-01-31T22:12:56.1211208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-01-31T22:12:56.1212017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-01-31T22:12:56.1212880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-01-31T22:12:56.1213756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-01-31T22:12:56.1214598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-01-31T22:12:56.1215547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-01-31T22:12:56.1216610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-01-31T22:12:56.1217629Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-01-31T22:12:56.1218635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-01-31T22:12:56.1219758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-01-31T22:12:56.1220931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-01-31T22:12:56.1222148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-01-31T22:12:56.1223283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-01-31T22:12:56.1224426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-01-31T22:12:56.1225532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-01-31T22:12:56.1226769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-01-31T22:12:56.1227860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-01-31T22:12:56.1228898Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-01-31T22:12:56.1229855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-01-31T22:12:56.1230854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-01-31T22:12:56.1231984Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-01-31T22:12:56.1232952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-01-31T22:12:56.1233911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-01-31T22:12:56.1234777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-01-31T22:12:56.1235834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-01-31T22:12:56.1236801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-01-31T22:12:56.1237901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-01-31T22:12:56.1239071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-01-31T22:12:56.1240289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-01-31T22:12:56.1241491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-01-31T22:12:56.1242699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-01-31T22:12:56.1243966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-01-31T22:12:56.1245154Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-01-31T22:12:56.1246229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-01-31T22:12:56.1247409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-01-31T22:12:56.1248510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-01-31T22:12:56.1249660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-01-31T22:12:56.1250786Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-01-31T22:12:56.1251781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-01-31T22:12:56.1252740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-01-31T22:12:56.1253739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-01-31T22:12:56.1254782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-01-31T22:12:56.1255754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-01-31T22:12:56.1256826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-01-31T22:12:56.1257801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-01-31T22:12:56.1258808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-01-31T22:12:56.1259866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-01-31T22:12:56.1260951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-01-31T22:12:56.1261977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-01-31T22:12:56.1263000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-01-31T22:12:56.1263906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-01-31T22:12:56.1264805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-01-31T22:12:56.1265720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-01-31T22:12:56.1266782Z 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-01-31T22:12:56.1267863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-01-31T22:12:56.1268835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-01-31T22:12:56.1269898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-01-31T22:12:56.1270969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-01-31T22:12:56.1271952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-01-31T22:12:56.1272886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-01-31T22:12:56.1273837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-01-31T22:12:56.1274824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-01-31T22:12:56.1276272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-01-31T22:12:56.1277299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-01-31T22:12:56.1278368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-01-31T22:12:56.1279394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-01-31T22:12:56.1280367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-01-31T22:12:56.1281315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-01-31T22:12:56.1282285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-01-31T22:12:56.1283269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-01-31T22:12:56.1284256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-01-31T22:12:56.1285240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-01-31T22:12:56.1286503Z 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-01-31T22:12:56.1288359Z 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-01-31T22:12:56.1289779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-01-31T22:12:56.1290741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-01-31T22:12:56.1291644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-01-31T22:12:56.1292555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-01-31T22:12:56.1293782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-01-31T22:12:56.1294841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-01-31T22:12:56.1295933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-01-31T22:12:56.1297052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-01-31T22:12:56.1298131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-01-31T22:12:56.1299142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-01-31T22:12:56.1300146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-01-31T22:12:56.1301186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-01-31T22:12:56.1302271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-01-31T22:12:56.1303315Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-01-31T22:12:56.1304326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-01-31T22:12:56.1305364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-01-31T22:12:56.1306541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-01-31T22:12:56.1307577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-01-31T22:12:56.1308688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-01-31T22:12:56.1309819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-01-31T22:12:56.1310917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-01-31T22:12:56.1311904Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-01-31T22:12:56.1312848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-01-31T22:12:56.1313823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-01-31T22:12:56.1314844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-01-31T22:12:56.1316317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-01-31T22:12:56.1317433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-01-31T22:12:56.1318664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-01-31T22:12:56.1319794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-01-31T22:12:56.1320730Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-01-31T22:12:56.1321642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-01-31T22:12:56.1322758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-01-31T22:12:56.1323943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-01-31T22:12:56.1325034Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-01-31T22:12:56.1325971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-01-31T22:12:56.1326759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-01-31T22:12:56.1327710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-01-31T22:12:56.1328624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-01-31T22:12:56.1329636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-01-31T22:12:56.1330720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-01-31T22:12:56.1331874Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-01-31T22:12:56.1333028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-01-31T22:12:56.1334212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-01-31T22:12:56.1335317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-01-31T22:12:56.1336219Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-01-31T22:12:56.1336967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-01-31T22:12:56.1337650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-01-31T22:12:56.1338359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-01-31T22:12:56.1339146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-01-31T22:12:56.1339945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-01-31T22:12:56.1340752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-01-31T22:12:56.1341606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-01-31T22:12:56.1342505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-01-31T22:12:56.1343436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-01-31T22:12:56.1344313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-01-31T22:12:56.1345145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-01-31T22:12:56.1345999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-01-31T22:12:56.1346927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-01-31T22:12:56.1348016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-01-31T22:12:56.1349749Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-01-31T22:12:56.1350589Z + echo ::endgroup:: 2025-01-31T22:12:56.1351190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-01-31T22:12:56.1352078Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-01-31T22:12:56.1352921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-01-31T22:12:56.1353787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-01-31T22:12:56.1354602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-01-31T22:12:56.1355651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-01-31T22:12:56.1356616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-01-31T22:12:56.1357503Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-01-31T22:12:56.1358376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-01-31T22:12:56.1359340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-01-31T22:12:56.1360254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-01-31T22:12:56.1361100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-01-31T22:12:56.1361948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-01-31T22:12:56.1362825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-01-31T22:12:56.1363699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-01-31T22:12:56.1364532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-01-31T22:12:56.1365474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-01-31T22:12:56.1366477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-01-31T22:12:56.1367452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-01-31T22:12:56.1368442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-01-31T22:12:56.1369251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-01-31T22:12:56.1370039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-01-31T22:12:56.1370950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-01-31T22:12:56.1371810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-01-31T22:12:56.1372681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-01-31T22:12:56.1373498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-01-31T22:12:56.1374285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-01-31T22:12:56.1375056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-01-31T22:12:56.1375839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-01-31T22:12:56.1376742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-01-31T22:12:56.1377489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-01-31T22:12:56.1378219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-01-31T22:12:56.1378917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-01-31T22:12:56.1379745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-01-31T22:12:56.1380682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-01-31T22:12:56.1381610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-01-31T22:12:56.1382517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-01-31T22:12:56.1383522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-01-31T22:12:56.1384540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-01-31T22:12:56.1385483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-01-31T22:12:56.1386408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-01-31T22:12:56.1387427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-01-31T22:12:56.1388564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-01-31T22:12:56.1389664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-01-31T22:12:56.1390791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-01-31T22:12:56.1391936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-01-31T22:12:56.1393071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-01-31T22:12:56.1394594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-01-31T22:12:56.1396021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-01-31T22:12:56.1397488Z 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-01-31T22:12:56.1399397Z 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-01-31T22:12:56.1400971Z 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-01-31T22:12:56.1402550Z 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-01-31T22:12:56.1404149Z 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-01-31T22:12:56.1405756Z 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-01-31T22:12:56.1407488Z 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-01-31T22:12:56.1408993Z 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-01-31T22:12:56.1410486Z 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-01-31T22:12:56.1412037Z 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-01-31T22:12:56.1413623Z 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-01-31T22:12:56.1415188Z 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-01-31T22:12:56.1416709Z 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-01-31T22:12:56.1418409Z 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-01-31T22:12:56.1420271Z 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-01-31T22:12:56.1422102Z 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-01-31T22:12:56.1423894Z 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-01-31T22:12:56.1425559Z 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-01-31T22:12:56.1427099Z 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-01-31T22:12:56.1428640Z 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-01-31T22:12:56.1430178Z 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-01-31T22:12:56.1431654Z 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-01-31T22:12:56.1433012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-01-31T22:12:56.1434225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-01-31T22:12:56.1435639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-01-31T22:12:56.1437054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-01-31T22:12:56.1438551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-01-31T22:12:56.1439951Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-01-31T22:12:56.1441366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-01-31T22:12:56.1442790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-01-31T22:12:56.1444129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-01-31T22:12:56.1445438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-01-31T22:12:56.1446740Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-01-31T22:12:56.1448093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-01-31T22:12:56.1449288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-01-31T22:12:56.1450461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-01-31T22:12:56.1451604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-01-31T22:12:56.1452749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-01-31T22:12:56.1453939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-01-31T22:12:56.1455269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-01-31T22:12:56.1456748Z 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-01-31T22:12:56.1458297Z 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-01-31T22:12:56.1460854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-01-31T22:12:56.1462326Z 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-01-31T22:12:56.1463693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-01-31T22:12:56.1464955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-01-31T22:12:56.1466272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-01-31T22:12:56.1467628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-01-31T22:12:56.1469024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-01-31T22:12:56.1470466Z 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-01-31T22:12:56.1471944Z 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-01-31T22:12:56.1473377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-01-31T22:12:56.1474796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-01-31T22:12:56.1476516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-01-31T22:12:56.1477962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-01-31T22:12:56.1479332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-01-31T22:12:56.1480719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-01-31T22:12:56.1482194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-01-31T22:12:56.1483452Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-01-31T22:12:56.1484618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-01-31T22:12:56.1485800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-01-31T22:12:56.1487032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-01-31T22:12:56.1488419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-01-31T22:12:56.1489691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-01-31T22:12:56.1490977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-01-31T22:12:56.1492204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-01-31T22:12:56.1493745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-01-31T22:12:56.1495073Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-01-31T22:12:56.1496451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-01-31T22:12:56.1497840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-01-31T22:12:56.1499287Z 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-01-31T22:12:56.1500768Z 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-01-31T22:12:56.1502296Z 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-01-31T22:12:56.1503826Z 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-01-31T22:12:56.1505369Z 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-01-31T22:12:56.1506921Z 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-01-31T22:12:56.1508356Z 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-01-31T22:12:56.1509801Z 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-01-31T22:12:56.1511230Z 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-01-31T22:12:56.1512645Z 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-01-31T22:12:56.1514071Z 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-01-31T22:12:56.1515759Z 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-01-31T22:12:56.1517303Z 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-01-31T22:12:56.1518835Z 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-01-31T22:12:56.1520501Z 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-01-31T22:12:56.1522114Z 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-01-31T22:12:56.1523638Z 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-01-31T22:12:56.1525159Z 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-01-31T22:12:56.1526699Z 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-01-31T22:12:56.1528312Z 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-01-31T22:12:56.1529765Z 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-01-31T22:12:56.1531143Z 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-01-31T22:12:56.1532517Z 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-01-31T22:12:56.1533887Z 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-01-31T22:12:56.1535267Z 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-01-31T22:12:56.1536606Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-01-31T22:12:56.1537910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-01-31T22:12:56.1539165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-01-31T22:12:56.1540524Z 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-01-31T22:12:56.1542020Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-01-31T22:12:56.1543292Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-01-31T22:12:56.1544529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-01-31T22:12:56.1545768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-01-31T22:12:56.1546945Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-01-31T22:12:56.1548097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-01-31T22:12:56.1549224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-01-31T22:12:56.1550345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-01-31T22:12:56.1551469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-01-31T22:12:56.1552703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-01-31T22:12:56.1553965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-01-31T22:12:56.1555276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-01-31T22:12:56.1556812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-01-31T22:12:56.1558313Z 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-01-31T22:12:56.1559717Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-01-31T22:12:56.1560932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-01-31T22:12:56.1562102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-01-31T22:12:56.1563270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-01-31T22:12:56.1564442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-01-31T22:12:56.1565693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-01-31T22:12:56.1566982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-01-31T22:12:56.1568340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-01-31T22:12:56.1569528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-01-31T22:12:56.1570879Z 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-01-31T22:12:56.1572256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-01-31T22:12:56.1573621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-01-31T22:12:56.1575016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-01-31T22:12:56.1576324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-01-31T22:12:56.1577546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-01-31T22:12:56.1578802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-01-31T22:12:56.1579989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-01-31T22:12:56.1581203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-01-31T22:12:56.1582353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-01-31T22:12:56.1583573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-01-31T22:12:56.1584780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-01-31T22:12:56.1585979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-01-31T22:12:56.1587191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-01-31T22:12:56.1588439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-01-31T22:12:56.1589743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-01-31T22:12:56.1591186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-01-31T22:12:56.1592536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-01-31T22:12:56.1594214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-01-31T22:12:56.1595650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-01-31T22:12:56.1596958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-01-31T22:12:56.1598326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-01-31T22:12:56.1599726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-01-31T22:12:56.1601164Z 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-01-31T22:12:56.1602621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-01-31T22:12:56.1604035Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-01-31T22:12:56.1605396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-01-31T22:12:56.1606732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-01-31T22:12:56.1608274Z 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-01-31T22:12:56.1609870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-01-31T22:12:56.1611142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-01-31T22:12:56.1612369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-01-31T22:12:56.1613566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-01-31T22:12:56.1614746Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-01-31T22:12:56.1615905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-01-31T22:12:56.1617021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-01-31T22:12:56.1618079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-01-31T22:12:56.1619181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-01-31T22:12:56.1620368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-01-31T22:12:56.1621639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-01-31T22:12:56.1622943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-01-31T22:12:56.1624193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-01-31T22:12:56.1625351Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-01-31T22:12:56.1626456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-01-31T22:12:56.1627565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-01-31T22:12:56.1628627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-01-31T22:12:56.1629687Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-01-31T22:12:56.1630657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-01-31T22:12:56.1631759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-01-31T22:12:56.1632889Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-01-31T22:12:56.1633968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-01-31T22:12:56.1635083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-01-31T22:12:56.1636466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-01-31T22:12:56.1637700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-01-31T22:12:56.1638840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-01-31T22:12:56.1639854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-01-31T22:12:56.1640767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-01-31T22:12:56.1641637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-01-31T22:12:56.1642604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-01-31T22:12:56.1643638Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-01-31T22:12:56.1644635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-01-31T22:12:56.1645619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-01-31T22:12:56.1646634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-01-31T22:12:56.1647755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-01-31T22:12:56.1648652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-01-31T22:12:56.1649513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-01-31T22:12:56.1650506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-01-31T22:12:56.1651530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-01-31T22:12:56.1652593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-01-31T22:12:56.1653597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-01-31T22:12:56.1654488Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-01-31T22:12:56.1655477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-01-31T22:12:56.1656643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-01-31T22:12:56.1657785Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-01-31T22:12:56.1658883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-01-31T22:12:56.1660113Z 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-01-31T22:12:56.1661374Z 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-01-31T22:12:56.1662517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-01-31T22:12:56.1663660Z 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-01-31T22:12:56.1664862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-01-31T22:12:56.1665932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-01-31T22:12:56.1666931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-01-31T22:12:56.1667849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-01-31T22:12:56.1668718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-01-31T22:12:56.1669625Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-01-31T22:12:56.1670527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-01-31T22:12:56.1671467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-01-31T22:12:56.1672455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-01-31T22:12:56.1673441Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-01-31T22:12:56.1674397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-01-31T22:12:56.1675545Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-01-31T22:12:56.1676548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-01-31T22:12:56.1677587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-01-31T22:12:56.1678599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-01-31T22:12:56.1679590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-01-31T22:12:56.1680664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-01-31T22:12:56.1681732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-01-31T22:12:56.1682899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-01-31T22:12:56.1683915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-01-31T22:12:56.1684916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-01-31T22:12:56.1685921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-01-31T22:12:56.1686889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-01-31T22:12:56.1687985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-01-31T22:12:56.1688914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-01-31T22:12:56.1689841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-01-31T22:12:56.1690998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-01-31T22:12:56.1692070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-01-31T22:12:56.1693036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-01-31T22:12:56.1694363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-01-31T22:12:56.1695522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-01-31T22:12:56.1696730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-01-31T22:12:56.1697783Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-01-31T22:12:56.1698905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-01-31T22:12:56.1700025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-01-31T22:12:56.1700989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-01-31T22:12:56.1701967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-01-31T22:12:56.1702895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-01-31T22:12:56.1703809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-01-31T22:12:56.1704780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-01-31T22:12:56.1706043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-01-31T22:12:56.1707067Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-01-31T22:12:56.1708106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-01-31T22:12:56.1709131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-01-31T22:12:56.1710143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-01-31T22:12:56.1711122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-01-31T22:12:56.1712139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-01-31T22:12:56.1713154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-01-31T22:12:56.1714148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-01-31T22:12:56.1715224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-01-31T22:12:56.1716455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-01-31T22:12:56.1717469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-01-31T22:12:56.1718442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-01-31T22:12:56.1719442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-01-31T22:12:56.1720451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-01-31T22:12:56.1721556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-01-31T22:12:56.1722578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-01-31T22:12:56.1723616Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-01-31T22:12:56.1724553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-01-31T22:12:56.1725466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-01-31T22:12:56.1726463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-01-31T22:12:56.1727672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-01-31T22:12:56.1728647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-01-31T22:12:56.1729610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-01-31T22:12:56.1730608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-01-31T22:12:56.1731589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-01-31T22:12:56.1732499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-01-31T22:12:56.1733384Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-01-31T22:12:56.1734298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-01-31T22:12:56.1735210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-01-31T22:12:56.1736136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-01-31T22:12:56.1737098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-01-31T22:12:56.1738042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-01-31T22:12:56.1739008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-01-31T22:12:56.1740017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-01-31T22:12:56.1741006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-01-31T22:12:56.1741900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-01-31T22:12:56.1742804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-01-31T22:12:56.1743716Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-01-31T22:12:56.1744602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-01-31T22:12:56.1745542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-01-31T22:12:56.1746493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-01-31T22:12:56.1747504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-01-31T22:12:56.1748642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-01-31T22:12:56.1749761Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-01-31T22:12:56.1750861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-01-31T22:12:56.1752010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-01-31T22:12:56.1753117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-01-31T22:12:56.1754081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-01-31T22:12:56.1755035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-01-31T22:12:56.1756099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-01-31T22:12:56.1757044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-01-31T22:12:56.1758110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-01-31T22:12:56.1759143Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-01-31T22:12:56.1760079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-01-31T22:12:56.1761015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-01-31T22:12:56.1761988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-01-31T22:12:56.1762953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-01-31T22:12:56.1763893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-01-31T22:12:56.1764905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-01-31T22:12:56.1765881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-01-31T22:12:56.1766837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-01-31T22:12:56.1767878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-01-31T22:12:56.1768797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-01-31T22:12:56.1769710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-01-31T22:12:56.1770564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-01-31T22:12:56.1771456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-01-31T22:12:56.1772392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-01-31T22:12:56.1773428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-01-31T22:12:56.1817863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-01-31T22:12:56.1819283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-01-31T22:12:56.1820482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-01-31T22:12:56.1821545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-01-31T22:12:56.1822510Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-01-31T22:12:56.1823486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-01-31T22:12:56.1824478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-01-31T22:12:56.1825485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-01-31T22:12:56.1826489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-01-31T22:12:56.1827471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-01-31T22:12:56.1828359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-01-31T22:12:56.1829232Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-01-31T22:12:56.1830039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-01-31T22:12:56.1831065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-01-31T22:12:56.1832089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-01-31T22:12:56.1833141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-01-31T22:12:56.1834204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-01-31T22:12:56.1835475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-01-31T22:12:56.1836555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-01-31T22:12:56.1837610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-01-31T22:12:56.1838709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-01-31T22:12:56.1839836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-01-31T22:12:56.1840976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-01-31T22:12:56.1841983Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-01-31T22:12:56.1842937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-01-31T22:12:56.1843978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-01-31T22:12:56.1845044Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-01-31T22:12:56.1846030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-01-31T22:12:56.1846942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-01-31T22:12:56.1847853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-01-31T22:12:56.1848703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-01-31T22:12:56.1849498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-01-31T22:12:56.1850343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-01-31T22:12:56.1851214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-01-31T22:12:56.1852046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-01-31T22:12:56.1852868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-01-31T22:12:56.1853694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-01-31T22:12:56.1854516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-01-31T22:12:56.1855315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-01-31T22:12:56.1856150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-01-31T22:12:56.1857126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-01-31T22:12:56.1858173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-01-31T22:12:56.1859206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-01-31T22:12:56.1860206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-01-31T22:12:56.1861064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-01-31T22:12:56.1861841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-01-31T22:12:56.1862755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-01-31T22:12:56.1863699Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-01-31T22:12:56.1864577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-01-31T22:12:56.1865469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-01-31T22:12:56.1866396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-01-31T22:12:56.1867297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-01-31T22:12:56.1868135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-01-31T22:12:56.1868936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-01-31T22:12:56.1869701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-01-31T22:12:56.1870465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-01-31T22:12:56.1871222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-01-31T22:12:56.1872560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-01-31T22:12:56.1873312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-01-31T22:12:56.1874098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-01-31T22:12:56.1874843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-01-31T22:12:56.1875881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-01-31T22:12:56.1876729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-01-31T22:12:56.1877535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-01-31T22:12:56.1878682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-01-31T22:12:56.1879830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-01-31T22:12:56.1880939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-01-31T22:12:56.1882097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-01-31T22:12:56.1883286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-01-31T22:12:56.1884450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-01-31T22:12:56.1885589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-01-31T22:12:56.1886719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-01-31T22:12:56.1887914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-01-31T22:12:56.1889003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-01-31T22:12:56.1890154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-01-31T22:12:56.1891312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-01-31T22:12:56.1892508Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-01-31T22:12:56.1894069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-01-31T22:12:56.1895389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-01-31T22:12:56.1896627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-01-31T22:12:56.1897782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-01-31T22:12:56.1898920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-01-31T22:12:56.1900025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-01-31T22:12:56.1901247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-01-31T22:12:56.1902420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-01-31T22:12:56.1903546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-01-31T22:12:56.1904712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-01-31T22:12:56.1905946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-01-31T22:12:56.1907036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-01-31T22:12:56.1908148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-01-31T22:12:56.1909265Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-01-31T22:12:56.1910366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-01-31T22:12:56.1911444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-01-31T22:12:56.1912488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-01-31T22:12:56.1913558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-01-31T22:12:56.1914644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-01-31T22:12:56.1916039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-01-31T22:12:56.1917170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-01-31T22:12:56.1918327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-01-31T22:12:56.1919465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-01-31T22:12:56.1920617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-01-31T22:12:56.1921821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-01-31T22:12:56.1923012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-01-31T22:12:56.1924215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-01-31T22:12:56.1925410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-01-31T22:12:56.1926608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-01-31T22:12:56.1927894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests/params.json' 2025-01-31T22:12:56.1929040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests/query.sql' 2025-01-31T22:12:56.1930169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_non_flaky_tests' 2025-01-31T22:12:56.1931266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-01-31T22:12:56.1932367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-01-31T22:12:56.1933449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-01-31T22:12:56.1934520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-01-31T22:12:56.1935584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-01-31T22:12:56.1936627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-01-31T22:12:56.1937660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-01-31T22:12:56.1938715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-01-31T22:12:56.1939760Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-01-31T22:12:56.1940807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-01-31T22:12:56.1941812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-01-31T22:12:56.1942810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-01-31T22:12:56.1943866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-01-31T22:12:56.1944951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-01-31T22:12:56.1945993Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-01-31T22:12:56.1947066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-01-31T22:12:56.1948185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-01-31T22:12:56.1949302Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-01-31T22:12:56.1950435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-01-31T22:12:56.1951606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-01-31T22:12:56.1952754Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-01-31T22:12:56.1953883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-01-31T22:12:56.1955160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-01-31T22:12:56.1956580Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-01-31T22:12:56.1957791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-01-31T22:12:56.1958986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-01-31T22:12:56.1960170Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-01-31T22:12:56.1961342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-01-31T22:12:56.1962519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-01-31T22:12:56.1963647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-01-31T22:12:56.1964837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-01-31T22:12:56.1966072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-01-31T22:12:56.1967294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-01-31T22:12:56.1968563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-01-31T22:12:56.1969730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-01-31T22:12:56.1970891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-01-31T22:12:56.1972048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-01-31T22:12:56.1973181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-01-31T22:12:56.1974312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-01-31T22:12:56.1975430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-01-31T22:12:56.1976507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-01-31T22:12:56.1977564Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-01-31T22:12:56.1978643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-01-31T22:12:56.1979748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-01-31T22:12:56.1980813Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-01-31T22:12:56.1981843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/params.json' 2025-01-31T22:12:56.1982873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/query.sql' 2025-01-31T22:12:56.1983853Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-01-31T22:12:56.1984940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs/params.json' 2025-01-31T22:12:56.1986189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs/query.sql' 2025-01-31T22:12:56.1987287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests_across_jobs' 2025-01-31T22:12:56.1988386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-01-31T22:12:56.1989461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-01-31T22:12:56.1990530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-01-31T22:12:56.1991606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-01-31T22:12:56.1992687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-01-31T22:12:56.1994075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-01-31T22:12:56.1995259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-01-31T22:12:56.1996558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-01-31T22:12:56.1997677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-01-31T22:12:56.1998775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-01-31T22:12:56.1999839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-01-31T22:12:56.2000896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-01-31T22:12:56.2001945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-01-31T22:12:56.2003019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-01-31T22:12:56.2004070Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-01-31T22:12:56.2005148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-01-31T22:12:56.2006261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-01-31T22:12:56.2007352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-01-31T22:12:56.2008542Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-01-31T22:12:56.2009636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-01-31T22:12:56.2010831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-01-31T22:12:56.2011893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-01-31T22:12:56.2012997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-01-31T22:12:56.2014008Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-01-31T22:12:56.2015065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-01-31T22:12:56.2016151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-01-31T22:12:56.2017200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-01-31T22:12:56.2018299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-01-31T22:12:56.2019396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-01-31T22:12:56.2020479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-01-31T22:12:56.2021543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_health/params.json' 2025-01-31T22:12:56.2022593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_health/query.sql' 2025-01-31T22:12:56.2023620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_health' 2025-01-31T22:12:56.2024685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-01-31T22:12:56.2025765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-01-31T22:12:56.2026834Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-01-31T22:12:56.2027891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-01-31T22:12:56.2028943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-01-31T22:12:56.2029973Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-01-31T22:12:56.2031016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-01-31T22:12:56.2032058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-01-31T22:12:56.2033077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-01-31T22:12:56.2034134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-01-31T22:12:56.2035263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-01-31T22:12:56.2036572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-01-31T22:12:56.2037783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-01-31T22:12:56.2038999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-01-31T22:12:56.2040150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-01-31T22:12:56.2041328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-01-31T22:12:56.2042513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-01-31T22:12:56.2043695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-01-31T22:12:56.2044924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-01-31T22:12:56.2046184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-01-31T22:12:56.2047423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-01-31T22:12:56.2048680Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-01-31T22:12:56.2049797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-01-31T22:12:56.2050890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-01-31T22:12:56.2051961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-01-31T22:12:56.2052999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-01-31T22:12:56.2054045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-01-31T22:12:56.2055108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-01-31T22:12:56.2056205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-01-31T22:12:56.2057274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-01-31T22:12:56.2058382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-01-31T22:12:56.2059507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-01-31T22:12:56.2060622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-01-31T22:12:56.2061734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-01-31T22:12:56.2062837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-01-31T22:12:56.2063910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-01-31T22:12:56.2065042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-01-31T22:12:56.2066132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-01-31T22:12:56.2067166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-01-31T22:12:56.2068171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-01-31T22:12:56.2069155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-01-31T22:12:56.2070123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-01-31T22:12:56.2071196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-01-31T22:12:56.2072371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-01-31T22:12:56.2073535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-01-31T22:12:56.2074673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-01-31T22:12:56.2076051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-01-31T22:12:56.2077237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-01-31T22:12:56.2078421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-01-31T22:12:56.2079595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-01-31T22:12:56.2080737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-01-31T22:12:56.2081896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-01-31T22:12:56.2083245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-01-31T22:12:56.2084393Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-01-31T22:12:56.2085500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-01-31T22:12:56.2086559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-01-31T22:12:56.2087707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-01-31T22:12:56.2088703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-01-31T22:12:56.2089737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-01-31T22:12:56.2090757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-01-31T22:12:56.2091820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-01-31T22:12:56.2092953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-01-31T22:12:56.2094462Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-01-31T22:12:56.2095692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-01-31T22:12:56.2096978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-01-31T22:12:56.2098227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-01-31T22:12:56.2099450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-01-31T22:12:56.2100626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-01-31T22:12:56.2101787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-01-31T22:12:56.2102958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-01-31T22:12:56.2104168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-01-31T22:12:56.2105360Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-01-31T22:12:56.2106524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-01-31T22:12:56.2107510Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-01-31T22:12:56.2108485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-01-31T22:12:56.2109512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-01-31T22:12:56.2110577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-01-31T22:12:56.2111634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-01-31T22:12:56.2112695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-01-31T22:12:56.2113762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-01-31T22:12:56.2114802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-01-31T22:12:56.2116155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-01-31T22:12:56.2117355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-01-31T22:12:56.2118523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-01-31T22:12:56.2119624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-01-31T22:12:56.2120716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-01-31T22:12:56.2121798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-01-31T22:12:56.2122875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-01-31T22:12:56.2124046Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-01-31T22:12:56.2125160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-01-31T22:12:56.2126344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-01-31T22:12:56.2127698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-01-31T22:12:56.2128838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-01-31T22:12:56.2129964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-01-31T22:12:56.2131084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-01-31T22:12:56.2132179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-01-31T22:12:56.2133280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-01-31T22:12:56.2134354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-01-31T22:12:56.2135407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-01-31T22:12:56.2136445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-01-31T22:12:56.2137457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-01-31T22:12:56.2138449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-01-31T22:12:56.2139432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-01-31T22:12:56.2140424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-01-31T22:12:56.2141392Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-01-31T22:12:56.2142437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-01-31T22:12:56.2143532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-01-31T22:12:56.2144609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-01-31T22:12:56.2145785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-01-31T22:12:56.2146816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-01-31T22:12:56.2147871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-01-31T22:12:56.2148955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-01-31T22:12:56.2150017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-01-31T22:12:56.2151043Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-01-31T22:12:56.2152145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-01-31T22:12:56.2153312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-01-31T22:12:56.2154478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-01-31T22:12:56.2155829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-01-31T22:12:56.2156965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-01-31T22:12:56.2158081Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-01-31T22:12:56.2159267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-01-31T22:12:56.2160519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-01-31T22:12:56.2161769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-01-31T22:12:56.2162951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-01-31T22:12:56.2164043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-01-31T22:12:56.2165111Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-01-31T22:12:56.2166193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-01-31T22:12:56.2167278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-01-31T22:12:56.2168386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-01-31T22:12:56.2169427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-01-31T22:12:56.2170521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-01-31T22:12:56.2171602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-01-31T22:12:56.2172703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-01-31T22:12:56.2173863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-01-31T22:12:56.2175068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-01-31T22:12:56.2176295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-01-31T22:12:56.2177502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-01-31T22:12:56.2178707Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-01-31T22:12:56.2179924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-01-31T22:12:56.2181146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-01-31T22:12:56.2182352Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-01-31T22:12:56.2183476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-01-31T22:12:56.2184514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-01-31T22:12:56.2185531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-01-31T22:12:56.2186509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-01-31T22:12:56.2187464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-01-31T22:12:56.2188400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-01-31T22:12:56.2189412Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-01-31T22:12:56.2190506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-01-31T22:12:56.2191589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-01-31T22:12:56.2192722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-01-31T22:12:56.2194382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-01-31T22:12:56.2195732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-01-31T22:12:56.2196933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-01-31T22:12:56.2198039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-01-31T22:12:56.2199110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-01-31T22:12:56.2200260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-01-31T22:12:56.2201472Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-01-31T22:12:56.2202759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-01-31T22:12:56.2204676Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-01-31T22:12:56.2205913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-01-31T22:12:56.2207130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-01-31T22:12:56.2208368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-01-31T22:12:56.2209465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-01-31T22:12:56.2210540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-01-31T22:12:56.2211624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-01-31T22:12:56.2212689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-01-31T22:12:56.2213741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-01-31T22:12:56.2214831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-01-31T22:12:56.2215963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-01-31T22:12:56.2217082Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-01-31T22:12:56.2218155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-01-31T22:12:56.2219153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-01-31T22:12:56.2220149Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-01-31T22:12:56.2221068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-01-31T22:12:56.2222003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-01-31T22:12:56.2222976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-01-31T22:12:56.2223894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-01-31T22:12:56.2224786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-01-31T22:12:56.2225647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-01-31T22:12:56.2226495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-01-31T22:12:56.2227356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-01-31T22:12:56.2228241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-01-31T22:12:56.2229183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-01-31T22:12:56.2230083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-01-31T22:12:56.2231069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-01-31T22:12:56.2232020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-01-31T22:12:56.2232956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-01-31T22:12:56.2233847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-01-31T22:12:56.2234759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-01-31T22:12:56.2235941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-01-31T22:12:56.2236902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-01-31T22:12:56.2237879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-01-31T22:12:56.2238827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-01-31T22:12:56.2239749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-01-31T22:12:56.2240668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-01-31T22:12:56.2241607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-01-31T22:12:56.2242588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-01-31T22:12:56.2243545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-01-31T22:12:56.2244486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoggedInMenu.tsx' 2025-01-31T22:12:56.2245466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-01-31T22:12:56.2246449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-01-31T22:12:56.2247414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-01-31T22:12:56.2248442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-01-31T22:12:56.2249295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-01-31T22:12:56.2250128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-01-31T22:12:56.2251040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-01-31T22:12:56.2251971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-01-31T22:12:56.2252851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-01-31T22:12:56.2253691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-01-31T22:12:56.2254583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-01-31T22:12:56.2255552Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-01-31T22:12:56.2256425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-01-31T22:12:56.2257382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-01-31T22:12:56.2258277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-01-31T22:12:56.2259171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-01-31T22:12:56.2260144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-01-31T22:12:56.2261171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-01-31T22:12:56.2262238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-01-31T22:12:56.2263289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-01-31T22:12:56.2264268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-01-31T22:12:56.2265291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-01-31T22:12:56.2266308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-01-31T22:12:56.2267259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-01-31T22:12:56.2268270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-01-31T22:12:56.2269237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-01-31T22:12:56.2270230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-01-31T22:12:56.2271318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-01-31T22:12:56.2272392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-01-31T22:12:56.2273449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-01-31T22:12:56.2274521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-01-31T22:12:56.2275823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-01-31T22:12:56.2277005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-01-31T22:12:56.2278186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-01-31T22:12:56.2279292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-01-31T22:12:56.2280358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-01-31T22:12:56.2281457Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/ModelGraphPanel.tsx' 2025-01-31T22:12:56.2282632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/SummaryPanel.tsx' 2025-01-31T22:12:56.2283723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/common.tsx' 2025-01-31T22:12:56.2284743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-01-31T22:12:56.2285812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-01-31T22:12:56.2286906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-01-31T22:12:56.2288022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-01-31T22:12:56.2288943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-01-31T22:12:56.2289826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-01-31T22:12:56.2290689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-01-31T22:12:56.2291556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-01-31T22:12:56.2292517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-01-31T22:12:56.2293822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-01-31T22:12:56.2294886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-01-31T22:12:56.2295983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-01-31T22:12:56.2297029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-01-31T22:12:56.2297969Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-01-31T22:12:56.2298897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-01-31T22:12:56.2299866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-01-31T22:12:56.2300819Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-01-31T22:12:56.2301676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-01-31T22:12:56.2302524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-01-31T22:12:56.2303345Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-01-31T22:12:56.2304134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-01-31T22:12:56.2304963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-01-31T22:12:56.2305924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-01-31T22:12:56.2306758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-01-31T22:12:56.2307559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-01-31T22:12:56.2308381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/aoUtils.ts' 2025-01-31T22:12:56.2309341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-01-31T22:12:56.2310333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-01-31T22:12:56.2311288Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-01-31T22:12:56.2312166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llmUtils.ts' 2025-01-31T22:12:56.2313000Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-01-31T22:12:56.2313804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-01-31T22:12:56.2314610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-01-31T22:12:56.2315671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-01-31T22:12:56.2316600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-01-31T22:12:56.2317618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-01-31T22:12:56.2318613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-01-31T22:12:56.2319532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-01-31T22:12:56.2320450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-01-31T22:12:56.2321365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-01-31T22:12:56.2322214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-01-31T22:12:56.2323064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-01-31T22:12:56.2323990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-01-31T22:12:56.2324948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-01-31T22:12:56.2325855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-01-31T22:12:56.2326751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-01-31T22:12:56.2327790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-01-31T22:12:56.2328697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-01-31T22:12:56.2329637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-01-31T22:12:56.2330498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-01-31T22:12:56.2331372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-01-31T22:12:56.2332284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-01-31T22:12:56.2333091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-01-31T22:12:56.2333867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-01-31T22:12:56.2334655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-01-31T22:12:56.2335492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-01-31T22:12:56.2336298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-01-31T22:12:56.2337075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-01-31T22:12:56.2337944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-01-31T22:12:56.2338823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-01-31T22:12:56.2339621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-01-31T22:12:56.2340433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-01-31T22:12:56.2341237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-01-31T22:12:56.2342055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-01-31T22:12:56.2342900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-01-31T22:12:56.2343684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-01-31T22:12:56.2344438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-01-31T22:12:56.2345231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-01-31T22:12:56.2346033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-01-31T22:12:56.2346796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-01-31T22:12:56.2347579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-01-31T22:12:56.2348362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-01-31T22:12:56.2349101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-01-31T22:12:56.2349838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-01-31T22:12:56.2350619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-01-31T22:12:56.2351509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-01-31T22:12:56.2352390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-01-31T22:12:56.2353153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-01-31T22:12:56.2353890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-01-31T22:12:56.2354703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-01-31T22:12:56.2355800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-01-31T22:12:56.2356666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-01-31T22:12:56.2357540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-01-31T22:12:56.2358381Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-01-31T22:12:56.2359193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-01-31T22:12:56.2360066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-01-31T22:12:56.2360874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-01-31T22:12:56.2361885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-01-31T22:12:56.2362992Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-01-31T22:12:56.2364135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-01-31T22:12:56.2365259Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-01-31T22:12:56.2366372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-01-31T22:12:56.2367486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-01-31T22:12:56.2368585Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2369485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-01-31T22:12:56.2370299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-01-31T22:12:56.2371209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-01-31T22:12:56.2372245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-01-31T22:12:56.2373303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-01-31T22:12:56.2374350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-01-31T22:12:56.2375350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2376279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-01-31T22:12:56.2377210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-01-31T22:12:56.2378146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-01-31T22:12:56.2379032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-01-31T22:12:56.2379917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-01-31T22:12:56.2380778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-01-31T22:12:56.2381664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-01-31T22:12:56.2382566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-01-31T22:12:56.2383498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-01-31T22:12:56.2384399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-01-31T22:12:56.2385227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-01-31T22:12:56.2386157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-01-31T22:12:56.2387056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-01-31T22:12:56.2387956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-01-31T22:12:56.2388864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-01-31T22:12:56.2389775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-01-31T22:12:56.2390683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-01-31T22:12:56.2391751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-01-31T22:12:56.2392985Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-01-31T22:12:56.2394493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2395883Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-01-31T22:12:56.2396950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-01-31T22:12:56.2397914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-01-31T22:12:56.2398847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-01-31T22:12:56.2399393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-01-31T22:12:56.2399948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-01-31T22:12:56.2400447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2400906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-01-31T22:12:56.2401299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-01-31T22:12:56.2401709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-01-31T22:12:56.2402117Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-01-31T22:12:56.2402708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-01-31T22:12:56.2403332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-01-31T22:12:56.2403964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-01-31T22:12:56.2404588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-01-31T22:12:56.2405190Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-01-31T22:12:56.2405831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2406396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-01-31T22:12:56.2406873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-01-31T22:12:56.2407551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-01-31T22:12:56.2408123Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2408592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-01-31T22:12:56.2409014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-01-31T22:12:56.2409392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-01-31T22:12:56.2409851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-01-31T22:12:56.2410321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-01-31T22:12:56.2410680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-01-31T22:12:56.2411179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-01-31T22:12:56.2411661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-01-31T22:12:56.2412080Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-01-31T22:12:56.2412505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-01-31T22:12:56.2412884Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-01-31T22:12:56.2413269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-01-31T22:12:56.2413675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-01-31T22:12:56.2414050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-01-31T22:12:56.2414404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-01-31T22:12:56.2414978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-31T22:12:56.2415506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-01-31T22:12:56.2416013Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2416453Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-01-31T22:12:56.2416838Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-01-31T22:12:56.2417202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-01-31T22:12:56.2417557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-01-31T22:12:56.2418139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-31T22:12:56.2418667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-01-31T22:12:56.2419120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2419530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-01-31T22:12:56.2419886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-01-31T22:12:56.2420218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-01-31T22:12:56.2420576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-01-31T22:12:56.2420917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-01-31T22:12:56.2421463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-31T22:12:56.2421965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-01-31T22:12:56.2422424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2422856Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-01-31T22:12:56.2423223Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-01-31T22:12:56.2423601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-01-31T22:12:56.2424016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-01-31T22:12:56.2424541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-01-31T22:12:56.2425047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2425489Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-01-31T22:12:56.2425873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-01-31T22:12:56.2426219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-01-31T22:12:56.2426591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-01-31T22:12:56.2426989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-01-31T22:12:56.2427347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-01-31T22:12:56.2427772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-01-31T22:12:56.2428174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-01-31T22:12:56.2428691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-01-31T22:12:56.2429193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-01-31T22:12:56.2429700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-01-31T22:12:56.2430148Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-01-31T22:12:56.2430515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-01-31T22:12:56.2430849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-01-31T22:12:56.2431261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-01-31T22:12:56.2431636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-01-31T22:12:56.2431976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-01-31T22:12:56.2432384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-01-31T22:12:56.2432790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-01-31T22:12:56.2433133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-01-31T22:12:56.2433505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-01-31T22:12:56.2433844Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-01-31T22:12:56.2434219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-01-31T22:12:56.2434630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-01-31T22:12:56.2435117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-01-31T22:12:56.2435779Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-01-31T22:12:56.2436242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-01-31T22:12:56.2436672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-01-31T22:12:56.2437149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-01-31T22:12:56.2437512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-01-31T22:12:56.2437966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-01-31T22:12:56.2438350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-01-31T22:12:56.2438741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-01-31T22:12:56.2439241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-01-31T22:12:56.2439659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-01-31T22:12:56.2440069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-01-31T22:12:56.2440532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-01-31T22:12:56.2440982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-01-31T22:12:56.2441493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-01-31T22:12:56.2441923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-01-31T22:12:56.2442391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-01-31T22:12:56.2442871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-01-31T22:12:56.2443341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-01-31T22:12:56.2443817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-01-31T22:12:56.2444284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-01-31T22:12:56.2444768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-01-31T22:12:56.2445269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-01-31T22:12:56.2445738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-01-31T22:12:56.2446201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-01-31T22:12:56.2446723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-01-31T22:12:56.2447190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-01-31T22:12:56.2447785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-01-31T22:12:56.2448284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-01-31T22:12:56.2448786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-01-31T22:12:56.2449313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-01-31T22:12:56.2449821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-01-31T22:12:56.2450253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-01-31T22:12:56.2450620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-01-31T22:12:56.2451102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-01-31T22:12:56.2451547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-01-31T22:12:56.2451948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-01-31T22:12:56.2452403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-01-31T22:12:56.2452767Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-01-31T22:12:56.2453124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-01-31T22:12:56.2453511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-01-31T22:12:56.2453941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-01-31T22:12:56.2454358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-01-31T22:12:56.2454711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-01-31T22:12:56.2455070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-01-31T22:12:56.2455444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-01-31T22:12:56.2455765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-01-31T22:12:56.2456155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-01-31T22:12:56.2456556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-01-31T22:12:56.2456995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-01-31T22:12:56.2457428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-01-31T22:12:56.2457765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-01-31T22:12:56.2458191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-01-31T22:12:56.2458599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-01-31T22:12:56.2458925Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-01-31T22:12:56.2459250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-01-31T22:12:56.2459621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-01-31T22:12:56.2459956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-01-31T22:12:56.2460267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-01-31T22:12:56.2460571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-01-31T22:12:56.2460842Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-01-31T22:12:56.2461107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-01-31T22:12:56.2461337Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-01-31T22:12:56.2461991Z ##[endgroup] 2025-01-31T22:12:56.2565475Z ##[group]Run actions/checkout@v4 2025-01-31T22:12:56.2565600Z with: 2025-01-31T22:12:56.2565745Z repository: pytorch/test-infra 2025-01-31T22:12:56.2565869Z path: test-infra 2025-01-31T22:12:56.2565971Z submodules: recursive 2025-01-31T22:12:56.2566234Z token: *** 2025-01-31T22:12:56.2566338Z ssh-strict: true 2025-01-31T22:12:56.2566437Z ssh-user: git 2025-01-31T22:12:56.2566566Z persist-credentials: true 2025-01-31T22:12:56.2566656Z clean: true 2025-01-31T22:12:56.2566777Z sparse-checkout-cone-mode: true 2025-01-31T22:12:56.2566892Z fetch-depth: 1 2025-01-31T22:12:56.2566988Z fetch-tags: false 2025-01-31T22:12:56.2567098Z show-progress: true 2025-01-31T22:12:56.2567198Z lfs: false 2025-01-31T22:12:56.2567300Z set-safe-directory: true 2025-01-31T22:12:56.2567419Z env: 2025-01-31T22:12:56.2567681Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:56.2567792Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:56.2567891Z PR_NUMBER: 2025-01-31T22:12:56.2570281Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:56.2570426Z ##[endgroup] 2025-01-31T22:12:56.3702610Z Syncing repository: pytorch/test-infra 2025-01-31T22:12:56.3703216Z ##[group]Getting Git version info 2025-01-31T22:12:56.3703599Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-01-31T22:12:56.3703936Z [command]/usr/bin/git version 2025-01-31T22:12:56.3704119Z git version 2.47.1 2025-01-31T22:12:56.3705023Z ##[endgroup] 2025-01-31T22:12:56.3716942Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8aa3ae6b-78bc-4986-817c-ef6a46dc1241' before making global git config changes 2025-01-31T22:12:56.3717801Z Adding repository directory to the temporary git global config as a safe directory 2025-01-31T22:12:56.3720694Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-01-31T22:12:56.3747316Z ##[group]Initializing the repository 2025-01-31T22:12:56.3752372Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-01-31T22:12:56.3783143Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-31T22:12:56.3784828Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-31T22:12:56.3785449Z hint: of your new repositories, which will suppress this warning, call: 2025-01-31T22:12:56.3785941Z hint: 2025-01-31T22:12:56.3786241Z hint: git config --global init.defaultBranch 2025-01-31T22:12:56.3786614Z hint: 2025-01-31T22:12:56.3786958Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-31T22:12:56.3787519Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-31T22:12:56.3787969Z hint: 2025-01-31T22:12:56.3788236Z hint: git branch -m 2025-01-31T22:12:56.3788794Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-01-31T22:12:56.3790079Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-01-31T22:12:56.3816628Z ##[endgroup] 2025-01-31T22:12:56.3817089Z ##[group]Disabling automatic garbage collection 2025-01-31T22:12:56.3817982Z [command]/usr/bin/git config --local gc.auto 0 2025-01-31T22:12:56.3844147Z ##[endgroup] 2025-01-31T22:12:56.3845343Z ##[group]Setting up auth 2025-01-31T22:12:56.3847215Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-31T22:12:56.3872803Z [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-01-31T22:12:56.4146036Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-31T22:12:56.4170643Z [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-01-31T22:12:56.4450425Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-31T22:12:56.4476530Z ##[endgroup] 2025-01-31T22:12:56.4477863Z ##[group]Determining the default branch 2025-01-31T22:12:56.4478954Z Retrieving the default branch name 2025-01-31T22:12:56.6419287Z Default branch 'main' 2025-01-31T22:12:56.6420768Z ##[endgroup] 2025-01-31T22:12:56.6422036Z ##[group]Fetching the repository 2025-01-31T22:12:56.6424537Z [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-01-31T22:12:56.9696168Z From https://github.com/pytorch/test-infra 2025-01-31T22:12:56.9696608Z * [new branch] main -> origin/main 2025-01-31T22:12:56.9717135Z ##[endgroup] 2025-01-31T22:12:56.9717589Z ##[group]Determining the checkout info 2025-01-31T22:12:56.9718080Z ##[endgroup] 2025-01-31T22:12:56.9721683Z [command]/usr/bin/git sparse-checkout disable 2025-01-31T22:12:56.9752683Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-31T22:12:56.9778017Z ##[group]Checking out the ref 2025-01-31T22:12:56.9779582Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-01-31T22:12:57.0500756Z Switched to a new branch 'main' 2025-01-31T22:12:57.0501230Z branch 'main' set up to track 'origin/main'. 2025-01-31T22:12:57.0506521Z ##[endgroup] 2025-01-31T22:12:57.0507036Z ##[group]Setting up auth for fetching submodules 2025-01-31T22:12:57.0510796Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-31T22:12:57.0558194Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-01-31T22:12:57.0583068Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-31T22:12:57.0609788Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-31T22:12:57.0633538Z ##[endgroup] 2025-01-31T22:12:57.0634000Z ##[group]Fetching submodules 2025-01-31T22:12:57.0635092Z [command]/usr/bin/git submodule sync --recursive 2025-01-31T22:12:57.0906111Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-01-31T22:12:57.1166082Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-01-31T22:12:57.1422732Z ##[endgroup] 2025-01-31T22:12:57.1424038Z ##[group]Persisting credentials for submodules 2025-01-31T22:12:57.1425649Z [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-01-31T22:12:57.1685890Z [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-01-31T22:12:57.1947463Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-01-31T22:12:57.2209185Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-01-31T22:12:57.2463834Z ##[endgroup] 2025-01-31T22:12:57.2492342Z [command]/usr/bin/git log -1 --format=%H 2025-01-31T22:12:57.2513904Z 1bc53d738795aa653ecaa92ed781debb214ee2ef 2025-01-31T22:12:57.2710522Z Prepare all required actions 2025-01-31T22:12:57.2711116Z Getting action download info 2025-01-31T22:12:57.3672188Z Download action repository 'pytorch/test-infra@main' (SHA:1bc53d738795aa653ecaa92ed781debb214ee2ef) 2025-01-31T22:12:58.8035326Z Getting action download info 2025-01-31T22:12:58.9005648Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-01-31T22:12:59.0472336Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-01-31T22:12:59.0472673Z env: 2025-01-31T22:12:59.0472935Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:59.0473283Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:59.0473546Z PR_NUMBER: 2025-01-31T22:12:59.0476382Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:59.0479062Z ##[endgroup] 2025-01-31T22:12:59.0565724Z ##[group]Run set -euo pipefail 2025-01-31T22:12:59.0566063Z set -euo pipefail 2025-01-31T22:12:59.0566358Z function get_ec2_metadata() { 2025-01-31T22:12:59.0566752Z  # Pulled from instance metadata endpoint for EC2 2025-01-31T22:12:59.0567405Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-31T22:12:59.0568085Z  category=$1 2025-01-31T22:12:59.0568906Z  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-01-31T22:12:59.0569743Z } 2025-01-31T22:12:59.0570001Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-31T22:12:59.0570391Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-31T22:12:59.0570840Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-31T22:12:59.0571231Z echo "system info $(uname -a)" 2025-01-31T22:12:59.0576596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:12:59.0576959Z env: 2025-01-31T22:12:59.0577206Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:59.0577535Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:59.0577807Z PR_NUMBER: 2025-01-31T22:12:59.0580089Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:59.0582398Z ##[endgroup] 2025-01-31T22:12:59.0713538Z ami-id: ami-0c614dee691cbbf37 2025-01-31T22:12:59.0805347Z instance-id: i-0d8f41d6eaa0e820d 2025-01-31T22:12:59.0897225Z instance-type: c5.24xlarge 2025-01-31T22:12:59.0906867Z system info Linux ip-10-0-41-27.ec2.internal 6.1.124-134.200.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jan 14 08:15:53 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-01-31T22:12:59.0955114Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-31T22:12:59.0956278Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-31T22:12:59.0963038Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:12:59.0963458Z env: 2025-01-31T22:12:59.0963776Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:59.0964185Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:59.0964483Z PR_NUMBER: 2025-01-31T22:12:59.0966803Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:59.0969357Z ##[endgroup] 2025-01-31T22:12:59.1063634Z ##[group]Run if systemctl is-active --quiet docker; then 2025-01-31T22:12:59.1064071Z if systemctl is-active --quiet docker; then 2025-01-31T22:12:59.1064427Z  echo "Docker daemon is running..."; 2025-01-31T22:12:59.1064743Z else 2025-01-31T22:12:59.1065087Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-01-31T22:12:59.1065478Z fi 2025-01-31T22:12:59.1070773Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:12:59.1071141Z env: 2025-01-31T22:12:59.1071382Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:59.1071754Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:59.1072033Z PR_NUMBER: 2025-01-31T22:12:59.1074291Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:59.1076999Z ##[endgroup] 2025-01-31T22:12:59.1149353Z Docker daemon is running... 2025-01-31T22:12:59.1210408Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-01-31T22:12:59.1211014Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-01-31T22:12:59.1211539Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-01-31T22:12:59.1212155Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-01-31T22:12:59.1212854Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-01-31T22:12:59.1217890Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:12:59.1218254Z env: 2025-01-31T22:12:59.1218521Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:12:59.1218919Z REPOSITORY: pytorch/executorch 2025-01-31T22:12:59.1219288Z PR_NUMBER: 2025-01-31T22:12:59.1221729Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:12:59.1224063Z AWS_RETRY_MODE: standard 2025-01-31T22:12:59.1224358Z AWS_MAX_ATTEMPTS: 5 2025-01-31T22:12:59.1224613Z AWS_DEFAULT_REGION: us-east-1 2025-01-31T22:12:59.1224867Z ##[endgroup] 2025-01-31T22:13:00.0442249Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-31T22:13:00.0442928Z Configure a credential helper to remove this warning. See 2025-01-31T22:13:00.0443656Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-31T22:13:00.0444060Z 2025-01-31T22:13:00.0444216Z Login Succeeded 2025-01-31T22:13:00.0500149Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-31T22:13:00.0500962Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-31T22:13:00.0501490Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-01-31T22:13:00.0507672Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:00.0508078Z env: 2025-01-31T22:13:00.0508342Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.0508725Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.0509031Z PR_NUMBER: 2025-01-31T22:13:00.0511317Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.0513636Z ##[endgroup] 2025-01-31T22:13:00.0600943Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-31T22:13:00.0601462Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-01-31T22:13:00.0601920Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-01-31T22:13:00.0602289Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-01-31T22:13:00.0602772Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-01-31T22:13:00.0603227Z  2025-01-31T22:13:00.0603537Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-01-31T22:13:00.0603997Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-01-31T22:13:00.0604397Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-01-31T22:13:00.0604898Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-01-31T22:13:00.0605381Z  2025-01-31T22:13:00.0605674Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-01-31T22:13:00.0606034Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-01-31T22:13:00.0606394Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-01-31T22:13:00.0606823Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-01-31T22:13:00.0611905Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:00.0612276Z env: 2025-01-31T22:13:00.0612540Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.0612879Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.0613167Z PR_NUMBER: 2025-01-31T22:13:00.0615589Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.0617921Z ##[endgroup] 2025-01-31T22:13:00.6312307Z ##[group]Run needs=0 2025-01-31T22:13:00.6312596Z needs=0 2025-01-31T22:13:00.6312992Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-01-31T22:13:00.6313446Z  needs=1 2025-01-31T22:13:00.6313715Z fi 2025-01-31T22:13:00.6313970Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-01-31T22:13:00.6319918Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:00.6320304Z env: 2025-01-31T22:13:00.6320592Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.6321177Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.6321472Z PR_NUMBER: 2025-01-31T22:13:00.6323957Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.6326618Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:00.6327235Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:00.6327919Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:00.6328290Z ##[endgroup] 2025-01-31T22:13:00.6531651Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-31T22:13:00.6532211Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-31T22:13:00.6532609Z # shellcheck disable=SC2046 2025-01-31T22:13:00.6532954Z docker stop $(docker ps -q) || true 2025-01-31T22:13:00.6533298Z # Prune all of the docker images 2025-01-31T22:13:00.6533611Z docker system prune -af 2025-01-31T22:13:00.6538573Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:00.6538950Z env: 2025-01-31T22:13:00.6539203Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.6539566Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.6539866Z PR_NUMBER: 2025-01-31T22:13:00.6542307Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.6544772Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:00.6545323Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:00.6545863Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:00.6546252Z ##[endgroup] 2025-01-31T22:13:00.6864842Z "docker stop" requires at least 1 argument. 2025-01-31T22:13:00.6865345Z See 'docker stop --help'. 2025-01-31T22:13:00.6865587Z 2025-01-31T22:13:00.6865769Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-01-31T22:13:00.6866082Z 2025-01-31T22:13:00.6866541Z Stop one or more running containers 2025-01-31T22:13:00.7064041Z Total reclaimed space: 0B 2025-01-31T22:13:00.7152224Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-01-31T22:13:00.7152605Z with: 2025-01-31T22:13:00.7153078Z github-secret: *** 2025-01-31T22:13:00.7153741Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-01-31T22:13:00.7154446Z activate-with-label: false 2025-01-31T22:13:00.7154726Z label: with-ssh 2025-01-31T22:13:00.7155071Z remove-existing-keys: true 2025-01-31T22:13:00.7155500Z fail-silently: true 2025-01-31T22:13:00.7155757Z env: 2025-01-31T22:13:00.7156041Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.7156398Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.7156863Z PR_NUMBER: 2025-01-31T22:13:00.7159367Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.7162011Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:00.7162590Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:00.7163148Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:00.7163551Z ##[endgroup] 2025-01-31T22:13:00.8183602Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-31T22:13:00.8184660Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-01-31T22:13:00.8313657Z ##[group]Run actions/checkout@v4 2025-01-31T22:13:00.8313953Z with: 2025-01-31T22:13:00.8314178Z repository: pytorch/executorch 2025-01-31T22:13:00.8314475Z ref: 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:13:00.8314802Z path: pytorch/executorch 2025-01-31T22:13:00.8315160Z fetch-depth: 1 2025-01-31T22:13:00.8315544Z submodules: true 2025-01-31T22:13:00.8315967Z token: *** 2025-01-31T22:13:00.8316256Z ssh-strict: true 2025-01-31T22:13:00.8316486Z ssh-user: git 2025-01-31T22:13:00.8316746Z persist-credentials: true 2025-01-31T22:13:00.8317024Z clean: true 2025-01-31T22:13:00.8317264Z sparse-checkout-cone-mode: true 2025-01-31T22:13:00.8317573Z fetch-tags: false 2025-01-31T22:13:00.8317841Z show-progress: true 2025-01-31T22:13:00.8318085Z lfs: false 2025-01-31T22:13:00.8318323Z set-safe-directory: true 2025-01-31T22:13:00.8318590Z env: 2025-01-31T22:13:00.8318839Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:00.8319261Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:00.8319540Z PR_NUMBER: 2025-01-31T22:13:00.8321984Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:00.8324630Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:00.8325234Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:00.8325793Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:00.8326177Z ##[endgroup] 2025-01-31T22:13:00.9217235Z Syncing repository: pytorch/executorch 2025-01-31T22:13:00.9225520Z ##[group]Getting Git version info 2025-01-31T22:13:00.9226114Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-01-31T22:13:00.9250517Z [command]/usr/bin/git version 2025-01-31T22:13:00.9283982Z git version 2.47.1 2025-01-31T22:13:00.9306598Z ##[endgroup] 2025-01-31T22:13:00.9318750Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4593291a-fc1e-421d-96ce-fa5873774357' before making global git config changes 2025-01-31T22:13:00.9319849Z Adding repository directory to the temporary git global config as a safe directory 2025-01-31T22:13:00.9323505Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-01-31T22:13:00.9353376Z ##[group]Initializing the repository 2025-01-31T22:13:00.9357334Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-01-31T22:13:00.9387006Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-01-31T22:13:00.9387671Z hint: is subject to change. To configure the initial branch name to use in all 2025-01-31T22:13:00.9388294Z hint: of your new repositories, which will suppress this warning, call: 2025-01-31T22:13:00.9388766Z hint: 2025-01-31T22:13:00.9389067Z hint: git config --global init.defaultBranch 2025-01-31T22:13:00.9389468Z hint: 2025-01-31T22:13:00.9389827Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-01-31T22:13:00.9390441Z hint: 'development'. The just-created branch can be renamed via this command: 2025-01-31T22:13:00.9390913Z hint: 2025-01-31T22:13:00.9391176Z hint: git branch -m 2025-01-31T22:13:00.9392068Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-01-31T22:13:00.9394840Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-01-31T22:13:00.9418700Z ##[endgroup] 2025-01-31T22:13:00.9419227Z ##[group]Disabling automatic garbage collection 2025-01-31T22:13:00.9421002Z [command]/usr/bin/git config --local gc.auto 0 2025-01-31T22:13:00.9446055Z ##[endgroup] 2025-01-31T22:13:00.9446501Z ##[group]Setting up auth 2025-01-31T22:13:00.9451680Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-31T22:13:00.9476871Z [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-01-31T22:13:00.9750375Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-31T22:13:00.9774499Z [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-01-31T22:13:01.0035270Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-31T22:13:01.0077339Z ##[endgroup] 2025-01-31T22:13:01.0077832Z ##[group]Fetching the repository 2025-01-31T22:13:01.0085547Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:13:02.3953259Z From https://github.com/pytorch/executorch 2025-01-31T22:13:02.3953882Z * branch 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 -> FETCH_HEAD 2025-01-31T22:13:02.3972537Z ##[endgroup] 2025-01-31T22:13:02.3973202Z ##[group]Determining the checkout info 2025-01-31T22:13:02.3973775Z ##[endgroup] 2025-01-31T22:13:02.3990773Z [command]/usr/bin/git sparse-checkout disable 2025-01-31T22:13:02.4021990Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-01-31T22:13:02.4047720Z ##[group]Checking out the ref 2025-01-31T22:13:02.4050478Z [command]/usr/bin/git checkout --progress --force 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:13:02.8348945Z Note: switching to '20f9f5f675d078ae4cd2794f32c344dd7b8a58d7'. 2025-01-31T22:13:02.8349263Z 2025-01-31T22:13:02.8351287Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-31T22:13:02.8351928Z changes and commit them, and you can discard any commits you make in this 2025-01-31T22:13:02.8352534Z state without impacting any branches by switching back to a branch. 2025-01-31T22:13:02.8352871Z 2025-01-31T22:13:02.8353116Z If you want to create a new branch to retain commits you create, you may 2025-01-31T22:13:02.8354010Z do so (now or later) by using -c with the switch command. Example: 2025-01-31T22:13:02.8354317Z 2025-01-31T22:13:02.8354453Z git switch -c 2025-01-31T22:13:02.8354701Z 2025-01-31T22:13:02.8354827Z Or undo this operation with: 2025-01-31T22:13:02.8355143Z 2025-01-31T22:13:02.8355285Z git switch - 2025-01-31T22:13:02.8355432Z 2025-01-31T22:13:02.8355687Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-31T22:13:02.8356082Z 2025-01-31T22:13:02.8356303Z HEAD is now at 20f9f5f --use-pt-pinned-commit in one-off linux jobs 2025-01-31T22:13:02.8377466Z ##[endgroup] 2025-01-31T22:13:02.8377984Z ##[group]Setting up auth for fetching submodules 2025-01-31T22:13:02.8382541Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-01-31T22:13:02.8428427Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-01-31T22:13:02.8451319Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-31T22:13:02.8476947Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-31T22:13:02.8497655Z ##[endgroup] 2025-01-31T22:13:02.8498404Z ##[group]Fetching submodules 2025-01-31T22:13:02.8500410Z [command]/usr/bin/git submodule sync 2025-01-31T22:13:02.8772741Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-01-31T22:13:02.9034643Z 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-01-31T22:13:02.9036366Z 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-01-31T22:13:02.9037902Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:02.9039614Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:02.9041134Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-01-31T22:13:02.9043742Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:02.9046334Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:02.9049118Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:02.9051915Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:02.9054786Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:02.9057650Z Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:02.9062519Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2025-01-31T22:13:02.9065921Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:02.9069138Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:02.9072283Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-01-31T22:13:02.9075973Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-01-31T22:13:02.9080895Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-01-31T22:13:02.9084542Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-01-31T22:13:02.9088230Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-01-31T22:13:02.9091953Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-01-31T22:13:02.9096187Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-01-31T22:13:02.9100099Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-01-31T22:13:02.9126666Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-01-31T22:13:03.0974732Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-01-31T22:13:03.3355356Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-01-31T22:13:03.6882177Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-01-31T22:13:03.9040186Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-01-31T22:13:04.0611097Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-01-31T22:13:04.2138614Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-01-31T22:13:04.3729385Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-01-31T22:13:04.9464324Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-01-31T22:13:05.2703270Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-01-31T22:13:05.4375702Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/third-party/abseil-cpp'... 2025-01-31T22:13:05.7954442Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/third-party/re2'... 2025-01-31T22:13:05.9865431Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/third-party/sentencepiece'... 2025-01-31T22:13:06.5192694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-01-31T22:13:07.2053470Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-01-31T22:13:07.4716174Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-01-31T22:13:07.7464274Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-01-31T22:13:07.9323313Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-01-31T22:13:08.1070699Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-01-31T22:13:08.3278221Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-01-31T22:13:08.5114282Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-01-31T22:13:08.7906779Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-01-31T22:13:09.4038035Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-01-31T22:13:09.4038634Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-01-31T22:13:09.4166732Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-01-31T22:13:09.8760830Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-01-31T22:13:09.8761452Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-01-31T22:13:09.8873839Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-01-31T22:13:10.6236748Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-01-31T22:13:10.6237635Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-01-31T22:13:10.6716718Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-01-31T22:13:11.1779395Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-01-31T22:13:11.1780075Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-01-31T22:13:11.2077911Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-31T22:13:11.5735117Z From https://github.com/zeux/volk 2025-01-31T22:13:11.5736138Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-01-31T22:13:11.5821536Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-01-31T22:13:11.9416907Z From https://github.com/Maratyszcza/FP16 2025-01-31T22:13:11.9417576Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-01-31T22:13:11.9508766Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-31T22:13:12.2657505Z From https://github.com/Maratyszcza/FXdiv 2025-01-31T22:13:12.2658033Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-01-31T22:13:12.2726809Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-31T22:13:13.2075731Z From https://github.com/google/XNNPACK 2025-01-31T22:13:13.2076282Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-01-31T22:13:13.7756926Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-01-31T22:13:14.2019270Z From https://github.com/pytorch/cpuinfo 2025-01-31T22:13:14.2019808Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-01-31T22:13:14.2862422Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-31T22:13:14.6530788Z From https://github.com/Maratyszcza/pthreadpool 2025-01-31T22:13:14.6531961Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-01-31T22:13:14.6620083Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-31T22:13:15.2268327Z From https://github.com/abseil/abseil-cpp 2025-01-31T22:13:15.2269162Z * branch eb852207758a773965301d0ae717e4235fc5301a -> FETCH_HEAD 2025-01-31T22:13:15.3181822Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2025-01-31T22:13:15.3350606Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-01-31T22:13:15.7349285Z From https://github.com/google/sentencepiece 2025-01-31T22:13:15.7350301Z * branch 6225e08edb2577757163b3f5dbba4c0b670ef445 -> FETCH_HEAD 2025-01-31T22:13:15.8645754Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2025-01-31T22:13:17.4228222Z From https://gitlab.com/libeigen/eigen 2025-01-31T22:13:17.4228791Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-01-31T22:13:17.5414498Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-01-31T22:13:18.0074772Z From https://github.com/pytorch/ao 2025-01-31T22:13:18.0075420Z * branch 11333ba2cb5c4e792bc4f5c0d70c12991f972008 -> FETCH_HEAD 2025-01-31T22:13:18.0680661Z Submodule path 'third-party/ao': checked out '11333ba2cb5c4e792bc4f5c0d70c12991f972008' 2025-01-31T22:13:18.5871238Z From https://github.com/google/flatbuffers 2025-01-31T22:13:18.5871803Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-01-31T22:13:18.6858687Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-01-31T22:13:19.1040755Z From https://github.com/dvidelabs/flatcc 2025-01-31T22:13:19.1041283Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-01-31T22:13:19.1285931Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-01-31T22:13:19.5037950Z From https://github.com/gflags/gflags 2025-01-31T22:13:19.5038486Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-01-31T22:13:19.5140560Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-01-31T22:13:20.1261774Z From https://github.com/google/googletest 2025-01-31T22:13:20.1262308Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-01-31T22:13:20.1604415Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-31T22:13:20.5256882Z From https://github.com/leetal/ios-cmake 2025-01-31T22:13:20.5258018Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-01-31T22:13:20.5337410Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-01-31T22:13:21.1256631Z From https://github.com/facebook/buck2-prelude 2025-01-31T22:13:21.1257753Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-01-31T22:13:21.1960028Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-01-31T22:13:21.6470203Z From https://github.com/pybind/pybind11 2025-01-31T22:13:21.6471064Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-01-31T22:13:21.6725549Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-31T22:13:21.6744119Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-01-31T22:13:21.7052819Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-01-31T22:13:21.7078744Z Entering 'backends/arm/third-party/serialization_lib' 2025-01-31T22:13:21.7106067Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:21.7135351Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:21.7173470Z Entering 'backends/vulkan/third-party/volk' 2025-01-31T22:13:21.7203726Z Entering 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:21.7234401Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:21.7265367Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:21.7298197Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:21.7331884Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:21.7359715Z Entering 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:21.7395838Z Entering 'extension/llm/third-party/re2' 2025-01-31T22:13:21.7425990Z Entering 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:21.7458378Z Entering 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:21.7490345Z Entering 'third-party/ao' 2025-01-31T22:13:21.7519842Z Entering 'third-party/flatbuffers' 2025-01-31T22:13:21.7549292Z Entering 'third-party/flatcc' 2025-01-31T22:13:21.7578521Z Entering 'third-party/gflags' 2025-01-31T22:13:21.7606741Z Entering 'third-party/googletest' 2025-01-31T22:13:21.7637911Z Entering 'third-party/ios-cmake' 2025-01-31T22:13:21.7669023Z Entering 'third-party/prelude' 2025-01-31T22:13:21.7697951Z Entering 'third-party/pybind11' 2025-01-31T22:13:21.7746389Z ##[endgroup] 2025-01-31T22:13:21.7746842Z ##[group]Persisting credentials for submodules 2025-01-31T22:13:21.7752713Z [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-01-31T22:13:21.8037011Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-01-31T22:13:21.8091117Z Entering 'backends/arm/third-party/serialization_lib' 2025-01-31T22:13:21.8155768Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:21.8224226Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:21.8287530Z Entering 'backends/vulkan/third-party/volk' 2025-01-31T22:13:21.8353720Z Entering 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:21.8414390Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:21.8473022Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:21.8555141Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:21.8616876Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:21.8679675Z Entering 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:21.8739303Z Entering 'extension/llm/third-party/re2' 2025-01-31T22:13:21.8795253Z Entering 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:21.8858092Z Entering 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:21.8917190Z Entering 'third-party/ao' 2025-01-31T22:13:21.8977888Z Entering 'third-party/flatbuffers' 2025-01-31T22:13:21.9037490Z Entering 'third-party/flatcc' 2025-01-31T22:13:21.9095762Z Entering 'third-party/gflags' 2025-01-31T22:13:21.9156431Z Entering 'third-party/googletest' 2025-01-31T22:13:21.9214466Z Entering 'third-party/ios-cmake' 2025-01-31T22:13:21.9268714Z Entering 'third-party/prelude' 2025-01-31T22:13:21.9337069Z Entering 'third-party/pybind11' 2025-01-31T22:13:21.9407750Z [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-01-31T22:13:21.9690187Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-01-31T22:13:21.9741509Z 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-01-31T22:13:21.9744471Z Entering 'backends/arm/third-party/serialization_lib' 2025-01-31T22:13:21.9791470Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-01-31T22:13:21.9795114Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:21.9841679Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-01-31T22:13:21.9842719Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:21.9891559Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-01-31T22:13:21.9892570Z Entering 'backends/vulkan/third-party/volk' 2025-01-31T22:13:21.9943282Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-01-31T22:13:21.9945920Z Entering 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:21.9990830Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-01-31T22:13:21.9991752Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:22.0044583Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-01-31T22:13:22.0047256Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:22.0093949Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-01-31T22:13:22.0096725Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:22.0143298Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-01-31T22:13:22.0146484Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:22.0190947Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-01-31T22:13:22.0194285Z Entering 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:22.0238380Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/third-party/abseil-cpp/config remote.origin.url 2025-01-31T22:13:22.0239407Z Entering 'extension/llm/third-party/re2' 2025-01-31T22:13:22.0288023Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/third-party/re2/config remote.origin.url 2025-01-31T22:13:22.0290706Z Entering 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:22.0337747Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/third-party/sentencepiece/config remote.origin.url 2025-01-31T22:13:22.0338715Z Entering 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:22.0387647Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-01-31T22:13:22.0390233Z Entering 'third-party/ao' 2025-01-31T22:13:22.0435554Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-01-31T22:13:22.0437863Z Entering 'third-party/flatbuffers' 2025-01-31T22:13:22.0480633Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-01-31T22:13:22.0483062Z Entering 'third-party/flatcc' 2025-01-31T22:13:22.0529113Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-01-31T22:13:22.0531092Z Entering 'third-party/gflags' 2025-01-31T22:13:22.0576197Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-01-31T22:13:22.0577042Z Entering 'third-party/googletest' 2025-01-31T22:13:22.0624579Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-01-31T22:13:22.0626992Z Entering 'third-party/ios-cmake' 2025-01-31T22:13:22.0670997Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-01-31T22:13:22.0671859Z Entering 'third-party/prelude' 2025-01-31T22:13:22.0728700Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-01-31T22:13:22.0730519Z Entering 'third-party/pybind11' 2025-01-31T22:13:22.0776960Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-01-31T22:13:22.0946087Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-01-31T22:13:22.1213300Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-01-31T22:13:22.1248752Z Entering 'backends/arm/third-party/serialization_lib' 2025-01-31T22:13:22.1275630Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:22.1311311Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:22.1340931Z Entering 'backends/vulkan/third-party/volk' 2025-01-31T22:13:22.1378598Z Entering 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:22.1403676Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:22.1429335Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:22.1463156Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:22.1492974Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:22.1531199Z Entering 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:22.1563217Z Entering 'extension/llm/third-party/re2' 2025-01-31T22:13:22.1595242Z Entering 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:22.1623141Z Entering 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:22.1657362Z Entering 'third-party/ao' 2025-01-31T22:13:22.1694943Z Entering 'third-party/flatbuffers' 2025-01-31T22:13:22.1725339Z Entering 'third-party/flatcc' 2025-01-31T22:13:22.1755763Z Entering 'third-party/gflags' 2025-01-31T22:13:22.1787484Z Entering 'third-party/googletest' 2025-01-31T22:13:22.1815978Z Entering 'third-party/ios-cmake' 2025-01-31T22:13:22.1839845Z Entering 'third-party/prelude' 2025-01-31T22:13:22.1868314Z Entering 'third-party/pybind11' 2025-01-31T22:13:22.1917588Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-01-31T22:13:22.2218750Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-01-31T22:13:22.2248844Z Entering 'backends/arm/third-party/serialization_lib' 2025-01-31T22:13:22.2280128Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-01-31T22:13:22.2312157Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-01-31T22:13:22.2346079Z Entering 'backends/vulkan/third-party/volk' 2025-01-31T22:13:22.2378686Z Entering 'backends/xnnpack/third-party/FP16' 2025-01-31T22:13:22.2412599Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-01-31T22:13:22.2441008Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-01-31T22:13:22.2468981Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-01-31T22:13:22.2504081Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-01-31T22:13:22.2534845Z Entering 'extension/llm/third-party/abseil-cpp' 2025-01-31T22:13:22.2563065Z Entering 'extension/llm/third-party/re2' 2025-01-31T22:13:22.2592885Z Entering 'extension/llm/third-party/sentencepiece' 2025-01-31T22:13:22.2621716Z Entering 'kernels/optimized/third-party/eigen' 2025-01-31T22:13:22.2650253Z Entering 'third-party/ao' 2025-01-31T22:13:22.2678979Z Entering 'third-party/flatbuffers' 2025-01-31T22:13:22.2711752Z Entering 'third-party/flatcc' 2025-01-31T22:13:22.2739324Z Entering 'third-party/gflags' 2025-01-31T22:13:22.2766981Z Entering 'third-party/googletest' 2025-01-31T22:13:22.2798358Z Entering 'third-party/ios-cmake' 2025-01-31T22:13:22.2829360Z Entering 'third-party/prelude' 2025-01-31T22:13:22.2861536Z Entering 'third-party/pybind11' 2025-01-31T22:13:22.2900086Z ##[endgroup] 2025-01-31T22:13:22.2934866Z [command]/usr/bin/git log -1 --format=%H 2025-01-31T22:13:22.2956609Z 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:13:22.3162946Z Prepare all required actions 2025-01-31T22:13:22.3163491Z Getting action download info 2025-01-31T22:13:22.4404722Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-31T22:13:22.5582642Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-01-31T22:13:22.5583083Z with: 2025-01-31T22:13:22.5583373Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:22.5583780Z docker-build-dir: .ci/docker 2025-01-31T22:13:22.5584126Z working-directory: pytorch/executorch 2025-01-31T22:13:22.5584531Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:22.5584954Z force-push: false 2025-01-31T22:13:22.5585215Z env: 2025-01-31T22:13:22.5585474Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:22.5585852Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:22.5586163Z PR_NUMBER: 2025-01-31T22:13:22.5588546Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:22.5591048Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:22.5591640Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:22.5592202Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:22.5592616Z ##[endgroup] 2025-01-31T22:13:22.5618223Z ##[group]Run set -ex 2025-01-31T22:13:22.5618612Z set -ex 2025-01-31T22:13:22.5618896Z  2025-01-31T22:13:22.5619347Z # If the docker build directory or the build script doesn't exist, the action will 2025-01-31T22:13:22.5620026Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-01-31T22:13:22.5620735Z # job could then download the pre-built image as usual 2025-01-31T22:13:22.5621259Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-01-31T22:13:22.5621748Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5622185Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5622615Z  2025-01-31T22:13:22.5622987Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-01-31T22:13:22.5623416Z  exit 0 2025-01-31T22:13:22.5623680Z else 2025-01-31T22:13:22.5623975Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5624301Z fi 2025-01-31T22:13:22.5624547Z  2025-01-31T22:13:22.5624910Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-01-31T22:13:22.5625490Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-01-31T22:13:22.5626027Z  # use it as it is, but first let's extract the tag 2025-01-31T22:13:22.5626523Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-01-31T22:13:22.5627016Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5627518Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5627951Z else 2025-01-31T22:13:22.5628300Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-01-31T22:13:22.5628750Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5629579Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5630153Z fi 2025-01-31T22:13:22.5635979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:22.5636440Z env: 2025-01-31T22:13:22.5636763Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:22.5637148Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:22.5637497Z PR_NUMBER: 2025-01-31T22:13:22.5639995Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:22.5642672Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:22.5643322Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:22.5643895Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:22.5644343Z REPO_NAME: executorch 2025-01-31T22:13:22.5644710Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:22.5645093Z DOCKER_BUILD_DIR: .ci/docker 2025-01-31T22:13:22.5645513Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:22.5645952Z ##[endgroup] 2025-01-31T22:13:22.5673839Z + [[ ! -d .ci/docker ]] 2025-01-31T22:13:22.5674226Z + [[ ! -f .ci/docker/build.sh ]] 2025-01-31T22:13:22.5674546Z + echo skip=false 2025-01-31T22:13:22.5675417Z + [[ 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-01-31T22:13:22.5678426Z ++ git rev-parse HEAD:.ci/docker 2025-01-31T22:13:22.5696047Z + DOCKER_TAG=06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:22.5697522Z + echo docker-tag=06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:22.5699921Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:22.5741944Z ##[group]Run set +e 2025-01-31T22:13:22.5742328Z set +e 2025-01-31T22:13:22.5742565Z set -x 2025-01-31T22:13:22.5742813Z  2025-01-31T22:13:22.5743052Z login() { 2025-01-31T22:13:22.5743511Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-31T22:13:22.5744028Z } 2025-01-31T22:13:22.5744264Z  2025-01-31T22:13:22.5744473Z retry () { 2025-01-31T22:13:22.5744787Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-31T22:13:22.5745107Z } 2025-01-31T22:13:22.5745313Z  2025-01-31T22:13:22.5745585Z retry login "${DOCKER_REGISTRY}" 2025-01-31T22:13:22.5745896Z  2025-01-31T22:13:22.5746105Z START_TIME=$(date +%s) 2025-01-31T22:13:22.5746401Z # Wait up to 120 minutes 2025-01-31T22:13:22.5746764Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-01-31T22:13:22.5747219Z  # Check if image already exists, if it does then skip building it 2025-01-31T22:13:22.5747691Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-01-31T22:13:22.5748045Z  exit 0 2025-01-31T22:13:22.5748266Z  fi 2025-01-31T22:13:22.5748486Z  2025-01-31T22:13:22.5748864Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-01-31T22:13:22.5749680Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-01-31T22:13:22.5750310Z  # latter, it will wait for the Docker images to become available before continuing 2025-01-31T22:13:22.5750959Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-01-31T22:13:22.5751353Z  # It's a Docker build job, let's build the image 2025-01-31T22:13:22.5751676Z  break 2025-01-31T22:13:22.5751919Z  else 2025-01-31T22:13:22.5752260Z  # It's a regular build job, wait for the image to become available 2025-01-31T22:13:22.5752655Z  sleep 300 2025-01-31T22:13:22.5752922Z  fi 2025-01-31T22:13:22.5753158Z done 2025-01-31T22:13:22.5753366Z  2025-01-31T22:13:22.5753714Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-01-31T22:13:22.5754258Z # be empty. The default action would be to continue rebuild the image 2025-01-31T22:13:22.5754742Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-01-31T22:13:22.5755507Z  # if we're on the base branch then use the parent commit 2025-01-31T22:13:22.5755946Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-01-31T22:13:22.5756318Z else 2025-01-31T22:13:22.5756674Z  # otherwise we're on a PR, so use the most recent base commit 2025-01-31T22:13:22.5757175Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-01-31T22:13:22.5757544Z fi 2025-01-31T22:13:22.5757778Z  2025-01-31T22:13:22.5758034Z if [[ -z "${MERGE_BASE}" ]]; then 2025-01-31T22:13:22.5758395Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5758748Z  2025-01-31T22:13:22.5759234Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-01-31T22:13:22.5759779Z  exit 0 2025-01-31T22:13:22.5760025Z fi 2025-01-31T22:13:22.5760258Z  2025-01-31T22:13:22.5760575Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-01-31T22:13:22.5761269Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-01-31T22:13:22.5761873Z  exit 1 2025-01-31T22:13:22.5762101Z fi 2025-01-31T22:13:22.5762335Z  2025-01-31T22:13:22.5762721Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-01-31T22:13:22.5763373Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-01-31T22:13:22.5763978Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-01-31T22:13:22.5764670Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-01-31T22:13:22.5765453Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-01-31T22:13:22.5765919Z fi 2025-01-31T22:13:22.5766153Z  2025-01-31T22:13:22.5766434Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-01-31T22:13:22.5773153Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:22.5773529Z env: 2025-01-31T22:13:22.5774139Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:22.5774829Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:22.5775113Z PR_NUMBER: 2025-01-31T22:13:22.5778497Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:22.5781071Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:22.5781638Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:22.5782149Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:22.5782546Z DOCKER_BUILD_DIR: .ci/docker 2025-01-31T22:13:22.5782887Z BASE_REVISION: 20f9f5f675d078ae4cd2794f32c344dd7b8a58d7 2025-01-31T22:13:22.5783281Z DOCKER_TAG: 06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:22.5783724Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:22.5784111Z DOCKER_PUSH: 2025-01-31T22:13:22.5784337Z ##[endgroup] 2025-01-31T22:13:22.5813063Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:22.5814514Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:22.5815726Z + aws ecr get-login-password --region us-east-1 2025-01-31T22:13:22.5817307Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:23.0636879Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-31T22:13:23.0638633Z Configure a credential helper to remove this warning. See 2025-01-31T22:13:23.0640326Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-31T22:13:23.0641478Z 2025-01-31T22:13:23.0641748Z Login Succeeded 2025-01-31T22:13:23.0656599Z ++ date +%s 2025-01-31T22:13:23.0665880Z + START_TIME=1738361603 2025-01-31T22:13:23.0667425Z ++ date +%s 2025-01-31T22:13:23.0676457Z + [[ 1738354403 -lt 1738361603 ]] 2025-01-31T22:13:23.0678590Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:23.3382364Z { 2025-01-31T22:13:23.3383311Z "schemaVersion": 2, 2025-01-31T22:13:23.3384532Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-01-31T22:13:23.3385887Z "config": { 2025-01-31T22:13:23.3386901Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-01-31T22:13:23.3388082Z "size": 14556, 2025-01-31T22:13:23.3389300Z "digest": "sha256:e2e2e964c487b092734233176c025d3c38fd26e9767acc3ae68235617ec2dbd1" 2025-01-31T22:13:23.3390699Z }, 2025-01-31T22:13:23.3391261Z "layers": [ 2025-01-31T22:13:23.3391895Z { 2025-01-31T22:13:23.3392902Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3394705Z "size": 30439933, 2025-01-31T22:13:23.3395461Z "digest": "sha256:7478e0ac0f23f94b2f27848fbcdf804a670fbf8d4bab26df842d40a10cd33059" 2025-01-31T22:13:23.3396008Z }, 2025-01-31T22:13:23.3396309Z { 2025-01-31T22:13:23.3396701Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3397196Z "size": 592, 2025-01-31T22:13:23.3397638Z "digest": "sha256:bab5a9806b927f4adf49b91603ca257df01bd5f74ede926de447d00f61c99492" 2025-01-31T22:13:23.3398438Z }, 2025-01-31T22:13:23.3398742Z { 2025-01-31T22:13:23.3399124Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3399612Z "size": 149325623, 2025-01-31T22:13:23.3400060Z "digest": "sha256:d5179355078eec2b239d14f47fe7858c91c7d564f7570a2111fcbae7243cc484" 2025-01-31T22:13:23.3400588Z }, 2025-01-31T22:13:23.3400848Z { 2025-01-31T22:13:23.3401193Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3401654Z "size": 624, 2025-01-31T22:13:23.3402111Z "digest": "sha256:2f0720a3afa5da4310c04af8fa28fc3749087359270f9085f984d372a531b081" 2025-01-31T22:13:23.3402723Z }, 2025-01-31T22:13:23.3402960Z { 2025-01-31T22:13:23.3403335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3403763Z "size": 19308779, 2025-01-31T22:13:23.3404633Z "digest": "sha256:581f4d3ef0cd9454b5104f99c2e34b04757b120cf2d7000204a7643fbc1a3774" 2025-01-31T22:13:23.3405140Z }, 2025-01-31T22:13:23.3405474Z { 2025-01-31T22:13:23.3405842Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3406287Z "size": 737, 2025-01-31T22:13:23.3406685Z "digest": "sha256:c53b37b03b539f35a37f948be4387565b4a6376c8d802726b49142655058a6d8" 2025-01-31T22:13:23.3407172Z }, 2025-01-31T22:13:23.3407416Z { 2025-01-31T22:13:23.3407751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3408194Z "size": 131414502, 2025-01-31T22:13:23.3408644Z "digest": "sha256:d483eaf33e2facb82622b2205290011794e50f47bb90a2d5e163411a0063328b" 2025-01-31T22:13:23.3409110Z }, 2025-01-31T22:13:23.3409357Z { 2025-01-31T22:13:23.3409730Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3410143Z "size": 447, 2025-01-31T22:13:23.3410582Z "digest": "sha256:cfcba14a6dd416e395c25d44aa3b48b6a1463579def3a904f93377bc1511d6d9" 2025-01-31T22:13:23.3411074Z }, 2025-01-31T22:13:23.3411284Z { 2025-01-31T22:13:23.3411645Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3412085Z "size": 104, 2025-01-31T22:13:23.3412487Z "digest": "sha256:85f6c1e6f0870cba75cc7daac758e6332c2a8636168145d787b89f2381511727" 2025-01-31T22:13:23.3412976Z }, 2025-01-31T22:13:23.3413214Z { 2025-01-31T22:13:23.3413541Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3414258Z "size": 637, 2025-01-31T22:13:23.3414711Z "digest": "sha256:5d010f092bd85278ad562b420f2e300af7ae5d7b99ffab4c52022f66ad0362cc" 2025-01-31T22:13:23.3415193Z }, 2025-01-31T22:13:23.3415441Z { 2025-01-31T22:13:23.3415790Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3416250Z "size": 33691900, 2025-01-31T22:13:23.3416728Z "digest": "sha256:31f8ca633e6fc4ff0848e3121f7fb764c3a744f02a74d2cd414b0f18c39b0e63" 2025-01-31T22:13:23.3417211Z }, 2025-01-31T22:13:23.3417452Z { 2025-01-31T22:13:23.3417836Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3418277Z "size": 477, 2025-01-31T22:13:23.3418746Z "digest": "sha256:7cdbcfd630079cbfc1938ffcccf6162b673cdcb3dd173c329cbc599b8e7fdf62" 2025-01-31T22:13:23.3419282Z }, 2025-01-31T22:13:23.3419506Z { 2025-01-31T22:13:23.3419882Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3420352Z "size": 1043, 2025-01-31T22:13:23.3420880Z "digest": "sha256:6fa7fd67739fd52bf627fbf9278424626845393b994b3f390846a884355626dd" 2025-01-31T22:13:23.3421370Z }, 2025-01-31T22:13:23.3421604Z { 2025-01-31T22:13:23.3421933Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3422367Z "size": 612, 2025-01-31T22:13:23.3422803Z "digest": "sha256:6fa6f7cdf1ed51a4a55612612eb9160396bfb4e9c572bbf7a69600b018f5efd9" 2025-01-31T22:13:23.3423271Z }, 2025-01-31T22:13:23.3423486Z { 2025-01-31T22:13:23.3423836Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3424254Z "size": 77499717, 2025-01-31T22:13:23.3424705Z "digest": "sha256:655cc7708f04ed96d06c7492428eded8dabefe5d81c13ad9b541f4a6ff771088" 2025-01-31T22:13:23.3425203Z }, 2025-01-31T22:13:23.3425418Z { 2025-01-31T22:13:23.3425784Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3426210Z "size": 561, 2025-01-31T22:13:23.3426618Z "digest": "sha256:fe172f18a15c25768a74dfe31ea25ddfdc584e537cb27c15f53f2fc66984d90c" 2025-01-31T22:13:23.3427123Z }, 2025-01-31T22:13:23.3427334Z { 2025-01-31T22:13:23.3427694Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3428128Z "size": 200, 2025-01-31T22:13:23.3428526Z "digest": "sha256:2a50fd38fed496f7e4ec41473831afad307b323a647ed5a3b94df8766e59d5c3" 2025-01-31T22:13:23.3429004Z }, 2025-01-31T22:13:23.3429326Z { 2025-01-31T22:13:23.3429644Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3430069Z "size": 1075, 2025-01-31T22:13:23.3430568Z "digest": "sha256:dad9e8f9aa3e320fe5bb8ae9a14209b86cece3bbdd81af5a28f055222300fb29" 2025-01-31T22:13:23.3431027Z }, 2025-01-31T22:13:23.3431241Z { 2025-01-31T22:13:23.3431545Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3431960Z "size": 679, 2025-01-31T22:13:23.3432383Z "digest": "sha256:8b1d388c5d2e6769af06952b72f264abf747bd4d2e1f053701ac61f57ace466d" 2025-01-31T22:13:23.3432833Z }, 2025-01-31T22:13:23.3433071Z { 2025-01-31T22:13:23.3433427Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3433825Z "size": 6395459818, 2025-01-31T22:13:23.3434250Z "digest": "sha256:b4fd79d393cc4bcc9e721347f9cc141f2b3b78a589abd1dcaa578db649fdacf5" 2025-01-31T22:13:23.3434747Z }, 2025-01-31T22:13:23.3435046Z { 2025-01-31T22:13:23.3435618Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3436163Z "size": 1384, 2025-01-31T22:13:23.3436614Z "digest": "sha256:e4132582b16fddf05b10cffdcc263772df1ed6c8e32d7a7c2fbf9791d62fba9d" 2025-01-31T22:13:23.3437115Z }, 2025-01-31T22:13:23.3437351Z { 2025-01-31T22:13:23.3437701Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3438139Z "size": 679, 2025-01-31T22:13:23.3438574Z "digest": "sha256:8b1d388c5d2e6769af06952b72f264abf747bd4d2e1f053701ac61f57ace466d" 2025-01-31T22:13:23.3439070Z }, 2025-01-31T22:13:23.3439290Z { 2025-01-31T22:13:23.3439625Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3440095Z "size": 230054328, 2025-01-31T22:13:23.3440566Z "digest": "sha256:d32703143e9c1976723bd43e6df13ccfeee68b1fb185f692a22ed0803036503b" 2025-01-31T22:13:23.3441055Z }, 2025-01-31T22:13:23.3441278Z { 2025-01-31T22:13:23.3441772Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3442187Z "size": 828, 2025-01-31T22:13:23.3442607Z "digest": "sha256:83f8cea6705e35bf75705c73321e816d09a53890203186a6fe27a6936ee36f25" 2025-01-31T22:13:23.3443087Z }, 2025-01-31T22:13:23.3443292Z { 2025-01-31T22:13:23.3443626Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3444062Z "size": 679, 2025-01-31T22:13:23.3444455Z "digest": "sha256:8b1d388c5d2e6769af06952b72f264abf747bd4d2e1f053701ac61f57ace466d" 2025-01-31T22:13:23.3444922Z }, 2025-01-31T22:13:23.3445153Z { 2025-01-31T22:13:23.3445466Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3445874Z "size": 176125997, 2025-01-31T22:13:23.3446307Z "digest": "sha256:dcd107faf53c8368d690ede2f19c231beba0c298d2cd4dbe0b6d7496ed24f932" 2025-01-31T22:13:23.3446771Z }, 2025-01-31T22:13:23.3447006Z { 2025-01-31T22:13:23.3447345Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3447754Z "size": 529, 2025-01-31T22:13:23.3448159Z "digest": "sha256:74b97e9ce1f9090909503c7a0f6f7d7cba394cfb3d730d02b9e067b0d7508d60" 2025-01-31T22:13:23.3448622Z }, 2025-01-31T22:13:23.3448825Z { 2025-01-31T22:13:23.3449174Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3449601Z "size": 679, 2025-01-31T22:13:23.3449993Z "digest": "sha256:8b1d388c5d2e6769af06952b72f264abf747bd4d2e1f053701ac61f57ace466d" 2025-01-31T22:13:23.3450454Z }, 2025-01-31T22:13:23.3450683Z { 2025-01-31T22:13:23.3451004Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3451424Z "size": 355, 2025-01-31T22:13:23.3451825Z "digest": "sha256:063a733c5eceec4c1659f3457685ef2e952daaaeba327acf5fff80f7e36a5094" 2025-01-31T22:13:23.3452283Z }, 2025-01-31T22:13:23.3452497Z { 2025-01-31T22:13:23.3452801Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3453208Z "size": 32, 2025-01-31T22:13:23.3453739Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-01-31T22:13:23.3454189Z }, 2025-01-31T22:13:23.3454478Z { 2025-01-31T22:13:23.3454823Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3455228Z "size": 165, 2025-01-31T22:13:23.3455630Z "digest": "sha256:2952f59aca097d4311176730a6b9081613c88891eb1c200ca3682bf9b483dff2" 2025-01-31T22:13:23.3456083Z }, 2025-01-31T22:13:23.3456288Z { 2025-01-31T22:13:23.3456638Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3457075Z "size": 1102, 2025-01-31T22:13:23.3457484Z "digest": "sha256:f34665cef09534233871b6b8bf8bfd9d02139b83d19cadf93ec1e29989b47c7b" 2025-01-31T22:13:23.3457973Z }, 2025-01-31T22:13:23.3458206Z { 2025-01-31T22:13:23.3458533Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3458973Z "size": 32, 2025-01-31T22:13:23.3459409Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-01-31T22:13:23.3459866Z }, 2025-01-31T22:13:23.3460096Z { 2025-01-31T22:13:23.3460440Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-01-31T22:13:23.3460833Z "size": 108, 2025-01-31T22:13:23.3461240Z "digest": "sha256:34f56ae458bae1a5545938ffebb69040a5a8695cbe958b77fc4bf3dc1fa5fd04" 2025-01-31T22:13:23.3461706Z } 2025-01-31T22:13:23.3461903Z ] 2025-01-31T22:13:23.3462146Z } 2025-01-31T22:13:23.3462396Z + exit 0 2025-01-31T22:13:23.3502096Z ##[group]Run set -eux 2025-01-31T22:13:23.3502405Z set -eux 2025-01-31T22:13:23.3503300Z 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-01-31T22:13:23.3510577Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:23.3510951Z env: 2025-01-31T22:13:23.3511231Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:23.3511601Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:23.3511911Z PR_NUMBER: 2025-01-31T22:13:23.3514305Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:23.3517269Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:23.3517893Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:23.3518476Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:23.3518893Z ##[endgroup] 2025-01-31T22:13:23.3552025Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-01-31T22:13:23.3552606Z + jq --raw-output .SecretString 2025-01-31T22:13:23.3552968Z + jq -r .docker_hub_readonly_token 2025-01-31T22:13:23.3553394Z + docker login --username pytorchbot --password-stdin 2025-01-31T22:13:23.9046348Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-31T22:13:23.9048151Z Configure a credential helper to remove this warning. See 2025-01-31T22:13:23.9049799Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-31T22:13:23.9050987Z 2025-01-31T22:13:23.9051274Z Login Succeeded 2025-01-31T22:13:23.9137626Z Prepare all required actions 2025-01-31T22:13:23.9172417Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-01-31T22:13:23.9172788Z with: 2025-01-31T22:13:23.9173403Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:23.9174329Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:23.9174705Z env: 2025-01-31T22:13:23.9174955Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:13:23.9175287Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:23.9175567Z PR_NUMBER: 2025-01-31T22:13:23.9177896Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:23.9180338Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:23.9180879Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:23.9181400Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:23.9181776Z ##[endgroup] 2025-01-31T22:13:23.9202831Z ##[group]Run set -x 2025-01-31T22:13:23.9203131Z set -x 2025-01-31T22:13:23.9203373Z set +e 2025-01-31T22:13:23.9203593Z  2025-01-31T22:13:23.9203825Z login() { 2025-01-31T22:13:23.9204317Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-01-31T22:13:23.9204831Z } 2025-01-31T22:13:23.9205053Z  2025-01-31T22:13:23.9205261Z retry () { 2025-01-31T22:13:23.9205543Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-01-31T22:13:23.9205872Z } 2025-01-31T22:13:23.9206080Z  2025-01-31T22:13:23.9206333Z retry login "${DOCKER_REGISTRY}" 2025-01-31T22:13:23.9206670Z  2025-01-31T22:13:23.9206879Z set -e 2025-01-31T22:13:23.9207333Z # ignore output since only exit code is used for conditional 2025-01-31T22:13:23.9207794Z # only pull docker image if it's not available locally 2025-01-31T22:13:23.9208304Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-01-31T22:13:23.9208762Z  retry docker pull "${DOCKER_IMAGE}" 2025-01-31T22:13:23.9209071Z fi 2025-01-31T22:13:23.9214764Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:13:23.9215143Z env: 2025-01-31T22:13:23.9215750Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:23.9216455Z REPOSITORY: pytorch/executorch 2025-01-31T22:13:23.9216721Z PR_NUMBER: 2025-01-31T22:13:23.9218979Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:13:23.9221569Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:13:23.9222130Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:13:23.9222655Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:13:23.9223103Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:23.9223558Z ##[endgroup] 2025-01-31T22:13:23.9248566Z + set +e 2025-01-31T22:13:23.9249193Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:23.9249662Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:23.9252622Z + aws ecr get-login-password --region us-east-1 2025-01-31T22:13:23.9255379Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-01-31T22:13:24.3987434Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-01-31T22:13:24.3989200Z Configure a credential helper to remove this warning. See 2025-01-31T22:13:24.3990792Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-01-31T22:13:24.3991214Z 2025-01-31T22:13:24.3991324Z Login Succeeded 2025-01-31T22:13:24.4003888Z + set -e 2025-01-31T22:13:24.4006251Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:24.4164393Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:24.4165613Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:13:24.6673025Z 06f96e817f0d71a7063584e8ef51e0ff7095188a: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-01-31T22:13:24.6674001Z 7478e0ac0f23: Pulling fs layer 2025-01-31T22:13:24.6674448Z bab5a9806b92: Pulling fs layer 2025-01-31T22:13:24.6675039Z d5179355078e: Pulling fs layer 2025-01-31T22:13:24.6675500Z 2f0720a3afa5: Pulling fs layer 2025-01-31T22:13:24.6675961Z 581f4d3ef0cd: Pulling fs layer 2025-01-31T22:13:24.6676284Z c53b37b03b53: Pulling fs layer 2025-01-31T22:13:24.6676566Z d483eaf33e2f: Pulling fs layer 2025-01-31T22:13:24.6676887Z cfcba14a6dd4: Pulling fs layer 2025-01-31T22:13:24.6677257Z 85f6c1e6f087: Pulling fs layer 2025-01-31T22:13:24.6677578Z 5d010f092bd8: Pulling fs layer 2025-01-31T22:13:24.6677864Z 31f8ca633e6f: Pulling fs layer 2025-01-31T22:13:24.6678173Z 7cdbcfd63007: Pulling fs layer 2025-01-31T22:13:24.6678483Z 6fa7fd67739f: Pulling fs layer 2025-01-31T22:13:24.6678776Z 6fa6f7cdf1ed: Pulling fs layer 2025-01-31T22:13:24.6679079Z 655cc7708f04: Pulling fs layer 2025-01-31T22:13:24.6679389Z fe172f18a15c: Pulling fs layer 2025-01-31T22:13:24.6679688Z 2a50fd38fed4: Pulling fs layer 2025-01-31T22:13:24.6679998Z dad9e8f9aa3e: Pulling fs layer 2025-01-31T22:13:24.6680288Z 8b1d388c5d2e: Pulling fs layer 2025-01-31T22:13:24.6680592Z b4fd79d393cc: Pulling fs layer 2025-01-31T22:13:24.6680902Z e4132582b16f: Pulling fs layer 2025-01-31T22:13:24.6681176Z 2f0720a3afa5: Waiting 2025-01-31T22:13:24.6681454Z d32703143e9c: Pulling fs layer 2025-01-31T22:13:24.6681871Z 581f4d3ef0cd: Waiting 2025-01-31T22:13:24.6682121Z 83f8cea6705e: Pulling fs layer 2025-01-31T22:13:24.6682414Z c53b37b03b53: Waiting 2025-01-31T22:13:24.6682691Z dcd107faf53c: Pulling fs layer 2025-01-31T22:13:24.6682973Z 74b97e9ce1f9: Pulling fs layer 2025-01-31T22:13:24.6683273Z 063a733c5ece: Pulling fs layer 2025-01-31T22:13:24.6683690Z 4f4fb700ef54: Pulling fs layer 2025-01-31T22:13:24.6683952Z d483eaf33e2f: Waiting 2025-01-31T22:13:24.6684208Z 2952f59aca09: Pulling fs layer 2025-01-31T22:13:24.6684489Z f34665cef095: Pulling fs layer 2025-01-31T22:13:24.6684750Z cfcba14a6dd4: Waiting 2025-01-31T22:13:24.6685010Z 34f56ae458ba: Pulling fs layer 2025-01-31T22:13:24.6685283Z 85f6c1e6f087: Waiting 2025-01-31T22:13:24.6685505Z e4132582b16f: Waiting 2025-01-31T22:13:24.6685749Z 5d010f092bd8: Waiting 2025-01-31T22:13:24.6687391Z 4f4fb700ef54: Waiting 2025-01-31T22:13:24.6687656Z 31f8ca633e6f: Waiting 2025-01-31T22:13:24.6687908Z 2952f59aca09: Waiting 2025-01-31T22:13:24.6688140Z f34665cef095: Waiting 2025-01-31T22:13:24.6688382Z d32703143e9c: Waiting 2025-01-31T22:13:24.6688626Z 34f56ae458ba: Waiting 2025-01-31T22:13:24.6688872Z 7cdbcfd63007: Waiting 2025-01-31T22:13:24.6689273Z 74b97e9ce1f9: Waiting 2025-01-31T22:13:24.6689525Z 83f8cea6705e: Waiting 2025-01-31T22:13:24.6689753Z 6fa7fd67739f: Waiting 2025-01-31T22:13:24.6690003Z 063a733c5ece: Waiting 2025-01-31T22:13:24.6690248Z dcd107faf53c: Waiting 2025-01-31T22:13:24.6690500Z 6fa6f7cdf1ed: Waiting 2025-01-31T22:13:24.6690745Z 655cc7708f04: Waiting 2025-01-31T22:13:24.6690993Z b4fd79d393cc: Waiting 2025-01-31T22:13:24.6691221Z fe172f18a15c: Waiting 2025-01-31T22:13:24.6691465Z 2a50fd38fed4: Waiting 2025-01-31T22:13:24.6691714Z dad9e8f9aa3e: Waiting 2025-01-31T22:13:24.6691944Z 8b1d388c5d2e: Waiting 2025-01-31T22:13:24.7388807Z bab5a9806b92: Verifying Checksum 2025-01-31T22:13:24.7389309Z bab5a9806b92: Download complete 2025-01-31T22:13:24.8189092Z 2f0720a3afa5: Verifying Checksum 2025-01-31T22:13:24.8189526Z 2f0720a3afa5: Download complete 2025-01-31T22:13:25.0413572Z 7478e0ac0f23: Verifying Checksum 2025-01-31T22:13:25.0414571Z 7478e0ac0f23: Download complete 2025-01-31T22:13:25.0655018Z 581f4d3ef0cd: Verifying Checksum 2025-01-31T22:13:25.0655452Z 581f4d3ef0cd: Download complete 2025-01-31T22:13:25.1237379Z c53b37b03b53: Verifying Checksum 2025-01-31T22:13:25.1237771Z c53b37b03b53: Download complete 2025-01-31T22:13:25.2059529Z cfcba14a6dd4: Download complete 2025-01-31T22:13:25.2807961Z 85f6c1e6f087: Verifying Checksum 2025-01-31T22:13:25.2808358Z 85f6c1e6f087: Download complete 2025-01-31T22:13:25.3525990Z 5d010f092bd8: Verifying Checksum 2025-01-31T22:13:25.3526362Z 5d010f092bd8: Download complete 2025-01-31T22:13:25.7373650Z 31f8ca633e6f: Verifying Checksum 2025-01-31T22:13:25.7374066Z 31f8ca633e6f: Download complete 2025-01-31T22:13:25.8245002Z 7cdbcfd63007: Verifying Checksum 2025-01-31T22:13:25.8245448Z 7cdbcfd63007: Download complete 2025-01-31T22:13:25.8919768Z 7478e0ac0f23: Pull complete 2025-01-31T22:13:25.9017787Z bab5a9806b92: Pull complete 2025-01-31T22:13:25.9041967Z 6fa7fd67739f: Verifying Checksum 2025-01-31T22:13:25.9042846Z 6fa7fd67739f: Download complete 2025-01-31T22:13:25.9798039Z 6fa6f7cdf1ed: Verifying Checksum 2025-01-31T22:13:25.9798461Z 6fa6f7cdf1ed: Download complete 2025-01-31T22:13:26.2127109Z d5179355078e: Download complete 2025-01-31T22:13:26.2780545Z fe172f18a15c: Verifying Checksum 2025-01-31T22:13:26.2781522Z fe172f18a15c: Download complete 2025-01-31T22:13:26.3495235Z 2a50fd38fed4: Verifying Checksum 2025-01-31T22:13:26.3495730Z 2a50fd38fed4: Download complete 2025-01-31T22:13:26.4226134Z dad9e8f9aa3e: Download complete 2025-01-31T22:13:26.4320608Z d483eaf33e2f: Verifying Checksum 2025-01-31T22:13:26.4321545Z d483eaf33e2f: Download complete 2025-01-31T22:13:26.5041095Z 8b1d388c5d2e: Verifying Checksum 2025-01-31T22:13:26.5042108Z 8b1d388c5d2e: Download complete 2025-01-31T22:13:26.5851800Z e4132582b16f: Verifying Checksum 2025-01-31T22:13:26.5852270Z e4132582b16f: Download complete 2025-01-31T22:13:26.8009319Z 655cc7708f04: Verifying Checksum 2025-01-31T22:13:26.8009708Z 655cc7708f04: Download complete 2025-01-31T22:13:26.8813697Z 83f8cea6705e: Verifying Checksum 2025-01-31T22:13:26.8814109Z 83f8cea6705e: Download complete 2025-01-31T22:13:28.6895254Z dcd107faf53c: Verifying Checksum 2025-01-31T22:13:28.6895650Z dcd107faf53c: Download complete 2025-01-31T22:13:28.8221788Z 74b97e9ce1f9: Verifying Checksum 2025-01-31T22:13:28.8222172Z 74b97e9ce1f9: Download complete 2025-01-31T22:13:28.8957407Z 063a733c5ece: Download complete 2025-01-31T22:13:28.9053715Z 4f4fb700ef54: Verifying Checksum 2025-01-31T22:13:28.9054142Z 4f4fb700ef54: Download complete 2025-01-31T22:13:28.9466756Z d32703143e9c: Verifying Checksum 2025-01-31T22:13:28.9467708Z d32703143e9c: Download complete 2025-01-31T22:13:28.9725791Z 2952f59aca09: Verifying Checksum 2025-01-31T22:13:28.9726688Z 2952f59aca09: Download complete 2025-01-31T22:13:29.0224976Z f34665cef095: Download complete 2025-01-31T22:13:29.1457186Z 34f56ae458ba: Verifying Checksum 2025-01-31T22:13:29.3006136Z 34f56ae458ba: Download complete 2025-01-31T22:13:29.3007092Z d5179355078e: Pull complete 2025-01-31T22:13:29.3178889Z 2f0720a3afa5: Pull complete 2025-01-31T22:13:29.5023814Z 581f4d3ef0cd: Pull complete 2025-01-31T22:13:29.5257053Z c53b37b03b53: Pull complete 2025-01-31T22:13:31.4769610Z d483eaf33e2f: Pull complete 2025-01-31T22:13:31.5006275Z cfcba14a6dd4: Pull complete 2025-01-31T22:13:31.5260074Z 85f6c1e6f087: Pull complete 2025-01-31T22:13:31.5471234Z 5d010f092bd8: Pull complete 2025-01-31T22:13:31.9779362Z 31f8ca633e6f: Pull complete 2025-01-31T22:13:32.0006538Z 7cdbcfd63007: Pull complete 2025-01-31T22:13:32.0238244Z 6fa7fd67739f: Pull complete 2025-01-31T22:13:32.0476680Z 6fa6f7cdf1ed: Pull complete 2025-01-31T22:13:33.5865980Z 655cc7708f04: Pull complete 2025-01-31T22:13:33.5973982Z fe172f18a15c: Pull complete 2025-01-31T22:13:33.6076238Z 2a50fd38fed4: Pull complete 2025-01-31T22:13:33.6194680Z dad9e8f9aa3e: Pull complete 2025-01-31T22:13:33.6311743Z 8b1d388c5d2e: Pull complete 2025-01-31T22:14:30.4308511Z b4fd79d393cc: Verifying Checksum 2025-01-31T22:14:30.4308949Z b4fd79d393cc: Download complete 2025-01-31T22:15:26.8238202Z b4fd79d393cc: Pull complete 2025-01-31T22:15:27.1332611Z e4132582b16f: Pull complete 2025-01-31T22:15:33.9621012Z d32703143e9c: Pull complete 2025-01-31T22:15:34.4008741Z 83f8cea6705e: Pull complete 2025-01-31T22:15:41.1258346Z dcd107faf53c: Pull complete 2025-01-31T22:15:41.4640045Z 74b97e9ce1f9: Pull complete 2025-01-31T22:15:42.4384328Z 063a733c5ece: Pull complete 2025-01-31T22:15:42.8990427Z 4f4fb700ef54: Pull complete 2025-01-31T22:15:43.1157464Z 2952f59aca09: Pull complete 2025-01-31T22:15:43.5329269Z f34665cef095: Pull complete 2025-01-31T22:15:44.4294646Z 34f56ae458ba: Pull complete 2025-01-31T22:15:44.5588442Z Digest: sha256:8c49ef5b7ef862db222b5ef07bf69a8f18805caef58db995a151d0749512d6a7 2025-01-31T22:15:44.6336972Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:15:44.6515691Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:15:44.6568591Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-31T22:15:44.6569510Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-31T22:15:44.6577472Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T22:15:44.6577864Z env: 2025-01-31T22:15:44.6578140Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T22:15:44.6578514Z REPOSITORY: pytorch/executorch 2025-01-31T22:15:44.6578819Z PR_NUMBER: 2025-01-31T22:15:44.6581215Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:15:44.6583712Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:15:44.6584285Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:15:44.6584829Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:15:44.6585223Z ##[endgroup] 2025-01-31T22:15:44.6904059Z ##[group]Run set -ex 2025-01-31T22:15:44.6904407Z set -ex 2025-01-31T22:15:44.6904671Z { 2025-01-31T22:15:44.6904911Z  echo "#!/usr/bin/env bash"; 2025-01-31T22:15:44.6905287Z  echo "set -eou pipefail"; 2025-01-31T22:15:44.6905657Z  # shellcheck disable=SC2016 2025-01-31T22:15:44.6906185Z  echo 'eval "$(conda shell.bash hook)"'; 2025-01-31T22:15:44.6906566Z  echo "set -x"; 2025-01-31T22:15:44.6906878Z  echo "${SCRIPT}"; 2025-01-31T22:15:44.6907178Z } > "${RUNNER_TEMP}/exec_script" 2025-01-31T22:15:44.6907542Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-01-31T22:15:44.6908262Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-01-31T22:15:44.6914398Z shell: /usr/bin/bash -e {0} 2025-01-31T22:15:44.6914691Z env: 2025-01-31T22:15:44.6915711Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T22:15:44.6916521Z REPOSITORY: pytorch/executorch 2025-01-31T22:15:44.6916877Z PR_NUMBER: 2025-01-31T22:15:44.6919374Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:15:44.6922165Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T22:15:44.6922772Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T22:15:44.6923307Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T22:15:44.6924017Z ALL_SECRETS: { "github_token": "***" } 2025-01-31T22:15:44.6924338Z ##[endgroup] 2025-01-31T22:15:44.6949372Z + echo '#!/usr/bin/env bash' 2025-01-31T22:15:44.6951989Z + echo 'set -eou pipefail' 2025-01-31T22:15:44.6952428Z + echo 'eval "$(conda shell.bash hook)"' 2025-01-31T22:15:44.6952781Z + echo 'set -x' 2025-01-31T22:15:44.6953250Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-01-31T22:15:44.6953852Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-01-31T22:15:44.6954260Z conda activate "${CONDA_ENV}" 2025-01-31T22:15:44.6954492Z 2025-01-31T22:15:44.6954719Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" 2025-01-31T22:15:44.6955156Z 2025-01-31T22:15:44.6955319Z # install pybind 2025-01-31T22:15:44.6955735Z bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-01-31T22:15:44.6956130Z 2025-01-31T22:15:44.6956260Z # install Llava requirements 2025-01-31T22:15:44.6956654Z bash examples/models/llama/install_requirements.sh 2025-01-31T22:15:44.6957094Z bash examples/models/llava/install_requirements.sh 2025-01-31T22:15:44.6957396Z 2025-01-31T22:15:44.6957512Z # run python unittest 2025-01-31T22:15:44.6957916Z python -m unittest examples.models.llava.test.test_llava 2025-01-31T22:15:44.6958220Z 2025-01-31T22:15:44.6958352Z # run e2e (export, tokenizer and runner) 2025-01-31T22:15:44.6958792Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T22:15:44.6959212Z ' 2025-01-31T22:15:44.6959537Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-01-31T22:15:44.6964825Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-01-31T22:16:29.5436435Z Running command: 2025-01-31T22:16:29.5443641Z 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_13081628449" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_70b5f3f0-fdc7-49fb-94e8-567e3a727df9":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_70b5f3f0-fdc7-49fb-94e8-567e3a727df9" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a" 2025-01-31T22:16:29.5449514Z 2025-01-31T22:16:29.5449840Z 585232b4cf165d69fdd029382d7a12b1673c61654e84961ce9f10247f719f37c 2025-01-31T22:16:29.5450522Z Running command: docker exec -t 585232b4cf165d69fdd029382d7a12b1673c61654e84961ce9f10247f719f37c /exec 2025-01-31T22:16:29.5451093Z ++ conda env list --json 2025-01-31T22:16:29.5451347Z ++ local cmd=env 2025-01-31T22:16:29.5451584Z ++ case "$cmd" in 2025-01-31T22:16:29.5451839Z ++ __conda_exe env list --json 2025-01-31T22:16:29.5452115Z ++ jq -r '.envs | .[-1]' 2025-01-31T22:16:29.5452401Z ++ /opt/conda/bin/conda env list --json 2025-01-31T22:16:29.5452743Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-01-31T22:16:29.5453058Z + conda activate /opt/conda/envs/py_3.10 2025-01-31T22:16:29.5453383Z + local cmd=activate 2025-01-31T22:16:29.5453618Z + case "$cmd" in 2025-01-31T22:16:29.5453934Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-01-31T22:16:29.5454283Z + '[' -n '' ']' 2025-01-31T22:16:29.5454502Z + local ask_conda 2025-01-31T22:16:29.5454758Z ++ PS1='(base) ' 2025-01-31T22:16:29.5455074Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-01-31T22:16:29.5455565Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-01-31T22:16:29.5456021Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-01-31T22:16:29.5457015Z 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-01-31T22:16:29.5457915Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-01-31T22:16:29.5458268Z export CONDA_SHLVL='\''2'\'' 2025-01-31T22:16:29.5458574Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-01-31T22:16:29.5458923Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-01-31T22:16:29.5459299Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-01-31T22:16:29.5459683Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-01-31T22:16:29.5460007Z export _CE_M='\'''\'' 2025-01-31T22:16:29.5460285Z export _CE_CONDA='\'''\'' 2025-01-31T22:16:29.5460613Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-01-31T22:16:29.5460980Z + eval 'PS1='\''(py_3.10) '\'' 2025-01-31T22:16:29.5461848Z 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-01-31T22:16:29.5462857Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-01-31T22:16:29.5463345Z export CONDA_SHLVL='\''2'\'' 2025-01-31T22:16:29.5463652Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-01-31T22:16:29.5464026Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-01-31T22:16:29.5464381Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-01-31T22:16:29.5464756Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-01-31T22:16:29.5465083Z export _CE_M='\'''\'' 2025-01-31T22:16:29.5465406Z export _CE_CONDA='\'''\'' 2025-01-31T22:16:29.5465941Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-01-31T22:16:29.5466313Z ++ PS1='(py_3.10) ' 2025-01-31T22:16:29.5467133Z ++ 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-01-31T22:16:29.5468492Z ++ 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-01-31T22:16:29.5469353Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-01-31T22:16:29.5469729Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-01-31T22:16:29.5470058Z ++ export CONDA_SHLVL=2 2025-01-31T22:16:29.5470342Z ++ CONDA_SHLVL=2 2025-01-31T22:16:29.5470629Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-01-31T22:16:29.5470948Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-01-31T22:16:29.5471294Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-01-31T22:16:29.5471668Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-01-31T22:16:29.5471987Z ++ export CONDA_PREFIX_1=/opt/conda 2025-01-31T22:16:29.5472332Z ++ CONDA_PREFIX_1=/opt/conda 2025-01-31T22:16:29.5472656Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-01-31T22:16:29.5472973Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-01-31T22:16:29.5473295Z ++ export _CE_M= 2025-01-31T22:16:29.5473557Z ++ _CE_M= 2025-01-31T22:16:29.5473788Z ++ export _CE_CONDA= 2025-01-31T22:16:29.5474072Z ++ _CE_CONDA= 2025-01-31T22:16:29.5474347Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-01-31T22:16:29.5474738Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-01-31T22:16:29.5475181Z + __conda_hashr 2025-01-31T22:16:29.5475585Z + '[' -n '' ']' 2025-01-31T22:16:29.5475861Z + '[' -n '' ']' 2025-01-31T22:16:29.5476136Z + hash -r 2025-01-31T22:16:29.5476421Z + PYTHON_EXECUTABLE=python 2025-01-31T22:16:29.5476756Z + bash .ci/scripts/setup-linux.sh cmake 2025-01-31T22:16:29.5477121Z ++ dirname .ci/scripts/setup-linux.sh 2025-01-31T22:16:29.5477461Z + source .ci/scripts/utils.sh 2025-01-31T22:16:29.5477783Z + BUILD_TOOL=cmake 2025-01-31T22:16:29.5478065Z + [[ -z cmake ]] 2025-01-31T22:16:29.5478320Z + echo 'Setup Linux for cmake ...' 2025-01-31T22:16:29.5478668Z Setup Linux for cmake ... 2025-01-31T22:16:29.5479003Z + install_executorch use-pt-pinned-commit 2025-01-31T22:16:29.5479339Z + which pip 2025-01-31T22:16:29.5479612Z /opt/conda/envs/py_3.10/bin/pip 2025-01-31T22:16:29.5480040Z + [[ use-pt-pinned-commit == \u\s\e\-\p\t\-\p\i\n\n\e\d\-\c\o\m\m\i\t ]] 2025-01-31T22:16:29.5480590Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-01-31T22:16:29.5481251Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-01-31T22:16:29.5482103Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.6.0a0+git0a94bb4) 2025-01-31T22:16:29.5483021Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-01-31T22:16:29.5483943Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+b6d4675) 2025-01-31T22:16:29.5484688Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-01-31T22:16:29.5485210Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-01-31T22:16:29.5486066Z 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-01-31T22:16:29.5487395Z 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-01-31T22:16:29.5488394Z Collecting cmake (from -r requirements-dev.txt (line 1)) 2025-01-31T22:16:29.5488984Z Downloading cmake-3.31.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB) 2025-01-31T22:16:29.5490004Z 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-01-31T22:16:29.5491122Z 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-01-31T22:16:29.5492177Z 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-01-31T22:16:29.5493433Z 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-01-31T22:16:29.5494949Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.44.0) 2025-01-31T22:16:29.5496105Z 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-01-31T22:16:29.5497324Z 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.28.0) 2025-01-31T22:16:29.5498633Z 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.2) 2025-01-31T22:16:29.5499959Z 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.17.0) 2025-01-31T22:16:29.5501335Z 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.2) 2025-01-31T22:16:29.5502686Z 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-01-31T22:16:29.5504098Z 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-01-31T22:16:29.5505488Z 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-01-31T22:16:39.9431369Z 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.0) 2025-01-31T22:16:39.9432949Z 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-01-31T22:16:39.9434199Z 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-01-31T22:16:39.9435328Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-01-31T22:16:39.9436291Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.5) 2025-01-31T22:16:39.9437259Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2024.12.0) 2025-01-31T22:16:39.9438238Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.1) 2025-01-31T22:16:39.9439537Z 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.1->torch) (1.3.0) 2025-01-31T22:16:39.9440622Z 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-01-31T22:16:39.9441685Z 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-01-31T22:16:39.9443154Z 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-01-31T22:16:39.9444644Z 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-01-31T22:16:39.9446111Z 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-01-31T22:16:39.9447737Z 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)) (2024.12.14) 2025-01-31T22:16:39.9448680Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-01-31T22:16:39.9451946Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-01-31T22:16:39.9452747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 104.5 MB/s eta 0:00:00 2025-01-31T22:16:39.9453559Z [?25hDownloading cmake-3.31.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-01-31T22:16:39.9454333Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-01-31T22:16:39.9455044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 264.9 MB/s eta 0:00:00 2025-01-31T22:16:39.9455631Z [?25hInstalling collected packages: cmake, timm 2025-01-31T22:16:39.9456036Z Attempting uninstall: timm 2025-01-31T22:16:39.9456362Z Found existing installation: timm 0.6.13 2025-01-31T22:16:39.9456731Z Uninstalling timm-0.6.13: 2025-01-31T22:16:39.9457077Z Successfully uninstalled timm-0.6.13 2025-01-31T22:16:39.9457447Z Successfully installed cmake-3.31.4 timm-1.0.7 2025-01-31T22:16:39.9457848Z Processing ./third-party/ao 2025-01-31T22:16:39.9458292Z Preparing metadata (setup.py) ... [?25l- \ done 2025-01-31T22:16:39.9458769Z [?25hBuilding wheels for collected packages: torchao 2025-01-31T22:16:39.9459321Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-01-31T22:16:39.9460409Z [?25h Created wheel for torchao: filename=torchao-0.8.0+git11333ba-py3-none-any.whl size=677359 sha256=40368d61e97ef321a26a7b37ee5f9073e54b58bb34a443379d630e4db3afa5c9 2025-01-31T22:16:39.9461594Z Stored in directory: /tmp/pip-ephem-wheel-cache-pp70nkph/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-01-31T22:16:39.9462320Z Successfully built torchao 2025-01-31T22:16:39.9462662Z Installing collected packages: torchao 2025-01-31T22:16:39.9463043Z Successfully installed torchao-0.8.0+git11333ba 2025-01-31T22:16:39.9463705Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-01-31T22:16:39.9464421Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-01-31T22:16:39.9464932Z Processing /pytorch/executorch 2025-01-31T22:16:39.9465311Z Running command Preparing metadata (pyproject.toml) 2025-01-31T22:16:39.9465699Z running dist_info 2025-01-31T22:16:39.9466058Z creating /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info 2025-01-31T22:16:39.9466634Z writing /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/PKG-INFO 2025-01-31T22:16:39.9467349Z writing dependency_links to /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/dependency_links.txt 2025-01-31T22:16:39.9468234Z writing entry points to /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/entry_points.txt 2025-01-31T22:16:39.9468998Z writing requirements to /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/requires.txt 2025-01-31T22:16:39.9469762Z writing top-level names to /tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/top_level.txt 2025-01-31T22:16:39.9470587Z writing manifest file '/tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/SOURCES.txt' 2025-01-31T22:16:39.9471285Z reading manifest file '/tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/SOURCES.txt' 2025-01-31T22:16:39.9471820Z adding license file 'LICENSE' 2025-01-31T22:16:39.9472339Z writing manifest file '/tmp/pip-modern-metadata-jimrbzmr/executorch.egg-info/SOURCES.txt' 2025-01-31T22:16:39.9473022Z creating '/tmp/pip-modern-metadata-jimrbzmr/executorch-0.6.0a0+20f9f5f.dist-info' 2025-01-31T22:16:39.9473671Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-01-31T22:16:39.9474445Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.1.6) 2025-01-31T22:16:39.9475281Z Collecting flatbuffers (from executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:39.9476708Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/0e/e2/b066e6e02d67bf5261a6d7539648c6da3365cc9eff3eb6d82009595d84d9/flatbuffers-25.1.24-py2.py3-none-any.whl.metadata 2025-01-31T22:16:39.9478052Z Downloading flatbuffers-25.1.24-py2.py3-none-any.whl.metadata (875 bytes) 2025-01-31T22:16:39.9478982Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (6.84.2) 2025-01-31T22:16:39.9480092Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (1.3.0) 2025-01-31T22:16:39.9481206Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (2.2.2) 2025-01-31T22:16:39.9482321Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (24.2) 2025-01-31T22:16:39.9483411Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (2.2.3) 2025-01-31T22:16:39.9484555Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.9.0) 2025-01-31T22:16:39.9485692Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (7.2.0) 2025-01-31T22:16:39.9486503Z Collecting pytest-xdist (from executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:39.9487811Z 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-01-31T22:16:39.9488983Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-01-31T22:16:39.9489534Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:39.9490789Z 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-01-31T22:16:39.9492051Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-01-31T22:16:39.9492872Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (6.0.1) 2025-01-31T22:16:39.9494268Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.17.32) 2025-01-31T22:16:39.9495482Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (1.13.1) 2025-01-31T22:16:39.9496265Z Collecting tabulate (from executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:39.9497444Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-01-31T22:16:39.9498738Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-01-31T22:16:44.9642671Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (4.12.2) 2025-01-31T22:16:44.9645044Z 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+20f9f5f) (2.9.0.post0) 2025-01-31T22:16:44.9647493Z 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+20f9f5f) (2024.2) 2025-01-31T22:16:44.9649760Z 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+20f9f5f) (2025.1) 2025-01-31T22:16:44.9652141Z 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+20f9f5f) (25.1.0) 2025-01-31T22:16:44.9654526Z 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+20f9f5f) (2.4.0) 2025-01-31T22:16:44.9656948Z 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+20f9f5f) (1.2.2) 2025-01-31T22:16:44.9659249Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+20f9f5f) (2.0.0) 2025-01-31T22:16:44.9661557Z 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+20f9f5f) (1.5.0) 2025-01-31T22:16:44.9663796Z 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+20f9f5f) (2.0.1) 2025-01-31T22:16:44.9665339Z Collecting pytest (from executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:44.9667558Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/11/92/76a1c94d3afee238333bc0a42b82935dd8f9cf8ce9e336ff87ee14d9e1cf/pytest-8.3.4-py3-none-any.whl.metadata 2025-01-31T22:16:44.9669788Z Downloading pytest-8.3.4-py3-none-any.whl.metadata (7.5 kB) 2025-01-31T22:16:44.9670715Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+20f9f5f) 2025-01-31T22:16:44.9672548Z 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-01-31T22:16:44.9673756Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-01-31T22:16:44.9674719Z 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+20f9f5f) (0.2.12) 2025-01-31T22:16:44.9676238Z 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+20f9f5f) (1.17.0) 2025-01-31T22:16:44.9677238Z Downloading flatbuffers-25.1.24-py2.py3-none-any.whl (30 kB) 2025-01-31T22:16:44.9677779Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-01-31T22:16:44.9678421Z Downloading pytest-8.3.4-py3-none-any.whl (343 kB) 2025-01-31T22:16:44.9678998Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-01-31T22:16:44.9679450Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-01-31T22:16:44.9679909Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-01-31T22:16:44.9680565Z Building wheels for collected packages: executorch 2025-01-31T22:16:44.9681021Z Running command Building wheel for executorch (pyproject.toml) 2025-01-31T22:16:44.9681438Z running bdist_wheel 2025-01-31T22:16:44.9681698Z running build 2025-01-31T22:16:44.9681944Z command options for 'CustomBuild': 2025-01-31T22:16:44.9682264Z build_base = pip-out 2025-01-31T22:16:44.9682645Z build_purelib = pip-out/lib 2025-01-31T22:16:44.9682992Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-01-31T22:16:44.9683415Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-01-31T22:16:44.9683804Z build_scripts = pip-out/scripts-3.10 2025-01-31T22:16:44.9684171Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-01-31T22:16:44.9684538Z plat_name = linux-x86_64 2025-01-31T22:16:44.9684822Z compiler = None 2025-01-31T22:16:44.9685053Z parallel = 95 2025-01-31T22:16:44.9685293Z debug = None 2025-01-31T22:16:44.9685511Z force = None 2025-01-31T22:16:44.9685799Z executable = /opt/conda/envs/py_3.10/bin/python 2025-01-31T22:16:44.9686314Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-01-31T22:16:44.9687000Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-01-31T22:16:44.9690316Z cmake -S /pytorch/executorch -B /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.10/bin/python -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.10/lib/python3.10/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_XNNPACK=ON 2025-01-31T22:16:44.9693175Z -- The C compiler identification is Clang 12.0.1 2025-01-31T22:16:44.9693882Z -- The CXX compiler identification is Clang 12.0.1 2025-01-31T22:16:44.9694353Z -- Detecting C compiler ABI info 2025-01-31T22:16:44.9694698Z -- Detecting C compiler ABI info - done 2025-01-31T22:16:44.9695099Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-01-31T22:16:44.9695539Z -- Detecting C compile features 2025-01-31T22:16:44.9695881Z -- Detecting C compile features - done 2025-01-31T22:16:44.9696207Z -- Detecting CXX compiler ABI info 2025-01-31T22:16:44.9696545Z -- Detecting CXX compiler ABI info - done 2025-01-31T22:16:44.9696963Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-01-31T22:16:44.9697358Z -- Detecting CXX compile features 2025-01-31T22:16:44.9697687Z -- Detecting CXX compile features - done 2025-01-31T22:16:44.9698308Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:16:44.9699027Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:44.9699464Z CMake. 2025-01-31T22:16:44.9699599Z 2025-01-31T22:16:44.9699865Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:44.9700442Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:44.9700962Z to work with policies introduced by or earlier. 2025-01-31T22:16:44.9701223Z 2025-01-31T22:16:44.9701227Z 2025-01-31T22:16:44.9701633Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:16:44.9702374Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:44.9702789Z CMake. 2025-01-31T22:16:44.9702927Z 2025-01-31T22:16:44.9703153Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:44.9703863Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:44.9704358Z to work with policies introduced by or earlier. 2025-01-31T22:16:44.9704635Z 2025-01-31T22:16:44.9704639Z 2025-01-31T22:16:44.9704770Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-01-31T22:16:44.9705173Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-01-31T22:16:44.9709136Z -- Found Threads: TRUE 2025-01-31T22:16:44.9709694Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:16:44.9710406Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:44.9710795Z CMake. 2025-01-31T22:16:44.9710922Z 2025-01-31T22:16:44.9711139Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:44.9711669Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:44.9712127Z to work with policies introduced by or earlier. 2025-01-31T22:16:44.9712387Z 2025-01-31T22:16:44.9712391Z 2025-01-31T22:16:44.9712571Z -- Using python executable '/opt/conda/envs/py_3.10/bin/python' 2025-01-31T22:16:44.9712956Z -- Resolved buck2 as buck2. 2025-01-31T22:16:44.9713230Z -- Killing buck2 daemon 2025-01-31T22:16:44.9713469Z 'buck2 killall' 2025-01-31T22:16:44.9713748Z -- executorch: Generating source lists 2025-01-31T22:16:44.9714439Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-01-31T22:16:44.9715663Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-01-31T22:16:44.9716469Z fatal: No tags can describe '595bf0007ab1929570c7671f091313c8fc20644e'. 2025-01-31T22:16:44.9716916Z Try --always, or create some tags. 2025-01-31T22:16:44.9717359Z CMake Warning at third-party/flatbuffers/CMake/Version.cmake:32 (message): 2025-01-31T22:16:44.9717851Z git describe failed with exit code: 128 2025-01-31T22:16:44.9718073Z 2025-01-31T22:16:44.9718284Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-01-31T22:16:44.9718695Z Call Stack (most recent call first): 2025-01-31T22:16:44.9719088Z third-party/flatbuffers/CMakeLists.txt:5 (include) 2025-01-31T22:16:44.9719348Z 2025-01-31T22:16:44.9719357Z 2025-01-31T22:16:44.9719485Z -- Proceeding with version: 24.3.25.0 2025-01-31T22:16:44.9719792Z -- Looking for strtof_l 2025-01-31T22:16:44.9720079Z -- Looking for strtof_l - found 2025-01-31T22:16:44.9720384Z -- Looking for strtoull_l 2025-01-31T22:16:44.9720663Z -- Looking for strtoull_l - found 2025-01-31T22:16:44.9720998Z -- Looking for realpath 2025-01-31T22:16:44.9721285Z -- Looking for realpath - found 2025-01-31T22:16:44.9721570Z -- CMAKE_CXX_FLAGS: 2025-01-31T22:16:44.9721857Z -- executorch: Using PAL default 'posix' 2025-01-31T22:16:44.9722216Z -- Generating operator lib: 2025-01-31T22:16:44.9722507Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:16:44.9722956Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:16:44.9723396Z -- ROOT_OPS: 2025-01-31T22:16:44.9723644Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:44.9724969Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-01-31T22:16:44.9726349Z -- Generating kernel bindings: 2025-01-31T22:16:44.9726652Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:16:44.9727087Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:16:44.9727641Z -- CUSTOM_OPS_YAML: 2025-01-31T22:16:50.4478020Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-01-31T22:16:50.4480248Z -- Generating operator lib: 2025-01-31T22:16:50.4480550Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:16:50.4481014Z -- KERNEL_LIBS: portable_kernels 2025-01-31T22:16:50.4481330Z -- DEPS: executorch 2025-01-31T22:16:50.4481591Z -- Generating operator lib: 2025-01-31T22:16:50.4481898Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:16:50.4482365Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized-oss.yaml 2025-01-31T22:16:50.4482813Z -- ROOT_OPS: 2025-01-31T22:16:50.4483059Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:50.4484422Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized-oss.yaml" 2025-01-31T22:16:50.4485818Z -- Generating kernel bindings: 2025-01-31T22:16:50.4486115Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:16:50.4486569Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized-oss.yaml 2025-01-31T22:16:50.4487042Z -- CUSTOM_OPS_YAML: 2025-01-31T22:16:50.4488933Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-01-31T22:16:50.4490879Z -- Generating operator lib: 2025-01-31T22:16:50.4491291Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:16:50.4491591Z -- KERNEL_LIBS: optimized_kernels 2025-01-31T22:16:50.4491893Z -- DEPS: executorch 2025-01-31T22:16:50.4492155Z -- Merging kernel yaml files: 2025-01-31T22:16:50.4492656Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2025-01-31T22:16:50.4493539Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-01-31T22:16:50.4494548Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-01-31T22:16:50.4495102Z -- Generating operator lib: 2025-01-31T22:16:50.4495408Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:16:50.4496046Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-01-31T22:16:50.4496651Z -- ROOT_OPS: 2025-01-31T22:16:50.4496881Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:50.4498401Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-01-31T22:16:50.4499959Z -- Generating kernel bindings: 2025-01-31T22:16:50.4500382Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:16:50.4501005Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-01-31T22:16:50.4501602Z -- CUSTOM_OPS_YAML: 2025-01-31T22:16:50.4506503Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-01-31T22:16:50.4508617Z -- Generating operator lib: 2025-01-31T22:16:50.4508939Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:16:50.4509325Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2025-01-31T22:16:50.4509663Z -- DEPS: executorch 2025-01-31T22:16:50.4510136Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-01-31T22:16:50.4510868Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:50.4511275Z CMake. 2025-01-31T22:16:50.4511407Z 2025-01-31T22:16:50.4511629Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:50.4512189Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:50.4512663Z to work with policies introduced by or earlier. 2025-01-31T22:16:50.4512933Z 2025-01-31T22:16:50.4512937Z 2025-01-31T22:16:50.4513049Z -- Looking for C++ include unistd.h 2025-01-31T22:16:50.4513390Z -- Looking for C++ include unistd.h - found 2025-01-31T22:16:50.4513736Z -- Looking for C++ include stdint.h 2025-01-31T22:16:50.4514045Z -- Looking for C++ include stdint.h - found 2025-01-31T22:16:50.4514381Z -- Looking for C++ include inttypes.h 2025-01-31T22:16:50.4514725Z -- Looking for C++ include inttypes.h - found 2025-01-31T22:16:50.4515151Z -- Looking for C++ include sys/types.h 2025-01-31T22:16:50.4515668Z -- Looking for C++ include sys/types.h - found 2025-01-31T22:16:50.4516027Z -- Looking for C++ include sys/stat.h 2025-01-31T22:16:50.4516445Z -- Looking for C++ include sys/stat.h - found 2025-01-31T22:16:50.4516801Z -- Looking for C++ include fnmatch.h 2025-01-31T22:16:50.4517149Z -- Looking for C++ include fnmatch.h - found 2025-01-31T22:16:50.4517484Z -- Looking for C++ include stddef.h 2025-01-31T22:16:50.4517822Z -- Looking for C++ include stddef.h - found 2025-01-31T22:16:50.4518157Z -- Check size of uint32_t 2025-01-31T22:16:50.4518436Z -- Check size of uint32_t - done 2025-01-31T22:16:50.4518737Z -- Looking for strtoll 2025-01-31T22:16:50.4519001Z -- Looking for strtoll - found 2025-01-31T22:16:50.4519417Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-01-31T22:16:50.4519864Z -- Found assembler: /opt/cache/bin/cc 2025-01-31T22:16:50.4520215Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-01-31T22:16:50.4520842Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-01-31T22:16:50.4521438Z -- Generating microkernels.cmake 2025-01-31T22:16:50.4521838Z No microkernel found in src/reference/binary-elementwise.cc 2025-01-31T22:16:50.4522269Z No microkernel found in src/reference/packing.cc 2025-01-31T22:16:50.4522706Z No microkernel found in src/reference/unary-elementwise.cc 2025-01-31T22:16:50.4523320Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-01-31T22:16:50.4523981Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:50.4524414Z CMake. 2025-01-31T22:16:50.4524533Z 2025-01-31T22:16:50.4524774Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:50.4525331Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:50.4525834Z to work with policies introduced by or earlier. 2025-01-31T22:16:50.4526092Z 2025-01-31T22:16:50.4526097Z 2025-01-31T22:16:50.4526206Z -- pybind11 v2.13.6 2025-01-31T22:16:50.4526766Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-01-31T22:16:50.4527603Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-01-31T22:16:50.4528021Z -- Performing Test HAS_FLTO_THIN 2025-01-31T22:16:50.4528332Z -- Performing Test HAS_FLTO_THIN - Success 2025-01-31T22:16:50.4528949Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-01-31T22:16:50.4529585Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:16:50.4530005Z CMake. 2025-01-31T22:16:50.4530121Z 2025-01-31T22:16:50.4530340Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:16:50.4530895Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:16:50.4531441Z to work with policies introduced by or earlier. 2025-01-31T22:16:50.4531694Z 2025-01-31T22:16:50.4531698Z 2025-01-31T22:16:50.4531867Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-01-31T22:16:50.4532324Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-01-31T22:16:50.4532722Z -- Setting Clang compiler options 2025-01-31T22:16:50.4533412Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-01-31T22:16:50.4534463Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:16:50.4535173Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:16:50.4535529Z Call Stack (most recent call first): 2025-01-31T22:16:50.4536215Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:16:50.4536908Z CMakeLists.txt:725 (find_package) 2025-01-31T22:16:50.4537111Z 2025-01-31T22:16:50.4537115Z 2025-01-31T22:16:50.4537410Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-01-31T22:16:50.4538381Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-01-31T22:16:50.4539524Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:16:50.4540227Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:16:50.4540588Z Call Stack (most recent call first): 2025-01-31T22:16:50.4541275Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:16:50.4542031Z extension/llm/custom_ops/CMakeLists.txt:72 (find_package) 2025-01-31T22:16:50.4542318Z 2025-01-31T22:16:50.4542321Z 2025-01-31T22:16:50.4542441Z -- Generating operator lib: 2025-01-31T22:16:50.4542723Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:16:50.4543146Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:16:50.4543570Z -- ROOT_OPS: 2025-01-31T22:16:50.4543793Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:50.4545082Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-01-31T22:16:50.4546419Z -- Generating kernel bindings: 2025-01-31T22:16:50.4546705Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:16:50.4547000Z -- FUNCTIONS_YAML: 2025-01-31T22:16:50.4547376Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:16:51.1297182Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-01-31T22:16:51.1301054Z -- Generating operator lib: 2025-01-31T22:16:51.1301364Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:16:51.1301689Z -- OPS_SCHEMA_YAML: 2025-01-31T22:16:51.1304377Z -- ROOT_OPS: 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-01-31T22:16:51.1306934Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:51.1310376Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="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-01-31T22:16:51.1313846Z -- Generating kernel bindings: 2025-01-31T22:16:51.1314163Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:16:51.1314460Z -- FUNCTIONS_YAML: 2025-01-31T22:16:51.1314853Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:16:51.1315398Z -- Generating custom ops aot lib: 2025-01-31T22:16:51.1315702Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:16:51.1316268Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-01-31T22:16:51.1317068Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-01-31T22:16:51.1317859Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-01-31T22:16:51.1318690Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-01-31T22:16:51.1319505Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-01-31T22:16:51.1320315Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-01-31T22:16:51.1321141Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-01-31T22:16:51.1321964Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-01-31T22:16:51.1322780Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-01-31T22:16:51.1323564Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-01-31T22:16:51.1324374Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-01-31T22:16:51.1325226Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-01-31T22:16:51.1326247Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:16:51.1326969Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:16:51.1327345Z Call Stack (most recent call first): 2025-01-31T22:16:51.1328031Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:16:51.1328741Z build/Codegen.cmake:144 (find_package) 2025-01-31T22:16:51.1329224Z kernels/quantized/CMakeLists.txt:90 (gen_custom_ops_aot_lib) 2025-01-31T22:16:51.1329531Z 2025-01-31T22:16:51.1329535Z 2025-01-31T22:16:51.1329655Z -- Generating operator lib: 2025-01-31T22:16:51.1329954Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:16:51.1330411Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:16:51.1330845Z -- ROOT_OPS: 2025-01-31T22:16:51.1331074Z -- INCLUDE_ALL_OPS: 2025-01-31T22:16:51.1332428Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-01-31T22:16:51.1333826Z -- Generating kernel bindings: 2025-01-31T22:16:51.1334130Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:16:51.1334450Z -- FUNCTIONS_YAML: 2025-01-31T22:16:51.1334836Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:16:51.1335271Z -- Generating operator lib: 2025-01-31T22:16:51.1335578Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:16:51.1335928Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-01-31T22:16:51.1336255Z -- DEPS: portable_lib 2025-01-31T22:16:51.1336534Z -- Generating operator lib: 2025-01-31T22:16:51.1336829Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:16:51.1337129Z -- KERNEL_LIBS: quantized_kernels 2025-01-31T22:16:51.1337435Z -- DEPS: executorch 2025-01-31T22:16:51.1337686Z -- 2025-01-31T22:16:51.1337891Z -- ******** Summary ******** 2025-01-31T22:16:51.1338190Z -- CMAKE_BUILD_TYPE : Release 2025-01-31T22:16:51.1338526Z -- CMAKE_CXX_STANDARD : 17 2025-01-31T22:16:51.1338845Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-01-31T22:16:51.1339173Z -- CMAKE_TOOLCHAIN_FILE : 2025-01-31T22:16:51.1339500Z -- BUCK2 : buck2 2025-01-31T22:16:51.1339906Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-01-31T22:16:51.1340378Z -- FLATC_EXECUTABLE : flatc 2025-01-31T22:16:51.1340714Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-01-31T22:16:51.1341099Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-01-31T22:16:51.1341487Z -- EXECUTORCH_LOG_LEVEL : Info 2025-01-31T22:16:51.1341849Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-01-31T22:16:51.1342226Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-01-31T22:16:51.1342642Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-01-31T22:16:51.1342997Z -- EXECUTORCH_BUILD_COREML : OFF 2025-01-31T22:16:51.1343365Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-01-31T22:16:51.1343745Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-01-31T22:16:51.1344105Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-01-31T22:16:51.1344492Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-01-31T22:16:51.1344876Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-01-31T22:16:51.1345244Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-01-31T22:16:51.1345625Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-01-31T22:16:51.1346003Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-01-31T22:16:51.1346367Z -- EXECUTORCH_BUILD_FLATC : ON 2025-01-31T22:16:51.1346726Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-01-31T22:16:51.1347149Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-01-31T22:16:51.1347503Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-01-31T22:16:51.1347874Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-01-31T22:16:51.1348247Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-01-31T22:16:51.1348608Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-01-31T22:16:51.1348977Z -- EXECUTORCH_BUILD_MPS : OFF 2025-01-31T22:16:51.1349397Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-01-31T22:16:51.1349752Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-01-31T22:16:51.1350113Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-01-31T22:16:51.1350474Z -- EXECUTORCH_BUILD_QNN : OFF 2025-01-31T22:16:51.1350825Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-01-31T22:16:51.1351191Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-01-31T22:16:51.1351558Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-01-31T22:16:51.1351914Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-01-31T22:16:51.1352260Z -- Configuring done (10.1s) 2025-01-31T22:16:51.1352592Z -- Generating done (0.3s) 2025-01-31T22:16:51.1353110Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-01-31T22:16:51.1354307Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j95 --target flatc --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-01-31T22:16:51.1355548Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-01-31T22:16:51.1356262Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-01-31T22:16:51.1356946Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2025-01-31T22:16:51.1357627Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-01-31T22:16:51.1358361Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-01-31T22:16:51.9407534Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-01-31T22:16:51.9408810Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-01-31T22:16:51.9410040Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-01-31T22:16:51.9411305Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-01-31T22:16:51.9412407Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-01-31T22:16:51.9413520Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-01-31T22:16:51.9414359Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-01-31T22:16:51.9415417Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-01-31T22:16:51.9416521Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-01-31T22:16:51.9417688Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-01-31T22:16:51.9418988Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-01-31T22:16:51.9420152Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-01-31T22:16:51.9421304Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-01-31T22:16:51.9422387Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-01-31T22:16:51.9423642Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-01-31T22:16:51.9425134Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-01-31T22:16:51.9426333Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-01-31T22:16:51.9427540Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-01-31T22:16:51.9428745Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-01-31T22:16:51.9429756Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-01-31T22:16:51.9430739Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-01-31T22:16:51.9431798Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-01-31T22:16:51.9432976Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-01-31T22:16:51.9434127Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-01-31T22:16:51.9435436Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-01-31T22:16:51.9436583Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-01-31T22:16:51.9438096Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-01-31T22:16:51.9439774Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-01-31T22:16:51.9441604Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-01-31T22:16:51.9443121Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-01-31T22:16:51.9444671Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-01-31T22:16:51.9446176Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-01-31T22:16:51.9447220Z [100%] Linking CXX executable flatc 2025-01-31T22:16:51.9447731Z [100%] Built target flatc 2025-01-31T22:16:51.9448549Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-01-31T22:16:51.9449788Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-01-31T22:16:51.9451029Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-01-31T22:16:51.9452014Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-01-31T22:16:51.9453026Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-01-31T22:16:51.9454103Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-01-31T22:16:51.9455481Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-01-31T22:16:51.9456859Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-01-31T22:16:51.9458254Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-01-31T22:16:51.9459667Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-01-31T22:16:51.9460804Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-01-31T22:16:51.9461890Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-01-31T22:16:51.9463051Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-01-31T22:16:51.9464087Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-01-31T22:16:51.9465205Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-01-31T22:16:51.9466618Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-01-31T22:16:51.9476253Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-01-31T22:16:51.9477536Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-01-31T22:16:51.9478785Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-01-31T22:16:51.9480069Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-01-31T22:16:51.9481442Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-01-31T22:16:51.9482811Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-01-31T22:16:51.9484314Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-01-31T22:16:51.9485558Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-01-31T22:16:51.9487050Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-01-31T22:16:51.9488364Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-01-31T22:16:51.9489729Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-01-31T22:16:51.9491068Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-01-31T22:16:51.9492475Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-01-31T22:16:51.9493975Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-01-31T22:16:51.9495212Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-01-31T22:16:51.9496388Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-01-31T22:16:51.9497628Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-01-31T22:16:51.9498923Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-01-31T22:16:51.9500188Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-01-31T22:16:51.9501444Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-01-31T22:16:51.9502513Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-01-31T22:16:51.9503672Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-01-31T22:16:51.9504688Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-01-31T22:16:51.9505930Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-01-31T22:16:51.9532574Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-01-31T22:16:51.9533663Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-01-31T22:16:51.9534639Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-01-31T22:16:51.9536258Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-01-31T22:16:51.9537680Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-01-31T22:16:51.9538878Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-01-31T22:16:52.5816804Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-01-31T22:16:52.5818270Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-01-31T22:16:52.5819811Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-01-31T22:16:52.5821285Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-01-31T22:16:52.5822612Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-01-31T22:16:52.5823955Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-01-31T22:16:52.5825182Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-01-31T22:16:52.5826139Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-01-31T22:16:52.5827008Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-01-31T22:16:52.5827873Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-01-31T22:16:52.5828751Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-01-31T22:16:52.5829605Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-01-31T22:16:52.5830462Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-01-31T22:16:52.5831355Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-01-31T22:16:52.5832214Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-01-31T22:16:52.5833025Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-01-31T22:16:52.5833799Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-01-31T22:16:52.5834649Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-01-31T22:16:52.5835612Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-01-31T22:16:52.5836434Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-01-31T22:16:52.5837278Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-01-31T22:16:52.5838150Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-01-31T22:16:52.5839028Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-01-31T22:16:52.5839835Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-01-31T22:16:52.5840657Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-01-31T22:16:52.5841500Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-01-31T22:16:52.5842396Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-01-31T22:16:52.5843425Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-01-31T22:16:52.5844281Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-01-31T22:16:52.5845122Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-01-31T22:16:52.5845914Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-01-31T22:16:52.5846618Z [ 8%] Built target flatc 2025-01-31T22:16:52.5846947Z [ 8%] Generating common_schema headers 2025-01-31T22:16:52.5847296Z [ 9%] Generating xnnpack_schema headers 2025-01-31T22:16:52.5847675Z [ 9%] Generating bundled_program headers 2025-01-31T22:16:52.5848009Z [ 9%] Built target common_schema 2025-01-31T22:16:52.5848327Z [ 9%] Built target bundled_program_schema 2025-01-31T22:16:52.5848663Z [ 9%] Built target xnnpack_schema 2025-01-31T22:16:52.5848986Z [ 9%] Generating program_schema headers 2025-01-31T22:16:52.5849320Z [ 9%] Built target program_schema 2025-01-31T22:16:52.5849846Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-01-31T22:16:52.5850503Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-01-31T22:16:52.5851243Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-01-31T22:16:52.5852075Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-01-31T22:16:52.5852769Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-01-31T22:16:52.5853405Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-01-31T22:16:52.5854095Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-01-31T22:16:52.5854798Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-01-31T22:16:52.5855532Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-01-31T22:16:52.5856336Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-01-31T22:16:52.5857094Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-01-31T22:16:52.5857795Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-01-31T22:16:52.5858485Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-01-31T22:16:52.5859173Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-01-31T22:16:52.5859854Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-01-31T22:16:52.5860515Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-01-31T22:16:52.5861199Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-01-31T22:16:52.5861912Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-01-31T22:16:52.5862408Z [ 10%] Built target flatccrt 2025-01-31T22:16:52.5862718Z [ 10%] Linking C static library libpthreadpool.a 2025-01-31T22:16:52.5863077Z [ 10%] Built target pthreadpool 2025-01-31T22:16:52.5863794Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-01-31T22:16:52.5864921Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-01-31T22:16:52.5865943Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-01-31T22:16:52.5866919Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-01-31T22:16:52.5867588Z [ 10%] Linking C static library libcpuinfo.a 2025-01-31T22:16:52.5868221Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-01-31T22:16:52.5869144Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-01-31T22:16:52.5870113Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-01-31T22:16:52.5870955Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-01-31T22:16:52.5871866Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-01-31T22:16:52.5872831Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-01-31T22:16:52.5873726Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-01-31T22:16:52.5874566Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-01-31T22:16:52.5875322Z [ 12%] Linking CXX static library libeigen_blas.a 2025-01-31T22:16:52.5875695Z [ 12%] Built target cpuinfo 2025-01-31T22:16:52.5876465Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-01-31T22:16:52.5877701Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-01-31T22:16:52.5878961Z [ 12%] 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-01-31T22:16:52.5880214Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-01-31T22:16:52.5881457Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-01-31T22:16:52.5882691Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-01-31T22:16:52.5883920Z [ 12%] 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-01-31T22:16:52.6237587Z [ 12%] 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-01-31T22:16:52.6238893Z [ 12%] 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-01-31T22:16:52.6240141Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-01-31T22:16:52.6241358Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-01-31T22:16:52.6242578Z [ 13%] 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-01-31T22:16:52.6243857Z [ 13%] 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-01-31T22:16:52.6245211Z [ 13%] 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-01-31T22:16:52.6246657Z [ 13%] 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-01-31T22:16:52.6248493Z [ 13%] 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-01-31T22:16:52.6250340Z [ 13%] 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-01-31T22:16:52.6251940Z [ 13%] 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-01-31T22:16:52.6253284Z [ 13%] 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-01-31T22:16:52.6254584Z [ 13%] 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-01-31T22:16:52.6256447Z [ 13%] 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-01-31T22:16:52.6257699Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-01-31T22:16:52.6258921Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-01-31T22:16:52.6260561Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-01-31T22:16:52.6262029Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-01-31T22:16:52.6263538Z [ 14%] 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-01-31T22:16:52.6265334Z [ 14%] 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-01-31T22:16:52.6266659Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-01-31T22:16:52.6267937Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-01-31T22:16:52.6268811Z [ 14%] Built target eigen_blas 2025-01-31T22:16:52.6269552Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-01-31T22:16:52.6271158Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-01-31T22:16:52.6272912Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-01-31T22:16:52.6274238Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-01-31T22:16:52.6275577Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-01-31T22:16:52.6277011Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-01-31T22:16:52.6278379Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-01-31T22:16:52.6280162Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-01-31T22:16:52.6281883Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-01-31T22:16:52.6283601Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-01-31T22:16:52.6285019Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-01-31T22:16:52.6286437Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-01-31T22:16:52.6287683Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-01-31T22:16:52.6288866Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-01-31T22:16:52.6290047Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-01-31T22:16:52.6291312Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-01-31T22:16:52.6292501Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-01-31T22:16:52.6294362Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-01-31T22:16:52.6295723Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-01-31T22:16:52.6296880Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-01-31T22:16:52.6298040Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-01-31T22:16:52.6299295Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-01-31T22:16:52.6300454Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-01-31T22:16:52.6301926Z [ 16%] 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-01-31T22:16:52.6303139Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-01-31T22:16:52.6304478Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-01-31T22:16:52.6305653Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-01-31T22:16:52.6306778Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-01-31T22:16:52.6307916Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-01-31T22:16:52.6309055Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-01-31T22:16:52.6310236Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-01-31T22:16:52.6311494Z [ 16%] 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-01-31T22:16:52.6312894Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-01-31T22:16:53.2871207Z [ 16%] 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-01-31T22:16:53.2872668Z [ 16%] 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-01-31T22:16:53.2874336Z [ 16%] 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-01-31T22:16:53.2875724Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-01-31T22:16:53.2876882Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-01-31T22:16:53.2878042Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-01-31T22:16:53.2879748Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-01-31T22:16:53.2881511Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-01-31T22:16:53.2883315Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-01-31T22:16:53.2885055Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-01-31T22:16:53.2886412Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-01-31T22:16:53.2887652Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-01-31T22:16:53.2889052Z [ 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-01-31T22:16:53.2890327Z [ 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-01-31T22:16:53.2891577Z [ 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-01-31T22:16:53.2892799Z [ 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-01-31T22:16:53.2894405Z [ 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-01-31T22:16:53.2895446Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-01-31T22:16:53.2895966Z [ 17%] Built target flatcc 2025-01-31T22:16:53.2896937Z [ 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-01-31T22:16:53.2898287Z [ 17%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-01-31T22:16:53.2899393Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-01-31T22:16:53.2900230Z [ 18%] Built target microparams-init 2025-01-31T22:16:53.2901119Z [ 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-01-31T22:16:53.2902601Z [ 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-01-31T22:16:53.2903867Z [ 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-01-31T22:16:53.2905097Z [ 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-01-31T22:16:53.2906114Z [ 18%] Built target indirection 2025-01-31T22:16:53.2907116Z [ 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-01-31T22:16:53.2908663Z [ 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-01-31T22:16:53.2909956Z [ 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-01-31T22:16:53.2910736Z [ 18%] Built target normalization 2025-01-31T22:16:53.2911052Z [ 18%] Built target datatype 2025-01-31T22:16:53.2911328Z [ 18%] Built target logging 2025-01-31T22:16:53.2912089Z [ 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-01-31T22:16:53.2913137Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-01-31T22:16:53.2913994Z [ 18%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-01-31T22:16:53.2914663Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-01-31T22:16:53.2915365Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-01-31T22:16:53.2915918Z [ 18%] Built target executorch_core 2025-01-31T22:16:53.2916684Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-01-31T22:16:53.2917478Z [ 18%] Built target reference-ukernels 2025-01-31T22:16:53.2918139Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-01-31T22:16:53.2918998Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-01-31T22:16:53.2919837Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-01-31T22:16:53.2920953Z [ 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-01-31T22:16:53.2922044Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-01-31T22:16:53.2922987Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-01-31T22:16:53.2924105Z [ 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-01-31T22:16:53.2925085Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-01-31T22:16:53.2926051Z [ 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-01-31T22:16:53.2927271Z [ 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-01-31T22:16:53.2928503Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-01-31T22:16:53.2929826Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-01-31T22:16:53.2931033Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-01-31T22:16:53.2932289Z [ 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-01-31T22:16:53.2933602Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-01-31T22:16:53.2934879Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-01-31T22:16:53.2936355Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-01-31T22:16:53.2937899Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-01-31T22:16:53.2939192Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-01-31T22:16:53.2940755Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-01-31T22:16:53.2942439Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-01-31T22:16:53.2944141Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-01-31T22:16:53.5087601Z [ 20%] 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-01-31T22:16:53.5088991Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-01-31T22:16:53.5090212Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-01-31T22:16:53.5091574Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-01-31T22:16:53.5093751Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-01-31T22:16:53.5095792Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-01-31T22:16:53.5097234Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-01-31T22:16:53.5098698Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-01-31T22:16:53.5100189Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-01-31T22:16:53.5101647Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-01-31T22:16:53.5103089Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-01-31T22:16:53.5104760Z [ 21%] 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-01-31T22:16:53.5106205Z [ 21%] 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-01-31T22:16:53.5107657Z [ 21%] 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-01-31T22:16:53.5109233Z [ 21%] 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-01-31T22:16:53.5110678Z [ 21%] 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-01-31T22:16:53.5111973Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-01-31T22:16:53.5113166Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-01-31T22:16:53.5114358Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-01-31T22:16:53.5115662Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-01-31T22:16:53.5116919Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-01-31T22:16:53.5118132Z [ 23%] 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-01-31T22:16:53.5119295Z [ 23%] 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-01-31T22:16:53.5120518Z [ 23%] 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-01-31T22:16:53.5121795Z [ 23%] 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-01-31T22:16:53.5123122Z [ 23%] 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-01-31T22:16:53.5124414Z [ 23%] 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-01-31T22:16:53.5125666Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-01-31T22:16:53.5126856Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-01-31T22:16:53.5128006Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-01-31T22:16:53.5129168Z [ 24%] 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-01-31T22:16:53.5130378Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-01-31T22:16:53.5131533Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-01-31T22:16:53.5132738Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-01-31T22:16:53.5133964Z [ 24%] 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-01-31T22:16:53.5135205Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-01-31T22:16:53.5136454Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-01-31T22:16:53.5137644Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-01-31T22:16:53.5138786Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-01-31T22:16:53.5139932Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-01-31T22:16:53.5141073Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-01-31T22:16:53.5142247Z [ 24%] 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-01-31T22:16:53.5143140Z [ 24%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-01-31T22:16:53.5144075Z [ 24%] 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-01-31T22:16:53.5145355Z [ 24%] 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-01-31T22:16:53.5146640Z [ 24%] 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-01-31T22:16:53.5147951Z [ 25%] 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-01-31T22:16:53.5149233Z [ 25%] 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-01-31T22:16:53.5150484Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-01-31T22:16:53.5151670Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-01-31T22:16:53.5152910Z [ 25%] 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-01-31T22:16:53.5154209Z [ 25%] 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-01-31T22:16:53.5156023Z [ 25%] 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-01-31T22:16:54.2203814Z [ 25%] 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-01-31T22:16:54.2205448Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-01-31T22:16:54.2206666Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-01-31T22:16:54.2208054Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-01-31T22:16:54.2209954Z [ 25%] 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-01-31T22:16:54.2210788Z [ 25%] Built target allocator 2025-01-31T22:16:54.2211649Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-01-31T22:16:54.2213265Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-01-31T22:16:54.2214124Z [ 25%] Built target microkernel-utils 2025-01-31T22:16:54.2214861Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-01-31T22:16:54.2215593Z [ 26%] Built target memory 2025-01-31T22:16:54.2216448Z [ 26%] 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-01-31T22:16:54.2217724Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-01-31T22:16:54.2218767Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-01-31T22:16:54.2219466Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-01-31T22:16:54.2220473Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-01-31T22:16:54.2221337Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-01-31T22:16:54.2222189Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-01-31T22:16:54.2223319Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-01-31T22:16:54.2224425Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-01-31T22:16:54.2225301Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-01-31T22:16:54.2225912Z [ 26%] Built target mutex 2025-01-31T22:16:54.2226270Z [ 26%] Built target packing 2025-01-31T22:16:54.2227047Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-01-31T22:16:54.2228517Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-01-31T22:16:54.2229411Z [ 26%] Built target hardware-config 2025-01-31T22:16:54.2230201Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-01-31T22:16:54.2230974Z [ 26%] Built target operator-utils 2025-01-31T22:16:54.2231715Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-01-31T22:16:54.2232879Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-01-31T22:16:54.2233604Z [ 26%] Built target cache 2025-01-31T22:16:54.2234171Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-01-31T22:16:54.2235307Z [ 26%] 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-01-31T22:16:54.2236446Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-01-31T22:16:54.2237488Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-01-31T22:16:54.2238156Z [ 26%] Built target operator-run 2025-01-31T22:16:54.2238957Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-01-31T22:16:54.2240033Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-01-31T22:16:54.2241071Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-01-31T22:16:54.2242288Z [ 26%] 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-01-31T22:16:54.2243618Z [ 26%] 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-01-31T22:16:54.2244823Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-01-31T22:16:54.2245983Z [ 26%] 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-01-31T22:16:54.2246796Z [ 26%] Built target flatcc_cli 2025-01-31T22:16:54.2247434Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-01-31T22:16:54.2248105Z [ 26%] Generating etdump headers 2025-01-31T22:16:54.2248737Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-01-31T22:16:54.2249743Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-01-31T22:16:54.2250801Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-01-31T22:16:54.2251505Z [ 26%] Built target etdump_schema 2025-01-31T22:16:54.2252164Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-01-31T22:16:54.2253175Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-01-31T22:16:54.2254308Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:16:54.2255382Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-01-31T22:16:54.2256449Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-01-31T22:16:54.2257708Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:16:54.2258820Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-01-31T22:16:54.2259893Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-01-31T22:16:54.2261035Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-01-31T22:16:54.2262078Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-01-31T22:16:54.2263217Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-01-31T22:16:54.2264466Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-01-31T22:16:54.2265604Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-01-31T22:16:54.2266755Z [ 28%] 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-01-31T22:16:54.2268010Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-01-31T22:16:54.2269345Z [ 28%] 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-01-31T22:16:54.2270490Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-01-31T22:16:54.2271412Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-01-31T22:16:54.2272338Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-01-31T22:16:54.2273337Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-01-31T22:16:54.5041777Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-01-31T22:16:54.5043008Z [ 28%] 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-01-31T22:16:54.5044389Z [ 28%] 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-01-31T22:16:54.5045714Z [ 28%] 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-01-31T22:16:54.5047059Z [ 28%] 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-01-31T22:16:54.5048423Z [ 28%] 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-01-31T22:16:54.5049786Z [ 28%] 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-01-31T22:16:54.5051118Z [ 28%] 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-01-31T22:16:54.5052416Z [ 28%] 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-01-31T22:16:54.5053778Z [ 29%] 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-01-31T22:16:54.5055195Z [ 29%] 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-01-31T22:16:54.5056590Z [ 29%] 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-01-31T22:16:54.5057962Z [ 29%] 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-01-31T22:16:54.5059332Z [ 29%] 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-01-31T22:16:54.5060715Z [ 29%] 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-01-31T22:16:54.5062285Z [ 29%] 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-01-31T22:16:54.5063594Z [ 29%] 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-01-31T22:16:54.5064893Z [ 29%] 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-01-31T22:16:54.5066288Z [ 29%] 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-01-31T22:16:54.5067644Z [ 29%] 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-01-31T22:16:54.5069007Z [ 29%] 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-01-31T22:16:54.5070389Z [ 29%] 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-01-31T22:16:54.5071784Z [ 29%] 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-01-31T22:16:54.5073084Z [ 30%] 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-01-31T22:16:54.5074244Z [ 30%] 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-01-31T22:16:54.5075568Z [ 30%] 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-01-31T22:16:54.5076835Z [ 30%] 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-01-31T22:16:54.5078097Z [ 30%] 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-01-31T22:16:54.5079343Z [ 30%] 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-01-31T22:16:54.5080573Z [ 30%] 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-01-31T22:16:54.5081763Z [ 30%] 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-01-31T22:16:54.5082929Z [ 30%] 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-01-31T22:16:54.5084105Z [ 30%] 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-01-31T22:16:54.5085308Z [ 30%] 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-01-31T22:16:54.5086557Z [ 30%] 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-01-31T22:16:54.5087806Z [ 30%] 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-01-31T22:16:54.5089063Z [ 30%] 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-01-31T22:16:54.5090274Z [ 31%] 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-01-31T22:16:54.5091735Z [ 31%] 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-01-31T22:16:54.5093521Z [ 31%] 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-01-31T22:16:54.5095210Z [ 31%] 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-01-31T22:16:54.5096788Z [ 31%] 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-01-31T22:16:54.5098190Z [ 31%] 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-01-31T22:16:54.5099430Z [ 31%] 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-01-31T22:16:54.5100676Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-01-31T22:16:54.5101954Z [ 31%] 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-01-31T22:16:54.5103196Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-01-31T22:16:54.5104368Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-01-31T22:16:54.5105565Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-01-31T22:16:54.5106736Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-01-31T22:16:54.5107919Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-01-31T22:16:54.5109129Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-01-31T22:16:55.2828335Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-01-31T22:16:55.2830050Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-01-31T22:16:55.2831632Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-01-31T22:16:55.2833172Z [ 32%] Built target extension_threadpool 2025-01-31T22:16:55.2834624Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-01-31T22:16:55.2836933Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-01-31T22:16:55.2838537Z [ 34%] Linking CXX static library libextension_tensor.a 2025-01-31T22:16:55.2839789Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/parallel/thread_parallel.cpp.o 2025-01-31T22:16:55.2840990Z [ 34%] Built target extension_tensor 2025-01-31T22:16:55.2842411Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-01-31T22:16:55.2844609Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-01-31T22:16:55.2847242Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-01-31T22:16:55.2849225Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/threadpool/threadpool.cpp.o 2025-01-31T22:16:55.2851337Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-01-31T22:16:55.2853588Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/threadpool/threadpool_guard.cpp.o 2025-01-31T22:16:55.2855086Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-01-31T22:16:55.2856878Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-01-31T22:16:55.2859219Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-01-31T22:16:55.2861054Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-01-31T22:16:55.2862752Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-01-31T22:16:55.2864966Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-01-31T22:16:55.2867211Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-01-31T22:16:55.2868672Z [ 35%] Linking CXX static library libexecutorch.a 2025-01-31T22:16:55.2870050Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-01-31T22:16:55.2872192Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-01-31T22:16:55.2874383Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-01-31T22:16:55.2876679Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-01-31T22:16:55.2878859Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-01-31T22:16:55.2880956Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-01-31T22:16:55.2883092Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-01-31T22:16:55.2884475Z [ 36%] Built target executorch 2025-01-31T22:16:55.2885824Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-01-31T22:16:55.2887455Z [ 36%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-01-31T22:16:55.2888903Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-01-31T22:16:55.2890311Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-01-31T22:16:55.2891703Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-01-31T22:16:55.2893491Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-01-31T22:16:55.2894802Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-01-31T22:16:55.2903220Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-01-31T22:16:55.2905484Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-01-31T22:16:55.2906967Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-01-31T22:16:55.2908402Z [ 36%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-01-31T22:16:55.2910606Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-01-31T22:16:55.2912227Z [ 36%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-01-31T22:16:55.2913888Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-01-31T22:16:55.2916243Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-01-31T22:16:55.2918109Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-01-31T22:16:55.2919506Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-01-31T22:16:55.2920889Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-01-31T22:16:55.2921913Z [ 36%] Built target operators 2025-01-31T22:16:55.2922858Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-01-31T22:16:55.2924691Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-01-31T22:16:55.2926561Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-01-31T22:16:55.2928079Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-01-31T22:16:55.2929601Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-01-31T22:16:55.2931126Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-01-31T22:16:55.2932585Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-01-31T22:16:55.2933996Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-01-31T22:16:55.2935449Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-01-31T22:16:55.2936934Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-01-31T22:16:55.2938756Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-01-31T22:16:55.2940599Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-01-31T22:16:55.2942305Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-01-31T22:16:55.2944268Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-01-31T22:16:55.2945971Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-01-31T22:16:55.2947840Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-01-31T22:16:55.2949993Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-01-31T22:16:55.2951737Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-01-31T22:16:55.2953440Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-01-31T22:16:55.2955488Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-01-31T22:16:55.2957331Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-01-31T22:16:55.2958849Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-01-31T22:16:55.2960265Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-01-31T22:16:56.0947183Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-01-31T22:16:56.0948055Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-01-31T22:16:56.0948899Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-01-31T22:16:56.0949876Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-01-31T22:16:56.0950706Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-01-31T22:16:56.0951467Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-01-31T22:16:56.0952267Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-01-31T22:16:56.0953046Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-01-31T22:16:56.0953826Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-01-31T22:16:56.0954611Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-01-31T22:16:56.0955488Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-01-31T22:16:56.0956291Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-01-31T22:16:56.0957077Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-01-31T22:16:56.0957844Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-01-31T22:16:56.0958802Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-01-31T22:16:56.0959851Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-01-31T22:16:56.0960799Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-01-31T22:16:56.0961777Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-01-31T22:16:56.0962619Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-01-31T22:16:56.0963509Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-01-31T22:16:56.0964604Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-01-31T22:16:56.0965545Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-01-31T22:16:56.0966355Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-01-31T22:16:56.0967182Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-01-31T22:16:56.0967961Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-01-31T22:16:56.0969181Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-01-31T22:16:56.0970350Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-01-31T22:16:56.0971449Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-01-31T22:16:56.0972649Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-01-31T22:16:56.0973723Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-01-31T22:16:56.0974888Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-01-31T22:16:56.0975777Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-01-31T22:16:56.0976662Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-01-31T22:16:56.0978111Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-01-31T22:16:56.0979412Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-01-31T22:16:56.0980230Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-01-31T22:16:56.0981196Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-01-31T22:16:56.0982141Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-01-31T22:16:56.0983179Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-01-31T22:16:56.0984372Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-01-31T22:16:56.0985816Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-01-31T22:16:56.0987253Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-01-31T22:16:56.0988195Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-01-31T22:16:56.0989553Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-01-31T22:16:56.0990796Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-01-31T22:16:56.0991877Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-01-31T22:16:56.0993160Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-01-31T22:16:56.0994725Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-01-31T22:16:56.0995967Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-01-31T22:16:56.0997125Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-01-31T22:16:56.0998095Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-01-31T22:16:56.0999040Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-01-31T22:16:56.1000210Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-01-31T22:16:56.1000931Z [ 42%] Linking CXX static library libcpublas.a 2025-01-31T22:16:56.1001884Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-01-31T22:16:56.1002953Z [ 42%] Built target cpublas 2025-01-31T22:16:56.1003766Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-01-31T22:16:56.1004838Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-01-31T22:16:56.1005849Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-01-31T22:16:56.1007168Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-01-31T22:16:56.1007943Z [ 42%] Linking CXX static library libextension_data_loader.a 2025-01-31T22:16:56.1008575Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-01-31T22:16:56.1009547Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-01-31T22:16:56.1010571Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-01-31T22:16:56.1011199Z [ 43%] Linking CXX static library libetdump.a 2025-01-31T22:16:56.1011770Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-01-31T22:16:56.1012661Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/__/__/extension/parallel/thread_parallel.cpp.o 2025-01-31T22:16:56.1013318Z [ 43%] Built target extension_data_loader 2025-01-31T22:16:56.1013648Z [ 43%] Built target etdump 2025-01-31T22:16:56.1014350Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-01-31T22:16:56.1015343Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-01-31T22:16:56.1016104Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-01-31T22:16:56.1016919Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/BlasKernel.cpp.o 2025-01-31T22:16:56.1018137Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2025-01-31T22:16:56.6840318Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-01-31T22:16:56.6841524Z [ 45%] Linking CXX static library libbundled_program.a 2025-01-31T22:16:56.6843054Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-01-31T22:16:56.6844484Z [ 45%] Built target bundled_program 2025-01-31T22:16:56.6845887Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-01-31T22:16:56.6847545Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-01-31T22:16:56.6848927Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-01-31T22:16:56.6850720Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-01-31T22:16:56.6852523Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-01-31T22:16:56.6853883Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-01-31T22:16:56.6856051Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-01-31T22:16:56.6857975Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-01-31T22:16:56.6859332Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-01-31T22:16:56.6860876Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-01-31T22:16:56.6862432Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-01-31T22:16:56.6864395Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-01-31T22:16:56.6866268Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-01-31T22:16:56.6867735Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-01-31T22:16:56.6869639Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-01-31T22:16:56.6871513Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-01-31T22:16:56.6873431Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-01-31T22:16:56.6875369Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-01-31T22:16:56.6876834Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-01-31T22:16:56.6878430Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-01-31T22:16:56.6880004Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-01-31T22:16:56.6881494Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-01-31T22:16:56.6882998Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-01-31T22:16:56.6884505Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-01-31T22:16:56.6886410Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-01-31T22:16:56.6888319Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-01-31T22:16:56.6890197Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-01-31T22:16:56.6892452Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-01-31T22:16:56.6894868Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-01-31T22:16:56.6896614Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-01-31T22:16:56.6897979Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-01-31T22:16:56.6899893Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-01-31T22:16:56.6902268Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-01-31T22:16:56.6904640Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-01-31T22:16:56.6906765Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-01-31T22:16:56.6908121Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-01-31T22:16:56.6910005Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-01-31T22:16:56.6912309Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-01-31T22:16:56.6914679Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-01-31T22:16:56.6916542Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-01-31T22:16:56.6918446Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-01-31T22:16:56.6920767Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-01-31T22:16:56.6923058Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-01-31T22:16:56.6924927Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-01-31T22:16:56.6926786Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-01-31T22:16:56.6928633Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-01-31T22:16:56.6929982Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-01-31T22:16:56.6931841Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-01-31T22:16:56.6933663Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-01-31T22:16:56.6935447Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-01-31T22:16:56.6937766Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-01-31T22:16:56.6939322Z [ 47%] Linking CXX static library libutil.a 2025-01-31T22:16:56.6939942Z [ 47%] Built target util 2025-01-31T22:16:56.6941339Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-01-31T22:16:56.6943235Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-01-31T22:16:56.6945022Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-01-31T22:16:56.6947319Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-01-31T22:16:56.6949230Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-01-31T22:16:56.6950567Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-01-31T22:16:56.6952005Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-01-31T22:16:56.6954002Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-01-31T22:16:56.6956128Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-01-31T22:16:56.6957660Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-01-31T22:16:56.6959717Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-01-31T22:16:56.6961614Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-01-31T22:16:56.6963060Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-01-31T22:16:56.6964643Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-01-31T22:16:56.6966260Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-01-31T22:16:57.5329681Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-01-31T22:16:57.5330803Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-01-31T22:16:57.5331711Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-01-31T22:16:57.5332686Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-01-31T22:16:57.5333900Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-01-31T22:16:57.5334895Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-01-31T22:16:57.5335885Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-01-31T22:16:57.5337092Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-01-31T22:16:57.5338048Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-01-31T22:16:57.5338812Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-01-31T22:16:57.5339596Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-01-31T22:16:57.5340581Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-01-31T22:16:57.5341545Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-01-31T22:16:57.5342364Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-01-31T22:16:57.5343368Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-01-31T22:16:57.5344342Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-01-31T22:16:57.5345162Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-01-31T22:16:57.5346158Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-01-31T22:16:57.5346916Z [ 50%] Built target subgraph 2025-01-31T22:16:57.5347614Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-01-31T22:16:57.5348768Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-01-31T22:16:57.5349724Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-01-31T22:16:57.5350684Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-01-31T22:16:57.5351891Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-01-31T22:16:57.5352831Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-01-31T22:16:57.5353971Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-01-31T22:16:57.5355147Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-01-31T22:16:57.5355965Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-01-31T22:16:57.5356949Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-01-31T22:16:57.5358092Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-01-31T22:16:57.5359259Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-01-31T22:16:57.5360406Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-01-31T22:16:57.5361371Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-01-31T22:16:57.5362127Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-01-31T22:16:57.5363056Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-01-31T22:16:57.5364072Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-01-31T22:16:57.5364900Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-01-31T22:16:57.5365827Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-01-31T22:16:57.5366939Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-01-31T22:16:57.5368054Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-01-31T22:16:57.5369188Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-01-31T22:16:57.5370364Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-01-31T22:16:57.5371323Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-01-31T22:16:57.5372048Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-01-31T22:16:57.5372771Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-01-31T22:16:57.5373502Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-01-31T22:16:57.5374213Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-01-31T22:16:57.5375158Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-01-31T22:16:57.5376341Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-01-31T22:16:57.5377348Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-01-31T22:16:57.5378421Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-01-31T22:16:57.5379430Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-01-31T22:16:57.5380501Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-01-31T22:16:57.5381788Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-01-31T22:16:57.5382965Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-01-31T22:16:57.5384042Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-01-31T22:16:57.5384815Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-01-31T22:16:57.5385540Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-01-31T22:16:57.5386276Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-01-31T22:16:57.5387601Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-01-31T22:16:57.5388888Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-01-31T22:16:57.5389850Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-01-31T22:16:57.5390835Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-01-31T22:16:57.5391782Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-01-31T22:16:57.5393199Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-01-31T22:16:57.5395073Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-01-31T22:16:57.5396342Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-01-31T22:16:57.5397294Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-01-31T22:16:58.2707367Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-01-31T22:16:58.2708165Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-01-31T22:16:58.2708974Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-01-31T22:16:58.2709795Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-01-31T22:16:58.2710844Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-01-31T22:16:58.2711874Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-01-31T22:16:58.2712714Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-01-31T22:16:58.2713539Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-01-31T22:16:58.2714555Z [ 54%] 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-01-31T22:16:58.2715998Z [ 54%] 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-01-31T22:16:58.2717338Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-01-31T22:16:58.2718352Z [ 54%] 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-01-31T22:16:58.2719582Z [ 54%] 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-01-31T22:16:58.2720690Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-01-31T22:16:58.2721700Z [ 54%] 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-01-31T22:16:58.2722747Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-01-31T22:16:58.2723614Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-01-31T22:16:58.2724663Z [ 54%] 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-01-31T22:16:58.2725682Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-01-31T22:16:58.2726672Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-01-31T22:16:58.2727663Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-01-31T22:16:58.2728717Z [ 56%] 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-01-31T22:16:58.2729989Z [ 56%] 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-01-31T22:16:58.2731011Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-01-31T22:16:58.2731741Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-01-31T22:16:58.2732748Z [ 57%] 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-01-31T22:16:58.2734023Z [ 57%] 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-01-31T22:16:58.2735304Z [ 57%] 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-01-31T22:16:58.2736530Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-01-31T22:16:58.2737487Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-01-31T22:16:58.2738445Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-01-31T22:16:58.2739626Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-01-31T22:16:58.2740569Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-01-31T22:16:58.2741345Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-01-31T22:16:58.2742330Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-01-31T22:16:58.2743293Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-01-31T22:16:58.2744332Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-01-31T22:16:58.2745309Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-01-31T22:16:58.2746313Z [ 57%] 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-01-31T22:16:58.2747326Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-01-31T22:16:58.2748424Z [ 57%] 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-01-31T22:16:58.2749449Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-01-31T22:16:58.2750486Z [ 57%] 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-01-31T22:16:58.2751735Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-01-31T22:16:58.2753017Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-01-31T22:16:58.2754125Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-01-31T22:16:58.2755685Z [ 57%] 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-01-31T22:16:58.2757115Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-01-31T22:16:58.2758458Z [ 58%] 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-01-31T22:16:58.2760161Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-01-31T22:16:58.2761544Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-01-31T22:16:58.2762944Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-01-31T22:16:58.2764363Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-01-31T22:16:58.2765532Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-01-31T22:16:58.2766694Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-01-31T22:16:58.2768067Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-01-31T22:16:58.2769523Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-01-31T22:16:58.2770674Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-01-31T22:16:58.2771831Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-01-31T22:16:58.2772951Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-01-31T22:16:58.2773918Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-01-31T22:16:58.2774984Z [ 59%] 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-01-31T22:16:58.2776009Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-01-31T22:16:58.2777017Z [ 59%] 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-01-31T22:16:58.2778133Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-01-31T22:16:58.2779063Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-01-31T22:16:59.0829098Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-01-31T22:16:59.0830925Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-01-31T22:16:59.0832559Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-01-31T22:16:59.0834471Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-01-31T22:16:59.0836623Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-01-31T22:16:59.0838237Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-01-31T22:16:59.0839540Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-01-31T22:16:59.0841242Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-01-31T22:16:59.0842939Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-01-31T22:16:59.0844232Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-01-31T22:16:59.0845928Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-01-31T22:16:59.0847769Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-01-31T22:16:59.0849609Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-01-31T22:16:59.0851083Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-01-31T22:16:59.0852554Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-01-31T22:16:59.0853866Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-01-31T22:16:59.0855242Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-01-31T22:16:59.0856889Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-01-31T22:16:59.0858230Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-01-31T22:16:59.0859532Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-01-31T22:16:59.0861085Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-01-31T22:16:59.0862419Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-01-31T22:16:59.0863598Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-01-31T22:16:59.0864795Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-01-31T22:16:59.0866204Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-01-31T22:16:59.0867805Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-01-31T22:16:59.0869205Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-01-31T22:16:59.0870627Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-01-31T22:16:59.0871970Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-01-31T22:16:59.0872920Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-01-31T22:16:59.0873682Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-01-31T22:16:59.0874640Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-01-31T22:16:59.0875709Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-01-31T22:16:59.0876533Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-01-31T22:16:59.0877466Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-01-31T22:16:59.0878505Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-01-31T22:16:59.0879814Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-01-31T22:16:59.0881319Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-01-31T22:16:59.0882609Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-01-31T22:16:59.0883610Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-01-31T22:16:59.0884590Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-01-31T22:16:59.0885443Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-01-31T22:16:59.0886275Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-01-31T22:16:59.0887248Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-01-31T22:16:59.0888402Z [ 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-01-31T22:16:59.0889589Z [ 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-01-31T22:16:59.0890582Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-01-31T22:16:59.0909843Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-01-31T22:16:59.0910871Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-01-31T22:16:59.0911889Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-01-31T22:16:59.0912858Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-01-31T22:16:59.0913897Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-01-31T22:16:59.0915270Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-01-31T22:16:59.0916402Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-01-31T22:16:59.0917470Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-01-31T22:16:59.0918494Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-01-31T22:16:59.0919573Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-01-31T22:16:59.0920594Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-01-31T22:16:59.0921426Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-01-31T22:16:59.0922240Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-01-31T22:16:59.0923244Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-01-31T22:16:59.0924459Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-01-31T22:16:59.0925501Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-01-31T22:16:59.0926364Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-01-31T22:16:59.0927363Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-01-31T22:16:59.0928375Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-01-31T22:16:59.0929440Z [ 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-01-31T22:16:59.9247608Z [ 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-01-31T22:16:59.9249211Z [ 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-01-31T22:16:59.9250844Z [ 65%] 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-01-31T22:16:59.9252351Z [ 65%] 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-01-31T22:16:59.9253822Z [ 65%] 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-01-31T22:16:59.9255233Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-01-31T22:16:59.9256517Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-01-31T22:16:59.9257838Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-01-31T22:16:59.9259135Z [ 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-01-31T22:16:59.9260441Z [ 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-01-31T22:16:59.9262017Z [ 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-01-31T22:16:59.9263324Z [ 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-01-31T22:16:59.9264703Z [ 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-01-31T22:16:59.9266193Z [ 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-01-31T22:16:59.9267607Z [ 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-01-31T22:16:59.9268888Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-01-31T22:16:59.9270083Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-01-31T22:16:59.9271345Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-01-31T22:16:59.9272524Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-01-31T22:16:59.9273716Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-01-31T22:16:59.9275009Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-01-31T22:16:59.9276188Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-01-31T22:16:59.9277421Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-01-31T22:16:59.9278597Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-01-31T22:16:59.9280151Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-01-31T22:16:59.9281290Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-01-31T22:16:59.9282766Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-01-31T22:16:59.9284063Z [ 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-01-31T22:16:59.9285670Z [ 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-01-31T22:16:59.9287197Z [ 68%] 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-01-31T22:16:59.9288682Z [ 68%] 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-01-31T22:16:59.9290528Z [ 68%] 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-01-31T22:16:59.9292036Z [ 68%] 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-01-31T22:16:59.9293799Z [ 68%] 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-01-31T22:16:59.9295694Z [ 68%] 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-01-31T22:16:59.9297595Z [ 68%] 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-01-31T22:16:59.9299520Z [ 68%] 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-01-31T22:16:59.9301262Z [ 68%] 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-01-31T22:16:59.9303164Z [ 68%] 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-01-31T22:16:59.9304833Z [ 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-avx-ld128.c.o 2025-01-31T22:16:59.9306274Z [ 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-01-31T22:16:59.9307699Z [ 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-01-31T22:16:59.9309093Z [ 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-01-31T22:16:59.9310482Z [ 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-01-31T22:16:59.9311869Z [ 69%] 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-01-31T22:16:59.9313222Z [ 69%] 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-01-31T22:16:59.9314627Z [ 69%] 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-01-31T22:16:59.9316114Z [ 69%] 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-01-31T22:16:59.9317587Z [ 69%] 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-01-31T22:16:59.9319104Z [ 69%] 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-01-31T22:16:59.9320630Z [ 69%] 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-01-31T22:16:59.9322133Z [ 69%] 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-01-31T22:17:00.2673593Z [ 69%] 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-01-31T22:17:00.2675789Z [ 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-sse2-ld128.c.o 2025-01-31T22:17:00.2678436Z [ 69%] 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-01-31T22:17:00.2680693Z [ 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-01-31T22:17:00.2683280Z [ 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-01-31T22:17:00.2685205Z [ 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-01-31T22:17:00.2687447Z [ 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-01-31T22:17:00.2689123Z [ 70%] 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-01-31T22:17:00.2690568Z [ 70%] 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-01-31T22:17:00.2692068Z [ 70%] 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-01-31T22:17:00.2693775Z [ 70%] 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-01-31T22:17:00.2695273Z [ 70%] 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-01-31T22:17:00.2696742Z [ 70%] 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-01-31T22:17:00.2698197Z [ 70%] 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-01-31T22:17:00.2699609Z [ 70%] 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-01-31T22:17:00.2700965Z [ 70%] 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-01-31T22:17:00.2702327Z [ 70%] 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-01-31T22:17:00.2703742Z [ 70%] 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-01-31T22:17:00.2705156Z [ 70%] 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-01-31T22:17:00.2706517Z [ 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-01-31T22:17:00.2707872Z [ 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-01-31T22:17:00.2709244Z [ 71%] 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-01-31T22:17:00.2710817Z [ 71%] 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-01-31T22:17:00.2712237Z [ 71%] 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-01-31T22:17:00.2713666Z [ 71%] 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-01-31T22:17:00.2715324Z [ 71%] 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-01-31T22:17:00.2716860Z [ 71%] 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-01-31T22:17:00.2718388Z [ 71%] 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-01-31T22:17:00.2719859Z [ 71%] 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-01-31T22:17:00.2721248Z [ 71%] 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-01-31T22:17:00.2722681Z [ 71%] 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-01-31T22:17:00.2724145Z [ 71%] 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-01-31T22:17:00.2725566Z [ 71%] 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-01-31T22:17:00.2726928Z [ 71%] 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-01-31T22:17:00.2728302Z [ 71%] 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-01-31T22:17:00.2729712Z [ 72%] 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-01-31T22:17:00.2731166Z [ 72%] 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-01-31T22:17:00.2732580Z [ 72%] 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-01-31T22:17:00.2734043Z [ 72%] 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-01-31T22:17:00.2735514Z [ 72%] 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-01-31T22:17:00.2737167Z [ 72%] 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-01-31T22:17:00.2739162Z [ 72%] 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-01-31T22:17:00.2741254Z [ 72%] 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-01-31T22:17:00.2743603Z [ 72%] 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-01-31T22:17:00.2745648Z [ 72%] 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-01-31T22:17:00.2747686Z [ 72%] 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-01-31T22:17:00.2748753Z [ 72%] Linking CXX static library libportable_kernels.a 2025-01-31T22:17:00.2749756Z [ 72%] 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-01-31T22:17:00.2751741Z [ 72%] 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-01-31T22:17:01.1280230Z [ 72%] 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-01-31T22:17:01.1281669Z [ 73%] 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-01-31T22:17:01.1283081Z [ 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-01-31T22:17:01.1284517Z [ 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-01-31T22:17:01.1285933Z [ 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-01-31T22:17:01.1287351Z [ 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-01-31T22:17:01.1288791Z [ 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-01-31T22:17:01.1290120Z [ 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-01-31T22:17:01.1290919Z [ 73%] Built target portable_kernels 2025-01-31T22:17:01.1291671Z [ 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-01-31T22:17:01.1292867Z [ 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-01-31T22:17:01.1294279Z [ 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-01-31T22:17:01.1295501Z [ 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-01-31T22:17:01.1296721Z [ 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-01-31T22:17:01.1297919Z [ 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-01-31T22:17:01.1299099Z [ 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-01-31T22:17:01.1300347Z [ 74%] 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-01-31T22:17:01.1301884Z [ 74%] 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-01-31T22:17:01.1303306Z [ 74%] 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-01-31T22:17:01.1304812Z [ 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-01-31T22:17:01.1306447Z [ 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-01-31T22:17:01.1308028Z [ 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-01-31T22:17:01.1309492Z [ 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-01-31T22:17:01.1310960Z [ 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-01-31T22:17:01.1312426Z [ 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-01-31T22:17:01.1313879Z [ 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-01-31T22:17:01.1315550Z [ 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-01-31T22:17:01.1317031Z [ 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-01-31T22:17:01.1318521Z [ 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-01-31T22:17:01.1320010Z [ 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-01-31T22:17:01.1321485Z [ 75%] 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-01-31T22:17:01.1322979Z [ 75%] 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-01-31T22:17:01.1324475Z [ 75%] 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-01-31T22:17:01.1325937Z [ 75%] 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-01-31T22:17:01.1327427Z [ 75%] 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-01-31T22:17:01.1328976Z [ 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-01-31T22:17:01.1330410Z [ 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-01-31T22:17:01.1331857Z [ 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-01-31T22:17:01.1333369Z [ 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-01-31T22:17:01.1334812Z [ 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-01-31T22:17:01.1336332Z [ 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-01-31T22:17:01.1337765Z [ 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-01-31T22:17:01.1339388Z [ 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-01-31T22:17:01.1340844Z [ 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-01-31T22:17:01.1342306Z [ 76%] 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-01-31T22:17:01.1343734Z [ 76%] 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-01-31T22:17:01.1345152Z [ 76%] 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-01-31T22:17:01.1346540Z [ 76%] 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-01-31T22:17:01.1347932Z [ 76%] 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-01-31T22:17:01.1349301Z [ 76%] 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-01-31T22:17:01.6838727Z [ 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-01-31T22:17:01.6840228Z [ 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-01-31T22:17:01.6841636Z [ 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-01-31T22:17:01.6843050Z [ 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-01-31T22:17:01.6844424Z [ 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-01-31T22:17:01.6845783Z [ 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-01-31T22:17:01.6847180Z [ 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-01-31T22:17:01.6848633Z [ 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-01-31T22:17:01.6850071Z [ 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-01-31T22:17:01.6851761Z [ 78%] 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-01-31T22:17:01.6853216Z [ 78%] 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-01-31T22:17:01.6854765Z [ 78%] 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-01-31T22:17:01.6856172Z [ 78%] 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-01-31T22:17:01.6857576Z [ 78%] 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-01-31T22:17:01.6858998Z [ 78%] 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-01-31T22:17:01.6860386Z [ 78%] 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-01-31T22:17:01.6861768Z [ 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-01-31T22:17:01.6863203Z [ 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-01-31T22:17:01.6864627Z [ 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-01-31T22:17:01.6866061Z [ 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-01-31T22:17:01.6867477Z [ 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-01-31T22:17:01.6869344Z [ 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-01-31T22:17:01.6870765Z [ 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-01-31T22:17:01.6872216Z [ 79%] 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-01-31T22:17:01.6873638Z [ 79%] 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-01-31T22:17:01.6874939Z [ 79%] 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-01-31T22:17:01.6876427Z [ 79%] 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-01-31T22:17:01.6877754Z [ 79%] 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-01-31T22:17:01.6879059Z [ 79%] 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-01-31T22:17:01.6880276Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-01-31T22:17:01.6881566Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-01-31T22:17:01.6882952Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-01-31T22:17:01.6884132Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-01-31T22:17:01.6885507Z [ 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-01-31T22:17:01.6887140Z [ 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-01-31T22:17:01.6888439Z [ 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-01-31T22:17:01.6890089Z [ 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-01-31T22:17:01.6891380Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-01-31T22:17:01.6892612Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-01-31T22:17:01.6896758Z [ 80%] 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-01-31T22:17:01.6898288Z [ 80%] 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-01-31T22:17:01.6899584Z [ 80%] 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-01-31T22:17:01.6900876Z [ 80%] 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-01-31T22:17:01.6902215Z [ 80%] 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-01-31T22:17:01.6903490Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-01-31T22:17:01.6904703Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-01-31T22:17:01.6905956Z [ 80%] 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-01-31T22:17:01.6907257Z [ 80%] 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-01-31T22:17:01.6908450Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-01-31T22:17:01.6909553Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-01-31T22:17:01.6910666Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-01-31T22:17:02.5368547Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-01-31T22:17:02.5369734Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-01-31T22:17:02.5371230Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-01-31T22:17:02.5372348Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-01-31T22:17:02.5373461Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-01-31T22:17:02.5374719Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-01-31T22:17:02.5375912Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-01-31T22:17:02.5377127Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-01-31T22:17:02.5378324Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-01-31T22:17:02.5379473Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-01-31T22:17:02.5380631Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-01-31T22:17:02.5381860Z [ 81%] 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-01-31T22:17:02.5383158Z [ 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-01-31T22:17:02.5384430Z [ 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-01-31T22:17:02.5385768Z [ 82%] 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-01-31T22:17:02.5387113Z [ 82%] 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-01-31T22:17:02.5388398Z [ 82%] 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-01-31T22:17:02.5389699Z [ 82%] 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-01-31T22:17:02.5391047Z [ 82%] 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-01-31T22:17:02.5392428Z [ 82%] 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-01-31T22:17:02.5394158Z [ 82%] 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-01-31T22:17:02.5395948Z [ 82%] 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-01-31T22:17:02.5397615Z [ 82%] 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-01-31T22:17:02.5398978Z [ 82%] 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-01-31T22:17:02.5400320Z [ 82%] 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-01-31T22:17:02.5401813Z [ 82%] 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-01-31T22:17:02.5403195Z [ 82%] 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-01-31T22:17:02.5404586Z [ 82%] 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-01-31T22:17:02.5406053Z [ 83%] 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-01-31T22:17:02.5407952Z [ 83%] 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-01-31T22:17:02.5409328Z [ 83%] 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-01-31T22:17:02.5410682Z [ 83%] 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-01-31T22:17:02.5412008Z [ 83%] 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-01-31T22:17:02.5413373Z [ 83%] 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-01-31T22:17:02.5414758Z [ 83%] 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-01-31T22:17:02.5416140Z [ 83%] 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-01-31T22:17:02.5417514Z [ 83%] 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-01-31T22:17:02.5418884Z [ 83%] 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-01-31T22:17:02.5420232Z [ 83%] 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-01-31T22:17:02.5421495Z [ 83%] 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-01-31T22:17:02.5422655Z [ 83%] 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-01-31T22:17:02.5423882Z [ 83%] 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-01-31T22:17:02.5425094Z [ 84%] 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-01-31T22:17:02.5426286Z [ 84%] 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-01-31T22:17:02.5427476Z [ 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-01-31T22:17:02.5428661Z [ 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-01-31T22:17:02.5429930Z [ 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-01-31T22:17:02.5431346Z [ 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-01-31T22:17:02.5432667Z [ 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-01-31T22:17:02.5433976Z [ 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-01-31T22:17:02.5435448Z [ 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-01-31T22:17:02.5436754Z [ 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-01-31T22:17:02.5438591Z [ 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-01-31T22:17:03.1587501Z [ 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-01-31T22:17:03.1588877Z [ 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-01-31T22:17:03.1590251Z [ 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-01-31T22:17:03.1591581Z [ 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-01-31T22:17:03.1592877Z [ 85%] 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-01-31T22:17:03.1594407Z [ 85%] 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-01-31T22:17:03.1595819Z [ 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-01-31T22:17:03.1597198Z [ 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-01-31T22:17:03.1598560Z [ 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-01-31T22:17:03.1599918Z [ 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-01-31T22:17:03.1601264Z [ 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-01-31T22:17:03.1602587Z [ 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-01-31T22:17:03.1603917Z [ 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-01-31T22:17:03.1605234Z [ 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-01-31T22:17:03.1606546Z [ 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-01-31T22:17:03.1607890Z [ 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-01-31T22:17:03.1609445Z [ 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-01-31T22:17:03.1610796Z [ 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-01-31T22:17:03.1612127Z [ 86%] 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-01-31T22:17:03.1613543Z [ 86%] 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-01-31T22:17:03.1614861Z [ 86%] 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-01-31T22:17:03.1616175Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-01-31T22:17:03.1617353Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-01-31T22:17:03.1618507Z [ 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-01-31T22:17:03.1619642Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-01-31T22:17:03.1620798Z [ 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-01-31T22:17:03.1622019Z [ 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-01-31T22:17:03.1623322Z [ 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-01-31T22:17:03.1624633Z [ 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-01-31T22:17:03.1625914Z [ 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-01-31T22:17:03.1626744Z [ 86%] Linking CXX static library liboptimized_kernels.a 2025-01-31T22:17:03.1627551Z [ 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-01-31T22:17:03.1628813Z [ 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-01-31T22:17:03.1630114Z [ 87%] 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-01-31T22:17:03.1631424Z [ 87%] 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-01-31T22:17:03.1632715Z [ 87%] 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-01-31T22:17:03.1634076Z [ 87%] 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-01-31T22:17:03.1634932Z [ 87%] Built target optimized_kernels 2025-01-31T22:17:03.1635796Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-01-31T22:17:03.1637014Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-01-31T22:17:03.1637787Z [ 87%] Merging kernel yaml files 2025-01-31T22:17:03.1638656Z [ 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-01-31T22:17:03.1639962Z [ 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-01-31T22:17:03.1641225Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-01-31T22:17:03.1642330Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-01-31T22:17:03.1643458Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-01-31T22:17:03.1644560Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-01-31T22:17:03.1645681Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-01-31T22:17:03.1646801Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-01-31T22:17:03.1647910Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-01-31T22:17:03.1649024Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-01-31T22:17:03.1650175Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-01-31T22:17:03.1651387Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-01-31T22:17:03.1652299Z [ 90%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-01-31T22:17:03.1653190Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-01-31T22:17:03.1654375Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-01-31T22:17:03.1655533Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-01-31T22:17:04.0121223Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-01-31T22:17:04.0122554Z [ 90%] 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-01-31T22:17:04.0123883Z [ 90%] 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-01-31T22:17:04.0125206Z [ 90%] 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-01-31T22:17:04.0126587Z [ 90%] 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-01-31T22:17:04.0127960Z [ 90%] 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-01-31T22:17:04.0129300Z [ 90%] 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-01-31T22:17:04.0134314Z [ 91%] 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-01-31T22:17:04.0135930Z [ 91%] 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-01-31T22:17:04.0136819Z [ 91%] Generating code for kernel registration 2025-01-31T22:17:04.0137611Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-01-31T22:17:04.0138908Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-01-31T22:17:04.0140071Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-01-31T22:17:04.0141282Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-01-31T22:17:04.0142507Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-01-31T22:17:04.0143720Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-01-31T22:17:04.0144946Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:17:04.0146222Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-01-31T22:17:04.0147495Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-01-31T22:17:04.0148695Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-01-31T22:17:04.0149834Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-01-31T22:17:04.0150999Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-01-31T22:17:04.0152136Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-01-31T22:17:04.0153271Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-01-31T22:17:04.0154428Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-01-31T22:17:04.0155769Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-01-31T22:17:04.0156998Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-01-31T22:17:04.0158175Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-01-31T22:17:04.0159361Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:17:04.0160623Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-01-31T22:17:04.0161791Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-01-31T22:17:04.0162849Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-01-31T22:17:04.0164009Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-01-31T22:17:04.0165163Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-01-31T22:17:04.0166309Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-01-31T22:17:04.0167466Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-01-31T22:17:04.0168690Z [ 93%] 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-01-31T22:17:04.0170055Z [ 93%] 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-01-31T22:17:04.0172166Z [ 93%] 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-01-31T22:17:04.0174201Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-01-31T22:17:04.0176166Z [ 93%] 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-01-31T22:17:04.0178114Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-01-31T22:17:04.0179965Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-01-31T22:17:04.0181771Z [ 93%] 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-01-31T22:17:04.0183635Z [ 93%] 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-01-31T22:17:04.0185600Z [ 93%] 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-01-31T22:17:04.0187386Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-01-31T22:17:04.0188715Z [ 93%] 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-01-31T22:17:04.0190064Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-01-31T22:17:04.0191378Z [ 93%] 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-01-31T22:17:04.0192668Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-01-31T22:17:04.0194200Z [ 94%] 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-01-31T22:17:04.0196055Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-01-31T22:17:04.0197623Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-01-31T22:17:04.0198720Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-01-31T22:17:04.0200097Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-01-31T22:17:05.8293915Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-01-31T22:17:05.8295097Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-01-31T22:17:05.8296630Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-01-31T22:17:05.8297729Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-01-31T22:17:05.8298792Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-01-31T22:17:05.8299903Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-01-31T22:17:05.8300999Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-01-31T22:17:05.8302206Z [ 94%] 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-01-31T22:17:05.8303560Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-01-31T22:17:05.8304911Z [ 95%] 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-01-31T22:17:05.8306148Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-01-31T22:17:05.8307237Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-01-31T22:17:05.8308450Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-01-31T22:17:05.8309870Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-01-31T22:17:05.8311062Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-01-31T22:17:05.8312211Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-01-31T22:17:05.8313422Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-01-31T22:17:05.8314695Z [ 95%] 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-01-31T22:17:05.8316114Z [ 95%] 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-01-31T22:17:05.8317363Z [ 95%] 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-01-31T22:17:05.8318677Z [ 95%] 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-01-31T22:17:05.8320004Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-01-31T22:17:05.8321357Z [ 95%] 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-01-31T22:17:05.8322686Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-01-31T22:17:05.8323765Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-01-31T22:17:05.8324833Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-01-31T22:17:05.8325960Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-01-31T22:17:05.8326997Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-01-31T22:17:05.8328064Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-01-31T22:17:05.8329126Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-01-31T22:17:05.8330194Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-01-31T22:17:05.8331269Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-01-31T22:17:05.8332398Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-01-31T22:17:05.8333498Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-01-31T22:17:05.8334575Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-01-31T22:17:05.8335696Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-01-31T22:17:05.8336924Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-01-31T22:17:05.8338110Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-01-31T22:17:05.8339148Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-01-31T22:17:05.8340243Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-01-31T22:17:05.8341347Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-01-31T22:17:05.8342451Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-01-31T22:17:05.8343541Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-01-31T22:17:05.8344645Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-01-31T22:17:05.8345761Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-01-31T22:17:05.8346791Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-01-31T22:17:05.8347952Z [ 97%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-01-31T22:17:05.8348862Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-01-31T22:17:05.8349356Z [ 97%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-01-31T22:17:05.8349810Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:17:05.8350324Z [ 97%] Built target microkernels-prod 2025-01-31T22:17:05.8350675Z [ 97%] Generating build_identifier.c 2025-01-31T22:17:05.8351308Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-01-31T22:17:05.8352266Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-01-31T22:17:05.8353317Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-01-31T22:17:05.8354281Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-01-31T22:17:05.8355301Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-01-31T22:17:05.8356259Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-01-31T22:17:05.8357220Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-01-31T22:17:05.8358190Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-01-31T22:17:05.8359130Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-01-31T22:17:05.8360083Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-01-31T22:17:05.8361049Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-01-31T22:17:05.8362009Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-01-31T22:17:12.4966967Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-01-31T22:17:12.4968360Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-01-31T22:17:12.4969329Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-01-31T22:17:12.4970355Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-01-31T22:17:12.4971470Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-01-31T22:17:12.4972419Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-01-31T22:17:12.4973310Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-01-31T22:17:12.4974257Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-01-31T22:17:12.4975268Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-01-31T22:17:12.4976241Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-01-31T22:17:12.4977192Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-01-31T22:17:12.4978148Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-01-31T22:17:12.4979084Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-01-31T22:17:12.4979997Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-01-31T22:17:12.4981241Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-01-31T22:17:12.4982130Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-01-31T22:17:12.4982925Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-01-31T22:17:12.4983760Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-01-31T22:17:12.4984509Z [100%] Linking CXX static library libXNNPACK.a 2025-01-31T22:17:12.4984853Z [100%] Built target XNNPACK 2025-01-31T22:17:12.4985414Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-01-31T22:17:12.4986242Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-01-31T22:17:12.4987081Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-01-31T22:17:12.4987892Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-01-31T22:17:12.4988771Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/__/__/extension/threadpool/threadpool.cpp.o 2025-01-31T22:17:12.4989708Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-01-31T22:17:12.4990654Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/__/__/extension/threadpool/threadpool_guard.cpp.o 2025-01-31T22:17:12.4991380Z [100%] Linking CXX static library libxnnpack_backend.a 2025-01-31T22:17:12.4991774Z [100%] Built target xnnpack_backend 2025-01-31T22:17:12.4992282Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-01-31T22:17:12.4992953Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-01-31T22:17:12.4993727Z [100%] Built target portable_lib 2025-01-31T22:17:12.4994145Z [ 1%] Built target flatccrt 2025-01-31T22:17:12.4994504Z [ 1%] Built target pthreadpool 2025-01-31T22:17:12.4994818Z [ 2%] Built target cpuinfo 2025-01-31T22:17:12.4995253Z [ 4%] Built target flatcc 2025-01-31T22:17:12.4995555Z [ 4%] Built target indirection 2025-01-31T22:17:12.4995892Z [ 4%] Built target normalization 2025-01-31T22:17:12.4996209Z [ 6%] Built target eigen_blas 2025-01-31T22:17:12.4996539Z [ 8%] Built target flatc 2025-01-31T22:17:12.4996841Z [ 9%] Built target logging 2025-01-31T22:17:12.4997134Z [ 9%] Built target reference-ukernels 2025-01-31T22:17:12.4997467Z [ 9%] Built target datatype 2025-01-31T22:17:12.4997779Z [ 9%] Built target microparams-init 2025-01-31T22:17:12.4998111Z [ 9%] Built target flatcc_cli 2025-01-31T22:17:12.4998436Z [ 10%] Built target xnnpack_schema 2025-01-31T22:17:12.4998763Z [ 10%] Built target common_schema 2025-01-31T22:17:12.4999080Z [ 10%] Built target bundled_program_schema 2025-01-31T22:17:12.4999445Z [ 10%] Built target microkernel-utils 2025-01-31T22:17:12.4999786Z [ 10%] Built target allocator 2025-01-31T22:17:12.5000083Z [ 10%] Built target etdump_schema 2025-01-31T22:17:12.5000411Z [ 10%] Built target mutex 2025-01-31T22:17:12.5000716Z [ 11%] Built target operator-utils 2025-01-31T22:17:12.5001021Z [ 11%] Built target packing 2025-01-31T22:17:12.5001317Z [ 11%] Built target memory 2025-01-31T22:17:12.5001634Z [ 11%] Built target operator-run 2025-01-31T22:17:12.5001941Z [ 11%] Built target hardware-config 2025-01-31T22:17:12.5002266Z [ 11%] Built target cache 2025-01-31T22:17:12.5002568Z [ 11%] Built target program_schema 2025-01-31T22:17:12.5002919Z [ 13%] Built target operators 2025-01-31T22:17:12.5003210Z [ 14%] Built target executorch_core 2025-01-31T22:17:12.5003540Z [ 16%] Built target subgraph 2025-01-31T22:17:12.5003863Z [ 16%] Built target extension_threadpool 2025-01-31T22:17:12.5004194Z [ 17%] Built target extension_tensor 2025-01-31T22:17:12.5004698Z [ 17%] Built target executorch 2025-01-31T22:17:12.5005020Z [ 18%] Built target cpublas 2025-01-31T22:17:12.5005323Z [ 18%] Built target extension_data_loader 2025-01-31T22:17:12.5005681Z [ 18%] Built target bundled_program 2025-01-31T22:17:12.5006006Z [ 18%] Built target etdump 2025-01-31T22:17:12.5006300Z [ 19%] Built target optimized_kernels 2025-01-31T22:17:12.5006640Z [ 19%] Built target util 2025-01-31T22:17:12.5007033Z [ 33%] Built target portable_kernels 2025-01-31T22:17:12.5007375Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:17:12.5007759Z [ 96%] Built target microkernels-prod 2025-01-31T22:17:12.5008094Z [ 98%] Built target XNNPACK 2025-01-31T22:17:12.5008383Z [ 98%] Built target xnnpack_backend 2025-01-31T22:17:12.5008716Z [ 98%] Built target portable_lib 2025-01-31T22:17:12.5009350Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-01-31T22:17:12.5010210Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-01-31T22:17:12.5011035Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-01-31T22:17:12.5011835Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-01-31T22:17:12.5012708Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-01-31T22:17:12.5013700Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-01-31T22:17:12.5014716Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/kernels/portable/cpu/util/reduce_util.cpp.o 2025-01-31T22:17:12.5015648Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-01-31T22:17:12.5016448Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-01-31T22:17:12.5017347Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-01-31T22:17:12.5018263Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-01-31T22:17:12.5018904Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-01-31T22:17:12.5019304Z [100%] Built target custom_ops_aot_lib 2025-01-31T22:17:12.5019635Z [ 1%] Built target flatccrt 2025-01-31T22:17:12.5019922Z [ 1%] Built target pthreadpool 2025-01-31T22:17:12.5020232Z [ 2%] Built target cpuinfo 2025-01-31T22:17:12.5020526Z [ 4%] Built target flatcc 2025-01-31T22:17:12.5020805Z [ 6%] Built target eigen_blas 2025-01-31T22:17:12.5021111Z [ 6%] Built target indirection 2025-01-31T22:17:12.5021443Z [ 6%] Built target reference-ukernels 2025-01-31T22:17:12.5021765Z [ 7%] Built target logging 2025-01-31T22:17:12.5022116Z [ 7%] Built target normalization 2025-01-31T22:17:12.5022436Z [ 7%] Built target datatype 2025-01-31T22:17:12.5022730Z [ 7%] Built target microparams-init 2025-01-31T22:17:12.5023060Z [ 7%] Built target flatcc_cli 2025-01-31T22:17:12.5023360Z [ 9%] Built target flatc 2025-01-31T22:17:12.5023633Z [ 9%] Built target allocator 2025-01-31T22:17:12.5023940Z [ 9%] Built target packing 2025-01-31T22:17:12.5024252Z [ 9%] Built target microkernel-utils 2025-01-31T22:17:12.5024570Z [ 9%] Built target memory 2025-01-31T22:17:12.5024861Z [ 9%] Built target mutex 2025-01-31T22:17:12.5025164Z [ 10%] Built target operator-utils 2025-01-31T22:17:12.5025478Z [ 10%] Built target operator-run 2025-01-31T22:17:12.5025811Z [ 10%] Built target hardware-config 2025-01-31T22:17:12.5026134Z [ 10%] Built target cache 2025-01-31T22:17:12.5026414Z [ 10%] Built target etdump_schema 2025-01-31T22:17:12.5026764Z [ 10%] Built target common_schema 2025-01-31T22:17:12.5027164Z [ 11%] Built target xnnpack_schema 2025-01-31T22:17:12.5027495Z [ 11%] Built target bundled_program_schema 2025-01-31T22:17:12.5027849Z [ 11%] Built target program_schema 2025-01-31T22:17:12.5028152Z [ 12%] Built target operators 2025-01-31T22:17:12.5028466Z [ 13%] Built target executorch_core 2025-01-31T22:17:12.5028794Z [ 16%] Built target subgraph 2025-01-31T22:17:12.5029141Z [ 16%] Built target executorch 2025-01-31T22:17:12.5029455Z [ 17%] Built target extension_tensor 2025-01-31T22:17:12.5029797Z [ 17%] Built target extension_threadpool 2025-01-31T22:17:12.5030132Z [ 17%] Built target extension_data_loader 2025-01-31T22:17:12.5030477Z [ 17%] Built target etdump 2025-01-31T22:17:12.5030781Z [ 17%] Built target bundled_program 2025-01-31T22:17:12.5031104Z [ 18%] Built target cpublas 2025-01-31T22:17:12.5031415Z [ 19%] Built target optimized_kernels 2025-01-31T22:17:12.5031740Z [ 19%] Built target util 2025-01-31T22:17:12.5032016Z [ 33%] Built target portable_kernels 2025-01-31T22:17:12.5032372Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:17:12.5032740Z [ 95%] Built target microkernels-prod 2025-01-31T22:17:12.5033053Z [ 97%] Built target XNNPACK 2025-01-31T22:17:12.5033387Z [ 97%] Built target xnnpack_backend 2025-01-31T22:17:12.5033708Z [ 97%] Built target portable_lib 2025-01-31T22:17:12.5034292Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-01-31T22:17:12.5035296Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-01-31T22:17:12.5036202Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-01-31T22:17:16.3374663Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-01-31T22:17:16.3375840Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-01-31T22:17:16.3376782Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-01-31T22:17:16.3377706Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-01-31T22:17:16.3378646Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-01-31T22:17:16.3379571Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-01-31T22:17:16.3380473Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-01-31T22:17:16.3381192Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-01-31T22:17:16.3381661Z [ 98%] Built target quantized_pybind_kernels_lib 2025-01-31T22:17:16.3382120Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-01-31T22:17:16.3382603Z [ 98%] Generating code for kernel registration 2025-01-31T22:17:16.3383472Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-01-31T22:17:16.3384367Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-01-31T22:17:16.3384805Z [ 98%] Built target quantized_ops_pybind_lib 2025-01-31T22:17:16.3385270Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-01-31T22:17:16.3388447Z 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-01-31T22:17:16.3391056Z [ 98%] Generating code for kernel registration 2025-01-31T22:17:16.3391788Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-01-31T22:17:16.3392950Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-01-31T22:17:16.3394092Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-01-31T22:17:16.3395058Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-01-31T22:17:16.3396014Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-01-31T22:17:16.3397012Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-01-31T22:17:16.3397882Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-01-31T22:17:16.3398721Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-01-31T22:17:16.3399581Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-01-31T22:17:16.3400445Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-01-31T22:17:16.3401286Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-01-31T22:17:16.3402105Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-01-31T22:17:16.3403002Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-01-31T22:17:16.3404033Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-01-31T22:17:16.3404802Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-01-31T22:17:16.3405222Z [100%] Built target quantized_ops_aot_lib 2025-01-31T22:17:16.3405668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-01-31T22:17:16.3406363Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-01-31T22:17:16.3406925Z running build_py 2025-01-31T22:17:16.3407316Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3407994Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3408788Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3409578Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3410350Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3411128Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3411969Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3412804Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3413615Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:17:16.3414281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:17:16.3415032Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:17:16.3416111Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:17:16.3417063Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:17:16.3417983Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:17:16.3418849Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:17:16.3419563Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:17:16.3420412Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:17:16.3421312Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:17:16.3422063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-01-31T22:17:16.3422803Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-01-31T22:17:16.3423567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3424300Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3425211Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3426156Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3427113Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3428121Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3429141Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3430125Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3431097Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3432050Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3432959Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3433890Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3434792Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3435849Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:17:16.3436648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3437338Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3438165Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3438996Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3439814Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3506492Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:17:16.3507500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:17:16.3508228Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:17:16.3509209Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:17:16.3510075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:17:16.3510790Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:17:16.3511677Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:17:16.3512499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:17:16.3513396Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:17:16.3514514Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:17:16.3515590Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:17:16.3516497Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:17:16.3517657Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:17:16.3518603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:17:16.3519508Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:17:16.3520650Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:17:16.3521570Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:17:16.3522481Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:17:16.3523620Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:17:16.3524583Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:17:16.3525621Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:17:16.3526639Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-01-31T22:17:16.3527670Z 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-01-31T22:17:16.3528643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3529502Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3530576Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3531671Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3532724Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3533916Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3535022Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3536142Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3537342Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3538468Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3539587Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3540699Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3541767Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3542863Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3543939Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3545004Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3546077Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3547144Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3548225Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3549304Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3550367Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:17:16.3551225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:17:16.3552096Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:17:16.3553174Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:17:16.3554100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:17:16.3555057Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:17:16.3556367Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:17:16.3557315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3558110Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3559104Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3560148Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3561240Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3562235Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3563253Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3564324Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:17:16.3565128Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:17:16.3565949Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:17:16.3566948Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:17:16.3567767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3568612Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3569678Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3570661Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3571584Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3618693Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3619790Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3620823Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3621827Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3622797Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3623809Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3624793Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3625776Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3626755Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3627738Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3628703Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3629684Z copying backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3630650Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3631661Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3632692Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3633882Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3634890Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3636014Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3637147Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3638126Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3639091Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3640012Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3640993Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3641970Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3642985Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3644045Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:17:16.3644923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:17:16.3645789Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:17:16.3646876Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:17:16.3647987Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:17:16.3649112Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:17:16.3650024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3650803Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3651730Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3652675Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3653618Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3654553Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3655444Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3656366Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3657300Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3658219Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3659515Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3660435Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3661354Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3662268Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3663257Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3664193Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3665125Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3666014Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3685832Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3686835Z copying backends/arm/operators/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3687788Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3688781Z copying backends/arm/operators/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3689719Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3690655Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3691826Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3692800Z copying backends/arm/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3693982Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3694932Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3695885Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3696848Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3697771Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3698699Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3699605Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3700532Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3701463Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3924155Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3925213Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3926235Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3927482Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3928487Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:17:16.3929284Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3930171Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3931124Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3932158Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3933222Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3934318Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:17:16.3935132Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:17:16.3935876Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:17:16.3936736Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:17:16.3937594Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:17:16.3938359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-01-31T22:17:16.3939138Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-01-31T22:17:16.3939935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3940742Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3941771Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3942802Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3943809Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3944852Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3945907Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3946950Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:17:16.3947768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:17:16.3948639Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:17:16.3949678Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:17:16.3950701Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:17:16.3951549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3952315Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3953299Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3954248Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3955315Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3956274Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3957178Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3958103Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3959029Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3959976Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3960931Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3961935Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3962886Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3963784Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3964703Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3965623Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3966579Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3967486Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3968381Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3969327Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3970311Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3971265Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3972189Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3973100Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3974003Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3974934Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3975865Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3976805Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3977730Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3978685Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3979691Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3980594Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3981515Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3982532Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3983511Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3984439Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3985363Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3986325Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3987248Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.3988202Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4023639Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4024671Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4025617Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4026565Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4027509Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4028446Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4029351Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4030293Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4031206Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4032149Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4033108Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4034138Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4035268Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4036252Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:17:16.4037072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4037942Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4039007Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4040260Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4041394Z 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-01-31T22:17:16.4042517Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4043724Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:17:16.4044887Z 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-01-31T22:17:16.4045810Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-01-31T22:17:16.4046728Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-01-31T22:17:16.4047608Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:17:16.4048412Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:17:16.4049424Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:17:16.4050453Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:17:16.4051261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-01-31T22:17:16.4052083Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-01-31T22:17:16.4053003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-01-31T22:17:16.4054057Z 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-01-31T22:17:16.4055210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-01-31T22:17:16.4056534Z 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-01-31T22:17:16.4058198Z 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-01-31T22:17:16.4059496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-01-31T22:17:16.4060866Z 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-01-31T22:17:16.4062562Z 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-01-31T22:17:16.4064162Z 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-01-31T22:17:16.4065776Z 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-01-31T22:17:16.4067416Z 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-01-31T22:17:16.4069093Z 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-01-31T22:17:16.4070734Z 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-01-31T22:17:16.4072386Z 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-01-31T22:17:16.4073932Z 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-01-31T22:17:16.4075699Z 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-01-31T22:17:16.4077400Z 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-01-31T22:17:16.4079028Z 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-01-31T22:17:16.4080629Z 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-01-31T22:17:16.4082201Z 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-01-31T22:17:16.4083729Z 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-01-31T22:17:16.4085335Z 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-01-31T22:17:16.4086916Z 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-01-31T22:17:16.4088548Z 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-01-31T22:17:16.4090206Z 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-01-31T22:17:16.4136850Z 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-01-31T22:17:16.4138560Z 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-01-31T22:17:16.4140187Z 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-01-31T22:17:16.4141804Z 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-01-31T22:17:16.4143429Z 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-01-31T22:17:16.4145216Z 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-01-31T22:17:16.4146813Z 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-01-31T22:17:16.4148457Z 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-01-31T22:17:16.4150055Z 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-01-31T22:17:16.4151621Z 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-01-31T22:17:16.4153224Z 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-01-31T22:17:16.4154898Z 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-01-31T22:17:16.4156669Z 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-01-31T22:17:16.4158292Z 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-01-31T22:17:16.4159903Z 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-01-31T22:17:16.4161145Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-01-31T22:17:16.4162424Z 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-01-31T22:17:16.4163744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-01-31T22:17:16.4165085Z 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-01-31T22:17:16.4166208Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4166980Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4167888Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4168831Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4169789Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4170737Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4171673Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4172652Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4173719Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4174721Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4175695Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4176657Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4177580Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4178526Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4179449Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4180406Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4181332Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:16.4182112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:17:16.4182921Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:17:16.4183914Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:17:16.4184919Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:17:16.4185882Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:17:16.4186693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:17:16.4187470Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:17:16.4188496Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:17:16.4189326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:16.4190217Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:16.4191314Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:16.4192407Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:16.4194258Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:16.4195201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4196085Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4197162Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4198228Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4199289Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4200483Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4201568Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4202677Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4203850Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:17:16.4240238Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-01-31T22:17:16.4241418Z 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-01-31T22:17:16.4242924Z 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-01-31T22:17:16.4244051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4245028Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4246179Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4247278Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4248400Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4249530Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4250649Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4251790Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4252898Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4253989Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4255076Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:17:16.4255948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:17:16.4256744Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:17:16.4257814Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:17:16.4258728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:17:16.4259553Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:17:16.4260564Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:17:16.4261579Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:17:16.4262745Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:17:16.4263586Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4264447Z copying backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4265512Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4266616Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4267625Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4268667Z copying backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4269747Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4270862Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4271953Z copying backends/qualcomm/_passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4272959Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4273988Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4275001Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4276153Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4277179Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4278207Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4279234Z copying backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4280193Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4281185Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4282211Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4283269Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4284324Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4285363Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4286393Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4287441Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4288532Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4289510Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:17:16.4290297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4291113Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4292146Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4293498Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4294537Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4295558Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4296533Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4297537Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4298561Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4299546Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4300505Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4301470Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4302450Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4339760Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4340816Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4341836Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4342873Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4343864Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4344859Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4345847Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4346804Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4347810Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4348799Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4349769Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4350762Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4351934Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4352956Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4354007Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4355220Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4356235Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4357243Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4358259Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4359263Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4360247Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4361244Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4362237Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4363240Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4364223Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4365222Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4366211Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4367234Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4368228Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4369221Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4370183Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4371161Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4372143Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4373135Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4374146Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4375142Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4376146Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4377146Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4378201Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4379224Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4380243Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4381546Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4382539Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4383560Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4384570Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4385601Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4386660Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4387695Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4388680Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4389676Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4390681Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4391693Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4392805Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4393959Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4394972Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4396081Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4397156Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4398285Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4399384Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4400386Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:17:16.4401217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-01-31T22:17:16.4402043Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-01-31T22:17:16.4402855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:17:16.4403721Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:17:16.4470110Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:17:16.4471246Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:17:16.4472092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:16.4473029Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:16.4474199Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:16.4475384Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:16.4476419Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:16.4477300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:17:16.4478205Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:17:16.4479351Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:17:16.4480251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:17:16.4481045Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:17:16.4482024Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:17:16.4482997Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:17:16.4483766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:17:16.4484579Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:17:16.4485527Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:17:16.4486363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:17:16.4487434Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:17:16.4488442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-01-31T22:17:16.4489355Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-01-31T22:17:16.4490250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4491021Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4491987Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4493024Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4494250Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4495286Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4496445Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4497446Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:17:16.4498444Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-01-31T22:17:16.4499347Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-01-31T22:17:16.4500287Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-01-31T22:17:16.4501151Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-01-31T22:17:16.4501996Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-01-31T22:17:16.4502806Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-01-31T22:17:16.4503627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:17:16.4504556Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:17:16.4505717Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:17:16.4506885Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:17:16.4507782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:17:16.4508578Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:17:16.4509559Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:17:16.4510562Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:17:16.4511420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-01-31T22:17:16.4512269Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-01-31T22:17:16.4513351Z 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-01-31T22:17:16.4514516Z 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-01-31T22:17:16.4515545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-01-31T22:17:16.4516564Z 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-01-31T22:17:16.4517725Z 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-01-31T22:17:16.4518931Z 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-01-31T22:17:16.4520159Z 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-01-31T22:17:16.4521388Z 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-01-31T22:17:16.4522560Z 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-01-31T22:17:16.4523571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-01-31T22:17:16.4524501Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-01-31T22:17:16.4525518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-01-31T22:17:16.4526790Z 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-01-31T22:17:16.4528328Z 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-01-31T22:17:16.4529844Z 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-01-31T22:17:16.4531351Z 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-01-31T22:17:16.4532810Z 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-01-31T22:17:16.4534253Z 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-01-31T22:17:16.4584002Z 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-01-31T22:17:16.4585344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-01-31T22:17:16.4586682Z 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-01-31T22:17:16.4588024Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-01-31T22:17:16.4589541Z 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-01-31T22:17:16.4590836Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4591630Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4592658Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4594009Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4595047Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4596129Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4597198Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4598254Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4599269Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4600457Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4601505Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4602521Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4603622Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4604617Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:17:16.4605434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4606265Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4607265Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4608284Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4609264Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4610253Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4611271Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4612290Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4613271Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4614266Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4615256Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4616259Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4617323Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4618361Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4619421Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4620547Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4621595Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4622569Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4623584Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4624615Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4625646Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4626706Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4627783Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4628850Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4629902Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4630925Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4631939Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4632953Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4633960Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4634973Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4636051Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4637057Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4638093Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4639144Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4640134Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4641114Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4642111Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4643126Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4644144Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4645155Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4646168Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4647181Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4693468Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4694592Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4695753Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4696813Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4697952Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4698967Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:17:16.4699811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:17:16.4700649Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:17:16.4701801Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:17:16.4702671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:17:16.4703541Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:17:16.4704662Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:17:16.4705561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:17:16.4706499Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:17:16.4707701Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:17:16.4708611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:17:16.4709398Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:17:16.4710412Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:17:16.4711270Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:17:16.4712210Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:17:16.4713119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:17:16.4713900Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:17:16.4714844Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:17:16.4715849Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:17:16.4716806Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:17:16.4717680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4718600Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4719760Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4720984Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4722200Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4723402Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4724686Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:16.4725649Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:17:16.4726606Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:17:16.4727799Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:17:16.4728689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4729550Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4730566Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4731613Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4732690Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4733757Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4734837Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4735923Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4736996Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4738064Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4739099Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4740166Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4741256Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4742278Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:17:16.4743083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4743896Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4744867Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4745858Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4746893Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4747895Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4748862Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4749826Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4750863Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4751861Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4752847Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4753877Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4754847Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4755908Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4756908Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4805092Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4806184Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4807210Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4808200Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4809192Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4810195Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4811222Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4812233Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4813236Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4814250Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4815254Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4816242Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4817237Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4818214Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4819247Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4820286Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4821277Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4822258Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4823240Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4824414Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4825444Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4826439Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4827487Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4828541Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4829580Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:16.4830384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:16.4831304Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:16.4832454Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:16.4833638Z 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-01-31T22:17:16.4834817Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:16.4836038Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:16.4837188Z 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-01-31T22:17:16.4838347Z 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-01-31T22:17:16.4839263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:17:16.4840223Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:17:16.4841432Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:17:16.4842633Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:17:16.4843607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:17:16.4844664Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:17:16.4845959Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:17:16.4846914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:17:16.4847792Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:17:16.4848848Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:17:16.4849760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:17:16.4850719Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:17:16.4851767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:17:16.4852763Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:17:16.4853744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:17:16.4854833Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:17:16.4855873Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:17:16.4856965Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:17:16.4858060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-01-31T22:17:16.4859201Z 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-01-31T22:17:16.4860584Z 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-01-31T22:17:16.4861966Z 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-01-31T22:17:16.4863078Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-01-31T22:17:16.4864232Z 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-01-31T22:17:16.4865369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-01-31T22:17:16.4866492Z 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-01-31T22:17:16.4867936Z 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-01-31T22:17:16.4869467Z 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-01-31T22:17:16.5129743Z 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-01-31T22:17:16.5131016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-01-31T22:17:16.5132196Z 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-01-31T22:17:16.5133692Z 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-01-31T22:17:16.5135195Z 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-01-31T22:17:16.5136740Z 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-01-31T22:17:16.5138279Z 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-01-31T22:17:16.5139974Z 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-01-31T22:17:16.5141460Z 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-01-31T22:17:16.5143023Z 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-01-31T22:17:16.5144523Z 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-01-31T22:17:16.5146014Z 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-01-31T22:17:16.5147482Z 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-01-31T22:17:16.5148982Z 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-01-31T22:17:16.5150534Z 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-01-31T22:17:16.5152084Z 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-01-31T22:17:16.5153654Z 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-01-31T22:17:16.5155246Z 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-01-31T22:17:16.5156709Z 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-01-31T22:17:16.5158145Z 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-01-31T22:17:16.5159608Z 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-01-31T22:17:16.5161109Z 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-01-31T22:17:16.5162667Z 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-01-31T22:17:16.5164203Z 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-01-31T22:17:16.5165704Z 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-01-31T22:17:16.5167104Z 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-01-31T22:17:16.5168503Z 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-01-31T22:17:16.5169936Z 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-01-31T22:17:16.5171293Z 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-01-31T22:17:16.5172417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-01-31T22:17:16.5173655Z 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-01-31T22:17:16.5175153Z 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-01-31T22:17:16.5176680Z 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-01-31T22:17:16.5177865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-01-31T22:17:16.5179036Z 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-01-31T22:17:16.5180006Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-01-31T22:17:16.5180620Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-01-31T22:17:16.5181252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5181913Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5182716Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5183538Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5184319Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5185181Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5186043Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5186844Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:17:16.5187527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:17:16.5188320Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:17:16.5189262Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:17:16.5190242Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:17:16.5191244Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:17:16.5192067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:17:16.5192779Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:17:16.5193776Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:17:16.5194630Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:17:16.5195567Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:17:16.5196678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:17:16.5197528Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:17:16.5245012Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:17:16.5245890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:17:16.5246845Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:17:16.5247727Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:17:16.5248527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:17:16.5249412Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:17:16.5250447Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:17:16.5251326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:17:16.5252209Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:17:16.5253256Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:17:16.5254101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:17:16.5254962Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:17:16.5255988Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:17:16.5256831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:17:16.5257694Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:17:16.5258717Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:17:16.5259549Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5260314Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5261260Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5262234Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5263198Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5264195Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5265184Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5266226Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5267239Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5268235Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5269178Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5270130Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:17:16.5270924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-01-31T22:17:16.5271791Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-01-31T22:17:16.5272666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:17:16.5273405Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:17:16.5274323Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:17:16.5275333Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:17:16.5276222Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:17:16.5276985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:17:16.5277713Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:17:16.5278577Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:17:16.5279332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:17:16.5280152Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:17:16.5281140Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:17:16.5281963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:17:16.5282788Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:17:16.5283783Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:17:16.5284612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:17:16.5285436Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:17:16.5286427Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:17:16.5287274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-01-31T22:17:16.5288185Z 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-01-31T22:17:16.5289054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:17:16.5289868Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:17:16.5290851Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:17:16.5291863Z 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-01-31T22:17:16.5292879Z 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-01-31T22:17:16.5294044Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:17:16.5294864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:17:16.5295717Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:17:16.5296637Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:17:16.5297400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:17:16.5298189Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:17:16.5299088Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:17:16.5299922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:17:16.5300834Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:17:16.5301894Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:17:16.5302751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:17:16.5303543Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:17:16.5304470Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:17:16.5305263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:17:16.5306083Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:17:16.5307065Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:17:16.5307985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-01-31T22:17:16.5337957Z 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-01-31T22:17:16.5339470Z 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-01-31T22:17:16.5340942Z 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-01-31T22:17:16.5342430Z 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-01-31T22:17:16.5343831Z 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-01-31T22:17:16.5345228Z 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-01-31T22:17:16.5346306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:17:16.5347195Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:17:16.5348255Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:17:16.5349169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:17:16.5350255Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:17:16.5351466Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:17:16.5352689Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:17:16.5353978Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:17:16.5354937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:17:16.5355888Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:17:16.5356943Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:17:16.5358008Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:17:16.5358941Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5360026Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5361381Z 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-01-31T22:17:16.5362753Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5364094Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5365419Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5366751Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5368123Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5369447Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5370804Z 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-01-31T22:17:16.5372156Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5373459Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5374727Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5376042Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5377416Z 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-01-31T22:17:16.5378902Z 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-01-31T22:17:16.5380353Z 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-01-31T22:17:16.5381770Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:16.5382821Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:17:16.5383774Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:17:16.5384918Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:17:16.5385812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-01-31T22:17:16.5386728Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-01-31T22:17:16.5387700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-01-31T22:17:16.5388728Z 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-01-31T22:17:16.5390041Z 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-01-31T22:17:16.5391353Z 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-01-31T22:17:16.5392665Z 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-01-31T22:17:16.5393857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-01-31T22:17:16.5394928Z 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-01-31T22:17:16.5396180Z 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-01-31T22:17:16.5397381Z 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-01-31T22:17:16.5398581Z 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-01-31T22:17:16.5399586Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-01-31T22:17:16.5400632Z 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-01-31T22:17:16.5401675Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-01-31T22:17:16.5402751Z 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-01-31T22:17:16.5470485Z 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-01-31T22:17:16.5471658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-01-31T22:17:16.5472962Z 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-01-31T22:17:16.5474357Z 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-01-31T22:17:16.5475644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-01-31T22:17:16.5476883Z 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-01-31T22:17:16.5478328Z 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-01-31T22:17:16.5479396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:17:16.5480244Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:17:16.5481252Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:17:16.5482001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5482538Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5483146Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5483759Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5484369Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5485004Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5485642Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5486285Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5486907Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5487493Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5488093Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5488785Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5489445Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5490078Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5490711Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5491344Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5491994Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5492626Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5493241Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5494082Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5494752Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5495353Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5495948Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5496550Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5497134Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:16.5497794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5498463Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5499209Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5500043Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5500839Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5501610Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5502388Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5503211Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5504024Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:16.5504676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5505338Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5506134Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5506946Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5507761Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5508516Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:17:16.5509141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:17:16.5509786Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:17:16.5510519Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:17:16.5511251Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:17:16.5511966Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:17:16.5512612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:17:16.5513261Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:17:16.5513976Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:17:16.5514604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:17:16.5515333Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:17:16.5516013Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:17:16.5516715Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:17:16.5517339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:17:16.5518006Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:17:16.5518746Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:17:16.5528442Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:17:16.5529134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5529776Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5530750Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5531645Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5532459Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5533394Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5534280Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5535131Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5536041Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5536945Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5537800Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5538661Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5539561Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5539921Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5540317Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5595270Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5595700Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5596079Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5596430Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5596770Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5597149Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5597543Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5597879Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5598277Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5598719Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5599115Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5599508Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5599910Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5600298Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5600635Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5600985Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5601503Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5601878Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:17:16.5602104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:17:16.5602521Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:17:16.5602854Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:17:16.5603182Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:17:16.5603388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5603666Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5604022Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5604303Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5604611Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5604947Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5605228Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5605522Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:17:16.5605752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5606049Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5606355Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5606694Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5607044Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5607351Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5607685Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5607997Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5608315Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5608631Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5608980Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5609375Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5609675Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5610018Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5610384Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5610766Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5611167Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5611562Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5611892Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5612214Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5612511Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5612917Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5613299Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5613668Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5614013Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5614364Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5614720Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5615024Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5615331Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5615652Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5615988Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5616305Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5616625Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:17:16.5616868Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:17:16.5617257Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:17:16.5617611Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:17:16.5617994Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:17:16.5618365Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:17:16.5618615Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:17:16.5618996Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:17:16.5619369Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:17:16.5619774Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:17:16.5620171Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:17:16.5620486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:16.5621065Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:16.5621683Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:16.5622281Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:16.5720196Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:16.5720454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5720954Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5721521Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5721949Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5722347Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5722733Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5723130Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5723538Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5723940Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5724376Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5724780Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5725216Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5725626Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5726067Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5726489Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5726861Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5727232Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:17:16.5727487Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:17:16.5727960Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:17:16.5728433Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:17:16.5728702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-01-31T22:17:16.5729254Z 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-01-31T22:17:16.5729815Z 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-01-31T22:17:16.5730271Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-01-31T22:17:16.5730534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-01-31T22:17:16.5730905Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-01-31T22:17:16.5731141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:17:16.5731554Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:17:16.5731789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-01-31T22:17:16.5732206Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-01-31T22:17:16.5732534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-01-31T22:17:16.5733004Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-01-31T22:17:16.5733264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:17:16.5733656Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:17:16.5734050Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:17:16.5734329Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:17:16.5734749Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:17:16.5735202Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:17:16.5735624Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:17:16.5735872Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:17:16.5736263Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:17:16.5736673Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:17:16.5736931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:17:16.5737339Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:17:16.5737751Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:17:16.5738035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:17:16.5738472Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:17:16.5738912Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:17:16.5739200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-01-31T22:17:16.5739646Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-01-31T22:17:16.5739869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-01-31T22:17:16.5740213Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-01-31T22:17:16.5740450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-01-31T22:17:16.5740865Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-01-31T22:17:16.5741111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:17:16.5741458Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:17:16.5741879Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:17:16.5742301Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:17:16.5742565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-01-31T22:17:16.5743024Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-01-31T22:17:16.5743274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-01-31T22:17:16.5744077Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-01-31T22:17:16.5744321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:17:16.5744696Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:17:16.5745112Z copying extension/export_util/export_hf_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:17:16.5745484Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:17:16.5745728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-01-31T22:17:16.5746110Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-01-31T22:17:16.5746356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:17:16.5746749Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:17:16.5747117Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:17:16.5747476Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:17:16.5747731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:17:16.5908349Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:17:16.5908678Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-01-31T22:17:16.5909061Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-01-31T22:17:16.5909333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-01-31T22:17:16.5909707Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-01-31T22:17:16.5910003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:16.5910491Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:16.5911020Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:16.5911512Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:16.5911798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-01-31T22:17:16.5912263Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-01-31T22:17:16.5912568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-01-31T22:17:16.5913077Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-01-31T22:17:16.5913346Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5913936Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5914372Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5914818Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5915387Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5915943Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5916453Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5916920Z 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-01-31T22:17:16.5917376Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:17:16.5917642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5918018Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5918416Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5918825Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5919246Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5919666Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5920094Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:17:16.5920348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:17:16.5920741Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:17:16.5921183Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:17:16.5921599Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:17:16.5921983Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:17:16.5922237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:17:16.5922666Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:17:16.5923095Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:17:16.5923510Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:17:16.5923817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-01-31T22:17:16.5924393Z 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-01-31T22:17:16.5924797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-01-31T22:17:16.5925468Z 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-01-31T22:17:16.5926188Z 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-01-31T22:17:16.5926458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:17:16.5926887Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:17:16.5927425Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:17:16.5927886Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:17:16.5928397Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:17:16.5928751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:16.5929297Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:16.5929852Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:16.5930207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:17:16.5930839Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:17:16.5931234Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:16.5931871Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:16.5932548Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:16.5932871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:17:16.5933442Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:17:16.5933773Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:16.5934290Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:16.5934852Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:16.5935379Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:16.5935687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:16.5936274Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:16.5936831Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:16.5937368Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:16.6037599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:17:16.6038457Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:17:16.6038864Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:17:16.6039507Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:17:16.6040009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:16.6040697Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:16.6041453Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:16.6041931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:16.6042768Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:16.6043612Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:16.6044508Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:16.6045405Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:16.6045682Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-01-31T22:17:16.6046177Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-01-31T22:17:16.6046482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:17:16.6046923Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:17:16.6047404Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:17:16.6047652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-01-31T22:17:16.6048032Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-01-31T22:17:16.6048334Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:17:16.6048836Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:17:16.6049129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:17:16.6049665Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:17:16.6050160Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:17:16.6050502Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-01-31T22:17:16.6051140Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-01-31T22:17:16.6051459Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-01-31T22:17:16.6051986Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-01-31T22:17:16.6052275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:17:16.6052637Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:17:16.6052894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:17:16.6053341Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:17:16.6053835Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:17:16.6054048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-01-31T22:17:16.6054320Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-01-31T22:17:16.6054590Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:17:16.6054980Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:17:16.6055432Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:17:16.6055698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:16.6056107Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:16.6056511Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:16.6056924Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:16.6057175Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:17:16.6057597Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:17:16.6057985Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:17:16.6058237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:17:16.6058606Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:17:16.6058954Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:17:16.6059201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:17:16.6059545Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:17:16.6059897Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:17:16.6060151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:17:16.6060510Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:17:16.6060904Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:17:16.6061307Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:17:16.6061705Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:17:16.6062101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:17:16.6062573Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:17:16.6063065Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:17:16.6063402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:17:16.6063801Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:17:16.6064292Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:17:16.6064786Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:17:16.6065060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-01-31T22:17:16.6065579Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-01-31T22:17:16.6065875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:16.6066366Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:16.6066908Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.2419338Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.2420363Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.2421252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2422143Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2423206Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2424257Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2425120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:17:17.2425978Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:17:17.2426865Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:17:17.2427824Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:17:17.2428797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:17:17.2429814Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:17:17.2430746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-01-31T22:17:17.2431537Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-01-31T22:17:17.2432336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-01-31T22:17:17.2433340Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-01-31T22:17:17.2434146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:17:17.2434987Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:17:17.2436112Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:17:17.2437253Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:17:17.2438255Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:17.2439172Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:17.2440096Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:17:17.2441081Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.2442198Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.2443348Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.2444438Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2445497Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2446557Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.2447597Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:17:17.2448692Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:17:17.2449925Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:17:17.2450813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-01-31T22:17:17.2451375Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-01-31T22:17:17.2451955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-01-31T22:17:17.2452617Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-01-31T22:17:17.2453253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:17:17.2453895Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:17:17.2454603Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:17:17.2455082Z running egg_info 2025-01-31T22:17:17.2455338Z creating executorch.egg-info 2025-01-31T22:17:17.2455635Z writing executorch.egg-info/PKG-INFO 2025-01-31T22:17:17.2456073Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-01-31T22:17:17.2456596Z writing entry points to executorch.egg-info/entry_points.txt 2025-01-31T22:17:17.2457060Z writing requirements to executorch.egg-info/requires.txt 2025-01-31T22:17:17.2457532Z writing top-level names to executorch.egg-info/top_level.txt 2025-01-31T22:17:17.2458000Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:17.2458510Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:17.2458891Z adding license file 'LICENSE' 2025-01-31T22:17:17.2459248Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:17.2459982Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-01-31T22:17:17.2461074Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:17:17.2462130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-01-31T22:17:17.2463267Z 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-01-31T22:17:17.2464422Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:17.2465391Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:17.2466375Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:17:17.2467433Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:17:17.2468336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-01-31T22:17:17.2469115Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-01-31T22:17:17.2470117Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:17:17.2471022Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.2472099Z 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-01-31T22:17:17.2473450Z 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-01-31T22:17:17.2474747Z 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-01-31T22:17:17.2476080Z 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-01-31T22:17:17.2477363Z 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-01-31T22:17:17.2478646Z 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-01-31T22:17:17.2480007Z 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-01-31T22:17:17.2481388Z 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-01-31T22:17:17.2482718Z 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-01-31T22:17:17.2500366Z 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-01-31T22:17:17.2501635Z 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-01-31T22:17:17.2503025Z 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-01-31T22:17:17.2504311Z 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-01-31T22:17:17.2505651Z 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-01-31T22:17:17.2507128Z 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-01-31T22:17:17.2508527Z 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-01-31T22:17:17.2509968Z 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-01-31T22:17:17.2511322Z 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-01-31T22:17:17.2512648Z 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-01-31T22:17:17.2514075Z 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-01-31T22:17:17.2515580Z 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-01-31T22:17:17.2516930Z 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-01-31T22:17:17.2518254Z 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-01-31T22:17:17.2519525Z 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-01-31T22:17:17.2520786Z 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-01-31T22:17:17.2522079Z 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-01-31T22:17:17.2523420Z 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-01-31T22:17:17.2524730Z 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-01-31T22:17:17.2526096Z 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-01-31T22:17:17.2527447Z 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-01-31T22:17:17.2528813Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.2530124Z 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-01-31T22:17:17.2531518Z 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-01-31T22:17:17.2532965Z 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-01-31T22:17:17.2534401Z 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-01-31T22:17:17.2535758Z 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-01-31T22:17:17.2537029Z 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-01-31T22:17:17.2538322Z 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-01-31T22:17:17.2539661Z 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-01-31T22:17:17.2540977Z 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-01-31T22:17:17.2542272Z 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-01-31T22:17:17.2543571Z 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-01-31T22:17:17.2544923Z 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-01-31T22:17:17.2546238Z 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-01-31T22:17:17.2547582Z 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-01-31T22:17:17.2548959Z 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-01-31T22:17:17.2550357Z 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-01-31T22:17:17.2551764Z 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-01-31T22:17:17.2553181Z 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-01-31T22:17:17.2554536Z 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-01-31T22:17:17.2555987Z 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-01-31T22:17:17.2557346Z 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-01-31T22:17:17.2558719Z 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-01-31T22:17:17.2560092Z 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-01-31T22:17:17.2561514Z 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-01-31T22:17:17.2562884Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.2564287Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.2565693Z 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-01-31T22:17:17.2567016Z 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-01-31T22:17:17.2568354Z 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-01-31T22:17:17.2584577Z 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-01-31T22:17:17.2585620Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-01-31T22:17:17.2586521Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-01-31T22:17:17.2587425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.2588457Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.2589742Z 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-01-31T22:17:17.2591011Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.2592233Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.2593700Z 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-01-31T22:17:17.2594992Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.2596293Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:17:17.2597436Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:17:17.2598633Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:17:17.2599851Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:17:17.2601028Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:17:17.2602218Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:17:17.2603465Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:17:17.2605069Z 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-01-31T22:17:17.2606593Z 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-01-31T22:17:17.2607695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-01-31T22:17:17.2608907Z 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-01-31T22:17:17.2610335Z 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-01-31T22:17:17.2611723Z 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-01-31T22:17:17.2613130Z 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-01-31T22:17:17.2614601Z 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-01-31T22:17:17.2616022Z 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-01-31T22:17:17.2617415Z 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-01-31T22:17:17.2618789Z 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-01-31T22:17:17.2620180Z 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-01-31T22:17:17.2621559Z 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-01-31T22:17:17.2622970Z 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-01-31T22:17:17.2624431Z 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-01-31T22:17:17.2625850Z 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-01-31T22:17:17.2627154Z 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-01-31T22:17:17.2628465Z 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-01-31T22:17:17.2629782Z 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-01-31T22:17:17.2631147Z 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-01-31T22:17:17.2632571Z 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-01-31T22:17:17.2633981Z 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-01-31T22:17:17.2635479Z 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-01-31T22:17:17.2636855Z 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-01-31T22:17:17.2638318Z 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-01-31T22:17:17.2639756Z 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-01-31T22:17:17.2641144Z 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-01-31T22:17:17.2642547Z 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-01-31T22:17:17.2643879Z 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-01-31T22:17:17.2645277Z 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-01-31T22:17:17.2646718Z 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-01-31T22:17:17.2648126Z 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-01-31T22:17:17.2649515Z 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-01-31T22:17:17.2650916Z 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-01-31T22:17:17.2652306Z 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-01-31T22:17:17.2668328Z 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-01-31T22:17:17.2669821Z 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-01-31T22:17:17.2671265Z 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-01-31T22:17:17.2672697Z 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-01-31T22:17:17.2674109Z 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-01-31T22:17:17.2675643Z 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-01-31T22:17:17.2677062Z 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-01-31T22:17:17.2678544Z 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-01-31T22:17:17.2680428Z 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-01-31T22:17:17.2681791Z 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-01-31T22:17:17.2683161Z 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-01-31T22:17:17.2684528Z 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-01-31T22:17:17.2685885Z 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-01-31T22:17:17.2687275Z 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-01-31T22:17:17.2688675Z 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-01-31T22:17:17.2690126Z 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-01-31T22:17:17.2691566Z 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-01-31T22:17:17.2693000Z 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-01-31T22:17:17.2694590Z 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-01-31T22:17:17.2696062Z 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-01-31T22:17:17.2697542Z 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-01-31T22:17:17.2699025Z 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-01-31T22:17:17.2700462Z 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-01-31T22:17:17.2701931Z 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-01-31T22:17:17.2703403Z 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-01-31T22:17:17.2704884Z 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-01-31T22:17:17.2706355Z 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-01-31T22:17:17.2707807Z 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-01-31T22:17:17.2709404Z 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-01-31T22:17:17.2710887Z 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-01-31T22:17:17.2712272Z 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-01-31T22:17:17.2713704Z 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-01-31T22:17:17.2715212Z 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-01-31T22:17:17.2716686Z 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-01-31T22:17:17.2718138Z 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-01-31T22:17:17.2719513Z 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-01-31T22:17:17.2720861Z 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-01-31T22:17:17.2722226Z 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-01-31T22:17:17.2723606Z 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-01-31T22:17:17.2724948Z 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-01-31T22:17:17.2726301Z 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-01-31T22:17:17.2727620Z 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-01-31T22:17:17.2729019Z 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-01-31T22:17:17.2730476Z 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-01-31T22:17:17.2731969Z 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-01-31T22:17:17.2733509Z 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-01-31T22:17:17.2735060Z 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-01-31T22:17:17.2736565Z 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-01-31T22:17:17.3244646Z 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-01-31T22:17:17.3246347Z 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-01-31T22:17:17.3247907Z 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-01-31T22:17:17.3249414Z 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-01-31T22:17:17.3250935Z 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-01-31T22:17:17.3252445Z 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-01-31T22:17:17.3253996Z 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-01-31T22:17:17.3255573Z 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-01-31T22:17:17.3257115Z 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-01-31T22:17:17.3258597Z 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-01-31T22:17:17.3260061Z 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-01-31T22:17:17.3261518Z 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-01-31T22:17:17.3262952Z 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-01-31T22:17:17.3264443Z 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-01-31T22:17:17.3265992Z 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-01-31T22:17:17.3267558Z 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-01-31T22:17:17.3269063Z 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-01-31T22:17:17.3270509Z 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-01-31T22:17:17.3271996Z 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-01-31T22:17:17.3273533Z 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-01-31T22:17:17.3275061Z 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-01-31T22:17:17.3276662Z 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-01-31T22:17:17.3277936Z 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-01-31T22:17:17.3278805Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:17:17.3279603Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:17:17.3280519Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:17:17.3281579Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:17.3282694Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:17.3283939Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:17:17.3285207Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:17:17.3286229Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:17:17.3287239Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:17:17.3288044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:17:17.3288660Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:17:17.3289355Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:17:17.3290168Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:17:17.3291088Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:17:17.3292131Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.3293492Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.3294661Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.3295862Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.3296753Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-01-31T22:17:17.3297516Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-01-31T22:17:17.3298384Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:17.3299156Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:17:17.3300171Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.3301371Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.3302262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-01-31T22:17:17.3303250Z copying build/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-01-31T22:17:17.3304153Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3304978Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3305892Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3306866Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3307735Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3308614Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3309518Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3310454Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3311474Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3331327Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3332335Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3333331Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3334308Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3335217Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3336090Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3336931Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3337824Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3338794Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.3339697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:17:17.3340628Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:17:17.3341630Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-01-31T22:17:17.3342778Z 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-01-31T22:17:17.3344122Z 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-01-31T22:17:17.3345210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-01-31T22:17:17.3346240Z 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-01-31T22:17:17.3347482Z 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-01-31T22:17:17.3348757Z 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-01-31T22:17:17.3349774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3350790Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3352032Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3353207Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3354376Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3355601Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3356745Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3357887Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3359113Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3360325Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3361501Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3362676Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3363841Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3365011Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3366196Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.3367169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:17:17.3368040Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:17:17.3369082Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:17:17.3370107Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:17:17.3371000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:17:17.3371904Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:17:17.3372789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3373630Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3374600Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3375645Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3376612Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3377575Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3378598Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3379589Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3380561Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3381567Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3382574Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.3383461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-01-31T22:17:17.3384443Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-01-31T22:17:17.3385402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:17:17.3386410Z 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-01-31T22:17:17.3387577Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:17:17.3388703Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:17:17.3389629Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.3390490Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.3391483Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.3392512Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.3393701Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.3394605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:17:17.3395649Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:17:17.3770814Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:17:17.3772017Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:17:17.3772793Z running build_ext 2025-01-31T22:17:17.3773670Z 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-01-31T22:17:17.3775259Z 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-01-31T22:17:17.3777127Z 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-01-31T22:17:17.3778923Z 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-01-31T22:17:17.3780110Z installing to pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:17:17.3780467Z running install 2025-01-31T22:17:17.3780717Z running install_lib 2025-01-31T22:17:17.3780996Z creating pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:17:17.3781395Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-01-31T22:17:17.3781851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-01-31T22:17:17.3782325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-01-31T22:17:17.3783116Z 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-01-31T22:17:17.3784165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-01-31T22:17:17.3784920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-01-31T22:17:17.3785441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-01-31T22:17:17.3786308Z 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-01-31T22:17:17.3787510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-01-31T22:17:17.3788676Z 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-01-31T22:17:17.3789848Z 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-01-31T22:17:17.3791043Z 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-01-31T22:17:17.3792226Z 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-01-31T22:17:17.3793619Z 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-01-31T22:17:17.3794852Z 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-01-31T22:17:17.3795817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-01-31T22:17:17.3796863Z 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-01-31T22:17:17.3798324Z 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-01-31T22:17:17.3799701Z 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-01-31T22:17:17.3801021Z 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-01-31T22:17:17.3802319Z 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-01-31T22:17:17.3803766Z 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-01-31T22:17:17.3805177Z 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-01-31T22:17:17.3806589Z 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-01-31T22:17:17.3808030Z 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-01-31T22:17:17.3809430Z 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-01-31T22:17:17.3810811Z 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-01-31T22:17:17.3812185Z 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-01-31T22:17:17.3813576Z 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-01-31T22:17:17.3814952Z 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-01-31T22:17:17.3816319Z 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-01-31T22:17:17.3817698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-01-31T22:17:17.3819074Z 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-01-31T22:17:17.3820477Z 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-01-31T22:17:17.3821906Z 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-01-31T22:17:17.3823319Z 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-01-31T22:17:17.3824711Z 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-01-31T22:17:17.3826084Z 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-01-31T22:17:17.3827481Z 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-01-31T22:17:17.3828870Z 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-01-31T22:17:17.3830231Z 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-01-31T22:17:17.3831590Z 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-01-31T22:17:17.3832966Z 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-01-31T22:17:17.3834362Z 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-01-31T22:17:17.3835916Z 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-01-31T22:17:17.3837386Z 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-01-31T22:17:17.3838449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-01-31T22:17:17.3839507Z 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-01-31T22:17:17.3840993Z 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-01-31T22:17:17.3842516Z 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-01-31T22:17:17.3844039Z 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-01-31T22:17:17.3845130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-01-31T22:17:17.3846106Z 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-01-31T22:17:17.3847455Z 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-01-31T22:17:17.3848791Z 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-01-31T22:17:17.3850133Z 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-01-31T22:17:17.3851473Z 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-01-31T22:17:17.3852787Z 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-01-31T22:17:17.3854098Z 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-01-31T22:17:17.3855436Z 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-01-31T22:17:17.3856765Z 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-01-31T22:17:17.3858081Z 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-01-31T22:17:17.3859462Z 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-01-31T22:17:17.3860775Z 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-01-31T22:17:17.3862098Z 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-01-31T22:17:17.3863479Z 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-01-31T22:17:17.3864804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:17:17.3866131Z 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-01-31T22:17:17.3867439Z 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-01-31T22:17:17.3868748Z 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-01-31T22:17:17.3870040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:17:17.3871381Z 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-01-31T22:17:17.3872717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:17:17.3874028Z 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-01-31T22:17:17.3875402Z 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-01-31T22:17:17.3876775Z 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-01-31T22:17:17.3878140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:17:17.3879477Z 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-01-31T22:17:17.3880806Z 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-01-31T22:17:17.3882149Z 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-01-31T22:17:17.3883491Z 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-01-31T22:17:17.3884833Z 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-01-31T22:17:17.3886144Z 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-01-31T22:17:17.3887465Z 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-01-31T22:17:17.3888844Z 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-01-31T22:17:17.3890172Z 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-01-31T22:17:17.3891546Z 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-01-31T22:17:17.3892924Z 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-01-31T22:17:17.3894458Z 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-01-31T22:17:17.3895877Z 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-01-31T22:17:17.3897253Z 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-01-31T22:17:17.3898229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-01-31T22:17:17.3899198Z 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-01-31T22:17:17.3900557Z 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-01-31T22:17:17.3901993Z 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-01-31T22:17:17.3903446Z 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-01-31T22:17:17.3904931Z 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-01-31T22:17:17.3905954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-01-31T22:17:17.3906851Z 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-01-31T22:17:17.3908107Z 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-01-31T22:17:17.3909389Z 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-01-31T22:17:17.3910334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-01-31T22:17:17.3911331Z 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-01-31T22:17:17.3912749Z 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-01-31T22:17:17.3914170Z 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-01-31T22:17:17.3915647Z 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-01-31T22:17:17.3917215Z 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-01-31T22:17:17.3918680Z 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-01-31T22:17:17.3920444Z 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-01-31T22:17:17.3921440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-01-31T22:17:17.3922451Z 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-01-31T22:17:17.3923871Z 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-01-31T22:17:17.3925306Z 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-01-31T22:17:17.3926340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-01-31T22:17:17.3927288Z 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-01-31T22:17:17.3928615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-01-31T22:17:17.3929977Z 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-01-31T22:17:17.3931317Z 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-01-31T22:17:17.3932611Z 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-01-31T22:17:17.3933935Z 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-01-31T22:17:17.3935263Z 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-01-31T22:17:17.3936597Z 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-01-31T22:17:17.3937922Z 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-01-31T22:17:17.3939288Z 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-01-31T22:17:17.3940682Z 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-01-31T22:17:17.3942042Z 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-01-31T22:17:17.3943330Z 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-01-31T22:17:17.3944680Z 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-01-31T22:17:17.3946004Z 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-01-31T22:17:17.3947335Z 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-01-31T22:17:17.3948698Z 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-01-31T22:17:17.3949997Z 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-01-31T22:17:17.3951343Z 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-01-31T22:17:17.3952723Z 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-01-31T22:17:17.3954097Z 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-01-31T22:17:17.3955496Z 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-01-31T22:17:17.3956823Z 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-01-31T22:17:17.3958150Z 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-01-31T22:17:17.3959503Z 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-01-31T22:17:17.3960832Z 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-01-31T22:17:17.3962155Z 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-01-31T22:17:17.3963514Z 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-01-31T22:17:17.3964860Z 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-01-31T22:17:17.3966195Z 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-01-31T22:17:17.3967543Z 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-01-31T22:17:17.3968847Z 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-01-31T22:17:17.3970181Z 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-01-31T22:17:17.3971540Z 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-01-31T22:17:17.3972948Z 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-01-31T22:17:17.3974280Z 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-01-31T22:17:17.3975623Z 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-01-31T22:17:17.3976992Z 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-01-31T22:17:17.3978337Z 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-01-31T22:17:17.3979677Z 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-01-31T22:17:17.3981023Z 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-01-31T22:17:17.3982345Z 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-01-31T22:17:17.3983683Z 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-01-31T22:17:17.3985020Z 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-01-31T22:17:17.3986357Z 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-01-31T22:17:17.3987669Z 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-01-31T22:17:17.3988971Z 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-01-31T22:17:17.3990283Z 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-01-31T22:17:17.3991618Z 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-01-31T22:17:17.3992969Z 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-01-31T22:17:17.3994495Z 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-01-31T22:17:17.3995943Z 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-01-31T22:17:17.3997255Z 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-01-31T22:17:17.3998236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-01-31T22:17:17.3999266Z 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-01-31T22:17:17.4000725Z 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-01-31T22:17:17.4002293Z 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-01-31T22:17:17.4003797Z 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-01-31T22:17:17.4005371Z 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-01-31T22:17:17.4006925Z 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-01-31T22:17:17.4008494Z 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-01-31T22:17:17.4009607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-01-31T22:17:17.4010712Z 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-01-31T22:17:17.4011807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-01-31T22:17:17.4012801Z 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-01-31T22:17:17.4014209Z 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-01-31T22:17:17.4015654Z 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-01-31T22:17:17.4016667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-01-31T22:17:17.4017687Z 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-01-31T22:17:17.4018663Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-01-31T22:17:17.4019624Z 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-01-31T22:17:17.4020608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-01-31T22:17:17.4021321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-01-31T22:17:17.4022542Z 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-01-31T22:17:17.4023808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-01-31T22:17:17.4024724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-01-31T22:17:17.4026211Z 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-01-31T22:17:17.4028269Z 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-01-31T22:17:17.4029823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-01-31T22:17:17.4031378Z 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-01-31T22:17:17.4033502Z 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-01-31T22:17:17.4035527Z 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-01-31T22:17:17.4037504Z 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-01-31T22:17:17.4039495Z 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-01-31T22:17:17.4041482Z 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-01-31T22:17:17.4043465Z 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-01-31T22:17:17.4045404Z 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-01-31T22:17:17.4047314Z 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-01-31T22:17:17.4049347Z 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-01-31T22:17:17.4051408Z 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-01-31T22:17:17.4053385Z 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-01-31T22:17:17.4055355Z 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-01-31T22:17:17.4057272Z 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-01-31T22:17:17.4059175Z 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-01-31T22:17:17.4061203Z 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-01-31T22:17:17.4063175Z 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-01-31T22:17:17.4065231Z 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-01-31T22:17:17.4067229Z 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-01-31T22:17:17.4069238Z 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-01-31T22:17:17.4071214Z 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-01-31T22:17:17.4073174Z 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-01-31T22:17:17.4075208Z 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-01-31T22:17:17.4077179Z 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-01-31T22:17:17.4079162Z 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-01-31T22:17:17.4081122Z 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-01-31T22:17:17.4083077Z 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-01-31T22:17:17.4085029Z 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-01-31T22:17:17.4086953Z 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-01-31T22:17:17.4088945Z 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-01-31T22:17:17.4091068Z 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-01-31T22:17:17.4093061Z 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-01-31T22:17:17.4095160Z 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-01-31T22:17:17.4097205Z 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-01-31T22:17:17.4098550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-01-31T22:17:17.4099432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-01-31T22:17:17.4100880Z 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-01-31T22:17:17.4102384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-01-31T22:17:17.4103883Z 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-01-31T22:17:17.4105311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-01-31T22:17:17.4106644Z 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-01-31T22:17:17.4107826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-01-31T22:17:17.4108772Z 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-01-31T22:17:17.4110093Z 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-01-31T22:17:17.4111431Z 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-01-31T22:17:17.4112765Z 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-01-31T22:17:17.4113865Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-01-31T22:17:17.4115268Z 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-01-31T22:17:17.4117155Z 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-01-31T22:17:17.4118479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-01-31T22:17:17.4119662Z 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-01-31T22:17:17.4121293Z 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-01-31T22:17:17.4122812Z 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-01-31T22:17:17.4124401Z 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-01-31T22:17:17.4125955Z 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-01-31T22:17:17.4127483Z 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-01-31T22:17:17.4129023Z 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-01-31T22:17:17.4130547Z 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-01-31T22:17:17.4132063Z 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-01-31T22:17:17.4133568Z 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-01-31T22:17:17.4134616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-01-31T22:17:17.4135523Z 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-01-31T22:17:17.4136793Z 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-01-31T22:17:17.4138083Z 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-01-31T22:17:17.4139051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-01-31T22:17:17.4140036Z 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-01-31T22:17:17.4141517Z 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-01-31T22:17:17.4142637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-01-31T22:17:17.4153466Z 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-01-31T22:17:17.4155001Z 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-01-31T22:17:17.4156611Z 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-01-31T22:17:17.4158104Z 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-01-31T22:17:17.4159277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-01-31T22:17:17.4160262Z 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-01-31T22:17:17.4161234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-01-31T22:17:17.4162338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:17:17.4163898Z 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-01-31T22:17:17.4165389Z 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-01-31T22:17:17.4166823Z 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-01-31T22:17:17.4168290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:17:17.4169783Z 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-01-31T22:17:17.4171312Z 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-01-31T22:17:17.4172808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:17:17.4174267Z 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-01-31T22:17:17.4175717Z 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-01-31T22:17:17.4177154Z 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-01-31T22:17:17.4178625Z 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-01-31T22:17:17.4180098Z 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-01-31T22:17:17.4181566Z 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-01-31T22:17:17.4183040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:17:17.4184422Z 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-01-31T22:17:17.4185876Z 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-01-31T22:17:17.4187416Z 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-01-31T22:17:17.4188914Z 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-01-31T22:17:17.4190395Z 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-01-31T22:17:17.4191909Z 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-01-31T22:17:17.4193510Z 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-01-31T22:17:17.4195019Z 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-01-31T22:17:17.4196569Z 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-01-31T22:17:17.4197968Z 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-01-31T22:17:17.4198987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-01-31T22:17:17.4200021Z 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-01-31T22:17:17.4201475Z 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-01-31T22:17:17.4202893Z 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-01-31T22:17:17.4204378Z 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-01-31T22:17:17.4205837Z 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-01-31T22:17:17.4207236Z 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-01-31T22:17:17.4208657Z 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-01-31T22:17:17.4210127Z 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-01-31T22:17:17.4211575Z 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-01-31T22:17:17.4212995Z 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-01-31T22:17:17.4214391Z 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-01-31T22:17:17.4215816Z 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-01-31T22:17:17.4217323Z 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-01-31T22:17:17.4218743Z 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-01-31T22:17:17.4220225Z 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-01-31T22:17:17.4221705Z 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-01-31T22:17:17.4223141Z 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-01-31T22:17:17.4224574Z 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-01-31T22:17:17.4225979Z 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-01-31T22:17:17.4227385Z 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-01-31T22:17:17.4228805Z 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-01-31T22:17:17.4230236Z 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-01-31T22:17:17.4231643Z 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-01-31T22:17:17.4233043Z 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-01-31T22:17:17.4234470Z 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-01-31T22:17:17.4236001Z 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-01-31T22:17:17.4237450Z 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-01-31T22:17:17.4238899Z 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-01-31T22:17:17.4240348Z 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-01-31T22:17:17.4241767Z 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-01-31T22:17:17.4243205Z 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-01-31T22:17:17.4244668Z 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-01-31T22:17:17.4246121Z 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-01-31T22:17:17.4247523Z 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-01-31T22:17:17.4248939Z 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-01-31T22:17:17.4250403Z 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-01-31T22:17:17.4251781Z 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-01-31T22:17:17.4253186Z 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-01-31T22:17:17.4254613Z 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-01-31T22:17:17.4256045Z 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-01-31T22:17:17.4257446Z 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-01-31T22:17:17.4258846Z 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-01-31T22:17:17.4260246Z 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-01-31T22:17:17.4261657Z 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-01-31T22:17:17.4263060Z 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-01-31T22:17:17.4264503Z 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-01-31T22:17:17.4265917Z 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-01-31T22:17:17.4267343Z 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-01-31T22:17:17.4268782Z 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-01-31T22:17:17.4270198Z 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-01-31T22:17:17.4271648Z 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-01-31T22:17:17.4273079Z 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-01-31T22:17:17.4274569Z 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-01-31T22:17:17.4276029Z 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-01-31T22:17:17.4277453Z 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-01-31T22:17:17.4278954Z 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-01-31T22:17:17.4280390Z 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-01-31T22:17:17.4281825Z 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-01-31T22:17:17.4283335Z 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-01-31T22:17:17.4284789Z 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-01-31T22:17:17.4286231Z 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-01-31T22:17:17.4287646Z 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-01-31T22:17:17.4289087Z 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-01-31T22:17:17.4290540Z 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-01-31T22:17:17.4291964Z 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-01-31T22:17:17.4293508Z 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-01-31T22:17:17.4294950Z 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-01-31T22:17:17.4296415Z 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-01-31T22:17:17.4297939Z 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-01-31T22:17:17.4299483Z 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-01-31T22:17:17.4300973Z 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-01-31T22:17:17.4302403Z 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-01-31T22:17:17.4303782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-01-31T22:17:17.4304819Z 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-01-31T22:17:17.4305842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-01-31T22:17:17.4306912Z 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-01-31T22:17:17.4308473Z 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-01-31T22:17:17.4309925Z 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-01-31T22:17:17.4310963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-01-31T22:17:17.4312030Z 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-01-31T22:17:17.4313533Z 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-01-31T22:17:17.4315026Z 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-01-31T22:17:17.4316575Z 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-01-31T22:17:17.4317710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:17:17.4319002Z 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-01-31T22:17:17.4320211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-01-31T22:17:17.4321311Z 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-01-31T22:17:17.4322917Z 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-01-31T22:17:17.4324531Z 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-01-31T22:17:17.4325636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-01-31T22:17:17.4326643Z 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-01-31T22:17:17.4328051Z 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-01-31T22:17:17.4329464Z 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-01-31T22:17:17.4330444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-01-31T22:17:17.4331478Z 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-01-31T22:17:17.4332931Z 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-01-31T22:17:17.4333930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-01-31T22:17:17.4334533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-01-31T22:17:17.4335541Z 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-01-31T22:17:17.4336571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-01-31T22:17:17.4337482Z 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-01-31T22:17:17.4338813Z 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-01-31T22:17:17.4340185Z 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-01-31T22:17:17.4341580Z 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-01-31T22:17:17.4343005Z 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-01-31T22:17:17.4344479Z 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-01-31T22:17:17.4345895Z 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-01-31T22:17:17.4347302Z 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-01-31T22:17:17.4348664Z 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-01-31T22:17:17.4350021Z 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-01-31T22:17:17.4351387Z 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-01-31T22:17:17.4352711Z 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-01-31T22:17:17.4354067Z 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-01-31T22:17:17.4355188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-01-31T22:17:17.4356330Z 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-01-31T22:17:17.4357417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-01-31T22:17:17.4358276Z 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-01-31T22:17:17.4359512Z 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-01-31T22:17:17.4360856Z 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-01-31T22:17:17.4362102Z 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-01-31T22:17:17.4363362Z 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-01-31T22:17:17.4364446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-01-31T22:17:17.4365443Z 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-01-31T22:17:17.4366843Z 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-01-31T22:17:17.4368303Z 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-01-31T22:17:17.4369759Z 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-01-31T22:17:17.4371215Z 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-01-31T22:17:17.4372688Z 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-01-31T22:17:17.4374101Z 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-01-31T22:17:17.4375157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-01-31T22:17:17.4376277Z 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-01-31T22:17:17.4377363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-01-31T22:17:17.4378470Z 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-01-31T22:17:17.4379538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-01-31T22:17:17.4380564Z 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-01-31T22:17:17.4381623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-01-31T22:17:17.4382305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-01-31T22:17:17.4383049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.4384357Z 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-01-31T22:17:17.4386154Z 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-01-31T22:17:17.4387861Z 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-01-31T22:17:17.4389621Z 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-01-31T22:17:17.4391341Z 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-01-31T22:17:17.4393143Z 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-01-31T22:17:17.4395137Z 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-01-31T22:17:17.4396954Z 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-01-31T22:17:17.4398704Z 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-01-31T22:17:17.4400385Z 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-01-31T22:17:17.4402037Z 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-01-31T22:17:17.4403678Z 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-01-31T22:17:17.4405341Z 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-01-31T22:17:17.4407051Z 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-01-31T22:17:17.4408828Z 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-01-31T22:17:17.4410633Z 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-01-31T22:17:17.4412412Z 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-01-31T22:17:17.4414141Z 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-01-31T22:17:17.4415845Z 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-01-31T22:17:17.4417645Z 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-01-31T22:17:17.4419528Z 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-01-31T22:17:17.4421229Z 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-01-31T22:17:17.4422913Z 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-01-31T22:17:17.4424642Z 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-01-31T22:17:17.4426271Z 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-01-31T22:17:17.4427914Z 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-01-31T22:17:17.4429608Z 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-01-31T22:17:17.4431307Z 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-01-31T22:17:17.4433025Z 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-01-31T22:17:17.4434758Z 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-01-31T22:17:17.4436538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.4438246Z 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-01-31T22:17:17.4439934Z 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-01-31T22:17:17.4441727Z 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-01-31T22:17:17.4443491Z 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-01-31T22:17:17.4445181Z 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-01-31T22:17:17.4446830Z 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-01-31T22:17:17.4448475Z 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-01-31T22:17:17.4450291Z 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-01-31T22:17:17.4451972Z 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-01-31T22:17:17.4453687Z 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-01-31T22:17:17.4455335Z 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-01-31T22:17:17.4457023Z 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-01-31T22:17:17.4458714Z 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-01-31T22:17:17.4460389Z 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-01-31T22:17:17.4462125Z 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-01-31T22:17:17.4463863Z 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-01-31T22:17:17.4465637Z 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-01-31T22:17:17.4467384Z 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-01-31T22:17:17.4469094Z 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-01-31T22:17:17.4470810Z 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-01-31T22:17:17.4472532Z 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-01-31T22:17:17.4474240Z 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-01-31T22:17:17.4476001Z 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-01-31T22:17:17.4477711Z 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-01-31T22:17:17.4479524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.4481266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:17:17.4482935Z 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-01-31T22:17:17.4484642Z 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-01-31T22:17:17.4486345Z 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-01-31T22:17:17.4488041Z 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-01-31T22:17:17.4489175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-01-31T22:17:17.4490277Z 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-01-31T22:17:17.4491842Z 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-01-31T22:17:17.4493529Z 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-01-31T22:17:17.4495069Z 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-01-31T22:17:17.4496085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-01-31T22:17:17.4497065Z 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-01-31T22:17:17.4498449Z 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-01-31T22:17:17.4499864Z 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-01-31T22:17:17.4500897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-01-31T22:17:17.4501930Z 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-01-31T22:17:17.4503404Z 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-01-31T22:17:17.4504977Z 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-01-31T22:17:17.4506120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-01-31T22:17:17.4507245Z 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-01-31T22:17:17.4508886Z 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-01-31T22:17:17.4510482Z 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-01-31T22:17:17.4512153Z 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-01-31T22:17:17.4513797Z 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-01-31T22:17:17.4515423Z 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-01-31T22:17:17.4516497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-01-31T22:17:17.4517524Z 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-01-31T22:17:17.4518555Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-01-31T22:17:17.4519200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-01-31T22:17:17.4520299Z 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-01-31T22:17:17.4521444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-01-31T22:17:17.4522262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-01-31T22:17:17.4523658Z 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-01-31T22:17:17.4525581Z 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-01-31T22:17:17.4527467Z 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-01-31T22:17:17.4529350Z 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-01-31T22:17:17.4531185Z 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-01-31T22:17:17.4533002Z 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-01-31T22:17:17.4534876Z 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-01-31T22:17:17.4536335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-01-31T22:17:17.4537901Z 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-01-31T22:17:17.4539337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-01-31T22:17:17.4540283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-01-31T22:17:17.4541274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-01-31T22:17:17.4542964Z 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-01-31T22:17:17.4544451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-01-31T22:17:17.4545084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-01-31T22:17:17.4545771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:17:17.4546942Z 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-01-31T22:17:17.4548610Z 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-01-31T22:17:17.4550253Z 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-01-31T22:17:17.4551878Z 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-01-31T22:17:17.4553536Z 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-01-31T22:17:17.4555256Z 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-01-31T22:17:17.4556345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-01-31T22:17:17.4557243Z 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-01-31T22:17:17.4558513Z 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-01-31T22:17:17.4559491Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-01-31T22:17:17.4560468Z 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-01-31T22:17:17.4561897Z 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-01-31T22:17:17.4563389Z 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-01-31T22:17:17.4564826Z 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-01-31T22:17:17.4566291Z 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-01-31T22:17:17.4567755Z 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-01-31T22:17:17.4569248Z 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-01-31T22:17:17.4570655Z 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-01-31T22:17:17.4572106Z 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-01-31T22:17:17.4573556Z 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-01-31T22:17:17.4574969Z 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-01-31T22:17:17.4576385Z 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-01-31T22:17:17.4577792Z 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-01-31T22:17:17.4578796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-01-31T22:17:17.4579822Z 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-01-31T22:17:17.4581235Z 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-01-31T22:17:17.4582658Z 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-01-31T22:17:17.4584051Z 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-01-31T22:17:17.4585450Z 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-01-31T22:17:17.4586889Z 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-01-31T22:17:17.4588324Z 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-01-31T22:17:17.4589713Z 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-01-31T22:17:17.4591126Z 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-01-31T22:17:17.4592536Z 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-01-31T22:17:17.4594166Z 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-01-31T22:17:17.4595717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-01-31T22:17:17.4597183Z 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-01-31T22:17:17.4598726Z 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-01-31T22:17:17.4600283Z 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-01-31T22:17:17.4601752Z 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-01-31T22:17:17.4603157Z 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-01-31T22:17:17.4604576Z 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-01-31T22:17:17.4606025Z 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-01-31T22:17:17.4607468Z 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-01-31T22:17:17.4608965Z 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-01-31T22:17:17.4610438Z 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-01-31T22:17:17.4611923Z 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-01-31T22:17:17.4613354Z 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-01-31T22:17:17.4614790Z 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-01-31T22:17:17.4616215Z 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-01-31T22:17:17.4617628Z 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-01-31T22:17:17.4619059Z 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-01-31T22:17:17.4620491Z 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-01-31T22:17:17.4621911Z 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-01-31T22:17:17.4623379Z 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-01-31T22:17:17.4624844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-01-31T22:17:17.4626309Z 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-01-31T22:17:17.4627774Z 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-01-31T22:17:17.4629171Z 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-01-31T22:17:17.4630596Z 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-01-31T22:17:17.4632024Z 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-01-31T22:17:17.4633461Z 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-01-31T22:17:17.4634887Z 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-01-31T22:17:17.4636380Z 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-01-31T22:17:17.4637821Z 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-01-31T22:17:17.4639258Z 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-01-31T22:17:17.4640718Z 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-01-31T22:17:17.4642258Z 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-01-31T22:17:17.4643728Z 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-01-31T22:17:17.4645137Z 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-01-31T22:17:17.4646572Z 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-01-31T22:17:17.4647611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-01-31T22:17:17.4648651Z 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-01-31T22:17:17.4650135Z 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-01-31T22:17:17.4651244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-01-31T22:17:17.4652425Z 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-01-31T22:17:17.4653990Z 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-01-31T22:17:17.4655980Z 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-01-31T22:17:17.4657607Z 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-01-31T22:17:17.4659227Z 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-01-31T22:17:17.4660869Z 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-01-31T22:17:17.4662025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:17:17.4663177Z 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-01-31T22:17:17.4664731Z 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-01-31T22:17:17.4665811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-01-31T22:17:17.4666874Z 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-01-31T22:17:17.4668393Z 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-01-31T22:17:17.4669485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-01-31T22:17:17.4670615Z 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-01-31T22:17:17.4672222Z 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-01-31T22:17:17.4673820Z 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-01-31T22:17:17.4675418Z 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-01-31T22:17:17.4676461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-01-31T22:17:17.4677461Z 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-01-31T22:17:17.4678877Z 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-01-31T22:17:17.4679922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-01-31T22:17:17.4681033Z 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-01-31T22:17:17.4682470Z 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-01-31T22:17:17.4683919Z 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-01-31T22:17:17.4685467Z 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-01-31T22:17:17.4686953Z 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-01-31T22:17:17.4688463Z 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-01-31T22:17:17.4689966Z 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-01-31T22:17:17.4691451Z 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-01-31T22:17:17.4692936Z 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-01-31T22:17:17.4694526Z 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-01-31T22:17:17.4696005Z 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-01-31T22:17:17.4697494Z 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-01-31T22:17:17.4698931Z 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-01-31T22:17:17.4699937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-01-31T22:17:17.4700928Z 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-01-31T22:17:17.4702299Z 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-01-31T22:17:17.4703704Z 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-01-31T22:17:17.4704363Z 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-01-31T22:17:17.4705007Z 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-01-31T22:17:17.4705633Z 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-01-31T22:17:17.4706446Z 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-01-31T22:17:17.4707087Z 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-01-31T22:17:17.4707738Z 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-01-31T22:17:17.4708490Z 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-01-31T22:17:17.4709130Z 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-01-31T22:17:17.4709765Z 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-01-31T22:17:17.4710409Z 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-01-31T22:17:17.4711069Z 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-01-31T22:17:17.4711742Z 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-01-31T22:17:17.4712396Z 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-01-31T22:17:17.4713045Z 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-01-31T22:17:17.4713687Z 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-01-31T22:17:17.4714329Z 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-01-31T22:17:17.4714996Z 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-01-31T22:17:17.4715706Z 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-01-31T22:17:17.4716354Z 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-01-31T22:17:17.4717016Z 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-01-31T22:17:17.4717668Z 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-01-31T22:17:17.4718329Z 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-01-31T22:17:17.4718976Z 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-01-31T22:17:17.4719670Z 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-01-31T22:17:17.4720324Z 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-01-31T22:17:17.4721018Z 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-01-31T22:17:17.4721713Z 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-01-31T22:17:17.4722351Z 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-01-31T22:17:17.4722996Z 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-01-31T22:17:17.4723642Z 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-01-31T22:17:17.4724297Z 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-01-31T22:17:17.4724962Z 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-01-31T22:17:17.4725598Z 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-01-31T22:17:17.4726260Z 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-01-31T22:17:17.4726956Z 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-01-31T22:17:17.4727583Z 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-01-31T22:17:17.4727863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-01-31T22:17:17.4728594Z 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-01-31T22:17:17.4729324Z 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-01-31T22:17:17.4730092Z 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-01-31T22:17:17.4730805Z 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-01-31T22:17:17.4731542Z 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-01-31T22:17:17.4732268Z 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-01-31T22:17:17.4733059Z 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-01-31T22:17:17.4733333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:17:17.4734093Z 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-01-31T22:17:17.4734889Z 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-01-31T22:17:17.4735639Z 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-01-31T22:17:17.4735946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-01-31T22:17:17.4736729Z 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-01-31T22:17:17.4737501Z 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-01-31T22:17:17.4737769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-01-31T22:17:17.4738416Z 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-01-31T22:17:17.4739089Z 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-01-31T22:17:17.4739353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-01-31T22:17:17.4739648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:17:17.4740370Z 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-01-31T22:17:17.4740702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-01-31T22:17:17.4741058Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-01-31T22:17:17.4741872Z 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-01-31T22:17:17.4742684Z 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-01-31T22:17:17.4743490Z 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-01-31T22:17:17.4743802Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-01-31T22:17:17.4744164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-01-31T22:17:17.4744980Z 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-01-31T22:17:17.4745696Z 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-01-31T22:17:17.4746037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:17:17.4746769Z 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-01-31T22:17:17.4747494Z 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-01-31T22:17:17.4747851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:17:17.4748604Z 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-01-31T22:17:17.4748947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-01-31T22:17:17.4749819Z 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-01-31T22:17:17.4750717Z 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-01-31T22:17:17.4751582Z 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-01-31T22:17:17.4751918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-01-31T22:17:17.4752268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-01-31T22:17:17.4753113Z 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-01-31T22:17:17.4753944Z 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-01-31T22:17:17.4754680Z 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-01-31T22:17:17.4755016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:17:17.4755857Z 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-01-31T22:17:17.4756629Z 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-01-31T22:17:17.4756949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-01-31T22:17:17.4757292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-01-31T22:17:17.4758139Z 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-01-31T22:17:17.4758986Z 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-01-31T22:17:17.4759947Z 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-01-31T22:17:17.4760785Z 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-01-31T22:17:17.4761216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-01-31T22:17:17.4762011Z 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-01-31T22:17:17.4762791Z 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-01-31T22:17:17.4763598Z 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-01-31T22:17:17.4764469Z 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-01-31T22:17:17.4765327Z 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-01-31T22:17:17.4766214Z 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-01-31T22:17:17.4767123Z 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-01-31T22:17:17.4768025Z 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-01-31T22:17:17.4768907Z 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-01-31T22:17:17.4769748Z 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-01-31T22:17:17.4770636Z 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-01-31T22:17:17.4771511Z 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-01-31T22:17:17.4772368Z 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-01-31T22:17:17.4773198Z 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-01-31T22:17:17.4774149Z 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-01-31T22:17:17.4775019Z 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-01-31T22:17:17.4776010Z 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-01-31T22:17:17.4776876Z 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-01-31T22:17:17.4777730Z 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-01-31T22:17:17.4778577Z 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-01-31T22:17:17.4779418Z 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-01-31T22:17:17.4780283Z 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-01-31T22:17:17.4781148Z 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-01-31T22:17:17.4782069Z 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-01-31T22:17:17.4782952Z 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-01-31T22:17:17.4783804Z 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-01-31T22:17:17.4784657Z 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-01-31T22:17:17.4784984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-01-31T22:17:17.4785820Z 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-01-31T22:17:17.4786641Z 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-01-31T22:17:17.4787467Z 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-01-31T22:17:17.4788367Z 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-01-31T22:17:17.4789234Z 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-01-31T22:17:17.4790097Z 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-01-31T22:17:17.4790907Z 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-01-31T22:17:17.4791732Z 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-01-31T22:17:17.4792560Z 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-01-31T22:17:17.4793498Z 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-01-31T22:17:17.4794316Z 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-01-31T22:17:17.4795266Z 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-01-31T22:17:17.4796053Z 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-01-31T22:17:17.4796835Z 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-01-31T22:17:17.4797651Z 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-01-31T22:17:17.4798430Z 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-01-31T22:17:17.4799256Z 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-01-31T22:17:17.4800103Z 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-01-31T22:17:17.4800939Z 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-01-31T22:17:17.4801734Z 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-01-31T22:17:17.4802637Z 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-01-31T22:17:17.4803467Z 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-01-31T22:17:17.4804366Z 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-01-31T22:17:17.4805252Z 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-01-31T22:17:17.4806060Z 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-01-31T22:17:17.4806854Z 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-01-31T22:17:17.4807689Z 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-01-31T22:17:17.4808510Z 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-01-31T22:17:17.4809330Z 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-01-31T22:17:17.4810151Z 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-01-31T22:17:17.4810968Z 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-01-31T22:17:17.4811760Z 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-01-31T22:17:17.4812582Z 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-01-31T22:17:17.4813423Z 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-01-31T22:17:17.4814261Z 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-01-31T22:17:17.4815101Z 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-01-31T22:17:17.4815905Z 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-01-31T22:17:17.4816807Z 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-01-31T22:17:17.4817623Z 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-01-31T22:17:17.4818557Z 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-01-31T22:17:17.4819347Z 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-01-31T22:17:17.4820134Z 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-01-31T22:17:17.4820923Z 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-01-31T22:17:17.4821723Z 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-01-31T22:17:17.4822516Z 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-01-31T22:17:17.4823335Z 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-01-31T22:17:17.4824185Z 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-01-31T22:17:17.4825038Z 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-01-31T22:17:17.4825868Z 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-01-31T22:17:17.4826731Z 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-01-31T22:17:17.4827586Z 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-01-31T22:17:17.4828443Z 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-01-31T22:17:17.4829309Z 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-01-31T22:17:17.4830168Z 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-01-31T22:17:17.4831072Z 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-01-31T22:17:17.4831925Z 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-01-31T22:17:17.4832841Z 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-01-31T22:17:17.4833697Z 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-01-31T22:17:17.4834594Z 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-01-31T22:17:17.4835526Z 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-01-31T22:17:17.4836404Z 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-01-31T22:17:17.4837244Z 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-01-31T22:17:17.4838044Z 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-01-31T22:17:17.4838879Z 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-01-31T22:17:17.4839737Z 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-01-31T22:17:17.4840579Z 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-01-31T22:17:17.4841445Z 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-01-31T22:17:17.4842231Z 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-01-31T22:17:17.4843019Z 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-01-31T22:17:17.4843833Z 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-01-31T22:17:17.4844690Z 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-01-31T22:17:17.4845501Z 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-01-31T22:17:17.4846276Z 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-01-31T22:17:17.4847140Z 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-01-31T22:17:17.4847895Z 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-01-31T22:17:17.4848137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-01-31T22:17:17.4848762Z 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-01-31T22:17:17.4849385Z 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-01-31T22:17:17.4849997Z 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-01-31T22:17:17.4850648Z 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-01-31T22:17:17.4850860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-01-31T22:17:17.4851096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-01-31T22:17:17.4851655Z 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-01-31T22:17:17.4852258Z 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-01-31T22:17:17.4852536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-01-31T22:17:17.4853190Z 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-01-31T22:17:17.4853904Z 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-01-31T22:17:17.4854583Z 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-01-31T22:17:17.4855250Z 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-01-31T22:17:17.4855949Z 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-01-31T22:17:17.4856658Z 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-01-31T22:17:17.4857355Z 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-01-31T22:17:17.4858358Z 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-01-31T22:17:17.4859080Z 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-01-31T22:17:17.4859856Z 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-01-31T22:17:17.4860519Z 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-01-31T22:17:17.4861202Z 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-01-31T22:17:17.4861902Z 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-01-31T22:17:17.4862584Z 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-01-31T22:17:17.4863245Z 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-01-31T22:17:17.4863928Z 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-01-31T22:17:17.4864604Z 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-01-31T22:17:17.4865278Z 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-01-31T22:17:17.4865956Z 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-01-31T22:17:17.4866626Z 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-01-31T22:17:17.4866902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-01-31T22:17:17.4867553Z 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-01-31T22:17:17.4868258Z 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-01-31T22:17:17.4868546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-01-31T22:17:17.4869283Z 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-01-31T22:17:17.4870046Z 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-01-31T22:17:17.4870754Z 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-01-31T22:17:17.4870993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-01-31T22:17:17.4871678Z 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-01-31T22:17:17.4872334Z 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-01-31T22:17:17.4873056Z 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-01-31T22:17:17.4873699Z 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-01-31T22:17:17.4874338Z 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-01-31T22:17:17.4875003Z 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-01-31T22:17:17.4875696Z 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-01-31T22:17:17.4875957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-01-31T22:17:17.4876583Z 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-01-31T22:17:17.4877223Z 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-01-31T22:17:17.4877473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-01-31T22:17:17.4877744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-01-31T22:17:17.4878426Z 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-01-31T22:17:17.4879158Z 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-01-31T22:17:17.4879433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-01-31T22:17:17.4880125Z 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-01-31T22:17:17.4880877Z 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-01-31T22:17:17.4881156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-01-31T22:17:17.4881839Z 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-01-31T22:17:17.4882571Z 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-01-31T22:17:17.4882832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-01-31T22:17:17.4883541Z 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-01-31T22:17:17.4884298Z 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-01-31T22:17:17.4884564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-01-31T22:17:17.4884882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:17:17.4885716Z 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-01-31T22:17:17.4886006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-01-31T22:17:17.4886784Z 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-01-31T22:17:17.4887467Z 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-01-31T22:17:17.4887694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-01-31T22:17:17.4887943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-01-31T22:17:17.4888518Z 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-01-31T22:17:17.4889114Z 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-01-31T22:17:17.4889738Z 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-01-31T22:17:17.4890362Z 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-01-31T22:17:17.4890955Z 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-01-31T22:17:17.4891566Z 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-01-31T22:17:17.4892205Z 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-01-31T22:17:17.4892838Z 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-01-31T22:17:17.4893598Z 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-01-31T22:17:17.4894206Z 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-01-31T22:17:17.4894788Z 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-01-31T22:17:17.4895392Z 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-01-31T22:17:17.4896021Z 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-01-31T22:17:17.4896626Z 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-01-31T22:17:17.4897314Z 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-01-31T22:17:17.4897890Z 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-01-31T22:17:17.4898169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-01-31T22:17:17.4898934Z 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-01-31T22:17:17.4899634Z 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-01-31T22:17:17.4900332Z 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-01-31T22:17:17.4901002Z 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-01-31T22:17:17.4901265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-01-31T22:17:17.4901964Z 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-01-31T22:17:17.4902662Z 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-01-31T22:17:17.4903344Z 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-01-31T22:17:17.4904018Z 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-01-31T22:17:17.4904719Z 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-01-31T22:17:17.4905420Z 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-01-31T22:17:17.4906126Z 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-01-31T22:17:17.4906832Z 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-01-31T22:17:17.4907447Z 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-01-31T22:17:17.4908103Z 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-01-31T22:17:17.4908733Z 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-01-31T22:17:17.4908985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-01-31T22:17:17.4909597Z 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-01-31T22:17:17.4910277Z 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-01-31T22:17:17.4910944Z 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-01-31T22:17:17.4911572Z 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-01-31T22:17:17.4911895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-01-31T22:17:17.4912521Z 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-01-31T22:17:17.4913184Z 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-01-31T22:17:17.4913412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-01-31T22:17:17.4913882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-01-31T22:17:17.4914129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-01-31T22:17:17.4914655Z 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-01-31T22:17:17.4915268Z 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-01-31T22:17:17.4915835Z 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-01-31T22:17:17.4916377Z 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-01-31T22:17:17.4917002Z 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-01-31T22:17:17.4917547Z 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-01-31T22:17:17.4918090Z 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-01-31T22:17:17.4918352Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-01-31T22:17:17.4918976Z 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-01-31T22:17:17.4919601Z 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-01-31T22:17:17.4920243Z 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-01-31T22:17:17.4920900Z 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-01-31T22:17:17.4921131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-01-31T22:17:17.4921361Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-01-31T22:17:17.4921927Z 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-01-31T22:17:17.4922498Z 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-01-31T22:17:17.4923121Z 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-01-31T22:17:17.4923722Z 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-01-31T22:17:17.4924036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-01-31T22:17:17.4924670Z 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-01-31T22:17:17.4925330Z 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-01-31T22:17:17.4925578Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-01-31T22:17:17.4947399Z 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-01-31T22:17:17.4948035Z 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-01-31T22:17:17.4948372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-01-31T22:17:17.4949050Z 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-01-31T22:17:17.4949718Z 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-01-31T22:17:17.4950118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-01-31T22:17:17.4951010Z 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-01-31T22:17:17.4951903Z 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-01-31T22:17:17.4952794Z 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-01-31T22:17:17.4953698Z 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-01-31T22:17:17.4954516Z 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-01-31T22:17:17.4955506Z 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-01-31T22:17:17.4955821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-01-31T22:17:17.4956489Z 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-01-31T22:17:17.4957166Z 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-01-31T22:17:17.4957563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-01-31T22:17:17.4958219Z 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-01-31T22:17:17.4958895Z 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-01-31T22:17:17.4959224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-01-31T22:17:17.4959894Z 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-01-31T22:17:17.4960543Z 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-01-31T22:17:17.4960793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-01-31T22:17:17.4961412Z 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-01-31T22:17:17.4962028Z 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-01-31T22:17:17.4962681Z 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-01-31T22:17:17.4963308Z 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-01-31T22:17:17.4963951Z 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-01-31T22:17:17.4964589Z 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-01-31T22:17:17.4965280Z 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-01-31T22:17:17.4965921Z 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-01-31T22:17:17.4966575Z 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-01-31T22:17:17.4967193Z 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-01-31T22:17:17.4967785Z 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-01-31T22:17:17.4968066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-01-31T22:17:17.4968767Z 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-01-31T22:17:17.4969472Z 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-01-31T22:17:17.4969794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-01-31T22:17:17.4970592Z 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-01-31T22:17:17.4971348Z 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-01-31T22:17:17.4972120Z 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-01-31T22:17:17.4972936Z 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-01-31T22:17:17.4973234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-01-31T22:17:17.4973905Z 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-01-31T22:17:17.4974604Z 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-01-31T22:17:17.4975301Z 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-01-31T22:17:17.4975655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-01-31T22:17:17.4976471Z 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-01-31T22:17:17.4977323Z 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-01-31T22:17:17.4978137Z 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-01-31T22:17:17.5001771Z 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-01-31T22:17:17.5002600Z 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-01-31T22:17:17.5003475Z 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-01-31T22:17:17.5004302Z 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-01-31T22:17:17.5005145Z 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-01-31T22:17:17.5005997Z 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-01-31T22:17:17.5006793Z 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-01-31T22:17:17.5007765Z 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-01-31T22:17:17.5008550Z 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-01-31T22:17:17.5009393Z 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-01-31T22:17:17.5010332Z 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-01-31T22:17:17.5011217Z 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-01-31T22:17:17.5012131Z 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-01-31T22:17:17.5012971Z 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-01-31T22:17:17.5013250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-01-31T22:17:17.5014023Z 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-01-31T22:17:17.5014747Z 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-01-31T22:17:17.5015032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-01-31T22:17:17.5015769Z 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-01-31T22:17:17.5016056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-01-31T22:17:17.5016725Z 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-01-31T22:17:17.5017086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-01-31T22:17:17.5017861Z 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-01-31T22:17:17.5018712Z 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-01-31T22:17:17.5019486Z 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-01-31T22:17:17.5020320Z 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-01-31T22:17:17.5020630Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-01-31T22:17:17.5021438Z 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-01-31T22:17:17.5022209Z 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-01-31T22:17:17.5022967Z 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-01-31T22:17:17.5023774Z 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-01-31T22:17:17.5024125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-01-31T22:17:17.5024902Z 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-01-31T22:17:17.5025294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-01-31T22:17:17.5026110Z 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-01-31T22:17:17.5027009Z 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-01-31T22:17:17.5027370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-01-31T22:17:17.5028166Z 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-01-31T22:17:17.5028986Z 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-01-31T22:17:17.5029362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-01-31T22:17:17.5030218Z 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-01-31T22:17:17.5031114Z 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-01-31T22:17:17.5031382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-01-31T22:17:17.5031981Z 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-01-31T22:17:17.5032612Z 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-01-31T22:17:17.5071598Z 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-01-31T22:17:17.5072241Z 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-01-31T22:17:17.5072527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-01-31T22:17:17.5073325Z 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-01-31T22:17:17.5073981Z 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-01-31T22:17:17.5074308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-01-31T22:17:17.5074896Z 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-01-31T22:17:17.5075648Z 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-01-31T22:17:17.5075916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-01-31T22:17:17.5076594Z 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-01-31T22:17:17.5077245Z 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-01-31T22:17:17.5077520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-01-31T22:17:17.5078193Z 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-01-31T22:17:17.5078844Z 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-01-31T22:17:17.5079136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-01-31T22:17:17.5079785Z 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-01-31T22:17:17.5080442Z 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-01-31T22:17:17.5080748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-01-31T22:17:17.5081448Z 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-01-31T22:17:17.5081712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-01-31T22:17:17.5082364Z 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-01-31T22:17:17.5083000Z 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-01-31T22:17:17.5083665Z 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-01-31T22:17:17.5084327Z 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-01-31T22:17:17.5085029Z 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-01-31T22:17:17.5085279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-01-31T22:17:17.5085945Z 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-01-31T22:17:17.5086578Z 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-01-31T22:17:17.5086816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-01-31T22:17:17.5087454Z 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-01-31T22:17:17.5088088Z 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-01-31T22:17:17.5088373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-01-31T22:17:17.5089080Z 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-01-31T22:17:17.5089760Z 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-01-31T22:17:17.5090013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-01-31T22:17:17.5090656Z 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-01-31T22:17:17.5091265Z 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-01-31T22:17:17.5091547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-01-31T22:17:17.5092190Z 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-01-31T22:17:17.5092837Z 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-01-31T22:17:17.5093040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-01-31T22:17:17.5093623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5094124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5094567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5095035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5095516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5095986Z 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-01-31T22:17:17.5096481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5096922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5097358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5097836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5098444Z 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-01-31T22:17:17.5098887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5099387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5100202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5100689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5101161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5101621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5138621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5140423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5140916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5141423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5141861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5142300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5142769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5142997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-01-31T22:17:17.5143540Z 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-01-31T22:17:17.5144066Z 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-01-31T22:17:17.5144604Z 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-01-31T22:17:17.5145161Z 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-01-31T22:17:17.5145731Z 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-01-31T22:17:17.5146282Z 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-01-31T22:17:17.5146843Z 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-01-31T22:17:17.5147399Z 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-01-31T22:17:17.5147636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-01-31T22:17:17.5148196Z 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-01-31T22:17:17.5148968Z 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-01-31T22:17:17.5149580Z 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-01-31T22:17:17.5150194Z 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-01-31T22:17:17.5150864Z 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-01-31T22:17:17.5151510Z 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-01-31T22:17:17.5151740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-01-31T22:17:17.5152355Z 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-01-31T22:17:17.5152896Z 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-01-31T22:17:17.5153427Z 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-01-31T22:17:17.5153944Z 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-01-31T22:17:17.5154439Z 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-01-31T22:17:17.5154726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-01-31T22:17:17.5155729Z 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-01-31T22:17:17.5156568Z 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-01-31T22:17:17.5157373Z 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-01-31T22:17:17.5158196Z 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-01-31T22:17:17.5158429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-01-31T22:17:17.5159101Z 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-01-31T22:17:17.5159780Z 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-01-31T22:17:17.5160407Z 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-01-31T22:17:17.5161040Z 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-01-31T22:17:17.5161636Z 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-01-31T22:17:17.5162960Z 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-01-31T22:17:17.5163611Z 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-01-31T22:17:17.5164232Z 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-01-31T22:17:17.5164942Z 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-01-31T22:17:17.5165562Z 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-01-31T22:17:17.5166226Z 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-01-31T22:17:17.5166845Z 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-01-31T22:17:17.5167493Z 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-01-31T22:17:17.5168202Z 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-01-31T22:17:17.5168738Z 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-01-31T22:17:17.5169293Z 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-01-31T22:17:17.5169530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-01-31T22:17:17.5170167Z 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-01-31T22:17:17.5170821Z 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-01-31T22:17:17.5216306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-01-31T22:17:17.5217557Z 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-01-31T22:17:17.5218316Z 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-01-31T22:17:17.5218990Z 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-01-31T22:17:17.5219204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-01-31T22:17:17.5219704Z 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-01-31T22:17:17.5220231Z 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-01-31T22:17:17.5220731Z 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-01-31T22:17:17.5221246Z 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-01-31T22:17:17.5221657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-01-31T22:17:17.5222170Z 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-01-31T22:17:17.5222673Z 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-01-31T22:17:17.5222987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-01-31T22:17:17.5223548Z 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-01-31T22:17:17.5223825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-01-31T22:17:17.5224497Z 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-01-31T22:17:17.5224754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-01-31T22:17:17.5225294Z 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-01-31T22:17:17.5225539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-01-31T22:17:17.5226161Z 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-01-31T22:17:17.5226741Z 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-01-31T22:17:17.5227008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-01-31T22:17:17.5227628Z 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-01-31T22:17:17.5228267Z 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-01-31T22:17:17.5228897Z 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-01-31T22:17:17.5229245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-01-31T22:17:17.5229804Z 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-01-31T22:17:17.5230384Z 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-01-31T22:17:17.5230632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-01-31T22:17:17.5231255Z 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-01-31T22:17:17.5231495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-01-31T22:17:17.5232060Z 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-01-31T22:17:17.5232624Z 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-01-31T22:17:17.5232850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-01-31T22:17:17.5233534Z 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-01-31T22:17:17.5234140Z 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-01-31T22:17:17.5234699Z 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-01-31T22:17:17.5234977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-01-31T22:17:17.5235848Z 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-01-31T22:17:17.5236076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-01-31T22:17:17.5236557Z 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-01-31T22:17:17.5237087Z 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-01-31T22:17:17.5237570Z 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-01-31T22:17:17.5237794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-01-31T22:17:17.5238369Z 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-01-31T22:17:17.5238588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-01-31T22:17:17.5239124Z 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-01-31T22:17:17.5239668Z 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-01-31T22:17:17.5240184Z 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-01-31T22:17:17.5240441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-01-31T22:17:17.5241047Z 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-01-31T22:17:17.5241261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-01-31T22:17:17.5241776Z 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-01-31T22:17:17.5242387Z 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-01-31T22:17:17.5242956Z 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-01-31T22:17:17.5243512Z 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-01-31T22:17:17.5244104Z 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-01-31T22:17:17.5244694Z 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-01-31T22:17:17.5245272Z 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-01-31T22:17:17.5245897Z 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-01-31T22:17:17.5246553Z 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-01-31T22:17:17.5281934Z 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-01-31T22:17:17.5284188Z 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-01-31T22:17:17.5285880Z 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-01-31T22:17:17.5287574Z 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-01-31T22:17:17.5289309Z 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-01-31T22:17:17.5289936Z 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-01-31T22:17:17.5290475Z 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-01-31T22:17:17.5291062Z 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-01-31T22:17:17.5291640Z 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-01-31T22:17:17.5292187Z 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-01-31T22:17:17.5292783Z 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-01-31T22:17:17.5293554Z 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-01-31T22:17:17.5294101Z 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-01-31T22:17:17.5294699Z 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-01-31T22:17:17.5295337Z 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-01-31T22:17:17.5295953Z 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-01-31T22:17:17.5296520Z 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-01-31T22:17:17.5297128Z 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-01-31T22:17:17.5297717Z 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-01-31T22:17:17.5298252Z 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-01-31T22:17:17.5298963Z 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-01-31T22:17:17.5299513Z 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-01-31T22:17:17.5300090Z 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-01-31T22:17:17.5300401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-01-31T22:17:17.5300909Z 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-01-31T22:17:17.5301456Z 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-01-31T22:17:17.5301964Z 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-01-31T22:17:17.5302203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-01-31T22:17:17.5302791Z 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-01-31T22:17:17.5303406Z 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-01-31T22:17:17.5304034Z 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-01-31T22:17:17.5304246Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-01-31T22:17:17.5304739Z 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-01-31T22:17:17.5305415Z 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-01-31T22:17:17.5306003Z 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-01-31T22:17:17.5306509Z 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-01-31T22:17:17.5306988Z 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-01-31T22:17:17.5307444Z 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-01-31T22:17:17.5307922Z 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-01-31T22:17:17.5308106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-01-31T22:17:17.5308575Z 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-01-31T22:17:17.5309053Z 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-01-31T22:17:17.5309556Z 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-01-31T22:17:17.5310081Z 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-01-31T22:17:17.5310537Z 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-01-31T22:17:17.5311085Z 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-01-31T22:17:17.5311573Z 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-01-31T22:17:17.5312227Z 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-01-31T22:17:17.5312796Z 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-01-31T22:17:17.5313328Z 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-01-31T22:17:17.5313903Z 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-01-31T22:17:17.5314416Z 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-01-31T22:17:17.5314951Z 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-01-31T22:17:17.5315774Z 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-01-31T22:17:17.5316375Z 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-01-31T22:17:17.5459741Z 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-01-31T22:17:17.5461311Z 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-01-31T22:17:17.5461863Z 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-01-31T22:17:17.5462423Z 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-01-31T22:17:17.5462940Z 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-01-31T22:17:17.5463518Z 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-01-31T22:17:17.5464105Z 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-01-31T22:17:17.5464669Z 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-01-31T22:17:17.5465237Z 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-01-31T22:17:17.5465793Z 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-01-31T22:17:17.5466379Z 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-01-31T22:17:17.5466889Z 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-01-31T22:17:17.5467406Z 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-01-31T22:17:17.5468138Z 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-01-31T22:17:17.5468688Z 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-01-31T22:17:17.5469240Z 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-01-31T22:17:17.5469858Z 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-01-31T22:17:17.5470199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-01-31T22:17:17.5470812Z 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-01-31T22:17:17.5471374Z 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-01-31T22:17:17.5471990Z 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-01-31T22:17:17.5472644Z 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-01-31T22:17:17.5472887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-01-31T22:17:17.5473513Z 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-01-31T22:17:17.5473942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:17:17.5474160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-01-31T22:17:17.5474393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-01-31T22:17:17.5474955Z 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-01-31T22:17:17.5475306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-01-31T22:17:17.5476052Z 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-01-31T22:17:17.5476695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/export_hf_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-01-31T22:17:17.5477279Z 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-01-31T22:17:17.5477527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-01-31T22:17:17.5478135Z 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-01-31T22:17:17.5478422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-01-31T22:17:17.5479087Z 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-01-31T22:17:17.5479832Z 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-01-31T22:17:17.5480525Z 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-01-31T22:17:17.5481299Z 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-01-31T22:17:17.5481997Z 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-01-31T22:17:17.5482331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-01-31T22:17:17.5482993Z 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-01-31T22:17:17.5483233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-01-31T22:17:17.5483846Z 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-01-31T22:17:17.5484434Z 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-01-31T22:17:17.5485011Z 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-01-31T22:17:17.5485313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-01-31T22:17:17.5486018Z 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-01-31T22:17:17.5486285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-01-31T22:17:17.5486916Z 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-01-31T22:17:17.5487181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-01-31T22:17:17.5487960Z 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-01-31T22:17:17.5488593Z 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-01-31T22:17:17.5489202Z 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-01-31T22:17:17.5489881Z 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-01-31T22:17:17.5490100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-01-31T22:17:17.5490641Z 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-01-31T22:17:17.5538957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-01-31T22:17:17.5539838Z 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-01-31T22:17:17.5540117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-01-31T22:17:17.5540723Z 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-01-31T22:17:17.5541004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-01-31T22:17:17.5541890Z 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-01-31T22:17:17.5542223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-01-31T22:17:17.5542952Z 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-01-31T22:17:17.5543758Z 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-01-31T22:17:17.5544032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-01-31T22:17:17.5544321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-01-31T22:17:17.5545082Z 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-01-31T22:17:17.5545782Z 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-01-31T22:17:17.5546118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-01-31T22:17:17.5546897Z 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-01-31T22:17:17.5547112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-01-31T22:17:17.5547391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-01-31T22:17:17.5548011Z 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-01-31T22:17:17.5548646Z 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-01-31T22:17:17.5549315Z 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-01-31T22:17:17.5549963Z 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-01-31T22:17:17.5550761Z 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-01-31T22:17:17.5551436Z 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-01-31T22:17:17.5552194Z 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-01-31T22:17:17.5552801Z 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-01-31T22:17:17.5553084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-01-31T22:17:17.5553830Z 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-01-31T22:17:17.5554170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-01-31T22:17:17.5554552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-01-31T22:17:17.5555703Z 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-01-31T22:17:17.5556561Z 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-01-31T22:17:17.5557333Z 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-01-31T22:17:17.5557579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-01-31T22:17:17.5558197Z 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-01-31T22:17:17.5558806Z 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-01-31T22:17:17.5559434Z 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-01-31T22:17:17.5560104Z 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-01-31T22:17:17.5560733Z 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-01-31T22:17:17.5561400Z 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-01-31T22:17:17.5561654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-01-31T22:17:17.5562259Z 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-01-31T22:17:17.5562942Z 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-01-31T22:17:17.5563573Z 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-01-31T22:17:17.5564195Z 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-01-31T22:17:17.5564459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-01-31T22:17:17.5565106Z 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-01-31T22:17:17.5565811Z 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-01-31T22:17:17.5566483Z 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-01-31T22:17:17.5567232Z 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-01-31T22:17:17.5567486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-01-31T22:17:17.5568180Z 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-01-31T22:17:17.5568852Z 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-01-31T22:17:17.5569421Z 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-01-31T22:17:17.5569753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-01-31T22:17:17.5570402Z 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-01-31T22:17:17.5608551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2025-01-31T22:17:17.5609525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:17.5610374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:17.5611132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:17:17.5611496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:17:17.5611869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:17.5612697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:17.5613560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:17:17.5614395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:17:17.5614671Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2025-01-31T22:17:17.5615000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:17:17.5615764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:17:17.5616072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:17.5616801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:17.5617527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:17.5618260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:17:17.5618625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:17:17.5619472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:17:17.5619986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:17.5620758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:17.5621517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:17.5622713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:17:17.5623045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2025-01-31T22:17:17.5623412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:17:17.5624237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:17:17.5624627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:17.5625496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:17.5626444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:17:17.5626819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2025-01-31T22:17:17.5627263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:17.5628274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:17.5629292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:17.5630398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:17.5631467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:17:17.5631657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-01-31T22:17:17.5631897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-01-31T22:17:17.5632456Z 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-01-31T22:17:17.5632707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-01-31T22:17:17.5633360Z 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-01-31T22:17:17.5634112Z 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-01-31T22:17:17.5634816Z 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-01-31T22:17:17.5635502Z 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-01-31T22:17:17.5636210Z 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-01-31T22:17:17.5636403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-01-31T22:17:17.5636870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-01-31T22:17:17.5637125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-01-31T22:17:17.5637714Z 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-01-31T22:17:17.5638353Z 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-01-31T22:17:17.5638621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-01-31T22:17:17.5639316Z 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-01-31T22:17:17.5647515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-01-31T22:17:17.5647952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-01-31T22:17:17.5648296Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-01-31T22:17:17.5675683Z 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-01-31T22:17:17.5676390Z 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-01-31T22:17:17.5677178Z 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-01-31T22:17:17.5677922Z 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-01-31T22:17:17.5678650Z 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-01-31T22:17:17.5678963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-01-31T22:17:17.5679282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:17:17.5680087Z 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-01-31T22:17:17.5680796Z 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-01-31T22:17:17.5681722Z 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-01-31T22:17:17.5682447Z 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-01-31T22:17:17.5682723Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-01-31T22:17:17.5683493Z 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-01-31T22:17:17.5684170Z 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-01-31T22:17:17.5684854Z 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-01-31T22:17:17.5685131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-01-31T22:17:17.5685802Z 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-01-31T22:17:17.5686441Z 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-01-31T22:17:17.5687041Z 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-01-31T22:17:17.5687665Z 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-01-31T22:17:17.5687902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-01-31T22:17:17.5688499Z 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-01-31T22:17:17.5689094Z 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-01-31T22:17:17.5689317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-01-31T22:17:17.5689902Z 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-01-31T22:17:17.5690473Z 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-01-31T22:17:17.5690715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-01-31T22:17:17.5691372Z 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-01-31T22:17:17.5691990Z 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-01-31T22:17:17.5692577Z 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-01-31T22:17:17.5692804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-01-31T22:17:17.5693517Z 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-01-31T22:17:17.5694089Z 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-01-31T22:17:17.5694442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-01-31T22:17:17.5695104Z 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-01-31T22:17:17.5695340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-01-31T22:17:17.5696015Z 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-01-31T22:17:17.5696617Z 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-01-31T22:17:17.5697229Z 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-01-31T22:17:17.5697866Z 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-01-31T22:17:17.5698117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-01-31T22:17:17.5698794Z 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-01-31T22:17:17.5699485Z 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-01-31T22:17:17.5700177Z 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-01-31T22:17:17.5700465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-01-31T22:17:17.5701145Z 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-01-31T22:17:17.5701835Z 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-01-31T22:17:17.5702104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-01-31T22:17:17.5702720Z 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-01-31T22:17:17.5703410Z 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-01-31T22:17:17.5704099Z 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-01-31T22:17:17.5704292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-01-31T22:17:17.5704763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-01-31T22:17:17.5704971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-01-31T22:17:17.5705533Z 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-01-31T22:17:17.5737911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-01-31T22:17:17.5738203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-01-31T22:17:17.5738852Z 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-01-31T22:17:17.5739188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-01-31T22:17:17.5739753Z 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-01-31T22:17:17.5740234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-01-31T22:17:17.5740477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-01-31T22:17:17.5740960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-01-31T22:17:17.5741446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-01-31T22:17:17.5741860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-01-31T22:17:17.5742044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-01-31T22:17:17.5742252Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-01-31T22:17:17.5742863Z 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-01-31T22:17:17.5743046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-01-31T22:17:17.5743276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-01-31T22:17:17.5743544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-01-31T22:17:17.5743815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-01-31T22:17:17.5744519Z 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-01-31T22:17:17.5745241Z 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-01-31T22:17:17.5745933Z 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-01-31T22:17:17.5746634Z 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-01-31T22:17:17.5747338Z 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-01-31T22:17:17.5748066Z 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-01-31T22:17:17.5748810Z 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-01-31T22:17:17.5749587Z 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-01-31T22:17:17.5750337Z 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-01-31T22:17:17.5751109Z 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-01-31T22:17:17.5751919Z 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-01-31T22:17:17.5752638Z 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-01-31T22:17:17.5753326Z 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-01-31T22:17:17.5754065Z 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-01-31T22:17:17.5754738Z 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-01-31T22:17:17.5755591Z 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-01-31T22:17:17.5756340Z 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-01-31T22:17:17.5756685Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:17:17.5757477Z 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-01-31T22:17:17.5757869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-01-31T22:17:17.5758803Z 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-01-31T22:17:17.5759717Z 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-01-31T22:17:17.5760093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-01-31T22:17:17.5760940Z 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-01-31T22:17:17.5761803Z 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-01-31T22:17:17.5762637Z 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-01-31T22:17:17.5762997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:17:17.5763831Z 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-01-31T22:17:17.5764674Z 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-01-31T22:17:17.5765512Z 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-01-31T22:17:17.5766390Z 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-01-31T22:17:17.5767198Z 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-01-31T22:17:17.5768079Z 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-01-31T22:17:17.5768906Z 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-01-31T22:17:17.5976802Z 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-01-31T22:17:17.5977669Z 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-01-31T22:17:17.5978517Z 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-01-31T22:17:17.5979361Z 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-01-31T22:17:17.5980200Z 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-01-31T22:17:17.5981025Z 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-01-31T22:17:17.5981886Z 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-01-31T22:17:17.5982178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-01-31T22:17:17.5982934Z 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-01-31T22:17:17.5983742Z 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-01-31T22:17:17.5984512Z 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-01-31T22:17:17.5984843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:17:17.5985603Z 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-01-31T22:17:17.5985905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-01-31T22:17:17.5986649Z 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-01-31T22:17:17.5987549Z 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-01-31T22:17:17.5988299Z 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-01-31T22:17:17.5989123Z 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-01-31T22:17:17.5989841Z 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-01-31T22:17:17.5990602Z 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-01-31T22:17:17.5991349Z 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-01-31T22:17:17.5992100Z 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-01-31T22:17:17.5992846Z 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-01-31T22:17:17.5993752Z 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-01-31T22:17:17.5994080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-01-31T22:17:17.5994880Z 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-01-31T22:17:17.5995238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-01-31T22:17:17.5995560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-01-31T22:17:17.5996434Z 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-01-31T22:17:17.5997244Z 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-01-31T22:17:17.5998017Z 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-01-31T22:17:17.5998331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-01-31T22:17:17.5999063Z 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-01-31T22:17:17.5999856Z 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-01-31T22:17:17.6000603Z 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-01-31T22:17:17.6001466Z 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-01-31T22:17:17.6001790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-01-31T22:17:17.6002589Z 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-01-31T22:17:17.6003462Z 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-01-31T22:17:17.6004286Z 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-01-31T22:17:17.6004410Z running install_egg_info 2025-01-31T22:17:17.6004790Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+20f9f5f-py3.10.egg-info 2025-01-31T22:17:17.6004897Z running install_scripts 2025-01-31T22:17:17.6005192Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+20f9f5f.dist-info/WHEEL 2025-01-31T22:17:17.6005778Z creating '/tmp/pip-wheel-wqpb2vqm/.tmp-dvbxi854/executorch-0.6.0a0+20f9f5f-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-01-31T22:17:17.6005892Z adding 'executorch/version.py' 2025-01-31T22:17:17.6006108Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-01-31T22:17:17.6006303Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-01-31T22:17:17.6006545Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-01-31T22:17:17.6006775Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-01-31T22:17:17.6007032Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-01-31T22:17:17.6007245Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-01-31T22:17:17.6007483Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-01-31T22:17:17.6007715Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-01-31T22:17:17.6008003Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-01-31T22:17:17.6283614Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-01-31T22:17:17.6283863Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-01-31T22:17:17.6284030Z adding 'executorch/backends/apple/mps/__init__.py' 2025-01-31T22:17:17.6284213Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-01-31T22:17:17.6284412Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-01-31T22:17:17.6284635Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-01-31T22:17:17.6284850Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-01-31T22:17:17.6285059Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-01-31T22:17:17.6285267Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-01-31T22:17:17.6285488Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-01-31T22:17:17.6285712Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-01-31T22:17:17.6285946Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-01-31T22:17:17.6286157Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-01-31T22:17:17.6286414Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-01-31T22:17:17.6286644Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-01-31T22:17:17.6286861Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-01-31T22:17:17.6287236Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-01-31T22:17:17.6287446Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-01-31T22:17:17.6287661Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-01-31T22:17:17.6287876Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-01-31T22:17:17.6288098Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-01-31T22:17:17.6288372Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-01-31T22:17:17.6288574Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-01-31T22:17:17.6288798Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-01-31T22:17:17.6288995Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-01-31T22:17:17.6289230Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-01-31T22:17:17.6289506Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-01-31T22:17:17.6289776Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-01-31T22:17:17.6289989Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-01-31T22:17:17.6290171Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-01-31T22:17:17.6290385Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-01-31T22:17:17.6290608Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-01-31T22:17:17.6290825Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-01-31T22:17:17.6291026Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-01-31T22:17:17.6291264Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-01-31T22:17:17.6291458Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-01-31T22:17:17.6291644Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-01-31T22:17:17.6291833Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-01-31T22:17:17.6291980Z adding 'executorch/backends/arm/arm_backend.py' 2025-01-31T22:17:17.6292129Z adding 'executorch/backends/arm/arm_partitioner.py' 2025-01-31T22:17:17.6292269Z adding 'executorch/backends/arm/arm_vela.py' 2025-01-31T22:17:17.6292409Z adding 'executorch/backends/arm/process_node.py' 2025-01-31T22:17:17.6292555Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-01-31T22:17:17.6292719Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-01-31T22:17:17.6292883Z adding 'executorch/backends/arm/tosa_specification.py' 2025-01-31T22:17:17.6293011Z adding 'executorch/backends/arm/tosa_utils.py' 2025-01-31T22:17:17.6293456Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-01-31T22:17:17.6293685Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-01-31T22:17:17.6293883Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-01-31T22:17:17.6294058Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-01-31T22:17:17.6294238Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-01-31T22:17:17.6294451Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-01-31T22:17:17.6294693Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-01-31T22:17:17.6294898Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-01-31T22:17:17.6295127Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-01-31T22:17:17.6295345Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-01-31T22:17:17.6295535Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-01-31T22:17:17.6295762Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-01-31T22:17:17.6295965Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-01-31T22:17:17.6296172Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-01-31T22:17:17.6296458Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-01-31T22:17:17.6296680Z adding 'executorch/backends/arm/_passes/decompose_softmaxes_pass.py' 2025-01-31T22:17:17.6296897Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-01-31T22:17:17.6297170Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-01-31T22:17:17.6297382Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-01-31T22:17:17.6297718Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-01-31T22:17:17.6297911Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-01-31T22:17:17.6298148Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-01-31T22:17:17.6298361Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-01-31T22:17:17.6298589Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-01-31T22:17:17.6298759Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-01-31T22:17:17.6298960Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-01-31T22:17:17.6299180Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-01-31T22:17:17.6299405Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-01-31T22:17:17.6299641Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-01-31T22:17:17.6299911Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-01-31T22:17:17.6300130Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-01-31T22:17:17.6300373Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-01-31T22:17:17.6300604Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-01-31T22:17:17.6300896Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-01-31T22:17:17.6301062Z adding 'executorch/backends/arm/operators/__init__.py' 2025-01-31T22:17:17.6301243Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-01-31T22:17:17.6301408Z adding 'executorch/backends/arm/operators/op_add.py' 2025-01-31T22:17:17.6301592Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-01-31T22:17:17.6301754Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-01-31T22:17:17.6301929Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-01-31T22:17:17.6302101Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-01-31T22:17:17.6302303Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-01-31T22:17:17.6302461Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-01-31T22:17:17.6302621Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-01-31T22:17:17.6302801Z adding 'executorch/backends/arm/operators/op_full.py' 2025-01-31T22:17:17.6302955Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-01-31T22:17:17.6303135Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-01-31T22:17:17.6303312Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-01-31T22:17:17.6303490Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2025-01-31T22:17:17.6303643Z adding 'executorch/backends/arm/operators/op_le.py' 2025-01-31T22:17:17.6303815Z adding 'executorch/backends/arm/operators/op_log.py' 2025-01-31T22:17:17.6303970Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-01-31T22:17:17.6304137Z adding 'executorch/backends/arm/operators/op_max.py' 2025-01-31T22:17:17.6304328Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-01-31T22:17:17.6304480Z adding 'executorch/backends/arm/operators/op_min.py' 2025-01-31T22:17:17.6304630Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-01-31T22:17:17.6304814Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-01-31T22:17:17.6305003Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-01-31T22:17:17.6305170Z adding 'executorch/backends/arm/operators/op_relu.py' 2025-01-31T22:17:17.6305399Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-01-31T22:17:17.6305577Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-01-31T22:17:17.6305763Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-01-31T22:17:17.6305942Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-01-31T22:17:17.6306115Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-01-31T22:17:17.6306343Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-01-31T22:17:17.6306505Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-01-31T22:17:17.6306679Z adding 'executorch/backends/arm/operators/op_table.py' 2025-01-31T22:17:17.6306860Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-01-31T22:17:17.6307035Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-01-31T22:17:17.6307257Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-01-31T22:17:17.6307466Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-01-31T22:17:17.6307696Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-01-31T22:17:17.6307874Z adding 'executorch/backends/arm/operators/op_view.py' 2025-01-31T22:17:17.6308041Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-01-31T22:17:17.6308231Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-01-31T22:17:17.6308471Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-01-31T22:17:17.6308705Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-01-31T22:17:17.6308920Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-01-31T22:17:17.6309065Z adding 'executorch/backends/arm/test/common.py' 2025-01-31T22:17:17.6309211Z adding 'executorch/backends/arm/test/conftest.py' 2025-01-31T22:17:17.6309371Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-01-31T22:17:17.6309588Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-01-31T22:17:17.6549944Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-01-31T22:17:17.6550273Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-01-31T22:17:17.6551661Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-01-31T22:17:17.6551922Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-01-31T22:17:17.6552212Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-01-31T22:17:17.6552406Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-01-31T22:17:17.6552608Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-01-31T22:17:17.6552819Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-01-31T22:17:17.6553049Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-01-31T22:17:17.6553320Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-01-31T22:17:17.6553514Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2025-01-31T22:17:17.6553726Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-01-31T22:17:17.6553897Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-01-31T22:17:17.6554052Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-01-31T22:17:17.6554217Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-01-31T22:17:17.6554404Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-01-31T22:17:17.6554576Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-01-31T22:17:17.6554749Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-01-31T22:17:17.6554951Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-01-31T22:17:17.6555268Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-01-31T22:17:17.6555426Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-01-31T22:17:17.6555777Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-01-31T22:17:17.6557021Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-01-31T22:17:17.6557212Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-01-31T22:17:17.6557393Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-01-31T22:17:17.6557550Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-01-31T22:17:17.6557712Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-01-31T22:17:17.6558018Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-01-31T22:17:17.6558200Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-01-31T22:17:17.6558408Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-01-31T22:17:17.6558565Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-01-31T22:17:17.6558742Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-01-31T22:17:17.6558914Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-01-31T22:17:17.6559105Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-01-31T22:17:17.6559266Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-01-31T22:17:17.6559562Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-01-31T22:17:17.6559726Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-01-31T22:17:17.6559888Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-01-31T22:17:17.6560062Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-01-31T22:17:17.6560211Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-01-31T22:17:17.6560357Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-01-31T22:17:17.6560532Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-01-31T22:17:17.6560708Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-01-31T22:17:17.6560860Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-01-31T22:17:17.6561034Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-01-31T22:17:17.6561192Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-01-31T22:17:17.6561366Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-01-31T22:17:17.6561530Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-01-31T22:17:17.6561687Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-01-31T22:17:17.6561861Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-01-31T22:17:17.6562017Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-01-31T22:17:17.6562179Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-01-31T22:17:17.6562349Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-01-31T22:17:17.6562513Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-01-31T22:17:17.6562661Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-01-31T22:17:17.6562824Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-01-31T22:17:17.6562977Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-01-31T22:17:17.6563142Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-01-31T22:17:17.6563326Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-01-31T22:17:17.6563539Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-01-31T22:17:17.6563701Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-01-31T22:17:17.6563854Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-01-31T22:17:17.6564065Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-01-31T22:17:17.6564278Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-01-31T22:17:17.6564528Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-01-31T22:17:17.6564769Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-01-31T22:17:17.6564989Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-01-31T22:17:17.6565227Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-01-31T22:17:17.6565540Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-01-31T22:17:17.6565766Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-01-31T22:17:17.6565919Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-01-31T22:17:17.6566128Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-01-31T22:17:17.6566335Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-01-31T22:17:17.6566496Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-01-31T22:17:17.6566719Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-01-31T22:17:17.6567021Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-01-31T22:17:17.6567360Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-01-31T22:17:17.6567746Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-01-31T22:17:17.6568024Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-01-31T22:17:17.6568327Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-01-31T22:17:17.6568626Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-01-31T22:17:17.6568938Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-01-31T22:17:17.6569243Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-01-31T22:17:17.6569551Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-01-31T22:17:17.6569820Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-01-31T22:17:17.6570106Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-01-31T22:17:17.6570450Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-01-31T22:17:17.6570757Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-01-31T22:17:17.6571044Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-01-31T22:17:17.6571348Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-01-31T22:17:17.6571603Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-01-31T22:17:17.6571891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-01-31T22:17:17.6572189Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-01-31T22:17:17.6572483Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-01-31T22:17:17.6572794Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-01-31T22:17:17.6573104Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-01-31T22:17:17.6573405Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-01-31T22:17:17.6573680Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-01-31T22:17:17.6573993Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-01-31T22:17:17.6574284Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-01-31T22:17:17.6574581Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-01-31T22:17:17.6574875Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-01-31T22:17:17.6575194Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-01-31T22:17:17.6575491Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-01-31T22:17:17.6575767Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-01-31T22:17:17.6576044Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-01-31T22:17:17.6576707Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-01-31T22:17:17.6577044Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-01-31T22:17:17.6577309Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-01-31T22:17:17.6577643Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-01-31T22:17:17.6577910Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-01-31T22:17:17.6578155Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-01-31T22:17:17.6908387Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-01-31T22:17:17.6909195Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-01-31T22:17:17.6909815Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-01-31T22:17:17.6910251Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-01-31T22:17:17.6910649Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-01-31T22:17:17.6911064Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-01-31T22:17:17.6911617Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-01-31T22:17:17.6912033Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-01-31T22:17:17.6912472Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-01-31T22:17:17.6912930Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-01-31T22:17:17.6913334Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-01-31T22:17:17.6913725Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-01-31T22:17:17.6914152Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-01-31T22:17:17.6914589Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-01-31T22:17:17.6915050Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-01-31T22:17:17.6915787Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-01-31T22:17:17.6916307Z adding 'executorch/backends/cadence/aot/passes.py' 2025-01-31T22:17:17.6916750Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-01-31T22:17:17.6917193Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-01-31T22:17:17.6917657Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-01-31T22:17:17.6918128Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-01-31T22:17:17.6918562Z adding 'executorch/backends/cadence/aot/utils.py' 2025-01-31T22:17:17.6919046Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-01-31T22:17:17.6919681Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-01-31T22:17:17.6920158Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-01-31T22:17:17.6920641Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-01-31T22:17:17.6921155Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-01-31T22:17:17.6921701Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-01-31T22:17:17.6922392Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-01-31T22:17:17.6922926Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-01-31T22:17:17.6923456Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-01-31T22:17:17.6924251Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-01-31T22:17:17.6924848Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-01-31T22:17:17.6925422Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-01-31T22:17:17.6925945Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-01-31T22:17:17.6926470Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-01-31T22:17:17.6926910Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-01-31T22:17:17.6927321Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-01-31T22:17:17.6927749Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-01-31T22:17:17.6928216Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-01-31T22:17:17.6928667Z adding 'executorch/backends/example/example_backend.py' 2025-01-31T22:17:17.6929123Z adding 'executorch/backends/example/example_partitioner.py' 2025-01-31T22:17:17.6929605Z adding 'executorch/backends/example/example_quantizer.py' 2025-01-31T22:17:17.6930066Z adding 'executorch/backends/example/test_example_delegate.py' 2025-01-31T22:17:17.6930667Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-01-31T22:17:17.6931439Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-01-31T22:17:17.6932140Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-01-31T22:17:17.6932719Z adding 'executorch/backends/example/example_operators/add.py' 2025-01-31T22:17:17.6933219Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-01-31T22:17:17.6933731Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-01-31T22:17:17.6934275Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-01-31T22:17:17.6934803Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-01-31T22:17:17.6935317Z adding 'executorch/backends/example/example_operators/linear.py' 2025-01-31T22:17:17.6935852Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-01-31T22:17:17.6936355Z adding 'executorch/backends/example/example_operators/ops.py' 2025-01-31T22:17:17.6936836Z adding 'executorch/backends/example/example_operators/utils.py' 2025-01-31T22:17:17.6937293Z adding 'executorch/backends/mediatek/__init__.py' 2025-01-31T22:17:17.6937715Z adding 'executorch/backends/mediatek/partitioner.py' 2025-01-31T22:17:17.6938118Z adding 'executorch/backends/mediatek/preprocess.py' 2025-01-31T22:17:17.6938558Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-01-31T22:17:17.6939126Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-01-31T22:17:17.6939698Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-01-31T22:17:17.6940157Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-01-31T22:17:17.6940632Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-01-31T22:17:17.6941113Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-01-31T22:17:17.6941556Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-01-31T22:17:17.6942078Z adding 'executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py' 2025-01-31T22:17:17.6942646Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-01-31T22:17:17.6943168Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-01-31T22:17:17.6943679Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-01-31T22:17:17.6944227Z adding 'executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py' 2025-01-31T22:17:17.6944795Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-01-31T22:17:17.6945401Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-01-31T22:17:17.6946051Z adding 'executorch/backends/qualcomm/_passes/convert_prelu.py' 2025-01-31T22:17:17.6946531Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-01-31T22:17:17.6947035Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-01-31T22:17:17.6947548Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-01-31T22:17:17.6948080Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-01-31T22:17:17.6948660Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-01-31T22:17:17.6949176Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-01-31T22:17:17.6949681Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-01-31T22:17:17.6950150Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-01-31T22:17:17.6950643Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-01-31T22:17:17.6951147Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-01-31T22:17:17.6951677Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-01-31T22:17:17.6952226Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-01-31T22:17:17.6952751Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-01-31T22:17:17.6953259Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-01-31T22:17:17.6953798Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-01-31T22:17:17.6954338Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-01-31T22:17:17.6954797Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-01-31T22:17:17.6955315Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-01-31T22:17:17.6955933Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-01-31T22:17:17.6956411Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-01-31T22:17:17.6956902Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-01-31T22:17:17.6957449Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-01-31T22:17:17.6957983Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-01-31T22:17:17.6958468Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-01-31T22:17:17.6958978Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-01-31T22:17:17.6959493Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-01-31T22:17:17.6959985Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-01-31T22:17:17.6960443Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-01-31T22:17:17.6960899Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-01-31T22:17:17.6961378Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-01-31T22:17:17.6961853Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-01-31T22:17:17.6962314Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-01-31T22:17:17.6962834Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-01-31T22:17:17.6963391Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-01-31T22:17:17.6963875Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-01-31T22:17:17.6964372Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-01-31T22:17:17.6964870Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-01-31T22:17:17.6965347Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-01-31T22:17:17.6965834Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-01-31T22:17:17.6966332Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-01-31T22:17:17.6966802Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-01-31T22:17:17.6967287Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-01-31T22:17:17.6967901Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-01-31T22:17:17.6968460Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-01-31T22:17:17.6968940Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-01-31T22:17:17.6969416Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-01-31T22:17:17.6969908Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-01-31T22:17:17.6970374Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-01-31T22:17:17.6970910Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-01-31T22:17:17.6971391Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-01-31T22:17:17.7210613Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-01-31T22:17:17.7212165Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-01-31T22:17:17.7213638Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-01-31T22:17:17.7215088Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-01-31T22:17:17.7216446Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-01-31T22:17:17.7217812Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-01-31T22:17:17.7219236Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-01-31T22:17:17.7220724Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-01-31T22:17:17.7221182Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-01-31T22:17:17.7221622Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-01-31T22:17:17.7222040Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-01-31T22:17:17.7222491Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-01-31T22:17:17.7222934Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-01-31T22:17:17.7223393Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-01-31T22:17:17.7223868Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-01-31T22:17:17.7224318Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-01-31T22:17:17.7224768Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-01-31T22:17:17.7225268Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-01-31T22:17:17.7225713Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-01-31T22:17:17.7226190Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-01-31T22:17:17.7226685Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-01-31T22:17:17.7227122Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-01-31T22:17:17.7227580Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-01-31T22:17:17.7228068Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-01-31T22:17:17.7228534Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-01-31T22:17:17.7229035Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-01-31T22:17:17.7229575Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-01-31T22:17:17.7230061Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-01-31T22:17:17.7230523Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-01-31T22:17:17.7230979Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-01-31T22:17:17.7231434Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-01-31T22:17:17.7231925Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-01-31T22:17:17.7232376Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-01-31T22:17:17.7232810Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-01-31T22:17:17.7233286Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-01-31T22:17:17.7233787Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-01-31T22:17:17.7234308Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-01-31T22:17:17.7235213Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-01-31T22:17:17.7236016Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-01-31T22:17:17.7236542Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-01-31T22:17:17.7237007Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-01-31T22:17:17.7237498Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-01-31T22:17:17.7238131Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-01-31T22:17:17.7238653Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-01-31T22:17:17.7239141Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-01-31T22:17:17.7239682Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-01-31T22:17:17.7240198Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-01-31T22:17:17.7240689Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-01-31T22:17:17.7241319Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-01-31T22:17:17.7242094Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-01-31T22:17:17.7242636Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-01-31T22:17:17.7243182Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-01-31T22:17:17.7243675Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-01-31T22:17:17.7244133Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-01-31T22:17:17.7244587Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-01-31T22:17:17.7244994Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-01-31T22:17:17.7245418Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-01-31T22:17:17.7245814Z adding 'executorch/backends/transforms/__init__.py' 2025-01-31T22:17:17.7246230Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-01-31T22:17:17.7246705Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-01-31T22:17:17.7247168Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-01-31T22:17:17.7247658Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-01-31T22:17:17.7248202Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-01-31T22:17:17.7248705Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-01-31T22:17:17.7249178Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-01-31T22:17:17.7249645Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-01-31T22:17:17.7250085Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-01-31T22:17:17.7250521Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-01-31T22:17:17.7250942Z adding 'executorch/backends/transforms/utils.py' 2025-01-31T22:17:17.7251422Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-01-31T22:17:17.7252040Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-01-31T22:17:17.7252541Z adding 'executorch/backends/vulkan/__init__.py' 2025-01-31T22:17:17.7252933Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-01-31T22:17:17.7253336Z adding 'executorch/backends/vulkan/op_registry.py' 2025-01-31T22:17:17.7253694Z adding 'executorch/backends/vulkan/utils.py' 2025-01-31T22:17:17.7254093Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-01-31T22:17:17.7254525Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-01-31T22:17:17.7254976Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-01-31T22:17:17.7255518Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-01-31T22:17:17.7256041Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-01-31T22:17:17.7256550Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-01-31T22:17:17.7257171Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-01-31T22:17:17.7257691Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-01-31T22:17:17.7258211Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-01-31T22:17:17.7258750Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-01-31T22:17:17.7259246Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-01-31T22:17:17.7259864Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-01-31T22:17:17.7260523Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-01-31T22:17:17.7261120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-01-31T22:17:17.7261672Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-01-31T22:17:17.7262257Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-01-31T22:17:17.7262844Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-01-31T22:17:17.7263530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-01-31T22:17:17.7264236Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-01-31T22:17:17.7264865Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-01-31T22:17:17.7265447Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-01-31T22:17:17.7265972Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-01-31T22:17:17.7266518Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-01-31T22:17:17.7267078Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-01-31T22:17:17.7267690Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-01-31T22:17:17.7268393Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-01-31T22:17:17.7269127Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-01-31T22:17:17.7269821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-01-31T22:17:17.7270468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-01-31T22:17:17.7271083Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-01-31T22:17:17.7271786Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-01-31T22:17:17.7272515Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-01-31T22:17:17.7273147Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-01-31T22:17:17.7273754Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-01-31T22:17:17.7274297Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-01-31T22:17:17.7274831Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-01-31T22:17:17.7275678Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-01-31T22:17:17.7276320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-01-31T22:17:17.7276984Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-01-31T22:17:17.7277686Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-01-31T22:17:17.7278384Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-01-31T22:17:17.7279089Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml' 2025-01-31T22:17:17.7279773Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-01-31T22:17:17.7280418Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-01-31T22:17:17.7515662Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-01-31T22:17:17.7518142Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-01-31T22:17:17.7518795Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-01-31T22:17:17.7519503Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-01-31T22:17:17.7520276Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-01-31T22:17:17.7520880Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-01-31T22:17:17.7521467Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-01-31T22:17:17.7522020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-01-31T22:17:17.7522595Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-01-31T22:17:17.7523213Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-01-31T22:17:17.7523805Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-01-31T22:17:17.7524372Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-01-31T22:17:17.7524989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-01-31T22:17:17.7525633Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-01-31T22:17:17.7526309Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-01-31T22:17:17.7526992Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-01-31T22:17:17.7527799Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-01-31T22:17:17.7528448Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-01-31T22:17:17.7529108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-01-31T22:17:17.7529761Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-01-31T22:17:17.7530394Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-01-31T22:17:17.7531029Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-01-31T22:17:17.7531706Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2025-01-31T22:17:17.7532492Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2025-01-31T22:17:17.7533059Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-01-31T22:17:17.7533607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-01-31T22:17:17.7534201Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-01-31T22:17:17.7534774Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-01-31T22:17:17.7535270Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-01-31T22:17:17.7535775Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-01-31T22:17:17.7536328Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-01-31T22:17:17.7536897Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-01-31T22:17:17.7537426Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-01-31T22:17:17.7537893Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-01-31T22:17:17.7538396Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-01-31T22:17:17.7538896Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-01-31T22:17:17.7539330Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-01-31T22:17:17.7539834Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-01-31T22:17:17.7540491Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-01-31T22:17:17.7541065Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-01-31T22:17:17.7541616Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-01-31T22:17:17.7542196Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-01-31T22:17:17.7542830Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-01-31T22:17:17.7543415Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-01-31T22:17:17.7543956Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-01-31T22:17:17.7544564Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-01-31T22:17:17.7545229Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-01-31T22:17:17.7545888Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-01-31T22:17:17.7546541Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-01-31T22:17:17.7547162Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-01-31T22:17:17.7547771Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-01-31T22:17:17.7548415Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-01-31T22:17:17.7549096Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-01-31T22:17:17.7549878Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-01-31T22:17:17.7550557Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-01-31T22:17:17.7551078Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-01-31T22:17:17.7551651Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-01-31T22:17:17.7552204Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-01-31T22:17:17.7552744Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-01-31T22:17:17.7553333Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-01-31T22:17:17.7553917Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-01-31T22:17:17.7554358Z adding 'executorch/backends/xnnpack/__init__.py' 2025-01-31T22:17:17.7554746Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-01-31T22:17:17.7555279Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-01-31T22:17:17.7555990Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-01-31T22:17:17.7556585Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-01-31T22:17:17.7557123Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-01-31T22:17:17.7557635Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-01-31T22:17:17.7558194Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-01-31T22:17:17.7558764Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-01-31T22:17:17.7559286Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-01-31T22:17:17.7559850Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-01-31T22:17:17.7560412Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-01-31T22:17:17.7560937Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-01-31T22:17:17.7561468Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-01-31T22:17:17.7562000Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-01-31T22:17:17.7562471Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-01-31T22:17:17.7563042Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-01-31T22:17:17.7563507Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-01-31T22:17:17.7563948Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-01-31T22:17:17.7564398Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-01-31T22:17:17.7564889Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-01-31T22:17:17.7565433Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-01-31T22:17:17.7565876Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-01-31T22:17:17.7566327Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-01-31T22:17:17.7566797Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-01-31T22:17:17.7567285Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-01-31T22:17:17.7567952Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2025-01-31T22:17:17.7568492Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-01-31T22:17:17.7569031Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-01-31T22:17:17.7569620Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-01-31T22:17:17.7570162Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-01-31T22:17:17.7570631Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-01-31T22:17:17.7571101Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-01-31T22:17:17.7571614Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-01-31T22:17:17.7572132Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-01-31T22:17:17.7572611Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-01-31T22:17:17.7573160Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-01-31T22:17:17.7573722Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-01-31T22:17:17.7574214Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-01-31T22:17:17.7574723Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-01-31T22:17:17.7575211Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-01-31T22:17:17.7575679Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-01-31T22:17:17.7576182Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-01-31T22:17:17.7576673Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-01-31T22:17:17.7577149Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-01-31T22:17:17.7577598Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-01-31T22:17:17.7578129Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2025-01-31T22:17:17.7578654Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-01-31T22:17:17.7579090Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-01-31T22:17:17.7579551Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-01-31T22:17:17.7802400Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-01-31T22:17:17.7802941Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-01-31T22:17:17.7803656Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-01-31T22:17:17.7804246Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-01-31T22:17:17.7804773Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-01-31T22:17:17.7805283Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-01-31T22:17:17.7805939Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-01-31T22:17:17.7806502Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-01-31T22:17:17.7807123Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-01-31T22:17:17.7807701Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-01-31T22:17:17.7808520Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-01-31T22:17:17.7809007Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-01-31T22:17:17.7809494Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-01-31T22:17:17.7810019Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-01-31T22:17:17.7810631Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-01-31T22:17:17.7811177Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-01-31T22:17:17.7811786Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-01-31T22:17:17.7812383Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-01-31T22:17:17.7812954Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-01-31T22:17:17.7813563Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-01-31T22:17:17.7814136Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-01-31T22:17:17.7814637Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-01-31T22:17:17.7815159Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-01-31T22:17:17.7815733Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-01-31T22:17:17.7816302Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-01-31T22:17:17.7816833Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-01-31T22:17:17.7817389Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-01-31T22:17:17.7817994Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-01-31T22:17:17.7818568Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-01-31T22:17:17.7819113Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-01-31T22:17:17.7819636Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-01-31T22:17:17.7820115Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-01-31T22:17:17.7820603Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-01-31T22:17:17.7821109Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-01-31T22:17:17.7821627Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-01-31T22:17:17.7822165Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-01-31T22:17:17.7822694Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-01-31T22:17:17.7823178Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-01-31T22:17:17.7823698Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-01-31T22:17:17.7824190Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-01-31T22:17:17.7824668Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-01-31T22:17:17.7825214Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-01-31T22:17:17.7825704Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-01-31T22:17:17.7826132Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-01-31T22:17:17.7826588Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-01-31T22:17:17.7827074Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-01-31T22:17:17.7827580Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-01-31T22:17:17.7828061Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-01-31T22:17:17.7828516Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-01-31T22:17:17.7828950Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-01-31T22:17:17.7829419Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-01-31T22:17:17.7829900Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-01-31T22:17:17.7830432Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-01-31T22:17:17.7830904Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-01-31T22:17:17.7831356Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-01-31T22:17:17.7831796Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-01-31T22:17:17.7832290Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-01-31T22:17:17.7832857Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-01-31T22:17:17.7833348Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-01-31T22:17:17.7833853Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-01-31T22:17:17.7834329Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-01-31T22:17:17.7834782Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-01-31T22:17:17.7835387Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-01-31T22:17:17.7836103Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-01-31T22:17:17.7836644Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-01-31T22:17:17.7837148Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-01-31T22:17:17.7837679Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-01-31T22:17:17.7838213Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-01-31T22:17:17.7838718Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-01-31T22:17:17.7839222Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-01-31T22:17:17.7839728Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-01-31T22:17:17.7840284Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-01-31T22:17:17.7840865Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-01-31T22:17:17.7841376Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-01-31T22:17:17.7841971Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-01-31T22:17:17.7842454Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-01-31T22:17:17.7842969Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-01-31T22:17:17.7843465Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-01-31T22:17:17.7843954Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-01-31T22:17:17.7844440Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-01-31T22:17:17.7844967Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-01-31T22:17:17.7845512Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-01-31T22:17:17.7846053Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-01-31T22:17:17.7846648Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-01-31T22:17:17.7847308Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-01-31T22:17:17.7847971Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-01-31T22:17:17.7848558Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-01-31T22:17:17.7849186Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-01-31T22:17:17.7849818Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-01-31T22:17:17.7850463Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-01-31T22:17:17.7851069Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-01-31T22:17:17.7851683Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-01-31T22:17:17.7852318Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-01-31T22:17:17.7852913Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-01-31T22:17:17.7853548Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-01-31T22:17:17.7854017Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-01-31T22:17:17.7854552Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-01-31T22:17:17.7855142Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-01-31T22:17:17.7855667Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-01-31T22:17:17.7856294Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-01-31T22:17:17.7856905Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-01-31T22:17:17.7857503Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-01-31T22:17:17.7858105Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-01-31T22:17:17.7858660Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-01-31T22:17:17.7859207Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-01-31T22:17:17.7859792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-01-31T22:17:17.7860459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-01-31T22:17:17.7861200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-01-31T22:17:17.7861935Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-01-31T22:17:17.7862588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-01-31T22:17:17.7863261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-01-31T22:17:17.7863932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-01-31T22:17:17.7864609Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-01-31T22:17:17.7865338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-01-31T22:17:17.7866038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-01-31T22:17:17.7866704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-01-31T22:17:17.8045804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-01-31T22:17:17.8047302Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-01-31T22:17:17.8048153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-01-31T22:17:17.8048866Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-01-31T22:17:17.8049701Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-01-31T22:17:17.8050394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-01-31T22:17:17.8051006Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-01-31T22:17:17.8051608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-01-31T22:17:17.8052233Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-01-31T22:17:17.8052869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-01-31T22:17:17.8053566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-01-31T22:17:17.8054237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-01-31T22:17:17.8054882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-01-31T22:17:17.8055545Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-01-31T22:17:17.8056196Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-01-31T22:17:17.8057129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-01-31T22:17:17.8057837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-01-31T22:17:17.8058482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-01-31T22:17:17.8059119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-01-31T22:17:17.8059854Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-01-31T22:17:17.8060527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-01-31T22:17:17.8061208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-01-31T22:17:17.8061880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-01-31T22:17:17.8062553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-01-31T22:17:17.8063170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-01-31T22:17:17.8063822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-01-31T22:17:17.8064517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8065206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-01-31T22:17:17.8065908Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-01-31T22:17:17.8066581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-01-31T22:17:17.8067237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-01-31T22:17:17.8067920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-01-31T22:17:17.8068236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-01-31T22:17:17.8068513Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-01-31T22:17:17.8068756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-01-31T22:17:17.8069027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-01-31T22:17:17.8069281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-01-31T22:17:17.8069529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-01-31T22:17:17.8069829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-01-31T22:17:17.8070132Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-01-31T22:17:17.8070434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-01-31T22:17:17.8070737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-01-31T22:17:17.8071049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8071386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8071696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-01-31T22:17:17.8072015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-01-31T22:17:17.8072356Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8072663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8072977Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-01-31T22:17:17.8073315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-01-31T22:17:17.8074482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8074807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:17:17.8075280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-01-31T22:17:17.8075793Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-01-31T22:17:17.8076304Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-01-31T22:17:17.8076572Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-01-31T22:17:17.8076890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-01-31T22:17:17.8077240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-01-31T22:17:17.8077563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-01-31T22:17:17.8077898Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-01-31T22:17:17.8078195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-01-31T22:17:17.8078461Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-01-31T22:17:17.8078782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-01-31T22:17:17.8079067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-01-31T22:17:17.8079348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-01-31T22:17:17.8079635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-01-31T22:17:17.8079893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-01-31T22:17:17.8080240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-01-31T22:17:17.8080595Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-01-31T22:17:17.8080944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-01-31T22:17:17.8081323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-01-31T22:17:17.8081710Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-01-31T22:17:17.8082066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-01-31T22:17:17.8082398Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-01-31T22:17:17.8082752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-01-31T22:17:17.8083086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-01-31T22:17:17.8083449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-01-31T22:17:17.8083758Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-01-31T22:17:17.8084123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-01-31T22:17:17.8084493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-01-31T22:17:17.8084903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-01-31T22:17:17.8085271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-01-31T22:17:17.8085583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-01-31T22:17:17.8085900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-01-31T22:17:17.8086239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-01-31T22:17:17.8086625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-01-31T22:17:17.8086960Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-01-31T22:17:17.8087365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-01-31T22:17:17.8087716Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-01-31T22:17:17.8088220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-01-31T22:17:17.8088465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-01-31T22:17:17.8088750Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-01-31T22:17:17.8089010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-01-31T22:17:18.0347197Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-01-31T22:17:18.0348029Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-01-31T22:17:18.0348696Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-01-31T22:17:18.0349505Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-01-31T22:17:18.0350307Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-01-31T22:17:18.0351026Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-01-31T22:17:18.0351486Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-01-31T22:17:18.0351817Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-01-31T22:17:18.0352062Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-01-31T22:17:18.0352296Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-01-31T22:17:18.0352489Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-01-31T22:17:18.0352658Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-01-31T22:17:18.0352838Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-01-31T22:17:18.0353042Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-01-31T22:17:18.0353160Z adding 'executorch/codegen/__init__.py' 2025-01-31T22:17:18.0353321Z adding 'executorch/codegen/tools/__init__.py' 2025-01-31T22:17:18.0353470Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-01-31T22:17:18.0353663Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-01-31T22:17:18.0353805Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-01-31T22:17:18.0353994Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-01-31T22:17:18.0354155Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-01-31T22:17:18.0354292Z adding 'executorch/codegen/tools/yaml_util.py' 2025-01-31T22:17:18.0354475Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-01-31T22:17:18.0354672Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-01-31T22:17:18.0354888Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-01-31T22:17:18.0355249Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-01-31T22:17:18.0355403Z adding 'executorch/data/bin/__init__.py' 2025-01-31T22:17:18.0355697Z adding 'executorch/data/bin/flatc' 2025-01-31T22:17:18.0355829Z adding 'executorch/devtools/__init__.py' 2025-01-31T22:17:18.0356027Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-01-31T22:17:18.0356227Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-01-31T22:17:18.0356496Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-01-31T22:17:18.0356667Z adding 'executorch/devtools/bundled_program/config.py' 2025-01-31T22:17:18.0356834Z adding 'executorch/devtools/bundled_program/core.py' 2025-01-31T22:17:18.0357263Z adding 'executorch/devtools/bundled_program/version.py' 2025-01-31T22:17:18.0357476Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-01-31T22:17:18.0357749Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-01-31T22:17:18.0358048Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-01-31T22:17:18.0358276Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-01-31T22:17:18.0358632Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-01-31T22:17:18.0358885Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-01-31T22:17:18.0359174Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-01-31T22:17:18.0359418Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-01-31T22:17:18.0359715Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-01-31T22:17:18.0359953Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-01-31T22:17:18.0360196Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-01-31T22:17:18.0360418Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-01-31T22:17:18.0360626Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-01-31T22:17:18.0360831Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-01-31T22:17:18.0361007Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-01-31T22:17:18.0361204Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-01-31T22:17:18.0361383Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-01-31T22:17:18.0361547Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-01-31T22:17:18.0361824Z adding 'executorch/devtools/etdump/serialize.py' 2025-01-31T22:17:18.0362028Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-01-31T22:17:18.0362173Z adding 'executorch/devtools/etrecord/__init__.py' 2025-01-31T22:17:18.0362323Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-01-31T22:17:18.0362531Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-01-31T22:17:18.0362682Z adding 'executorch/devtools/inspector/__init__.py' 2025-01-31T22:17:18.0362867Z adding 'executorch/devtools/inspector/_inspector.py' 2025-01-31T22:17:18.0363043Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-01-31T22:17:18.0363217Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-01-31T22:17:18.0363449Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-01-31T22:17:18.0363640Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-01-31T22:17:18.0363858Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-01-31T22:17:18.0364103Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-01-31T22:17:18.0364336Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-01-31T22:17:18.0364506Z adding 'executorch/devtools/visualization/__init__.py' 2025-01-31T22:17:18.0364741Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-01-31T22:17:18.0364967Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-01-31T22:17:18.0365110Z adding 'executorch/examples/models/__init__.py' 2025-01-31T22:17:18.0365283Z adding 'executorch/examples/models/checkpoint.py' 2025-01-31T22:17:18.0365429Z adding 'executorch/examples/models/model_base.py' 2025-01-31T22:17:18.0365609Z adding 'executorch/examples/models/model_factory.py' 2025-01-31T22:17:18.0365780Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-01-31T22:17:18.0365946Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-01-31T22:17:18.0366120Z adding 'executorch/examples/models/edsr/__init__.py' 2025-01-31T22:17:18.0366261Z adding 'executorch/examples/models/edsr/model.py' 2025-01-31T22:17:18.0366448Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-01-31T22:17:18.0366714Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-01-31T22:17:18.0367034Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-01-31T22:17:18.0367318Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-01-31T22:17:18.0367662Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-01-31T22:17:18.0368086Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-01-31T22:17:18.0368333Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-01-31T22:17:18.0368669Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-01-31T22:17:18.0368854Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-01-31T22:17:18.0369060Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-01-31T22:17:18.0369249Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-01-31T22:17:18.0369421Z adding 'executorch/examples/models/inception_v3/model.py' 2025-01-31T22:17:18.0369637Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-01-31T22:17:18.0369806Z adding 'executorch/examples/models/inception_v4/model.py' 2025-01-31T22:17:18.0369964Z adding 'executorch/examples/models/llama/__init__.py' 2025-01-31T22:17:18.0370162Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-01-31T22:17:18.0370341Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-01-31T22:17:18.0370514Z adding 'executorch/examples/models/llama/export_llama.py' 2025-01-31T22:17:18.0370725Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-01-31T22:17:18.0370885Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-01-31T22:17:18.0371119Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-01-31T22:17:18.0371314Z adding 'executorch/examples/models/llama/llama_test.py' 2025-01-31T22:17:18.0371507Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-01-31T22:17:18.0371682Z adding 'executorch/examples/models/llama/model.py' 2025-01-31T22:17:18.0371825Z adding 'executorch/examples/models/llama/rope.py' 2025-01-31T22:17:18.0372012Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-01-31T22:17:18.0372241Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-01-31T22:17:18.0372452Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-01-31T22:17:18.0372689Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-01-31T22:17:18.0372922Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-01-31T22:17:18.0373152Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-01-31T22:17:18.0373323Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-01-31T22:17:18.0373538Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-01-31T22:17:18.0373709Z adding 'executorch/examples/models/llama/runner/native.py' 2025-01-31T22:17:18.0373978Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-01-31T22:17:18.0374285Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-01-31T22:17:18.0374545Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-01-31T22:17:18.0374838Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-01-31T22:17:18.0375071Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-01-31T22:17:18.0375351Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-01-31T22:17:18.0375634Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-01-31T22:17:18.0375880Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-01-31T22:17:18.0376214Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-01-31T22:17:18.0376482Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-01-31T22:17:18.0376713Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-01-31T22:17:18.0751509Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-01-31T22:17:18.0752829Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-01-31T22:17:18.0753751Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-01-31T22:17:18.0754737Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-01-31T22:17:18.0756058Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-01-31T22:17:18.0756896Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-01-31T22:17:18.0757785Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-01-31T22:17:18.0758442Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-01-31T22:17:18.0759079Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-01-31T22:17:18.0759665Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-01-31T22:17:18.0760416Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-01-31T22:17:18.0761308Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-01-31T22:17:18.0762125Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-01-31T22:17:18.0762394Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-01-31T22:17:18.0762629Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-01-31T22:17:18.0762847Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-01-31T22:17:18.0763086Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-01-31T22:17:18.0772977Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-01-31T22:17:18.0773248Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-01-31T22:17:18.0773546Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-01-31T22:17:18.0773861Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-01-31T22:17:18.0774116Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-01-31T22:17:18.0774385Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-01-31T22:17:18.0774656Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-01-31T22:17:18.0774966Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-01-31T22:17:18.0775167Z adding 'executorch/examples/models/llava/__init__.py' 2025-01-31T22:17:18.0775343Z adding 'executorch/examples/models/llava/export_llava.py' 2025-01-31T22:17:18.0775506Z adding 'executorch/examples/models/llava/image_util.py' 2025-01-31T22:17:18.0775675Z adding 'executorch/examples/models/llava/model.py' 2025-01-31T22:17:18.0775858Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-01-31T22:17:18.0776036Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-01-31T22:17:18.0776215Z adding 'executorch/examples/models/lstm/__init__.py' 2025-01-31T22:17:18.0776363Z adding 'executorch/examples/models/lstm/model.py' 2025-01-31T22:17:18.0776563Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-01-31T22:17:18.0776727Z adding 'executorch/examples/models/mobilebert/model.py' 2025-01-31T22:17:18.0776907Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-01-31T22:17:18.0777099Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-01-31T22:17:18.0777470Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-01-31T22:17:18.0777646Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-01-31T22:17:18.0777848Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-01-31T22:17:18.0778017Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-01-31T22:17:18.0778318Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-01-31T22:17:18.0778521Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-01-31T22:17:18.0778745Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-01-31T22:17:18.0778979Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-01-31T22:17:18.0779143Z adding 'executorch/examples/models/resnet/__init__.py' 2025-01-31T22:17:18.0779290Z adding 'executorch/examples/models/resnet/model.py' 2025-01-31T22:17:18.0779465Z adding 'executorch/examples/models/test/__init__.py' 2025-01-31T22:17:18.0779641Z adding 'executorch/examples/models/test/test_export.py' 2025-01-31T22:17:18.0779860Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-01-31T22:17:18.0780043Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-01-31T22:17:18.0780215Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-01-31T22:17:18.0780395Z adding 'executorch/examples/models/toy_model/model.py' 2025-01-31T22:17:18.0780570Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-01-31T22:17:18.0780736Z adding 'executorch/examples/models/wav2letter/model.py' 2025-01-31T22:17:18.0780877Z adding 'executorch/exir/__init__.py' 2025-01-31T22:17:18.0780996Z adding 'executorch/exir/_warnings.py' 2025-01-31T22:17:18.0781114Z adding 'executorch/exir/common.py' 2025-01-31T22:17:18.0781257Z adding 'executorch/exir/control_flow.py' 2025-01-31T22:17:18.0781371Z adding 'executorch/exir/delegate.py' 2025-01-31T22:17:18.0781490Z adding 'executorch/exir/delegate.pyi' 2025-01-31T22:17:18.0781647Z adding 'executorch/exir/dim_order_utils.py' 2025-01-31T22:17:18.0781772Z adding 'executorch/exir/dynamic_shape.py' 2025-01-31T22:17:18.0781878Z adding 'executorch/exir/error.py' 2025-01-31T22:17:18.0782004Z adding 'executorch/exir/graph.py' 2025-01-31T22:17:18.0782124Z adding 'executorch/exir/graph_module.py' 2025-01-31T22:17:18.0782271Z adding 'executorch/exir/lowered_backend_module.py' 2025-01-31T22:17:18.0782403Z adding 'executorch/exir/memory.py' 2025-01-31T22:17:18.0782528Z adding 'executorch/exir/memory_planning.py' 2025-01-31T22:17:18.0782666Z adding 'executorch/exir/pass_base.py' 2025-01-31T22:17:18.0782789Z adding 'executorch/exir/pass_manager.py' 2025-01-31T22:17:18.0782915Z adding 'executorch/exir/print_program.py' 2025-01-31T22:17:18.0783053Z adding 'executorch/exir/scalar_type.py' 2025-01-31T22:17:18.0783160Z adding 'executorch/exir/schema.py' 2025-01-31T22:17:18.0783274Z adding 'executorch/exir/sym_util.py' 2025-01-31T22:17:18.0783408Z adding 'executorch/exir/tensor.py' 2025-01-31T22:17:18.0783515Z adding 'executorch/exir/tracer.py' 2025-01-31T22:17:18.0783623Z adding 'executorch/exir/types.py' 2025-01-31T22:17:18.0783766Z adding 'executorch/exir/version.py' 2025-01-31T22:17:18.0783873Z adding 'executorch/exir/wrap.py' 2025-01-31T22:17:18.0784012Z adding 'executorch/exir/_serialize/__init__.py' 2025-01-31T22:17:18.0784167Z adding 'executorch/exir/_serialize/_cord.py' 2025-01-31T22:17:18.0784313Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-01-31T22:17:18.0784461Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-01-31T22:17:18.0784618Z adding 'executorch/exir/_serialize/_program.py' 2025-01-31T22:17:18.0784757Z adding 'executorch/exir/_serialize/_serialize.py' 2025-01-31T22:17:18.0784921Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-01-31T22:17:18.0785077Z adding 'executorch/exir/_serialize/padding.py' 2025-01-31T22:17:18.0785217Z adding 'executorch/exir/_serialize/program.fbs' 2025-01-31T22:17:18.0785428Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-01-31T22:17:18.0785600Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-01-31T22:17:18.0785752Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-01-31T22:17:18.0785960Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-01-31T22:17:18.0786129Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-01-31T22:17:18.0786318Z adding 'executorch/exir/backend/backend_api.py' 2025-01-31T22:17:18.0786497Z adding 'executorch/exir/backend/backend_details.py' 2025-01-31T22:17:18.0786659Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-01-31T22:17:18.0786798Z adding 'executorch/exir/backend/partitioner.py' 2025-01-31T22:17:18.0786942Z adding 'executorch/exir/backend/utils.py' 2025-01-31T22:17:18.0787203Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-01-31T22:17:18.0787504Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-01-31T22:17:18.0787816Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-01-31T22:17:18.0788094Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-01-31T22:17:18.0788306Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-01-31T22:17:18.0788581Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-01-31T22:17:18.0788769Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-01-31T22:17:18.0788981Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-01-31T22:17:18.0789149Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-01-31T22:17:18.0789312Z adding 'executorch/exir/backend/test/test_backends.py' 2025-01-31T22:17:18.0789517Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-01-31T22:17:18.0789698Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-01-31T22:17:18.0789878Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-01-31T22:17:18.0790084Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-01-31T22:17:18.0790290Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-01-31T22:17:18.0790474Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-01-31T22:17:18.0790710Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-01-31T22:17:18.0790888Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-01-31T22:17:18.0791035Z adding 'executorch/exir/backend/test/test_passes.py' 2025-01-31T22:17:18.0791203Z adding 'executorch/exir/backend/test/test_utils.py' 2025-01-31T22:17:18.0791428Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-01-31T22:17:18.0791655Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-01-31T22:17:18.0791920Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-01-31T22:17:18.0792186Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-01-31T22:17:18.0792381Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-01-31T22:17:18.0792514Z adding 'executorch/exir/capture/__init__.py' 2025-01-31T22:17:18.0792647Z adding 'executorch/exir/capture/_capture.py' 2025-01-31T22:17:18.0792798Z adding 'executorch/exir/capture/_config.py' 2025-01-31T22:17:18.0792922Z adding 'executorch/exir/capture/_unlift.py' 2025-01-31T22:17:18.0793058Z adding 'executorch/exir/dialects/__init__.py' 2025-01-31T22:17:18.0793210Z adding 'executorch/exir/dialects/_ops.py' 2025-01-31T22:17:18.0793768Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-01-31T22:17:18.0793996Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-01-31T22:17:18.0794181Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-01-31T22:17:18.0794332Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-01-31T22:17:18.0794620Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-01-31T22:17:18.0794780Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-01-31T22:17:18.1678481Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-01-31T22:17:18.1679073Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-01-31T22:17:18.1679633Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-01-31T22:17:18.1680520Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-01-31T22:17:18.1681040Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-01-31T22:17:18.1681565Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-01-31T22:17:18.1681909Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-01-31T22:17:18.1682070Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-01-31T22:17:18.1682261Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-01-31T22:17:18.1682474Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-01-31T22:17:18.1682684Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-01-31T22:17:18.1682814Z adding 'executorch/exir/emit/__init__.py' 2025-01-31T22:17:18.1682980Z adding 'executorch/exir/emit/_emit_program.py' 2025-01-31T22:17:18.1683105Z adding 'executorch/exir/emit/_emitter.py' 2025-01-31T22:17:18.1683281Z adding 'executorch/exir/emit/test/test_emit.py' 2025-01-31T22:17:18.1683426Z adding 'executorch/exir/operator/convert.py' 2025-01-31T22:17:18.1683558Z adding 'executorch/exir/operator/manip.py' 2025-01-31T22:17:18.1683715Z adding 'executorch/exir/operator/util.py' 2025-01-31T22:17:18.1683890Z adding 'executorch/exir/operator/test/test_operator.py' 2025-01-31T22:17:18.1684026Z adding 'executorch/exir/passes/__init__.py' 2025-01-31T22:17:18.1684425Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-01-31T22:17:18.1684572Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-01-31T22:17:18.1684728Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-01-31T22:17:18.1684942Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-01-31T22:17:18.1685112Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-01-31T22:17:18.1685287Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-01-31T22:17:18.1685502Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-01-31T22:17:18.1685677Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-01-31T22:17:18.1685832Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-01-31T22:17:18.1686069Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-01-31T22:17:18.1686242Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-01-31T22:17:18.1686432Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-01-31T22:17:18.1686611Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-01-31T22:17:18.1686816Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-01-31T22:17:18.1686991Z adding 'executorch/exir/passes/pass_registry.py' 2025-01-31T22:17:18.1687176Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-01-31T22:17:18.1687330Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-01-31T22:17:18.1687544Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-01-31T22:17:18.1687728Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-01-31T22:17:18.1687922Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-01-31T22:17:18.1688089Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-01-31T22:17:18.1688279Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-01-31T22:17:18.1688529Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-01-31T22:17:18.1688755Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-01-31T22:17:18.1688940Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-01-31T22:17:18.1689271Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-01-31T22:17:18.1689445Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-01-31T22:17:18.1689591Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-01-31T22:17:18.1689777Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-01-31T22:17:18.1689932Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-01-31T22:17:18.1690162Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-01-31T22:17:18.1690323Z adding 'executorch/exir/program/__init__.py' 2025-01-31T22:17:18.1690469Z adding 'executorch/exir/program/_fake_program.py' 2025-01-31T22:17:18.1690602Z adding 'executorch/exir/program/_program.py' 2025-01-31T22:17:18.1690762Z adding 'executorch/exir/program/test/__init__.py' 2025-01-31T22:17:18.1690930Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-01-31T22:17:18.1691085Z adding 'executorch/exir/program/test/test_program.py' 2025-01-31T22:17:18.1691236Z adding 'executorch/exir/serde/__init__.py' 2025-01-31T22:17:18.1691381Z adding 'executorch/exir/serde/export_serialize.py' 2025-01-31T22:17:18.1691504Z adding 'executorch/exir/serde/schema.py' 2025-01-31T22:17:18.1691661Z adding 'executorch/exir/serde/schema_check.py' 2025-01-31T22:17:18.1691792Z adding 'executorch/exir/serde/serialize.py' 2025-01-31T22:17:18.1691936Z adding 'executorch/exir/serde/union.py' 2025-01-31T22:17:18.1692065Z adding 'executorch/exir/serde/upgrade.py' 2025-01-31T22:17:18.1692204Z adding 'executorch/exir/tests/asr_joiner.py' 2025-01-31T22:17:18.1692349Z adding 'executorch/exir/tests/common.py' 2025-01-31T22:17:18.1692502Z adding 'executorch/exir/tests/control_flow_models.py' 2025-01-31T22:17:18.1692659Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-01-31T22:17:18.1692808Z adding 'executorch/exir/tests/models.py' 2025-01-31T22:17:18.1692961Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-01-31T22:17:18.1693095Z adding 'executorch/exir/tests/test_capture.py' 2025-01-31T22:17:18.1693253Z adding 'executorch/exir/tests/test_common.py' 2025-01-31T22:17:18.1693785Z adding 'executorch/exir/tests/test_delegate.py' 2025-01-31T22:17:18.1694138Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-01-31T22:17:18.1694389Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-01-31T22:17:18.1694531Z adding 'executorch/exir/tests/test_error.py' 2025-01-31T22:17:18.1694693Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-01-31T22:17:18.1694920Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-01-31T22:17:18.1695147Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-01-31T22:17:18.1695403Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-01-31T22:17:18.1695576Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-01-31T22:17:18.1695761Z adding 'executorch/exir/tests/test_op_convert.py' 2025-01-31T22:17:18.1695941Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-01-31T22:17:18.1696089Z adding 'executorch/exir/tests/test_passes.py' 2025-01-31T22:17:18.1696254Z adding 'executorch/exir/tests/test_print_program.py' 2025-01-31T22:17:18.1696483Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-01-31T22:17:18.1696663Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-01-31T22:17:18.1696829Z adding 'executorch/exir/tests/test_quantization.py' 2025-01-31T22:17:18.1697029Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-01-31T22:17:18.1697206Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-01-31T22:17:18.1697372Z adding 'executorch/exir/tests/test_serde.py' 2025-01-31T22:17:18.1697516Z adding 'executorch/exir/tests/test_tensor.py' 2025-01-31T22:17:18.1697663Z adding 'executorch/exir/tests/test_tracer.py' 2025-01-31T22:17:18.1697841Z adding 'executorch/exir/tests/test_verification.py' 2025-01-31T22:17:18.1697992Z adding 'executorch/exir/tests/test_warnings.py' 2025-01-31T22:17:18.1698230Z adding 'executorch/exir/tests/transformer.py' 2025-01-31T22:17:18.1698428Z adding 'executorch/exir/verification/arg_validator.py' 2025-01-31T22:17:18.1698579Z adding 'executorch/exir/verification/dev_html.py' 2025-01-31T22:17:18.1698752Z adding 'executorch/exir/verification/interpreter.py' 2025-01-31T22:17:18.1698927Z adding 'executorch/exir/verification/verifier.py' 2025-01-31T22:17:18.1699215Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-01-31T22:17:18.1699394Z adding 'executorch/extension/android_test/add_model.py' 2025-01-31T22:17:18.1699586Z adding 'executorch/extension/export_util/__init__.py' 2025-01-31T22:17:18.1699784Z adding 'executorch/extension/export_util/export_hf_model.py' 2025-01-31T22:17:18.1699947Z adding 'executorch/extension/export_util/utils.py' 2025-01-31T22:17:18.1700138Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-01-31T22:17:18.1700346Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-01-31T22:17:18.1700600Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-01-31T22:17:18.1700853Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-01-31T22:17:18.1701076Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-01-31T22:17:18.1701314Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-01-31T22:17:18.1701536Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-01-31T22:17:18.1701713Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-01-31T22:17:18.1701893Z adding 'executorch/extension/gguf_util/converter.py' 2025-01-31T22:17:18.1702049Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-01-31T22:17:18.1702285Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-01-31T22:17:18.1702491Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-01-31T22:17:18.1702678Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-01-31T22:17:18.1702916Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-01-31T22:17:18.1703140Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-01-31T22:17:18.1703350Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-01-31T22:17:18.1703611Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-01-31T22:17:18.1703872Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-01-31T22:17:18.1704111Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-01-31T22:17:18.1704353Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-01-31T22:17:18.1704644Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-01-31T22:17:18.1704935Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-01-31T22:17:18.1705227Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-01-31T22:17:18.1705392Z adding 'executorch/extension/llm/export/__init__.py' 2025-01-31T22:17:18.1705556Z adding 'executorch/extension/llm/export/builder.py' 2025-01-31T22:17:18.1705766Z adding 'executorch/extension/llm/export/export_passes.py' 2025-01-31T22:17:18.1705960Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-01-31T22:17:18.1706281Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-01-31T22:17:18.1706473Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-01-31T22:17:18.1706631Z adding 'executorch/extension/llm/modules/__init__.py' 2025-01-31T22:17:18.1706856Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-01-31T22:17:18.1707016Z adding 'executorch/extension/llm/modules/attention.py' 2025-01-31T22:17:18.1707173Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-01-31T22:17:18.1707365Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-01-31T22:17:18.1707630Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-01-31T22:17:18.7290271Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-01-31T22:17:18.7292077Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-01-31T22:17:18.7294230Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2025-01-31T22:17:18.7296367Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2025-01-31T22:17:18.7298224Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-01-31T22:17:18.7300166Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2025-01-31T22:17:18.7300990Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-01-31T22:17:18.7301588Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2025-01-31T22:17:18.7302086Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2025-01-31T22:17:18.7302582Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2025-01-31T22:17:18.7303083Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2025-01-31T22:17:18.7303618Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2025-01-31T22:17:18.7304221Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2025-01-31T22:17:18.7304812Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2025-01-31T22:17:18.7305348Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2025-01-31T22:17:18.7305864Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2025-01-31T22:17:18.7306535Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-01-31T22:17:18.7307291Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-01-31T22:17:18.7308119Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-01-31T22:17:18.7309005Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-01-31T22:17:18.7309749Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2025-01-31T22:17:18.7310420Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-01-31T22:17:18.7310989Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-01-31T22:17:18.7311405Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-01-31T22:17:18.7311799Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-01-31T22:17:18.7312240Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-01-31T22:17:18.7312822Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-01-31T22:17:18.7313353Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-01-31T22:17:18.7313782Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-01-31T22:17:18.7314204Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-01-31T22:17:18.7314656Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-01-31T22:17:18.7315169Z adding 'executorch/extension/pytree/__init__.py' 2025-01-31T22:17:18.7315730Z adding 'executorch/extension/pytree/test/test.py' 2025-01-31T22:17:18.7316128Z adding 'executorch/extension/training/__init__.py' 2025-01-31T22:17:18.7316607Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-01-31T22:17:18.7317153Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-01-31T22:17:18.7317687Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-01-31T22:17:18.7318270Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-01-31T22:17:18.7318840Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-01-31T22:17:18.7319495Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-01-31T22:17:18.7320135Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-01-31T22:17:18.7320895Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-01-31T22:17:18.7321542Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-01-31T22:17:18.7322291Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-01-31T22:17:18.7322819Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-01-31T22:17:18.7323357Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-01-31T22:17:18.7323888Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-01-31T22:17:18.7324477Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-01-31T22:17:18.7325055Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-01-31T22:17:18.7325630Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-01-31T22:17:18.7326168Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-01-31T22:17:18.7326642Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-01-31T22:17:18.7327106Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-01-31T22:17:18.7327546Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-01-31T22:17:18.7327981Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-01-31T22:17:18.7328447Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-01-31T22:17:18.7328954Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-01-31T22:17:18.7329549Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-01-31T22:17:18.7330124Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-01-31T22:17:18.7330663Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-01-31T22:17:18.7331225Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-01-31T22:17:18.7331756Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-01-31T22:17:18.7332222Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-01-31T22:17:18.7332666Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-01-31T22:17:18.7333098Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-01-31T22:17:18.7333555Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-01-31T22:17:18.7334098Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-01-31T22:17:18.7334672Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-01-31T22:17:18.7335291Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-01-31T22:17:18.7335976Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-01-31T22:17:18.7336631Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-01-31T22:17:18.7337269Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-01-31T22:17:18.7337902Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-01-31T22:17:18.7338500Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-01-31T22:17:18.7339099Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-01-31T22:17:18.7339700Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-01-31T22:17:18.7340282Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-01-31T22:17:18.7340851Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-01-31T22:17:18.7341462Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-01-31T22:17:18.7342031Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-01-31T22:17:18.7342622Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-01-31T22:17:18.7343197Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-01-31T22:17:18.7344645Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-01-31T22:17:18.7345257Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-01-31T22:17:18.7345832Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-01-31T22:17:18.7346420Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-01-31T22:17:18.7347043Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-01-31T22:17:18.7347633Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-01-31T22:17:18.7348196Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-01-31T22:17:18.7348783Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-01-31T22:17:18.7349331Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-01-31T22:17:18.7349818Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-01-31T22:17:18.7350290Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-01-31T22:17:18.7350768Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-01-31T22:17:18.7351241Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-01-31T22:17:18.7351731Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-01-31T22:17:18.7352215Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-01-31T22:17:18.7352701Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-01-31T22:17:18.7353193Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-01-31T22:17:18.7353689Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-01-31T22:17:18.7354165Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-01-31T22:17:18.7354697Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-01-31T22:17:18.7355292Z adding 'executorch/kernels/quantized/__init__.py' 2025-01-31T22:17:18.7355920Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-01-31T22:17:18.7356455Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-01-31T22:17:18.7357006Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-01-31T22:17:18.7357577Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-01-31T22:17:18.7358192Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-01-31T22:17:18.7358721Z adding 'executorch/runtime/__init__.py' 2025-01-31T22:17:18.7359164Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-01-31T22:17:18.7359601Z adding 'executorch/runtime/test/test_runtime.py' 2025-01-31T22:17:18.7360019Z adding 'executorch/schema/program.fbs' 2025-01-31T22:17:22.3078270Z adding 'executorch/schema/scalar_type.fbs' 2025-01-31T22:17:22.3079654Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-01-31T22:17:22.3080249Z adding 'executorch/util/activation_memory_profiler.py' 2025-01-31T22:17:22.3080691Z adding 'executorch/util/python_profiler.py' 2025-01-31T22:17:22.3081141Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/LICENSE' 2025-01-31T22:17:22.3081621Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/METADATA' 2025-01-31T22:17:22.3082180Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/WHEEL' 2025-01-31T22:17:22.3082675Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/entry_points.txt' 2025-01-31T22:17:22.3083204Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/top_level.txt' 2025-01-31T22:17:22.3084085Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/RECORD' 2025-01-31T22:17:22.3084535Z removing pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:17:22.3085338Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-01-31T22:17:22.3086453Z Created wheel for executorch: filename=executorch-0.6.0a0+20f9f5f-cp310-cp310-linux_x86_64.whl size=8017108 sha256=0465d68f1fa43ce085fcec629eebd2b72a40a5e6958c569032f55f89cd61aa0b 2025-01-31T22:17:22.3087812Z Stored in directory: /tmp/pip-ephem-wheel-cache-okcs7i8d/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-01-31T22:17:22.3088475Z Successfully built executorch 2025-01-31T22:17:22.3089087Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-01-31T22:17:22.3089792Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-01-31T22:17:22.3090188Z Attempting uninstall: pytest 2025-01-31T22:17:22.3090535Z Found existing installation: pytest 7.2.0 2025-01-31T22:17:22.3090899Z Uninstalling pytest-7.2.0: 2025-01-31T22:17:22.3091272Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-01-31T22:17:22.3091764Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-01-31T22:17:22.3092435Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-01-31T22:17:22.3093202Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-01-31T22:17:22.3094345Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-01-31T22:17:22.3095296Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-01-31T22:17:22.3096085Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-01-31T22:17:22.3096623Z Successfully uninstalled pytest-7.2.0 2025-01-31T22:17:22.3097082Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-01-31T22:17:22.3097583Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-01-31T22:17:22.3098050Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-01-31T22:17:22.3098947Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+20f9f5f flatbuffers-25.1.24 pytest-8.3.4 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-01-31T22:17:22.3099753Z + pip list 2025-01-31T22:17:22.3100062Z Package Version Editable project location 2025-01-31T22:17:22.3100577Z ----------------------------- ------------------ ----------------------------------- 2025-01-31T22:17:22.3101015Z alabaster 0.7.16 2025-01-31T22:17:22.3101441Z attrs 25.1.0 2025-01-31T22:17:22.3101757Z babel 2.16.0 2025-01-31T22:17:22.3102254Z beautifulsoup4 4.12.3 2025-01-31T22:17:22.3102720Z breathe 4.34.0 2025-01-31T22:17:22.3103049Z bs4 0.0.2 2025-01-31T22:17:22.3103370Z certifi 2024.12.14 2025-01-31T22:17:22.3103688Z charset-normalizer 3.4.1 2025-01-31T22:17:22.3104015Z cmake 3.31.4 2025-01-31T22:17:22.3104341Z contourpy 1.3.1 2025-01-31T22:17:22.3104637Z coverage 7.6.10 2025-01-31T22:17:22.3104967Z cycler 0.12.1 2025-01-31T22:17:22.3105289Z docutils 0.16 2025-01-31T22:17:22.3105591Z exceptiongroup 1.2.2 2025-01-31T22:17:22.3105920Z execnet 2.1.1 2025-01-31T22:17:22.3106269Z executorch 0.6.0a0+20f9f5f 2025-01-31T22:17:22.3106607Z exhale 0.2.3 2025-01-31T22:17:22.3106937Z expecttest 0.1.6 2025-01-31T22:17:22.3107265Z filelock 3.17.0 2025-01-31T22:17:22.3107572Z flatbuffers 25.1.24 2025-01-31T22:17:22.3107903Z fonttools 4.55.7 2025-01-31T22:17:22.3108406Z fsspec 2024.12.0 2025-01-31T22:17:22.3108729Z huggingface-hub 0.28.0 2025-01-31T22:17:22.3109064Z hypothesis 6.84.2 2025-01-31T22:17:22.3109410Z idna 3.10 2025-01-31T22:17:22.3109708Z imagesize 1.4.1 2025-01-31T22:17:22.3110045Z iniconfig 2.0.0 2025-01-31T22:17:22.3110492Z Jinja2 3.1.5 2025-01-31T22:17:22.3110789Z kiwisolver 1.4.8 2025-01-31T22:17:22.3111107Z lxml 5.3.0 2025-01-31T22:17:22.3111439Z markdown-it-py 2.2.0 2025-01-31T22:17:22.3111749Z MarkupSafe 3.0.2 2025-01-31T22:17:22.3112079Z matplotlib 3.10.0 2025-01-31T22:17:22.3112414Z mdit-py-plugins 0.3.5 2025-01-31T22:17:22.3112713Z mdurl 0.1.2 2025-01-31T22:17:22.3113032Z mpmath 1.3.0 2025-01-31T22:17:22.3113335Z myst-parser 0.18.1 2025-01-31T22:17:22.3113845Z networkx 3.4.2 2025-01-31T22:17:22.3114171Z numpy 2.2.2 2025-01-31T22:17:22.3114484Z nvidia-cublas-cu12 12.1.3.1 2025-01-31T22:17:22.3114843Z nvidia-cuda-cupti-cu12 12.1.105 2025-01-31T22:17:22.3115334Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-01-31T22:17:22.3115686Z nvidia-cuda-runtime-cu12 12.1.105 2025-01-31T22:17:22.3116050Z nvidia-cudnn-cu12 9.1.0.70 2025-01-31T22:17:22.3116494Z nvidia-cufft-cu12 11.0.2.54 2025-01-31T22:17:22.3116834Z nvidia-curand-cu12 10.3.2.106 2025-01-31T22:17:22.3117211Z nvidia-cusolver-cu12 11.4.5.107 2025-01-31T22:17:22.3117581Z nvidia-cusparse-cu12 12.1.0.106 2025-01-31T22:17:22.3117954Z nvidia-nccl-cu12 2.20.5 2025-01-31T22:17:22.3118288Z nvidia-nvjitlink-cu12 12.8.61 2025-01-31T22:17:22.3118651Z nvidia-nvtx-cu12 12.1.105 2025-01-31T22:17:22.3119015Z packaging 24.2 2025-01-31T22:17:22.3119330Z pandas 2.2.3 2025-01-31T22:17:22.3119675Z parameterized 0.9.0 2025-01-31T22:17:22.3120025Z pillow 11.1.0 2025-01-31T22:17:22.3120338Z pip 25.0 2025-01-31T22:17:22.3120668Z pluggy 1.5.0 2025-01-31T22:17:22.3121014Z Pygments 2.19.1 2025-01-31T22:17:22.3121335Z pyparsing 3.2.1 2025-01-31T22:17:22.3121680Z pytest 8.3.4 2025-01-31T22:17:22.3122025Z pytest-cov 4.1.0 2025-01-31T22:17:22.3122351Z pytest-rerunfailures 15.0 2025-01-31T22:17:22.3122706Z pytest-xdist 3.6.1 2025-01-31T22:17:22.3123065Z python-dateutil 2.9.0.post0 2025-01-31T22:17:22.3123533Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-01-31T22:17:22.3124023Z pytz 2024.2 2025-01-31T22:17:22.3124365Z PyYAML 6.0.1 2025-01-31T22:17:22.3124667Z regex 2024.11.6 2025-01-31T22:17:22.3125008Z requests 2.32.3 2025-01-31T22:17:22.3125343Z ruamel.yaml 0.17.32 2025-01-31T22:17:22.3125660Z ruamel.yaml.clib 0.2.12 2025-01-31T22:17:22.3125995Z safetensors 0.5.2 2025-01-31T22:17:22.3126305Z setuptools 75.8.0 2025-01-31T22:17:22.3126635Z six 1.17.0 2025-01-31T22:17:22.3126966Z snowballstemmer 2.2.0 2025-01-31T22:17:22.3127282Z sortedcontainers 2.4.0 2025-01-31T22:17:22.3127618Z soupsieve 2.6 2025-01-31T22:17:22.3127936Z Sphinx 5.3.0 2025-01-31T22:17:22.3128250Z sphinx-copybutton 0.5.0 2025-01-31T22:17:22.3128589Z sphinx_design 0.4.1 2025-01-31T22:17:22.3128924Z sphinx-gallery 0.14.0 2025-01-31T22:17:22.3129255Z sphinxcontrib-applehelp 2.0.0 2025-01-31T22:17:22.3129720Z sphinxcontrib-devhelp 2.0.0 2025-01-31T22:17:22.3130084Z sphinxcontrib-htmlhelp 2.1.0 2025-01-31T22:17:22.3130417Z sphinxcontrib-jsmath 1.0.1 2025-01-31T22:17:22.3130782Z sphinxcontrib-qthelp 2.0.0 2025-01-31T22:17:22.3131156Z sphinxcontrib-serializinghtml 2.0.0 2025-01-31T22:17:22.3131495Z sympy 1.13.1 2025-01-31T22:17:22.3131912Z tabulate 0.9.0 2025-01-31T22:17:22.3132234Z timm 1.0.7 2025-01-31T22:17:22.3132535Z tokenizers 0.21.0 2025-01-31T22:17:22.3132858Z tomli 2.0.1 2025-01-31T22:17:22.3133206Z torch 2.6.0a0+git0a94bb4 2025-01-31T22:17:22.3133573Z torchao 0.8.0+git11333ba 2025-01-31T22:17:22.3133963Z torchaudio 2.6.0a0+b6d4675 2025-01-31T22:17:22.3134319Z torchsr 1.0.4 2025-01-31T22:17:22.3134646Z torchvision 0.19.0a0+d23a6e1 2025-01-31T22:17:22.3135011Z tqdm 4.67.1 2025-01-31T22:17:22.3135347Z transformers 4.47.1 2025-01-31T22:17:22.3135656Z triton 3.0.0 2025-01-31T22:17:22.3135987Z typing_extensions 4.12.2 2025-01-31T22:17:22.3136323Z tzdata 2025.1 2025-01-31T22:17:22.3136620Z urllib3 2.3.0 2025-01-31T22:17:22.3136953Z wheel 0.44.0 2025-01-31T22:17:22.3137275Z zstd 1.5.5.1 2025-01-31T22:17:22.3137594Z + build_executorch_runner cmake 2025-01-31T22:17:22.3137916Z + [[ cmake == \b\u\c\k\2 ]] 2025-01-31T22:17:22.3138223Z + [[ cmake == \c\m\a\k\e ]] 2025-01-31T22:17:22.3138509Z + build_executorch_runner_cmake 2025-01-31T22:17:22.3138838Z + CMAKE_OUTPUT_DIR=cmake-out 2025-01-31T22:17:22.3139143Z + clean_executorch_install_folders 2025-01-31T22:17:22.3139500Z + ./install_executorch.sh --clean 2025-01-31T22:17:22.3139848Z Cleaning build artifacts... 2025-01-31T22:17:22.3140139Z Cleaning pip-out/... 2025-01-31T22:17:22.3140449Z Done cleaning build artifacts. 2025-01-31T22:17:22.3140770Z + mkdir cmake-out 2025-01-31T22:17:22.3141022Z + pushd cmake-out 2025-01-31T22:17:22.3141355Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-01-31T22:17:22.3141875Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-01-31T22:17:22.3142416Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-01-31T22:17:22.3142908Z -- The C compiler identification is Clang 12.0.1 2025-01-31T22:17:22.3143531Z -- The CXX compiler identification is Clang 12.0.1 2025-01-31T22:17:22.3144016Z -- Detecting C compiler ABI info 2025-01-31T22:17:22.3144367Z -- Detecting C compiler ABI info - done 2025-01-31T22:17:22.3144793Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-01-31T22:17:22.3145185Z -- Detecting C compile features 2025-01-31T22:17:22.3145840Z -- Detecting C compile features - done 2025-01-31T22:17:22.3146192Z -- Detecting CXX compiler ABI info 2025-01-31T22:17:22.3146527Z -- Detecting CXX compiler ABI info - done 2025-01-31T22:17:22.3146961Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-01-31T22:17:22.3147389Z -- Detecting CXX compile features 2025-01-31T22:17:22.3147711Z -- Detecting CXX compile features - done 2025-01-31T22:17:22.3148537Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:22.3149309Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:22.3149747Z CMake. 2025-01-31T22:17:22.3149908Z 2025-01-31T22:17:22.3150141Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:22.3150745Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:22.3151238Z to work with policies introduced by or earlier. 2025-01-31T22:17:22.3151528Z 2025-01-31T22:17:22.3151642Z  2025-01-31T22:17:22.3152406Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:22.3153175Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:22.3153601Z CMake. 2025-01-31T22:17:22.3153760Z 2025-01-31T22:17:27.4159552Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:27.4160294Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:27.4165372Z to work with policies introduced by or earlier. 2025-01-31T22:17:27.4165646Z 2025-01-31T22:17:27.4165988Z  2025-01-31T22:17:27.4166283Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-01-31T22:17:27.4166713Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-01-31T22:17:27.4167091Z -- Found Threads: TRUE 2025-01-31T22:17:27.4167832Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:27.4168649Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:27.4169085Z CMake. 2025-01-31T22:17:27.4169231Z 2025-01-31T22:17:27.4169468Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:27.4170067Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:27.4170562Z to work with policies introduced by or earlier. 2025-01-31T22:17:27.4170855Z 2025-01-31T22:17:27.4170968Z  2025-01-31T22:17:27.4171221Z -- Using python executable 'python' 2025-01-31T22:17:27.4171545Z -- Resolved buck2 as buck2. 2025-01-31T22:17:27.4171853Z -- Killing buck2 daemon 2025-01-31T22:17:27.4172138Z 'buck2 killall' 2025-01-31T22:17:27.4172404Z -- executorch: Generating source lists 2025-01-31T22:17:27.4173016Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-01-31T22:17:27.4173747Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-01-31T22:17:27.4174360Z fatal: No tags can describe '595bf0007ab1929570c7671f091313c8fc20644e'. 2025-01-31T22:17:27.4174822Z Try --always, or create some tags. 2025-01-31T22:17:27.4175445Z CMake Warning at third-party/flatbuffers/CMake/Version.cmake:32 (message): 2025-01-31T22:17:27.4175937Z git describe failed with exit code: 128 2025-01-31T22:17:27.4176190Z 2025-01-31T22:17:27.4176369Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-01-31T22:17:27.4176795Z Call Stack (most recent call first): 2025-01-31T22:17:27.4177189Z third-party/flatbuffers/CMakeLists.txt:5 (include) 2025-01-31T22:17:27.4177454Z 2025-01-31T22:17:27.4177568Z  2025-01-31T22:17:27.4177824Z -- Proceeding with version: 24.3.25.0 2025-01-31T22:17:27.4178190Z -- Looking for strtof_l 2025-01-31T22:17:27.4178466Z -- Looking for strtof_l - found 2025-01-31T22:17:27.4178785Z -- Looking for strtoull_l 2025-01-31T22:17:27.4179072Z -- Looking for strtoull_l - found 2025-01-31T22:17:27.4179418Z -- Looking for realpath 2025-01-31T22:17:27.4179722Z -- Looking for realpath - found 2025-01-31T22:17:27.4180015Z -- CMAKE_CXX_FLAGS: 2025-01-31T22:17:27.4180316Z -- executorch: Using PAL default 'posix' 2025-01-31T22:17:27.4180675Z -- Generating operator lib: 2025-01-31T22:17:27.4181028Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:27.4181456Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:17:27.4181925Z -- ROOT_OPS: 2025-01-31T22:17:27.4182195Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:27.4183463Z 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-01-31T22:17:27.4184625Z -- Generating kernel bindings: 2025-01-31T22:17:27.4184956Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:27.4185397Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:17:27.4185836Z -- CUSTOM_OPS_YAML: 2025-01-31T22:17:27.4187665Z 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-01-31T22:17:27.4189192Z -- Generating operator lib: 2025-01-31T22:17:27.4189592Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:27.4189927Z -- KERNEL_LIBS: portable_kernels 2025-01-31T22:17:27.4190254Z -- DEPS: executorch 2025-01-31T22:17:27.4190835Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-01-31T22:17:27.4191522Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:27.4191972Z CMake. 2025-01-31T22:17:27.4192204Z 2025-01-31T22:17:27.4192775Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:27.4193975Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:27.4194819Z to work with policies introduced by or earlier. 2025-01-31T22:17:27.4195371Z 2025-01-31T22:17:27.4195627Z  2025-01-31T22:17:27.4195997Z -- Looking for C++ include unistd.h 2025-01-31T22:17:27.4196583Z -- Looking for C++ include unistd.h - found 2025-01-31T22:17:27.4197069Z -- Looking for C++ include stdint.h 2025-01-31T22:17:27.4197568Z -- Looking for C++ include stdint.h - found 2025-01-31T22:17:27.4198089Z -- Looking for C++ include inttypes.h 2025-01-31T22:17:27.4198582Z -- Looking for C++ include inttypes.h - found 2025-01-31T22:17:27.4199086Z -- Looking for C++ include sys/types.h 2025-01-31T22:17:27.4199595Z -- Looking for C++ include sys/types.h - found 2025-01-31T22:17:27.4200114Z -- Looking for C++ include sys/stat.h 2025-01-31T22:17:27.4200607Z -- Looking for C++ include sys/stat.h - found 2025-01-31T22:17:27.4201129Z -- Looking for C++ include fnmatch.h 2025-01-31T22:17:27.4201677Z -- Looking for C++ include fnmatch.h - found 2025-01-31T22:17:27.4202258Z -- Looking for C++ include stddef.h 2025-01-31T22:17:27.4202783Z -- Looking for C++ include stddef.h - found 2025-01-31T22:17:27.4203342Z -- Check size of uint32_t 2025-01-31T22:17:27.4203849Z -- Check size of uint32_t - done 2025-01-31T22:17:27.4204343Z -- Looking for strtoll 2025-01-31T22:17:27.4204792Z -- Looking for strtoll - found 2025-01-31T22:17:27.4205189Z -- 2025-01-31T22:17:27.4205438Z -- ******** Summary ******** 2025-01-31T22:17:27.4205741Z -- CMAKE_BUILD_TYPE : Release 2025-01-31T22:17:27.4206194Z -- CMAKE_CXX_STANDARD : 17 2025-01-31T22:17:27.4206551Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-01-31T22:17:27.4206880Z -- CMAKE_TOOLCHAIN_FILE : 2025-01-31T22:17:27.4207215Z -- BUCK2 : buck2 2025-01-31T22:17:27.4207658Z -- PYTHON_EXECUTABLE : python 2025-01-31T22:17:27.4208212Z -- FLATC_EXECUTABLE : flatc 2025-01-31T22:17:27.4208743Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-01-31T22:17:27.4209384Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-01-31T22:17:27.4209914Z -- EXECUTORCH_LOG_LEVEL : Info 2025-01-31T22:17:27.4210496Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-01-31T22:17:27.4211047Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-01-31T22:17:27.4211540Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-01-31T22:17:27.4212053Z -- EXECUTORCH_BUILD_COREML : OFF 2025-01-31T22:17:27.4212557Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-01-31T22:17:27.4213115Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-01-31T22:17:27.4213726Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-01-31T22:17:27.4214357Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-01-31T22:17:27.4214977Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-01-31T22:17:27.4215556Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-01-31T22:17:27.4216090Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-01-31T22:17:27.4216818Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-01-31T22:17:27.4217336Z -- EXECUTORCH_BUILD_FLATC : ON 2025-01-31T22:17:27.4217843Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-01-31T22:17:27.4218348Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-01-31T22:17:27.4218862Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-01-31T22:17:27.4219493Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-01-31T22:17:27.4220007Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-01-31T22:17:27.4220537Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-01-31T22:17:27.4221054Z -- EXECUTORCH_BUILD_MPS : OFF 2025-01-31T22:17:27.4221545Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-01-31T22:17:27.4222055Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-01-31T22:17:27.4222559Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-01-31T22:17:27.4223042Z -- EXECUTORCH_BUILD_QNN : OFF 2025-01-31T22:17:27.4223547Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-01-31T22:17:27.4224053Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-01-31T22:17:27.4224527Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-01-31T22:17:27.4225030Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-01-31T22:17:27.4225500Z -- Configuring done (5.7s) 2025-01-31T22:17:27.4225872Z -- Generating done (0.1s) 2025-01-31T22:17:27.4226378Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-01-31T22:17:27.4226933Z + popd 2025-01-31T22:17:27.4227228Z /pytorch/executorch 2025-01-31T22:17:27.4227546Z ++ uname 2025-01-31T22:17:27.4227838Z + '[' Linux == Darwin ']' 2025-01-31T22:17:27.4228201Z ++ nproc 2025-01-31T22:17:27.4228557Z + CMAKE_JOBS=95 2025-01-31T22:17:27.4228934Z + cmake --build cmake-out -j 95 2025-01-31T22:17:27.4229985Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-01-31T22:17:27.4231697Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-01-31T22:17:27.4233326Z [ 1%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-01-31T22:17:27.4234943Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-01-31T22:17:27.4236459Z [ 2%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-01-31T22:17:27.4237716Z [ 2%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-01-31T22:17:27.4239127Z [ 3%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2025-01-31T22:17:27.4240589Z [ 3%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-01-31T22:17:27.4242122Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-01-31T22:17:27.4243601Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-01-31T22:17:27.4244953Z [ 4%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-01-31T22:17:27.4246333Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-01-31T22:17:27.4247834Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-01-31T22:17:27.4249252Z [ 5%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-01-31T22:17:27.4250520Z [ 5%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-01-31T22:17:27.4251821Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-01-31T22:17:27.4253662Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-01-31T22:17:27.4255406Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-01-31T22:17:27.4257009Z [ 5%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-01-31T22:17:27.4258877Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-01-31T22:17:29.1518551Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-01-31T22:17:29.1519704Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-01-31T22:17:29.1520780Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-01-31T22:17:29.1521901Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-01-31T22:17:29.1522907Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-01-31T22:17:29.1523854Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-01-31T22:17:29.1524857Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-01-31T22:17:29.1525867Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-01-31T22:17:29.1526779Z [ 8%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-01-31T22:17:29.1527752Z [ 9%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-01-31T22:17:29.1528787Z [ 9%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-01-31T22:17:29.1529764Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-01-31T22:17:29.1530824Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-01-31T22:17:29.1531920Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-01-31T22:17:29.1532974Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-01-31T22:17:29.1533929Z [ 11%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-01-31T22:17:29.1534979Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-01-31T22:17:29.1536000Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-01-31T22:17:29.1537004Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-01-31T22:17:29.1538084Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-01-31T22:17:29.1539156Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-01-31T22:17:29.1540064Z [ 14%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-01-31T22:17:29.1541022Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-01-31T22:17:29.1542153Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-01-31T22:17:29.1543622Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-01-31T22:17:29.1544735Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-01-31T22:17:29.1545750Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-01-31T22:17:29.1546867Z [ 15%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-01-31T22:17:29.1547773Z [ 15%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-01-31T22:17:29.1548801Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-01-31T22:17:29.1549832Z [ 16%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-01-31T22:17:29.1550869Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-01-31T22:17:29.1551881Z [ 16%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-01-31T22:17:29.1552788Z [ 16%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-01-31T22:17:29.1553824Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-01-31T22:17:29.1554828Z [ 18%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-01-31T22:17:29.1555910Z [ 18%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-01-31T22:17:29.1557008Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-01-31T22:17:29.1558035Z [ 19%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-01-31T22:17:29.1559097Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-01-31T22:17:29.1560199Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-01-31T22:17:29.1561264Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-01-31T22:17:29.1562325Z [ 20%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-01-31T22:17:29.1563362Z [ 20%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-01-31T22:17:29.1564313Z [ 20%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-01-31T22:17:29.1565285Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-01-31T22:17:29.1566406Z [ 22%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-01-31T22:17:29.1567435Z [ 22%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-01-31T22:17:29.1568400Z [ 22%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-01-31T22:17:29.1569428Z [ 23%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-01-31T22:17:29.1570502Z [ 23%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-01-31T22:17:29.1571621Z [ 23%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-01-31T22:17:29.1572652Z [ 23%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-01-31T22:17:29.1573573Z [ 23%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-01-31T22:17:29.1574582Z [ 23%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-01-31T22:17:29.1575551Z [ 23%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-01-31T22:17:29.1576517Z [ 24%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-01-31T22:17:29.1577399Z [ 24%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-01-31T22:17:29.1578302Z [ 24%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-01-31T22:17:29.1579264Z [ 25%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-01-31T22:17:29.1580286Z [ 25%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-01-31T22:17:29.1581312Z [ 25%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-01-31T22:17:29.1582358Z [ 26%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-01-31T22:17:29.1583396Z [ 26%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-01-31T22:17:29.1584431Z [ 26%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-01-31T22:17:29.1585194Z [ 27%] Linking C static library libpthreadpool.a 2025-01-31T22:17:29.1585568Z [ 27%] Built target pthreadpool 2025-01-31T22:17:29.1586024Z [ 27%] Linking CXX static library libgflags_nothreads.a 2025-01-31T22:17:29.1586447Z [ 27%] Built target gflags_nothreads_static 2025-01-31T22:17:29.1586908Z [ 28%] Linking C static library libcpuinfo_internals.a 2025-01-31T22:17:29.1587412Z [ 29%] Linking C static library libcpuinfo.a 2025-01-31T22:17:29.1587784Z [ 29%] Built target cpuinfo_internals 2025-01-31T22:17:29.1588092Z [ 29%] Built target cpuinfo 2025-01-31T22:17:29.1588465Z [ 30%] Linking CXX executable flatc 2025-01-31T22:17:29.1588827Z [ 30%] Built target flatc 2025-01-31T22:17:29.1589175Z [ 30%] Generating common_schema headers 2025-01-31T22:17:29.1589527Z [ 30%] Built target common_schema 2025-01-31T22:17:29.1589920Z [ 31%] Generating program_schema headers 2025-01-31T22:17:29.1590267Z [ 31%] Built target program_schema 2025-01-31T22:17:29.8928585Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-01-31T22:17:29.8929468Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-01-31T22:17:29.8930389Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-01-31T22:17:29.8931388Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-01-31T22:17:29.8932300Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-01-31T22:17:29.8933082Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-01-31T22:17:29.8934040Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-01-31T22:17:29.8934988Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-01-31T22:17:29.8935872Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-01-31T22:17:29.8937093Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-01-31T22:17:29.8938038Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-01-31T22:17:29.8938888Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-01-31T22:17:29.8939667Z [ 35%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-01-31T22:17:29.8940629Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-01-31T22:17:29.8941455Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-01-31T22:17:29.8942251Z [ 36%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-01-31T22:17:29.8943095Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-01-31T22:17:29.8943803Z [ 37%] Linking CXX static library libexecutorch_core.a 2025-01-31T22:17:29.8944211Z [ 37%] Built target executorch_core 2025-01-31T22:17:29.8944836Z [ 37%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-01-31T22:17:29.8945761Z [ 37%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-01-31T22:17:29.8946713Z [ 38%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-01-31T22:17:29.8947674Z [ 38%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-01-31T22:17:29.8948672Z [ 39%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-01-31T22:17:29.8949677Z [ 39%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-01-31T22:17:29.8950437Z [ 39%] Linking CXX static library libextension_threadpool.a 2025-01-31T22:17:29.8950890Z [ 39%] Built target extension_threadpool 2025-01-31T22:17:29.8951369Z [ 39%] Linking CXX static library libexecutorch.a 2025-01-31T22:17:29.8951738Z [ 39%] Built target executorch 2025-01-31T22:17:29.8952417Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-01-31T22:17:29.8953504Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-01-31T22:17:29.8954589Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-01-31T22:17:29.8955567Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-01-31T22:17:29.8956444Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-01-31T22:17:29.8957492Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-01-31T22:17:29.8958453Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-01-31T22:17:29.8959369Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-01-31T22:17:29.8960314Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-01-31T22:17:29.8961243Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-01-31T22:17:29.8962308Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-01-31T22:17:29.8963207Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-01-31T22:17:29.8964103Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-01-31T22:17:29.8965125Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-01-31T22:17:29.8966036Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-01-31T22:17:29.8966986Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-01-31T22:17:29.8967999Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-01-31T22:17:29.8969312Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-01-31T22:17:29.8970744Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-01-31T22:17:29.8972180Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-01-31T22:17:29.8973548Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-01-31T22:17:29.8974920Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-01-31T22:17:29.8976009Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-01-31T22:17:29.8977199Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-01-31T22:17:29.8978352Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-01-31T22:17:29.8979322Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-01-31T22:17:29.8980219Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-01-31T22:17:29.8981098Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-01-31T22:17:29.8982018Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-01-31T22:17:29.8982935Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-01-31T22:17:29.8983823Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-01-31T22:17:29.8984711Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-01-31T22:17:29.8985661Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-01-31T22:17:29.8986615Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-01-31T22:17:29.8987612Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-01-31T22:17:29.8988565Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-01-31T22:17:29.8989436Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-01-31T22:17:29.8990318Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-01-31T22:17:29.8991386Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-01-31T22:17:29.8992432Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-01-31T22:17:29.8993632Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-01-31T22:17:29.8994620Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-01-31T22:17:29.8995602Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-01-31T22:17:29.8996500Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-01-31T22:17:29.8997572Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-01-31T22:17:29.8998444Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-01-31T22:17:29.8999300Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-01-31T22:17:29.9000325Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-01-31T22:17:29.9001254Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-01-31T22:17:29.9002143Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-01-31T22:17:29.9003013Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-01-31T22:17:31.5155255Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-01-31T22:17:31.5156276Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-01-31T22:17:31.5157191Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-01-31T22:17:31.5158071Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-01-31T22:17:31.5158997Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-01-31T22:17:31.5159896Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-01-31T22:17:31.5160776Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-01-31T22:17:31.5161643Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-01-31T22:17:31.5162516Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-01-31T22:17:31.5163403Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-01-31T22:17:31.5164280Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-01-31T22:17:31.5165184Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-01-31T22:17:31.5166097Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-01-31T22:17:31.5167023Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-01-31T22:17:31.5167939Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-01-31T22:17:31.5168823Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-01-31T22:17:31.5169698Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-01-31T22:17:31.5170583Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-01-31T22:17:31.5171545Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-01-31T22:17:31.5172571Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-01-31T22:17:31.5173512Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-01-31T22:17:31.5174404Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-01-31T22:17:31.5175290Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-01-31T22:17:31.5179190Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-01-31T22:17:31.5180407Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-01-31T22:17:31.5181363Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-01-31T22:17:31.5182309Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-01-31T22:17:31.5183357Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-01-31T22:17:31.5184296Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-01-31T22:17:31.5185212Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-01-31T22:17:31.5186133Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-01-31T22:17:31.5187026Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-01-31T22:17:31.5187943Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-01-31T22:17:31.5188906Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-01-31T22:17:31.5189813Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-01-31T22:17:31.5190793Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-01-31T22:17:31.5191774Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-01-31T22:17:31.5192653Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-01-31T22:17:31.5193781Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-01-31T22:17:31.5194694Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-01-31T22:17:31.5195677Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-01-31T22:17:31.5196570Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-01-31T22:17:31.5197483Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-01-31T22:17:31.5198432Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-01-31T22:17:31.5199425Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-01-31T22:17:31.5212997Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-01-31T22:17:31.5213976Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-01-31T22:17:31.5214870Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-01-31T22:17:31.5215771Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-01-31T22:17:31.5216710Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-01-31T22:17:31.5217657Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-01-31T22:17:31.5218616Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-01-31T22:17:31.5219592Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-01-31T22:17:31.5220736Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-01-31T22:17:31.5221686Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-01-31T22:17:31.5222556Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-01-31T22:17:31.5223492Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-01-31T22:17:31.5224561Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-01-31T22:17:31.5225542Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-01-31T22:17:31.5226532Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-01-31T22:17:31.5227462Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-01-31T22:17:31.5228386Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-01-31T22:17:31.5229300Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-01-31T22:17:31.5230261Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-01-31T22:17:31.5231272Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-01-31T22:17:31.5232264Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-01-31T22:17:31.5233284Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-01-31T22:17:31.5234242Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-01-31T22:17:31.5235249Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-01-31T22:17:31.5236211Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-01-31T22:17:31.5237113Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-01-31T22:17:31.5238052Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-01-31T22:17:31.5238982Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-01-31T22:17:31.5239912Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-01-31T22:17:31.5240865Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-01-31T22:17:35.9266337Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-01-31T22:17:35.9267377Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-01-31T22:17:35.9268293Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-01-31T22:17:35.9269203Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-01-31T22:17:35.9270100Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-01-31T22:17:35.9270997Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-01-31T22:17:35.9271956Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-01-31T22:17:35.9272938Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-01-31T22:17:35.9274162Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-01-31T22:17:35.9275313Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-01-31T22:17:35.9276325Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-01-31T22:17:35.9277409Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-01-31T22:17:35.9278324Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-01-31T22:17:35.9279226Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-01-31T22:17:35.9280103Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-01-31T22:17:35.9281009Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-01-31T22:17:35.9281912Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-01-31T22:17:35.9282808Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-01-31T22:17:35.9283716Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-01-31T22:17:35.9284611Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-01-31T22:17:35.9285544Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-01-31T22:17:35.9286473Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-01-31T22:17:35.9287396Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-01-31T22:17:35.9288339Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-01-31T22:17:35.9289306Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-01-31T22:17:35.9290337Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-01-31T22:17:35.9291440Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-01-31T22:17:35.9292372Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-01-31T22:17:35.9293453Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-01-31T22:17:35.9294420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-01-31T22:17:35.9295329Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-01-31T22:17:35.9296323Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-01-31T22:17:35.9297491Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-01-31T22:17:35.9298734Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-01-31T22:17:35.9299811Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-01-31T22:17:35.9300861Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-01-31T22:17:35.9301881Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-01-31T22:17:35.9302976Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-01-31T22:17:35.9303972Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-01-31T22:17:35.9304969Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-01-31T22:17:35.9306024Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-01-31T22:17:35.9307011Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-01-31T22:17:35.9308047Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-01-31T22:17:35.9309094Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-01-31T22:17:35.9310126Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-01-31T22:17:35.9311136Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-01-31T22:17:35.9312122Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-01-31T22:17:35.9313120Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-01-31T22:17:35.9314192Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-01-31T22:17:35.9315226Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-01-31T22:17:35.9316197Z [ 97%] Linking CXX static library libportable_kernels.a 2025-01-31T22:17:35.9316614Z [ 97%] Built target portable_kernels 2025-01-31T22:17:35.9317171Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-01-31T22:17:35.9317727Z [ 98%] Generating code for kernel registration 2025-01-31T22:17:35.9318674Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-01-31T22:17:35.9319612Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-01-31T22:17:35.9320051Z [ 98%] Built target portable_ops_lib 2025-01-31T22:17:35.9320793Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-01-31T22:17:35.9321792Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-01-31T22:17:35.9322698Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-01-31T22:17:35.9323614Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-01-31T22:17:35.9324563Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-01-31T22:17:35.9325575Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-01-31T22:17:35.9326361Z [100%] Linking CXX executable executor_runner 2025-01-31T22:17:35.9326757Z [100%] Built target executor_runner 2025-01-31T22:17:35.9327110Z + do_not_use_nightly_on_ci 2025-01-31T22:17:35.9327430Z ++ pip list 2025-01-31T22:17:35.9327682Z ++ awk -F ' ' '{print $2}' 2025-01-31T22:17:35.9328006Z ++ grep -w 'torch ' 2025-01-31T22:17:35.9328254Z ++ tr -d '\n' 2025-01-31T22:17:35.9328503Z + TORCH_VERSION=2.6.0a0+git0a94bb4 2025-01-31T22:17:35.9328868Z + [[ 2.6.0a0+git0a94bb4 != *\+\g\i\t* ]] 2025-01-31T22:17:35.9329337Z + bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-01-31T22:17:35.9329997Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-01-31T22:17:35.9330895Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.6.0a0+git0a94bb4) 2025-01-31T22:17:35.9332015Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-01-31T22:17:35.9332853Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+b6d4675) 2025-01-31T22:17:35.9333882Z Requirement already satisfied: timm==1.0.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 3)) (1.0.7) 2025-01-31T22:17:35.9334976Z 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-01-31T22:17:35.9336113Z 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-01-31T22:17:35.9337204Z Requirement already satisfied: cmake in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 1)) (3.31.4) 2025-01-31T22:17:42.7166145Z 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-01-31T22:17:42.7167390Z 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-01-31T22:17:42.7168640Z 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-01-31T22:17:42.7169829Z 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-01-31T22:17:42.7170955Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.44.0) 2025-01-31T22:17:42.7172126Z 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-01-31T22:17:42.7173371Z 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.28.0) 2025-01-31T22:17:42.7174979Z 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.2) 2025-01-31T22:17:42.7176221Z 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.17.0) 2025-01-31T22:17:42.7177499Z 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.2) 2025-01-31T22:17:42.7178792Z 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-01-31T22:17:42.7180104Z 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-01-31T22:17:42.7181376Z 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-01-31T22:17:42.7182673Z 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.0) 2025-01-31T22:17:42.7183953Z 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-01-31T22:17:42.7185419Z 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-01-31T22:17:42.7186345Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-01-31T22:17:42.7187225Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.5) 2025-01-31T22:17:42.7188240Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2024.12.0) 2025-01-31T22:17:42.7189134Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.1) 2025-01-31T22:17:42.7190057Z 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.1->torch) (1.3.0) 2025-01-31T22:17:42.7191039Z 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-01-31T22:17:42.7192022Z 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-01-31T22:17:42.7193217Z 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-01-31T22:17:42.7195387Z 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-01-31T22:17:42.7196929Z 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-01-31T22:17:42.7198441Z 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)) (2024.12.14) 2025-01-31T22:17:42.7199382Z Processing ./third-party/ao 2025-01-31T22:17:42.7200070Z Preparing metadata (setup.py) ... [?25l- done 2025-01-31T22:17:42.7200587Z [?25hBuilding wheels for collected packages: torchao 2025-01-31T22:17:42.7201150Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-01-31T22:17:42.7202292Z [?25h Created wheel for torchao: filename=torchao-0.8.0+git11333ba-py3-none-any.whl size=677359 sha256=03b089861e0a79e78680bfdcf2ecf45b610df3acfac501e353c96e8d8b8ece9c 2025-01-31T22:17:42.7203409Z Stored in directory: /tmp/pip-ephem-wheel-cache-0qtfys5d/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-01-31T22:17:42.7204082Z Successfully built torchao 2025-01-31T22:17:42.7204384Z Installing collected packages: torchao 2025-01-31T22:17:42.7204726Z Attempting uninstall: torchao 2025-01-31T22:17:42.7205100Z Found existing installation: torchao 0.8.0+git11333ba 2025-01-31T22:17:42.7205485Z Uninstalling torchao-0.8.0+git11333ba: 2025-01-31T22:17:42.7205895Z Successfully uninstalled torchao-0.8.0+git11333ba 2025-01-31T22:17:42.7206317Z Successfully installed torchao-0.8.0+git11333ba 2025-01-31T22:17:42.7206831Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-01-31T22:17:42.7207547Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-01-31T22:17:42.7208072Z Processing /pytorch/executorch 2025-01-31T22:17:42.7208437Z Running command Preparing metadata (pyproject.toml) 2025-01-31T22:17:42.7208807Z running dist_info 2025-01-31T22:17:42.7209164Z creating /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info 2025-01-31T22:17:42.7209738Z writing /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/PKG-INFO 2025-01-31T22:17:42.7210456Z writing dependency_links to /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/dependency_links.txt 2025-01-31T22:17:42.7211392Z writing entry points to /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/entry_points.txt 2025-01-31T22:17:42.7212121Z writing requirements to /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/requires.txt 2025-01-31T22:17:42.7212865Z writing top-level names to /tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/top_level.txt 2025-01-31T22:17:42.7213600Z writing manifest file '/tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:42.7214393Z reading manifest file '/tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:42.7214929Z adding license file 'LICENSE' 2025-01-31T22:17:42.7215443Z writing manifest file '/tmp/pip-modern-metadata-pcajyeci/executorch.egg-info/SOURCES.txt' 2025-01-31T22:17:42.7216123Z creating '/tmp/pip-modern-metadata-pcajyeci/executorch-0.6.0a0+20f9f5f.dist-info' 2025-01-31T22:17:42.7216787Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-01-31T22:17:42.7217561Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.1.6) 2025-01-31T22:17:42.7218635Z Requirement already satisfied: flatbuffers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (25.1.24) 2025-01-31T22:17:42.7219680Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (6.84.2) 2025-01-31T22:17:42.7220734Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (1.3.0) 2025-01-31T22:17:42.7221771Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (2.2.2) 2025-01-31T22:17:42.7222780Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (24.2) 2025-01-31T22:17:42.7223809Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (2.2.3) 2025-01-31T22:17:42.7224869Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.9.0) 2025-01-31T22:17:42.7225893Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (8.3.4) 2025-01-31T22:17:42.7226898Z Requirement already satisfied: pytest-xdist in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (3.6.1) 2025-01-31T22:17:42.7227978Z Requirement already satisfied: pytest-rerunfailures in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (15.0) 2025-01-31T22:17:42.7229035Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (6.0.1) 2025-01-31T22:17:42.7230054Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.17.32) 2025-01-31T22:17:46.8842415Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (1.13.1) 2025-01-31T22:17:46.8843674Z Requirement already satisfied: tabulate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (0.9.0) 2025-01-31T22:17:46.8844878Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+20f9f5f) (4.12.2) 2025-01-31T22:17:46.8846145Z 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+20f9f5f) (2.9.0.post0) 2025-01-31T22:17:46.8847405Z 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+20f9f5f) (2024.2) 2025-01-31T22:17:46.8848939Z 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+20f9f5f) (2025.1) 2025-01-31T22:17:46.8850169Z 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+20f9f5f) (25.1.0) 2025-01-31T22:17:46.8851430Z 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+20f9f5f) (2.4.0) 2025-01-31T22:17:46.8852871Z 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+20f9f5f) (1.2.2) 2025-01-31T22:17:46.8854104Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+20f9f5f) (2.0.0) 2025-01-31T22:17:46.8855282Z Requirement already satisfied: pluggy<2,>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+20f9f5f) (1.5.0) 2025-01-31T22:17:46.8856415Z Requirement already satisfied: tomli>=1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+20f9f5f) (2.0.1) 2025-01-31T22:17:46.8857595Z Requirement already satisfied: execnet>=2.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest-xdist->executorch==0.6.0a0+20f9f5f) (2.1.1) 2025-01-31T22:17:46.8858849Z 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+20f9f5f) (0.2.12) 2025-01-31T22:17:46.8860159Z 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+20f9f5f) (1.17.0) 2025-01-31T22:17:46.8861038Z Building wheels for collected packages: executorch 2025-01-31T22:17:46.8861520Z Running command Building wheel for executorch (pyproject.toml) 2025-01-31T22:17:46.8861956Z running bdist_wheel 2025-01-31T22:17:46.8862208Z running build 2025-01-31T22:17:46.8862486Z command options for 'CustomBuild': 2025-01-31T22:17:46.8862821Z build_base = pip-out 2025-01-31T22:17:46.8863094Z build_purelib = pip-out/lib 2025-01-31T22:17:46.8863458Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-01-31T22:17:46.8863888Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-01-31T22:17:46.8864265Z build_scripts = pip-out/scripts-3.10 2025-01-31T22:17:46.8864650Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-01-31T22:17:46.8865026Z plat_name = linux-x86_64 2025-01-31T22:17:46.8865302Z compiler = None 2025-01-31T22:17:46.8865566Z parallel = 95 2025-01-31T22:17:46.8865818Z debug = None 2025-01-31T22:17:46.8866044Z force = None 2025-01-31T22:17:46.8866339Z executable = /opt/conda/envs/py_3.10/bin/python 2025-01-31T22:17:46.8866869Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-01-31T22:17:46.8867566Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-01-31T22:17:46.8870749Z cmake -S /pytorch/executorch -B /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.10/bin/python -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.10/lib/python3.10/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_XNNPACK=ON 2025-01-31T22:17:46.8873760Z -- The C compiler identification is Clang 12.0.1 2025-01-31T22:17:46.8874175Z -- The CXX compiler identification is Clang 12.0.1 2025-01-31T22:17:46.8874677Z -- Detecting C compiler ABI info 2025-01-31T22:17:46.8875007Z -- Detecting C compiler ABI info - done 2025-01-31T22:17:46.8875541Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-01-31T22:17:46.8875954Z -- Detecting C compile features 2025-01-31T22:17:46.8876301Z -- Detecting C compile features - done 2025-01-31T22:17:46.8876653Z -- Detecting CXX compiler ABI info 2025-01-31T22:17:46.8877097Z -- Detecting CXX compiler ABI info - done 2025-01-31T22:17:46.8877508Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-01-31T22:17:46.8877928Z -- Detecting CXX compile features 2025-01-31T22:17:46.8878274Z -- Detecting CXX compile features - done 2025-01-31T22:17:46.8878885Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:46.8879628Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:46.8880074Z CMake. 2025-01-31T22:17:46.8880199Z 2025-01-31T22:17:46.8880436Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:46.8881013Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:46.8881528Z to work with policies introduced by or earlier. 2025-01-31T22:17:46.8881792Z 2025-01-31T22:17:46.8881796Z 2025-01-31T22:17:46.8882216Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:46.8882950Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:46.8883389Z CMake. 2025-01-31T22:17:46.8883513Z 2025-01-31T22:17:46.8883758Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:46.8884317Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:46.8884824Z to work with policies introduced by or earlier. 2025-01-31T22:17:46.8885085Z 2025-01-31T22:17:46.8885093Z 2025-01-31T22:17:46.8885241Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-01-31T22:17:46.8885624Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-01-31T22:17:46.8885999Z -- Found Threads: TRUE 2025-01-31T22:17:46.8886599Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-01-31T22:17:46.8887356Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:46.8887794Z CMake. 2025-01-31T22:17:46.8887918Z 2025-01-31T22:17:46.8888161Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:46.8888725Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:46.8889238Z to work with policies introduced by or earlier. 2025-01-31T22:17:46.8889520Z 2025-01-31T22:17:46.8889523Z 2025-01-31T22:17:46.8889720Z -- Using python executable '/opt/conda/envs/py_3.10/bin/python' 2025-01-31T22:17:46.8890150Z -- Resolved buck2 as buck2. 2025-01-31T22:17:46.8890436Z -- Killing buck2 daemon 2025-01-31T22:17:46.8890714Z 'buck2 killall' 2025-01-31T22:17:46.8890994Z -- executorch: Generating source lists 2025-01-31T22:17:46.8891687Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-01-31T22:17:46.8892715Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-01-31T22:17:46.8893680Z fatal: No tags can describe '595bf0007ab1929570c7671f091313c8fc20644e'. 2025-01-31T22:17:46.8894121Z Try --always, or create some tags. 2025-01-31T22:17:46.8894588Z CMake Warning at third-party/flatbuffers/CMake/Version.cmake:32 (message): 2025-01-31T22:17:46.8895073Z git describe failed with exit code: 128 2025-01-31T22:17:46.8895296Z 2025-01-31T22:17:46.8895474Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-01-31T22:17:46.8896020Z Call Stack (most recent call first): 2025-01-31T22:17:46.8896410Z third-party/flatbuffers/CMakeLists.txt:5 (include) 2025-01-31T22:17:46.8896672Z 2025-01-31T22:17:46.8896677Z 2025-01-31T22:17:46.8896795Z -- Proceeding with version: 24.3.25.0 2025-01-31T22:17:46.8897127Z -- Looking for strtof_l 2025-01-31T22:17:46.8897425Z -- Looking for strtof_l - found 2025-01-31T22:17:46.8897808Z -- Looking for strtoull_l 2025-01-31T22:17:46.8898116Z -- Looking for strtoull_l - found 2025-01-31T22:17:46.8898440Z -- Looking for realpath 2025-01-31T22:17:46.8898721Z -- Looking for realpath - found 2025-01-31T22:17:46.8899038Z -- CMAKE_CXX_FLAGS: 2025-01-31T22:17:46.8899338Z -- executorch: Using PAL default 'posix' 2025-01-31T22:17:46.8899674Z -- Generating operator lib: 2025-01-31T22:17:46.8899983Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:46.8900429Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:17:46.8900862Z -- ROOT_OPS: 2025-01-31T22:17:46.8901124Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:46.8902472Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-01-31T22:17:46.8903861Z -- Generating kernel bindings: 2025-01-31T22:17:46.8904176Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:46.8904610Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-01-31T22:17:46.8905077Z -- CUSTOM_OPS_YAML: 2025-01-31T22:17:46.8907053Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-01-31T22:17:46.8908938Z -- Generating operator lib: 2025-01-31T22:17:46.8909266Z -- LIB_NAME: portable_ops_lib 2025-01-31T22:17:46.8909580Z -- KERNEL_LIBS: portable_kernels 2025-01-31T22:17:46.8909919Z -- DEPS: executorch 2025-01-31T22:17:46.8910200Z -- Generating operator lib: 2025-01-31T22:17:46.8910493Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:17:52.6706630Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized-oss.yaml 2025-01-31T22:17:52.6707198Z -- ROOT_OPS: 2025-01-31T22:17:52.6707485Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:52.6708881Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized-oss.yaml" 2025-01-31T22:17:52.6710343Z -- Generating kernel bindings: 2025-01-31T22:17:52.6710695Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:17:52.6711195Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized-oss.yaml 2025-01-31T22:17:52.6711704Z -- CUSTOM_OPS_YAML: 2025-01-31T22:17:52.6713623Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-01-31T22:17:52.6715722Z -- Generating operator lib: 2025-01-31T22:17:52.6716249Z -- LIB_NAME: optimized_ops_lib 2025-01-31T22:17:52.6716753Z -- KERNEL_LIBS: optimized_kernels 2025-01-31T22:17:52.6717081Z -- DEPS: executorch 2025-01-31T22:17:52.6717397Z -- Merging kernel yaml files: 2025-01-31T22:17:52.6718200Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2025-01-31T22:17:52.6718962Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-01-31T22:17:52.6719770Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-01-31T22:17:52.6720361Z -- Generating operator lib: 2025-01-31T22:17:52.6720807Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:17:52.6721478Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-01-31T22:17:52.6722133Z -- ROOT_OPS: 2025-01-31T22:17:52.6722390Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:52.6723929Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-01-31T22:17:52.6725552Z -- Generating kernel bindings: 2025-01-31T22:17:52.6725909Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:17:52.6726559Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-01-31T22:17:52.6727198Z -- CUSTOM_OPS_YAML: 2025-01-31T22:17:52.6729219Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-01-31T22:17:52.6731267Z -- Generating operator lib: 2025-01-31T22:17:52.6731597Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-01-31T22:17:52.6732017Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2025-01-31T22:17:52.6732407Z -- DEPS: executorch 2025-01-31T22:17:52.6732883Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-01-31T22:17:52.6733567Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:52.6734029Z CMake. 2025-01-31T22:17:52.6734160Z 2025-01-31T22:17:52.6734392Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:52.6734958Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:52.6735485Z to work with policies introduced by or earlier. 2025-01-31T22:17:52.6735756Z 2025-01-31T22:17:52.6735760Z 2025-01-31T22:17:52.6735897Z -- Looking for C++ include unistd.h 2025-01-31T22:17:52.6736222Z -- Looking for C++ include unistd.h - found 2025-01-31T22:17:52.6736572Z -- Looking for C++ include stdint.h 2025-01-31T22:17:52.6736931Z -- Looking for C++ include stdint.h - found 2025-01-31T22:17:52.6737266Z -- Looking for C++ include inttypes.h 2025-01-31T22:17:52.6737634Z -- Looking for C++ include inttypes.h - found 2025-01-31T22:17:52.6737998Z -- Looking for C++ include sys/types.h 2025-01-31T22:17:52.6738334Z -- Looking for C++ include sys/types.h - found 2025-01-31T22:17:52.6738693Z -- Looking for C++ include sys/stat.h 2025-01-31T22:17:52.6739071Z -- Looking for C++ include sys/stat.h - found 2025-01-31T22:17:52.6739436Z -- Looking for C++ include fnmatch.h 2025-01-31T22:17:52.6739795Z -- Looking for C++ include fnmatch.h - found 2025-01-31T22:17:52.6740144Z -- Looking for C++ include stddef.h 2025-01-31T22:17:52.6740465Z -- Looking for C++ include stddef.h - found 2025-01-31T22:17:52.6740821Z -- Check size of uint32_t 2025-01-31T22:17:52.6741142Z -- Check size of uint32_t - done 2025-01-31T22:17:52.6741454Z -- Looking for strtoll 2025-01-31T22:17:52.6741739Z -- Looking for strtoll - found 2025-01-31T22:17:52.6742275Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-01-31T22:17:52.6742719Z -- Found assembler: /opt/cache/bin/cc 2025-01-31T22:17:52.6743093Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-01-31T22:17:52.6743756Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-01-31T22:17:52.6744366Z -- Generating microkernels.cmake 2025-01-31T22:17:52.6744886Z No microkernel found in src/reference/binary-elementwise.cc 2025-01-31T22:17:52.6745375Z No microkernel found in src/reference/packing.cc 2025-01-31T22:17:52.6745833Z No microkernel found in src/reference/unary-elementwise.cc 2025-01-31T22:17:52.6746505Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-01-31T22:17:52.6747223Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:52.6747676Z CMake. 2025-01-31T22:17:52.6747840Z 2025-01-31T22:17:52.6748086Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:52.6748700Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:52.6749212Z to work with policies introduced by or earlier. 2025-01-31T22:17:52.6749521Z 2025-01-31T22:17:52.6749526Z 2025-01-31T22:17:52.6749638Z -- pybind11 v2.13.6 2025-01-31T22:17:52.6750261Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-01-31T22:17:52.6751038Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-01-31T22:17:52.6751484Z -- Performing Test HAS_FLTO_THIN 2025-01-31T22:17:52.6751872Z -- Performing Test HAS_FLTO_THIN - Success 2025-01-31T22:17:52.6752471Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-01-31T22:17:52.6753145Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-01-31T22:17:52.6753621Z CMake. 2025-01-31T22:17:52.6753763Z 2025-01-31T22:17:52.6754037Z Update the VERSION argument value. Or, use the ... syntax 2025-01-31T22:17:52.6754615Z to tell CMake that the project requires at least but has been updated 2025-01-31T22:17:52.6755238Z to work with policies introduced by or earlier. 2025-01-31T22:17:52.6755509Z 2025-01-31T22:17:52.6755513Z 2025-01-31T22:17:52.6755744Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-01-31T22:17:52.6756235Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-01-31T22:17:52.6756698Z -- Setting Clang compiler options 2025-01-31T22:17:52.6757469Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-01-31T22:17:52.6758553Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:17:52.6759315Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:17:52.6759736Z Call Stack (most recent call first): 2025-01-31T22:17:52.6760480Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:17:52.6761199Z CMakeLists.txt:725 (find_package) 2025-01-31T22:17:52.6761444Z 2025-01-31T22:17:52.6761448Z 2025-01-31T22:17:52.6761750Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-01-31T22:17:52.6762790Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-01-31T22:17:52.6763968Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:17:52.6764730Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:17:52.6765145Z Call Stack (most recent call first): 2025-01-31T22:17:52.6765972Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:17:52.6766767Z extension/llm/custom_ops/CMakeLists.txt:72 (find_package) 2025-01-31T22:17:52.6767103Z 2025-01-31T22:17:52.6767107Z 2025-01-31T22:17:52.6767227Z -- Generating operator lib: 2025-01-31T22:17:52.6767580Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:17:52.6768094Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:17:52.6768571Z -- ROOT_OPS: 2025-01-31T22:17:52.6768857Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:52.6770193Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-01-31T22:17:52.6771610Z -- Generating kernel bindings: 2025-01-31T22:17:52.6771960Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:17:52.6772269Z -- FUNCTIONS_YAML: 2025-01-31T22:17:52.6772698Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:17:53.3741336Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-01-31T22:17:53.3745466Z -- Generating operator lib: 2025-01-31T22:17:53.3745835Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:17:53.3746291Z -- OPS_SCHEMA_YAML: 2025-01-31T22:17:53.3748900Z -- ROOT_OPS: 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-01-31T22:17:53.3751632Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:53.3755360Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="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-01-31T22:17:53.3758990Z -- Generating kernel bindings: 2025-01-31T22:17:53.3759343Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:17:53.3759692Z -- FUNCTIONS_YAML: 2025-01-31T22:17:53.3760092Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:17:53.3760972Z -- Generating custom ops aot lib: 2025-01-31T22:17:53.3761391Z -- LIB_NAME: quantized_ops_aot_lib 2025-01-31T22:17:53.3761963Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-01-31T22:17:53.3762790Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-01-31T22:17:53.3763927Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-01-31T22:17:53.3764762Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-01-31T22:17:53.3765600Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-01-31T22:17:53.3766448Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-01-31T22:17:53.3767280Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-01-31T22:17:53.3768138Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-01-31T22:17:53.3768979Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-01-31T22:17:53.3769800Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-01-31T22:17:53.3770623Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-01-31T22:17:53.3771499Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-01-31T22:17:53.3772475Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-01-31T22:17:53.3773206Z static library kineto_LIBRARY-NOTFOUND not found. 2025-01-31T22:17:53.3773618Z Call Stack (most recent call first): 2025-01-31T22:17:53.3774358Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-01-31T22:17:53.3775079Z build/Codegen.cmake:144 (find_package) 2025-01-31T22:17:53.3775680Z kernels/quantized/CMakeLists.txt:90 (gen_custom_ops_aot_lib) 2025-01-31T22:17:53.3776016Z 2025-01-31T22:17:53.3776021Z 2025-01-31T22:17:53.3776143Z -- Generating operator lib: 2025-01-31T22:17:53.3776558Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:17:53.3777012Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:17:53.3777471Z -- ROOT_OPS: 2025-01-31T22:17:53.3777739Z -- INCLUDE_ALL_OPS: 2025-01-31T22:17:53.3779096Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-01-31T22:17:53.3780529Z -- Generating kernel bindings: 2025-01-31T22:17:53.3780874Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:17:53.3781201Z -- FUNCTIONS_YAML: 2025-01-31T22:17:53.3781610Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-01-31T22:17:53.3782086Z -- Generating operator lib: 2025-01-31T22:17:53.3782404Z -- LIB_NAME: quantized_ops_pybind_lib 2025-01-31T22:17:53.3782783Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-01-31T22:17:53.3783148Z -- DEPS: portable_lib 2025-01-31T22:17:53.3783427Z -- Generating operator lib: 2025-01-31T22:17:53.3783750Z -- LIB_NAME: quantized_ops_lib 2025-01-31T22:17:53.3784089Z -- KERNEL_LIBS: quantized_kernels 2025-01-31T22:17:53.3784395Z -- DEPS: executorch 2025-01-31T22:17:53.3784678Z -- 2025-01-31T22:17:53.3784924Z -- ******** Summary ******** 2025-01-31T22:17:53.3785230Z -- CMAKE_BUILD_TYPE : Release 2025-01-31T22:17:53.3785680Z -- CMAKE_CXX_STANDARD : 17 2025-01-31T22:17:53.3786050Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-01-31T22:17:53.3786390Z -- CMAKE_TOOLCHAIN_FILE : 2025-01-31T22:17:53.3786737Z -- BUCK2 : buck2 2025-01-31T22:17:53.3787177Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-01-31T22:17:53.3787613Z -- FLATC_EXECUTABLE : flatc 2025-01-31T22:17:53.3788061Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-01-31T22:17:53.3788446Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-01-31T22:17:53.3788817Z -- EXECUTORCH_LOG_LEVEL : Info 2025-01-31T22:17:53.3789194Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-01-31T22:17:53.3789573Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-01-31T22:17:53.3789928Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-01-31T22:17:53.3790290Z -- EXECUTORCH_BUILD_COREML : OFF 2025-01-31T22:17:53.3790659Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-01-31T22:17:53.3791017Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-01-31T22:17:53.3791386Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-01-31T22:17:53.3791763Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-01-31T22:17:53.3792131Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-01-31T22:17:53.3792513Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-01-31T22:17:53.3792888Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-01-31T22:17:53.3793490Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-01-31T22:17:53.3793882Z -- EXECUTORCH_BUILD_FLATC : ON 2025-01-31T22:17:53.3794246Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-01-31T22:17:53.3794598Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-01-31T22:17:53.3794969Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-01-31T22:17:53.3795447Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-01-31T22:17:53.3795818Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-01-31T22:17:53.3796193Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-01-31T22:17:53.3796560Z -- EXECUTORCH_BUILD_MPS : OFF 2025-01-31T22:17:53.3796916Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-01-31T22:17:53.3797286Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-01-31T22:17:53.3797662Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-01-31T22:17:53.3798016Z -- EXECUTORCH_BUILD_QNN : OFF 2025-01-31T22:17:53.3798408Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-01-31T22:17:53.3798783Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-01-31T22:17:53.3799134Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-01-31T22:17:53.3799500Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-01-31T22:17:53.3799845Z -- Configuring done (9.7s) 2025-01-31T22:17:53.3800124Z -- Generating done (0.3s) 2025-01-31T22:17:53.3800658Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-01-31T22:17:53.3801845Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j95 --target flatc --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-01-31T22:17:53.3802975Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-01-31T22:17:53.3803714Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-01-31T22:17:53.3804425Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2025-01-31T22:17:53.3805129Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-01-31T22:17:53.3805845Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-01-31T22:17:54.4221346Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-01-31T22:17:54.4222476Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-01-31T22:17:54.4223523Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-01-31T22:17:54.4224603Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-01-31T22:17:54.4225864Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-01-31T22:17:54.4227053Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-01-31T22:17:54.4228216Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-01-31T22:17:54.4229418Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-01-31T22:17:54.4230673Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-01-31T22:17:54.4231916Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-01-31T22:17:54.4233120Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-01-31T22:17:54.4234181Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-01-31T22:17:54.4235323Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-01-31T22:17:54.4236446Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-01-31T22:17:54.4237791Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-01-31T22:17:54.4239027Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-01-31T22:17:54.4240309Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-01-31T22:17:54.4241528Z [ 50%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-01-31T22:17:54.4242616Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-01-31T22:17:54.4243615Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-01-31T22:17:54.4244627Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-01-31T22:17:54.4245718Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-01-31T22:17:54.4246910Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-01-31T22:17:54.4248035Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-01-31T22:17:54.4249097Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-01-31T22:17:54.4250177Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-01-31T22:17:54.4251388Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-01-31T22:17:54.4252834Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-01-31T22:17:54.4254210Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-01-31T22:17:54.4255613Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-01-31T22:17:54.4257097Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-01-31T22:17:54.4258451Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-01-31T22:17:54.4259891Z [100%] Linking CXX executable flatc 2025-01-31T22:17:54.4260434Z [100%] Built target flatc 2025-01-31T22:17:54.4261275Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-01-31T22:17:54.4262510Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-01-31T22:17:54.4263951Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-01-31T22:17:54.4265380Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-01-31T22:17:54.4266764Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-01-31T22:17:54.4268013Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-01-31T22:17:54.4269307Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-01-31T22:17:54.4270584Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-01-31T22:17:54.4272039Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-01-31T22:17:54.4273537Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-01-31T22:17:54.4274961Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-01-31T22:17:54.4276552Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-01-31T22:17:54.4277978Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-01-31T22:17:54.4279458Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-01-31T22:17:54.4280910Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-01-31T22:17:54.4282306Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-01-31T22:17:54.4283751Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-01-31T22:17:54.4285295Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-01-31T22:17:54.4286721Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-01-31T22:17:54.4288161Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-01-31T22:17:54.4289756Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-01-31T22:17:54.4291233Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-01-31T22:17:54.4292631Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-01-31T22:17:54.4294576Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-01-31T22:17:54.4295924Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-01-31T22:17:54.4297296Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-01-31T22:17:54.4298706Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-01-31T22:17:54.4300225Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-01-31T22:17:54.4301725Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-01-31T22:17:54.4303464Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-01-31T22:17:54.4304999Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-01-31T22:17:54.4306490Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-01-31T22:17:54.4308156Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-01-31T22:17:54.4309503Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-01-31T22:17:54.4310813Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-01-31T22:17:54.4312251Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-01-31T22:17:54.4313652Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-01-31T22:17:54.4314979Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-01-31T22:17:54.4316462Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-01-31T22:17:54.4317931Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-01-31T22:17:54.4319399Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-01-31T22:17:54.4320728Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-01-31T22:17:54.4322021Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-01-31T22:17:54.4323242Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-01-31T22:17:54.4324441Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-01-31T22:17:54.4325739Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-01-31T22:17:56.0756951Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-01-31T22:17:56.0757788Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-01-31T22:17:56.0758679Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-01-31T22:17:56.0759550Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-01-31T22:17:56.0760398Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-01-31T22:17:56.0761284Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-01-31T22:17:56.0762160Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-01-31T22:17:56.0762955Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-01-31T22:17:56.0763795Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-01-31T22:17:56.0765101Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-01-31T22:17:56.0765958Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-01-31T22:17:56.0766772Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-01-31T22:17:56.0767568Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-01-31T22:17:56.0768385Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-01-31T22:17:56.0769439Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-01-31T22:17:56.0770254Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-01-31T22:17:56.0771106Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-01-31T22:17:56.0774900Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-01-31T22:17:56.0775708Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-01-31T22:17:56.0776544Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-01-31T22:17:56.0777408Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-01-31T22:17:56.0778218Z [ 5%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-01-31T22:17:56.0779041Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-01-31T22:17:56.0779857Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-01-31T22:17:56.0780685Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-01-31T22:17:56.0781543Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-01-31T22:17:56.0782377Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-01-31T22:17:56.0783192Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-01-31T22:17:56.0783982Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-01-31T22:17:56.0784798Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-01-31T22:17:56.0785634Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-01-31T22:17:56.0786187Z [ 8%] Built target flatc 2025-01-31T22:17:56.0786464Z [ 8%] Generating common_schema headers 2025-01-31T22:17:56.0786804Z [ 9%] Generating xnnpack_schema headers 2025-01-31T22:17:56.0787146Z [ 9%] Generating bundled_program headers 2025-01-31T22:17:56.0787462Z [ 9%] Built target common_schema 2025-01-31T22:17:56.0787785Z [ 9%] Built target bundled_program_schema 2025-01-31T22:17:56.0788116Z [ 9%] Built target xnnpack_schema 2025-01-31T22:17:56.0788423Z [ 9%] Generating program_schema headers 2025-01-31T22:17:56.0788751Z [ 9%] Built target program_schema 2025-01-31T22:17:56.0789241Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-01-31T22:17:56.0789886Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-01-31T22:17:56.0790635Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-01-31T22:17:56.0791464Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-01-31T22:17:56.0792159Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-01-31T22:17:56.0792772Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-01-31T22:17:56.0793723Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-01-31T22:17:56.0794417Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-01-31T22:17:56.0795222Z [ 9%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-01-31T22:17:56.0796160Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-01-31T22:17:56.0796942Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-01-31T22:17:56.0797630Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-01-31T22:17:56.0798275Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-01-31T22:17:56.0799028Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-01-31T22:17:56.0799709Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-01-31T22:17:56.0800356Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-01-31T22:17:56.0801046Z [ 10%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-01-31T22:17:56.0801746Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-01-31T22:17:56.0802226Z [ 10%] Built target flatccrt 2025-01-31T22:17:56.0802546Z [ 10%] Linking C static library libpthreadpool.a 2025-01-31T22:17:56.0802902Z [ 10%] Built target pthreadpool 2025-01-31T22:17:56.0803600Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-01-31T22:17:56.0804743Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-01-31T22:17:56.0805741Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-01-31T22:17:56.0806641Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-01-31T22:17:56.0807540Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-01-31T22:17:56.0808396Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-01-31T22:17:56.0809262Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-01-31T22:17:56.0810200Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-01-31T22:17:56.0811152Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-01-31T22:17:56.0812047Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-01-31T22:17:56.0812922Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-01-31T22:17:56.0813724Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-01-31T22:17:56.0814275Z [ 12%] Linking C static library libcpuinfo.a 2025-01-31T22:17:56.0814770Z [ 12%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-01-31T22:17:56.0815240Z [ 12%] Built target cpuinfo 2025-01-31T22:17:56.0815522Z [ 12%] Built target flatcc 2025-01-31T22:17:56.0816004Z [ 12%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-01-31T22:17:56.0816969Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-01-31T22:17:56.0818202Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-01-31T22:17:56.0819456Z [ 12%] 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-01-31T22:17:56.0820769Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-01-31T22:17:56.0821979Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-01-31T22:17:56.0823198Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-01-31T22:17:56.1401746Z [ 12%] 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-01-31T22:17:56.1403313Z [ 12%] 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-01-31T22:17:56.1404501Z [ 12%] 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-01-31T22:17:56.1405720Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-01-31T22:17:56.1406901Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-01-31T22:17:56.1408099Z [ 13%] 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-01-31T22:17:56.1409330Z [ 13%] 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-01-31T22:17:56.1410654Z [ 13%] 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-01-31T22:17:56.1412062Z [ 13%] 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-01-31T22:17:56.1413483Z [ 13%] 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-01-31T22:17:56.1414896Z [ 13%] 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-01-31T22:17:56.1416291Z [ 13%] 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-01-31T22:17:56.1417602Z [ 13%] 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-01-31T22:17:56.1418909Z [ 13%] 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-01-31T22:17:56.1420198Z [ 13%] 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-01-31T22:17:56.1421428Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-01-31T22:17:56.1422645Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-01-31T22:17:56.1423896Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-01-31T22:17:56.1425126Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-01-31T22:17:56.1426365Z [ 14%] 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-01-31T22:17:56.1428038Z [ 14%] 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-01-31T22:17:56.1429352Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-01-31T22:17:56.1430613Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-01-31T22:17:56.1431816Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-01-31T22:17:56.1433021Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-01-31T22:17:56.1434193Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-01-31T22:17:56.1435410Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-01-31T22:17:56.1436605Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-01-31T22:17:56.1437799Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-01-31T22:17:56.1438923Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-01-31T22:17:56.1440037Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-01-31T22:17:56.1441166Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-01-31T22:17:56.1442291Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-01-31T22:17:56.1443394Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-01-31T22:17:56.1444518Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-01-31T22:17:56.1445646Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-01-31T22:17:56.1446780Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-01-31T22:17:56.1447920Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-01-31T22:17:56.1449065Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-01-31T22:17:56.1450218Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-01-31T22:17:56.1451376Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-01-31T22:17:56.1452515Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-01-31T22:17:56.1453686Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-01-31T22:17:56.1454905Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-01-31T22:17:56.1456037Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-01-31T22:17:56.1457155Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-01-31T22:17:56.1458368Z [ 16%] 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-01-31T22:17:56.1459535Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-01-31T22:17:56.1460668Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-01-31T22:17:56.1461884Z [ 16%] 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-01-31T22:17:56.1463081Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-01-31T22:17:56.1464190Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-01-31T22:17:56.1465288Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-01-31T22:17:56.1466421Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-01-31T22:17:56.1467560Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-01-31T22:17:57.7150952Z [ 16%] 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-01-31T22:17:57.7152280Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-01-31T22:17:57.7153575Z [ 16%] 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-01-31T22:17:57.7154973Z [ 16%] 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-01-31T22:17:57.7156259Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-01-31T22:17:57.7157388Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-01-31T22:17:57.7158514Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-01-31T22:17:57.7159691Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-01-31T22:17:57.7160900Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-01-31T22:17:57.7162136Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-01-31T22:17:57.7163366Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-01-31T22:17:57.7164586Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-01-31T22:17:57.7169551Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-01-31T22:17:57.7171014Z [ 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-01-31T22:17:57.7172267Z [ 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-01-31T22:17:57.7173623Z [ 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-01-31T22:17:57.7174835Z [ 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-01-31T22:17:57.7176114Z [ 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-01-31T22:17:57.7176964Z [ 17%] Built target indirection 2025-01-31T22:17:57.7177285Z [ 17%] Linking CXX static library libeigen_blas.a 2025-01-31T22:17:57.7178139Z [ 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-01-31T22:17:57.7178959Z [ 17%] Built target eigen_blas 2025-01-31T22:17:57.7179731Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-01-31T22:17:57.7180996Z [ 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-01-31T22:17:57.7182256Z [ 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-01-31T22:17:57.7183478Z [ 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-01-31T22:17:57.7184684Z [ 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-01-31T22:17:57.7185451Z [ 18%] Built target datatype 2025-01-31T22:17:57.7186185Z [ 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-01-31T22:17:57.7187476Z [ 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-01-31T22:17:57.7188313Z [ 18%] Built target microparams-init 2025-01-31T22:17:57.7189081Z [ 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-01-31T22:17:57.7190324Z [ 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-01-31T22:17:57.7191097Z [ 18%] Built target logging 2025-01-31T22:17:57.7191676Z [ 18%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-01-31T22:17:57.7192336Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-01-31T22:17:57.7192709Z [ 18%] Built target normalization 2025-01-31T22:17:57.7193008Z [ 18%] Built target executorch_core 2025-01-31T22:17:57.7194076Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-01-31T22:17:57.7195180Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-01-31T22:17:57.7195963Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-01-31T22:17:57.7196518Z [ 18%] Built target reference-ukernels 2025-01-31T22:17:57.7197292Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-01-31T22:17:57.7198144Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-01-31T22:17:57.7198802Z [ 18%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-01-31T22:17:57.7199821Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-01-31T22:17:57.7200929Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-01-31T22:17:57.7201991Z [ 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-01-31T22:17:57.7203045Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-01-31T22:17:57.7203998Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-01-31T22:17:57.7205101Z [ 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-01-31T22:17:57.7206080Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-01-31T22:17:57.7207058Z [ 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-01-31T22:17:57.7208296Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-01-31T22:17:57.7209523Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-01-31T22:17:57.7210782Z [ 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-01-31T22:17:57.7212085Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-01-31T22:17:57.7213298Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-01-31T22:17:57.7214564Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-01-31T22:17:57.7215879Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-01-31T22:17:57.7217163Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-01-31T22:17:57.7218445Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-01-31T22:17:57.7219679Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-01-31T22:17:57.7220914Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-01-31T22:17:58.2576034Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-01-31T22:17:58.2577402Z [ 20%] 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-01-31T22:17:58.2578948Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-01-31T22:17:58.2580283Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-01-31T22:17:58.2581615Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-01-31T22:17:58.2583182Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-01-31T22:17:58.2584600Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-01-31T22:17:58.2586036Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-01-31T22:17:58.2587486Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-01-31T22:17:58.2588962Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-01-31T22:17:58.2597043Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-01-31T22:17:58.2598718Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-01-31T22:17:58.2600240Z [ 21%] 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-01-31T22:17:58.2601697Z [ 21%] 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-01-31T22:17:58.2602558Z [ 21%] Built target flatcc_cli 2025-01-31T22:17:58.2603463Z [ 21%] 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-01-31T22:17:58.2604995Z [ 21%] 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-01-31T22:17:58.2606439Z [ 21%] 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-01-31T22:17:58.2607734Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-01-31T22:17:58.2608687Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-01-31T22:17:58.2609399Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-01-31T22:17:58.2610165Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-01-31T22:17:58.2610750Z [ 23%] Generating etdump headers 2025-01-31T22:17:58.2611213Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-01-31T22:17:58.2611875Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-01-31T22:17:58.2612660Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-01-31T22:17:58.2613483Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-01-31T22:17:58.2614460Z [ 23%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-01-31T22:17:58.2615028Z [ 23%] Built target etdump_schema 2025-01-31T22:17:58.2615787Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-01-31T22:17:58.2617179Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-01-31T22:17:58.2618375Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-01-31T22:17:58.2619624Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-01-31T22:17:58.2620831Z [ 23%] 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-01-31T22:17:58.2621998Z [ 23%] 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-01-31T22:17:58.2623185Z [ 23%] 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-01-31T22:17:58.2624457Z [ 23%] 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-01-31T22:17:58.2625727Z [ 23%] 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-01-31T22:17:58.2626993Z [ 23%] 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-01-31T22:17:58.2628209Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-01-31T22:17:58.2629374Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-01-31T22:17:58.2630513Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-01-31T22:17:58.2631659Z [ 24%] 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-01-31T22:17:58.2632838Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-01-31T22:17:58.2634002Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-01-31T22:17:58.2635210Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-01-31T22:17:58.2636589Z [ 24%] 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-01-31T22:17:58.2637839Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-01-31T22:17:58.2639023Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-01-31T22:17:58.2640170Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-01-31T22:17:58.2641341Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-01-31T22:17:58.2642580Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-01-31T22:17:58.2643735Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-01-31T22:17:58.2644940Z [ 24%] 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-01-31T22:17:58.2646261Z [ 24%] 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-01-31T22:17:58.2647560Z [ 24%] 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-01-31T22:17:58.2648949Z [ 24%] 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-01-31T22:17:58.2650217Z [ 25%] 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-01-31T22:17:59.6183812Z [ 25%] 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-01-31T22:17:59.6185173Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-01-31T22:17:59.6186380Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-01-31T22:17:59.6187622Z [ 25%] 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-01-31T22:17:59.6188940Z [ 25%] 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-01-31T22:17:59.6190274Z [ 25%] 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-01-31T22:17:59.6191596Z [ 25%] 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-01-31T22:17:59.6192876Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-01-31T22:17:59.6194431Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-01-31T22:17:59.6195703Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-01-31T22:17:59.6196450Z [ 25%] Built target allocator 2025-01-31T22:17:59.6196781Z [ 25%] Built target memory 2025-01-31T22:17:59.6197511Z [ 25%] 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-01-31T22:17:59.6198733Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-01-31T22:17:59.6199942Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-01-31T22:17:59.6201127Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-01-31T22:17:59.6201842Z [ 26%] Built target mutex 2025-01-31T22:17:59.6202624Z [ 26%] 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-01-31T22:17:59.6203725Z [ 26%] Built target microkernel-utils 2025-01-31T22:17:59.6204046Z [ 26%] Built target operator-utils 2025-01-31T22:17:59.6204806Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-01-31T22:17:59.6205993Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-01-31T22:17:59.6207275Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-01-31T22:17:59.6208496Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-01-31T22:17:59.6209718Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-01-31T22:17:59.6210886Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-01-31T22:17:59.6211633Z [ 26%] Built target hardware-config 2025-01-31T22:17:59.6212442Z [ 26%] 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-01-31T22:17:59.6213730Z [ 26%] 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-01-31T22:17:59.6215069Z [ 26%] 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-01-31T22:17:59.6215891Z [ 26%] Built target packing 2025-01-31T22:17:59.6216701Z [ 26%] 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-01-31T22:17:59.6217542Z [ 26%] Built target operator-run 2025-01-31T22:17:59.6217841Z [ 26%] Built target cache 2025-01-31T22:17:59.6218630Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:17:59.6219883Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-01-31T22:17:59.6220934Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-01-31T22:17:59.6221901Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-01-31T22:17:59.6222952Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-01-31T22:17:59.6224140Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:17:59.6225399Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-01-31T22:17:59.6226661Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-01-31T22:17:59.6227871Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-01-31T22:17:59.6228970Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-01-31T22:17:59.6229998Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-01-31T22:17:59.6231032Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-01-31T22:17:59.6232254Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-01-31T22:17:59.6233401Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-01-31T22:17:59.6234407Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-01-31T22:17:59.6235803Z [ 27%] 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-01-31T22:17:59.6237024Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-01-31T22:17:59.6238083Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-01-31T22:17:59.6239168Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-01-31T22:17:59.6240205Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-01-31T22:17:59.6241405Z [ 27%] 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-01-31T22:17:59.6242543Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-01-31T22:17:59.6243456Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-01-31T22:17:59.6244615Z [ 28%] 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-01-31T22:17:59.6245827Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-01-31T22:17:59.6246855Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-01-31T22:17:59.6247832Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-01-31T22:17:59.6248884Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-01-31T22:17:59.6250099Z [ 28%] 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-01-31T22:17:59.6251200Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-01-31T22:18:00.5819563Z [ 28%] 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-01-31T22:18:00.5821527Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-01-31T22:18:00.5823064Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-01-31T22:18:00.5824959Z [ 28%] 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-01-31T22:18:00.5826624Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-01-31T22:18:00.5828279Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-01-31T22:18:00.5830543Z [ 28%] 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-01-31T22:18:00.5832034Z [ 28%] Linking CXX static library libextension_threadpool.a 2025-01-31T22:18:00.5833305Z [ 28%] 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-01-31T22:18:00.5834739Z [ 28%] Built target extension_threadpool 2025-01-31T22:18:00.5836419Z [ 28%] 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-01-31T22:18:00.5838555Z [ 28%] 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-01-31T22:18:00.5840603Z [ 29%] 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-01-31T22:18:00.5842564Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/parallel/thread_parallel.cpp.o 2025-01-31T22:18:00.5844005Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/threadpool/threadpool.cpp.o 2025-01-31T22:18:00.5845834Z [ 29%] 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-01-31T22:18:00.5847340Z [ 29%] Linking CXX static library libexecutorch.a 2025-01-31T22:18:00.5848225Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/__/__/extension/threadpool/threadpool_guard.cpp.o 2025-01-31T22:18:00.5850080Z [ 29%] 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-01-31T22:18:00.5851851Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-01-31T22:18:00.5852650Z [ 30%] Linking CXX static library libextension_tensor.a 2025-01-31T22:18:00.5853177Z [ 30%] Built target executorch 2025-01-31T22:18:00.5853933Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-01-31T22:18:00.5854823Z [ 31%] Built target extension_tensor 2025-01-31T22:18:00.5856266Z [ 31%] 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-01-31T22:18:00.5857672Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-01-31T22:18:00.5858548Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-01-31T22:18:00.5859332Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-01-31T22:18:00.5860058Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-01-31T22:18:00.5861155Z [ 31%] 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-01-31T22:18:00.5862234Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-01-31T22:18:00.5862945Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-01-31T22:18:00.5863726Z [ 31%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-01-31T22:18:00.5864496Z [ 31%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-01-31T22:18:00.5865233Z [ 31%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-01-31T22:18:00.5866090Z [ 31%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-01-31T22:18:00.5871648Z [ 31%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-01-31T22:18:00.5872573Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-01-31T22:18:00.5873681Z [ 32%] 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-01-31T22:18:00.5874826Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-01-31T22:18:00.5876099Z [ 32%] 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-01-31T22:18:00.5877160Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-01-31T22:18:00.5878218Z [ 32%] 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-01-31T22:18:00.5879262Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-01-31T22:18:00.5880003Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-01-31T22:18:00.5881052Z [ 32%] 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-01-31T22:18:00.5882358Z [ 32%] 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-01-31T22:18:00.5883405Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-01-31T22:18:00.5884168Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-01-31T22:18:00.5884898Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-01-31T22:18:00.5885677Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-01-31T22:18:00.5886488Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-01-31T22:18:00.5887617Z [ 32%] 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-01-31T22:18:00.5888676Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-01-31T22:18:00.5889747Z [ 32%] 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-01-31T22:18:00.5890813Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-01-31T22:18:00.5891551Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-01-31T22:18:00.5892648Z [ 32%] 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-01-31T22:18:00.5893964Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-01-31T22:18:00.5895093Z [ 34%] 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-01-31T22:18:00.5896179Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-01-31T22:18:00.5897164Z [ 35%] 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-01-31T22:18:00.5898174Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-01-31T22:18:00.5899311Z [ 35%] 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-01-31T22:18:00.5900286Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-01-31T22:18:00.5901306Z [ 35%] 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-01-31T22:18:00.5902327Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-01-31T22:18:00.5903428Z [ 35%] 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-01-31T22:18:00.5904449Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-01-31T22:18:01.9619931Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-01-31T22:18:01.9621761Z [ 35%] 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-01-31T22:18:01.9623338Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-01-31T22:18:01.9624891Z [ 35%] 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-01-31T22:18:01.9625969Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-01-31T22:18:01.9627331Z [ 35%] 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-01-31T22:18:01.9628922Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-01-31T22:18:01.9630482Z [ 35%] 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-01-31T22:18:01.9631993Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-01-31T22:18:01.9633486Z [ 35%] 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-01-31T22:18:01.9634813Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-01-31T22:18:01.9636002Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-01-31T22:18:01.9637182Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-01-31T22:18:01.9638002Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-01-31T22:18:01.9638822Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-01-31T22:18:01.9639624Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-01-31T22:18:01.9640594Z [ 36%] 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-01-31T22:18:01.9641788Z [ 36%] 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-01-31T22:18:01.9643044Z [ 36%] 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-01-31T22:18:01.9644033Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-01-31T22:18:01.9644751Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-01-31T22:18:01.9645722Z [ 36%] 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-01-31T22:18:01.9647013Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-01-31T22:18:01.9647792Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-01-31T22:18:01.9648824Z [ 36%] 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-01-31T22:18:01.9649964Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-01-31T22:18:01.9650730Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-01-31T22:18:01.9651478Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-01-31T22:18:01.9652447Z [ 37%] 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-01-31T22:18:01.9653408Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-01-31T22:18:01.9654561Z [ 37%] 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-01-31T22:18:01.9655699Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-01-31T22:18:01.9656400Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-01-31T22:18:01.9657561Z [ 37%] 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-01-31T22:18:01.9658706Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-01-31T22:18:01.9659446Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-01-31T22:18:01.9660633Z [ 37%] 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-01-31T22:18:01.9661582Z [ 37%] Built target operators 2025-01-31T22:18:01.9662080Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-01-31T22:18:01.9662793Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-01-31T22:18:01.9663490Z [ 38%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-01-31T22:18:01.9664255Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-01-31T22:18:01.9664992Z [ 38%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-01-31T22:18:01.9665703Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-01-31T22:18:01.9666461Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-01-31T22:18:01.9667213Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-01-31T22:18:01.9668104Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-01-31T22:18:01.9669101Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-01-31T22:18:01.9669966Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-01-31T22:18:01.9671111Z [ 38%] 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-01-31T22:18:01.9672411Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-01-31T22:18:01.9673397Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-01-31T22:18:01.9674236Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-01-31T22:18:01.9674848Z [ 38%] Linking CXX static library libcpublas.a 2025-01-31T22:18:01.9675760Z [ 38%] 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-01-31T22:18:01.9676613Z [ 38%] Built target cpublas 2025-01-31T22:18:01.9677367Z [ 38%] 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-01-31T22:18:01.9678229Z [ 38%] Linking CXX static library libextension_data_loader.a 2025-01-31T22:18:01.9678626Z [ 38%] Built target extension_data_loader 2025-01-31T22:18:01.9679282Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/__/__/extension/parallel/thread_parallel.cpp.o 2025-01-31T22:18:01.9680173Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/BlasKernel.cpp.o 2025-01-31T22:18:01.9681041Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-01-31T22:18:01.9681974Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-01-31T22:18:01.9683038Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-01-31T22:18:01.9684009Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-01-31T22:18:01.9684798Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-01-31T22:18:01.9685395Z [ 39%] Linking CXX static library libetdump.a 2025-01-31T22:18:01.9685955Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2025-01-31T22:18:01.9686543Z [ 39%] Linking CXX static library libbundled_program.a 2025-01-31T22:18:01.9687344Z [ 39%] 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-01-31T22:18:01.9688449Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-01-31T22:18:01.9689517Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-01-31T22:18:01.9690262Z [ 39%] Built target etdump 2025-01-31T22:18:01.9690537Z [ 39%] Built target bundled_program 2025-01-31T22:18:03.4545129Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-01-31T22:18:03.4546399Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-01-31T22:18:03.4547402Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-01-31T22:18:03.4548368Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-01-31T22:18:03.4549558Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-01-31T22:18:03.4550736Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-01-31T22:18:03.4551952Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-01-31T22:18:03.4553439Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-01-31T22:18:03.4554497Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-01-31T22:18:03.4555413Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-01-31T22:18:03.4556144Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-01-31T22:18:03.4557004Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-01-31T22:18:03.4557886Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-01-31T22:18:03.4558936Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-01-31T22:18:03.4559838Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-01-31T22:18:03.4560648Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-01-31T22:18:03.4561479Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-01-31T22:18:03.4562221Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-01-31T22:18:03.4563108Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-01-31T22:18:03.4564094Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-01-31T22:18:03.4565012Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-01-31T22:18:03.4565928Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-01-31T22:18:03.4566876Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-01-31T22:18:03.4567907Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-01-31T22:18:03.4568840Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-01-31T22:18:03.4569664Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-01-31T22:18:03.4570581Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-01-31T22:18:03.4571576Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-01-31T22:18:03.4572681Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-01-31T22:18:03.4573753Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-01-31T22:18:03.4574773Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-01-31T22:18:03.4575699Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-01-31T22:18:03.4576646Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-01-31T22:18:03.4577798Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-01-31T22:18:03.4578740Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-01-31T22:18:03.4579601Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-01-31T22:18:03.4580396Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-01-31T22:18:03.4581136Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-01-31T22:18:03.4582052Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-01-31T22:18:03.4583016Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-01-31T22:18:03.4583828Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-01-31T22:18:03.4584772Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-01-31T22:18:03.4585723Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-01-31T22:18:03.4586538Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-01-31T22:18:03.4587303Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-01-31T22:18:03.4588183Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-01-31T22:18:03.4589000Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-01-31T22:18:03.4589741Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-01-31T22:18:03.4590709Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-01-31T22:18:03.4591650Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-01-31T22:18:03.4592593Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-01-31T22:18:03.4593992Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-01-31T22:18:03.4595281Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-01-31T22:18:03.4596244Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-01-31T22:18:03.4597178Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-01-31T22:18:03.4598335Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-01-31T22:18:03.4599477Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-01-31T22:18:03.4600434Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-01-31T22:18:03.4601172Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-01-31T22:18:03.4602103Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-01-31T22:18:03.4603064Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-01-31T22:18:03.4603996Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-01-31T22:18:03.4604951Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-01-31T22:18:03.4605842Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-01-31T22:18:03.4606579Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-01-31T22:18:03.4607288Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-01-31T22:18:03.4608033Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-01-31T22:18:03.4609070Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-01-31T22:18:03.4610033Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-01-31T22:18:04.8374594Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-01-31T22:18:04.8375674Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-01-31T22:18:04.8376740Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-01-31T22:18:04.8377878Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-01-31T22:18:04.8378998Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-01-31T22:18:04.8379916Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-01-31T22:18:04.8380640Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-01-31T22:18:04.8381587Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-01-31T22:18:04.8382722Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-01-31T22:18:04.8383658Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-01-31T22:18:04.8384578Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-01-31T22:18:04.8385502Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-01-31T22:18:04.8386416Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-01-31T22:18:04.8387377Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-01-31T22:18:04.8388360Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-01-31T22:18:04.8389339Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-01-31T22:18:04.8390297Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-01-31T22:18:04.8391278Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-01-31T22:18:04.8392068Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-01-31T22:18:04.8393013Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-01-31T22:18:04.8394331Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-01-31T22:18:04.8395345Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-01-31T22:18:04.8399663Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-01-31T22:18:04.8400568Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-01-31T22:18:04.8401349Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-01-31T22:18:04.8402333Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-01-31T22:18:04.8403452Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-01-31T22:18:04.8404269Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-01-31T22:18:04.8405030Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-01-31T22:18:04.8405829Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-01-31T22:18:04.8406464Z [ 46%] Linking CXX static library libutil.a 2025-01-31T22:18:04.8406793Z [ 46%] Built target util 2025-01-31T22:18:04.8407279Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-01-31T22:18:04.8408025Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-01-31T22:18:04.8408752Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-01-31T22:18:04.8409685Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-01-31T22:18:04.8410802Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-01-31T22:18:04.8411737Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-01-31T22:18:04.8412692Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-01-31T22:18:04.8413598Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-01-31T22:18:04.8414309Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-01-31T22:18:04.8415249Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-01-31T22:18:04.8416232Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-01-31T22:18:04.8417033Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-01-31T22:18:04.8418026Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-01-31T22:18:04.8419022Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-01-31T22:18:04.8419845Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-01-31T22:18:04.8420615Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-01-31T22:18:04.8421532Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-01-31T22:18:04.8422446Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-01-31T22:18:04.8423165Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-01-31T22:18:04.8424100Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-01-31T22:18:04.8425089Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-01-31T22:18:04.8426018Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-01-31T22:18:04.8426998Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-01-31T22:18:04.8427868Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-01-31T22:18:04.8428671Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-01-31T22:18:04.8429479Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-01-31T22:18:04.8430259Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-01-31T22:18:04.8431192Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-01-31T22:18:04.8432305Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-01-31T22:18:04.8433223Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-01-31T22:18:04.8433975Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-01-31T22:18:04.8434934Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-01-31T22:18:04.8436163Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-01-31T22:18:04.8437316Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-01-31T22:18:04.8438315Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-01-31T22:18:04.8438880Z [ 49%] Built target subgraph 2025-01-31T22:18:04.8439427Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-01-31T22:18:04.8440401Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-01-31T22:18:04.8441382Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-01-31T22:18:04.8442147Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-01-31T22:18:06.3312905Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-01-31T22:18:06.3313921Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-01-31T22:18:06.3314754Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-01-31T22:18:06.3315781Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-01-31T22:18:06.3316937Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-01-31T22:18:06.3317949Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-01-31T22:18:06.3318795Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-01-31T22:18:06.3319761Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-01-31T22:18:06.3320732Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-01-31T22:18:06.3321920Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-01-31T22:18:06.3322893Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-01-31T22:18:06.3323821Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-01-31T22:18:06.3324877Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-01-31T22:18:06.3325822Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-01-31T22:18:06.3326753Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-01-31T22:18:06.3327696Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-01-31T22:18:06.3328627Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-01-31T22:18:06.3329550Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-01-31T22:18:06.3330467Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-01-31T22:18:06.3331625Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-01-31T22:18:06.3332791Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-01-31T22:18:06.3333929Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-01-31T22:18:06.3334905Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-01-31T22:18:06.3335880Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-01-31T22:18:06.3337049Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-01-31T22:18:06.3338010Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-01-31T22:18:06.3338979Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-01-31T22:18:06.3339957Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-01-31T22:18:06.3340924Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-01-31T22:18:06.3341895Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-01-31T22:18:06.3342860Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-01-31T22:18:06.3343834Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-01-31T22:18:06.3344610Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-01-31T22:18:06.3345577Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-01-31T22:18:06.3346747Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-01-31T22:18:06.3347766Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-01-31T22:18:06.3348683Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-01-31T22:18:06.3349828Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-01-31T22:18:06.3355425Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-01-31T22:18:06.3356388Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-01-31T22:18:06.3357361Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-01-31T22:18:06.3358120Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-01-31T22:18:06.3358936Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-01-31T22:18:06.3359921Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-01-31T22:18:06.3360889Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-01-31T22:18:06.3361851Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-01-31T22:18:06.3363001Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-01-31T22:18:06.3364155Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-01-31T22:18:06.3365326Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-01-31T22:18:06.3366478Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-01-31T22:18:06.3367604Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-01-31T22:18:06.3368572Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-01-31T22:18:06.3369564Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-01-31T22:18:06.3370752Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-01-31T22:18:06.3371763Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-01-31T22:18:06.3372779Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-01-31T22:18:06.3373938Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-01-31T22:18:06.3374872Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-01-31T22:18:06.3375847Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-01-31T22:18:06.3376849Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-01-31T22:18:06.3377619Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-01-31T22:18:06.3378572Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-01-31T22:18:06.3379873Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-01-31T22:18:06.3380809Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-01-31T22:18:06.3381727Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-01-31T22:18:06.3382691Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-01-31T22:18:07.4181873Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-01-31T22:18:07.4183787Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-01-31T22:18:07.4185257Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-01-31T22:18:07.4187099Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-01-31T22:18:07.4188940Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-01-31T22:18:07.4190388Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-01-31T22:18:07.4192176Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-01-31T22:18:07.4194224Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-01-31T22:18:07.4195702Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-01-31T22:18:07.4197496Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-01-31T22:18:07.4199159Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-01-31T22:18:07.4200870Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-01-31T22:18:07.4202663Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-01-31T22:18:07.4204522Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-01-31T22:18:07.4206612Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-01-31T22:18:07.4208419Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-01-31T22:18:07.4210245Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-01-31T22:18:07.4212229Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-01-31T22:18:07.4213903Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-01-31T22:18:07.4215563Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-01-31T22:18:07.4217124Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-01-31T22:18:07.4218583Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-01-31T22:18:07.4220508Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-01-31T22:18:07.4222395Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-01-31T22:18:07.4224439Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-01-31T22:18:07.4226632Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-01-31T22:18:07.4228431Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-01-31T22:18:07.4230321Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-01-31T22:18:07.4232480Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-01-31T22:18:07.4234696Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-01-31T22:18:07.4236794Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-01-31T22:18:07.4238765Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-01-31T22:18:07.4240742Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-01-31T22:18:07.4242718Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-01-31T22:18:07.4245056Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-01-31T22:18:07.4247249Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-01-31T22:18:07.4249151Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-01-31T22:18:07.4251215Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-01-31T22:18:07.4253251Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-01-31T22:18:07.4255181Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-01-31T22:18:07.4257167Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-01-31T22:18:07.4259125Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-01-31T22:18:07.4261066Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-01-31T22:18:07.4262680Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-01-31T22:18:07.4264289Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-01-31T22:18:07.4265858Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-01-31T22:18:07.4267793Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-01-31T22:18:07.4269821Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-01-31T22:18:07.4271832Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-01-31T22:18:07.4273825Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-01-31T22:18:07.4281456Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-01-31T22:18:07.4284081Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-01-31T22:18:07.4286129Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-01-31T22:18:07.4288007Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-01-31T22:18:07.4290006Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-01-31T22:18:07.4291893Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-01-31T22:18:07.4294314Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-01-31T22:18:07.4296606Z [ 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-01-31T22:18:07.4298658Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-01-31T22:18:07.4300199Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-01-31T22:18:07.4302242Z [ 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-01-31T22:18:07.4304269Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-01-31T22:18:07.4306281Z [ 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-01-31T22:18:07.4308129Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-01-31T22:18:07.4310002Z [ 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-01-31T22:18:07.4311873Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-01-31T22:18:08.6921128Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-01-31T22:18:08.6922461Z [ 60%] 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-01-31T22:18:08.6923684Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-01-31T22:18:08.6924937Z [ 61%] 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-01-31T22:18:08.6926241Z [ 61%] 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-01-31T22:18:08.6927565Z [ 61%] 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-01-31T22:18:08.6928884Z [ 61%] 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-01-31T22:18:08.6930187Z [ 61%] 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-01-31T22:18:08.6931398Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-01-31T22:18:08.6932796Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-01-31T22:18:08.6934001Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-01-31T22:18:08.6935181Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-01-31T22:18:08.6936459Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-01-31T22:18:08.6937702Z [ 61%] 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-01-31T22:18:08.6938998Z [ 61%] 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-01-31T22:18:08.6940270Z [ 61%] 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-01-31T22:18:08.6941516Z [ 61%] 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-01-31T22:18:08.6942780Z [ 62%] 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-01-31T22:18:08.6943989Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-01-31T22:18:08.6945139Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-01-31T22:18:08.6946319Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-01-31T22:18:08.6947491Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-01-31T22:18:08.6948652Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-01-31T22:18:08.6949882Z [ 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-01-31T22:18:08.6951203Z [ 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-01-31T22:18:08.6952435Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-01-31T22:18:08.6953579Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-01-31T22:18:08.6954702Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-01-31T22:18:08.6956013Z [ 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-01-31T22:18:08.6957214Z [ 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-01-31T22:18:08.6958386Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-01-31T22:18:08.6959495Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-01-31T22:18:08.6960633Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-01-31T22:18:08.6961859Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-01-31T22:18:08.6963038Z [ 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-01-31T22:18:08.6964257Z [ 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-01-31T22:18:08.6965492Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-01-31T22:18:08.6966651Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-01-31T22:18:08.6967780Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-01-31T22:18:08.6968940Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-01-31T22:18:08.6970121Z [ 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-01-31T22:18:08.6971320Z [ 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-01-31T22:18:08.6972462Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-01-31T22:18:08.6973594Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-01-31T22:18:08.6974731Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-01-31T22:18:08.6975876Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-01-31T22:18:08.6977034Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-01-31T22:18:08.6978240Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-01-31T22:18:08.6979405Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-01-31T22:18:08.6980512Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-01-31T22:18:08.6981691Z [ 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-01-31T22:18:08.6982930Z [ 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-01-31T22:18:08.6984166Z [ 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-01-31T22:18:08.6985377Z [ 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-01-31T22:18:08.6986615Z [ 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-01-31T22:18:08.6987840Z [ 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-01-31T22:18:09.4042015Z [ 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-01-31T22:18:09.4043687Z [ 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-01-31T22:18:09.4045094Z [ 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-01-31T22:18:09.4046539Z [ 65%] 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-01-31T22:18:09.4048030Z [ 65%] 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-01-31T22:18:09.4049398Z [ 65%] 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-01-31T22:18:09.4050661Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-01-31T22:18:09.4051855Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-01-31T22:18:09.4053051Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-01-31T22:18:09.4054240Z [ 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-01-31T22:18:09.4055408Z [ 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-01-31T22:18:09.4056614Z [ 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-01-31T22:18:09.4057871Z [ 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-01-31T22:18:09.4059125Z [ 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-01-31T22:18:09.4060360Z [ 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-01-31T22:18:09.4061637Z [ 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-01-31T22:18:09.4062813Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-01-31T22:18:09.4063906Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-01-31T22:18:09.4065002Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-01-31T22:18:09.4066096Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-01-31T22:18:09.4067179Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-01-31T22:18:09.4068272Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-01-31T22:18:09.4069362Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-01-31T22:18:09.4070455Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-01-31T22:18:09.4071592Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-01-31T22:18:09.4072687Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-01-31T22:18:09.4073779Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-01-31T22:18:09.4074930Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-01-31T22:18:09.4076271Z [ 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-01-31T22:18:09.4077612Z [ 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-01-31T22:18:09.4079027Z [ 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-01-31T22:18:09.4080478Z [ 68%] 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-01-31T22:18:09.4081875Z [ 68%] 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-01-31T22:18:09.4083209Z [ 68%] 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-01-31T22:18:09.4084568Z [ 68%] 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-01-31T22:18:09.4085937Z [ 68%] 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-01-31T22:18:09.4087494Z [ 68%] 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-01-31T22:18:09.4088953Z [ 68%] 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-01-31T22:18:09.4090388Z [ 68%] 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-01-31T22:18:09.4091783Z [ 68%] 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-01-31T22:18:09.4093132Z [ 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-avx-ld128.c.o 2025-01-31T22:18:09.4095113Z [ 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-01-31T22:18:09.4096050Z [ 68%] Linking CXX static library libportable_kernels.a 2025-01-31T22:18:09.4097008Z [ 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-01-31T22:18:09.4098446Z [ 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-01-31T22:18:09.4099843Z [ 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-01-31T22:18:09.4101372Z [ 69%] 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-01-31T22:18:09.4102753Z [ 69%] 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-01-31T22:18:09.4104175Z [ 69%] 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-01-31T22:18:09.4105673Z [ 69%] 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-01-31T22:18:09.4106574Z [ 69%] Built target portable_kernels 2025-01-31T22:18:09.4107599Z [ 69%] 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-01-31T22:18:09.4109084Z [ 69%] 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-01-31T22:18:10.4997789Z [ 69%] 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-01-31T22:18:10.4999458Z [ 69%] 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-01-31T22:18:10.5000952Z [ 69%] 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-01-31T22:18:10.5002405Z [ 69%] 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-01-31T22:18:10.5003835Z [ 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-sse2-ld128.c.o 2025-01-31T22:18:10.5005272Z [ 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-01-31T22:18:10.5006706Z [ 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-01-31T22:18:10.5008121Z [ 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-01-31T22:18:10.5009521Z [ 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-01-31T22:18:10.5010961Z [ 70%] 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-01-31T22:18:10.5012401Z [ 70%] 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-01-31T22:18:10.5013898Z [ 70%] 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-01-31T22:18:10.5014909Z [ 70%] Linking CXX static library liboptimized_kernels.a 2025-01-31T22:18:10.5015883Z [ 70%] 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-01-31T22:18:10.5016792Z [ 70%] Built target optimized_kernels 2025-01-31T22:18:10.5017969Z [ 70%] 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-01-31T22:18:10.5019437Z [ 70%] 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-01-31T22:18:10.5020333Z [ 70%] Merging kernel yaml files 2025-01-31T22:18:10.5021211Z [ 70%] 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-01-31T22:18:10.5022805Z [ 70%] 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-01-31T22:18:10.5024189Z [ 70%] 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-01-31T22:18:10.5025168Z [ 71%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-01-31T22:18:10.5026204Z [ 71%] 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-01-31T22:18:10.5027643Z [ 71%] 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-01-31T22:18:10.5028572Z [ 71%] Generating code for kernel registration 2025-01-31T22:18:10.5029434Z [ 71%] 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-01-31T22:18:10.5030800Z [ 71%] 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-01-31T22:18:10.5032164Z [ 71%] 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-01-31T22:18:10.5033567Z [ 72%] 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-01-31T22:18:10.5034970Z [ 72%] 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-01-31T22:18:10.5036454Z [ 72%] 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-01-31T22:18:10.5037882Z [ 72%] 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-01-31T22:18:10.5039391Z [ 72%] 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-01-31T22:18:10.5040886Z [ 72%] 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-01-31T22:18:10.5042391Z [ 72%] 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-01-31T22:18:10.5043863Z [ 72%] 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-01-31T22:18:10.5045288Z [ 72%] 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-01-31T22:18:10.5046691Z [ 72%] 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-01-31T22:18:10.5048165Z [ 72%] 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-01-31T22:18:10.5049567Z [ 72%] 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-01-31T22:18:10.5050990Z [ 72%] 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-01-31T22:18:10.5052352Z [ 72%] 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-01-31T22:18:10.5053782Z [ 73%] 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-01-31T22:18:10.5055243Z [ 73%] 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-01-31T22:18:10.5056666Z [ 73%] 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-01-31T22:18:10.5058077Z [ 73%] 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-01-31T22:18:10.5059522Z [ 73%] 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-01-31T22:18:10.5060932Z [ 73%] 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-01-31T22:18:10.5062330Z [ 73%] 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-01-31T22:18:10.5063720Z [ 73%] 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-01-31T22:18:10.5065123Z [ 73%] 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-01-31T22:18:11.4868355Z [ 73%] 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-01-31T22:18:11.4869855Z [ 73%] 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-01-31T22:18:11.4871335Z [ 73%] 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-01-31T22:18:11.4872757Z [ 73%] 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-01-31T22:18:11.4874186Z [ 73%] 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-01-31T22:18:11.4875666Z [ 74%] 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-01-31T22:18:11.4877075Z [ 74%] 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-01-31T22:18:11.4878449Z [ 74%] 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-01-31T22:18:11.4880153Z [ 74%] 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-01-31T22:18:11.4881593Z [ 74%] 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-01-31T22:18:11.4883037Z [ 74%] 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-01-31T22:18:11.4884454Z [ 74%] 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-01-31T22:18:11.4885657Z [ 74%] 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-01-31T22:18:11.4886886Z [ 74%] 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-01-31T22:18:11.4888123Z [ 74%] 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-01-31T22:18:11.4889341Z [ 74%] 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-01-31T22:18:11.4890570Z [ 74%] 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-01-31T22:18:11.4891781Z [ 74%] 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-01-31T22:18:11.4892991Z [ 74%] 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-01-31T22:18:11.4894514Z [ 75%] 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-01-31T22:18:11.4895804Z [ 75%] 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-01-31T22:18:11.4897203Z [ 75%] 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-01-31T22:18:11.4898710Z [ 75%] 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-01-31T22:18:11.4900178Z [ 75%] 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-01-31T22:18:11.4901678Z [ 75%] 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-01-31T22:18:11.4903166Z [ 75%] 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-01-31T22:18:11.4904679Z [ 75%] 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-01-31T22:18:11.4906151Z [ 75%] 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-01-31T22:18:11.4907615Z [ 75%] 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-01-31T22:18:11.4909108Z [ 75%] 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-01-31T22:18:11.4910673Z [ 75%] 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-01-31T22:18:11.4912129Z [ 75%] 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-01-31T22:18:11.4913703Z [ 75%] 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-01-31T22:18:11.4915249Z [ 76%] 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-01-31T22:18:11.4916753Z [ 76%] 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-01-31T22:18:11.4918220Z [ 76%] 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-01-31T22:18:11.4919685Z [ 76%] 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-01-31T22:18:11.4921193Z [ 76%] 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-01-31T22:18:11.4922681Z [ 76%] 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-01-31T22:18:11.4924133Z [ 76%] 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-01-31T22:18:11.4925635Z [ 76%] 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-01-31T22:18:11.4927128Z [ 76%] 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-01-31T22:18:11.4928636Z [ 76%] 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-01-31T22:18:11.4930115Z [ 76%] 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-01-31T22:18:11.4931549Z [ 76%] 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-01-31T22:18:11.4933023Z [ 76%] 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-01-31T22:18:11.4934435Z [ 76%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-01-31T22:18:11.4935850Z [ 76%] 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-01-31T22:18:11.4937292Z [ 78%] 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-01-31T22:18:12.6713476Z [ 78%] 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-01-31T22:18:12.6715356Z [ 78%] 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-01-31T22:18:12.6716819Z [ 78%] 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-01-31T22:18:12.6718214Z [ 78%] 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-01-31T22:18:12.6719686Z [ 78%] 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-01-31T22:18:12.6721053Z [ 78%] 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-01-31T22:18:12.6722459Z [ 78%] 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-01-31T22:18:12.6723854Z [ 78%] 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-01-31T22:18:12.6725232Z [ 78%] 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-01-31T22:18:12.6726623Z [ 78%] 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-01-31T22:18:12.6727977Z [ 78%] 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-01-31T22:18:12.6729363Z [ 78%] 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-01-31T22:18:12.6730809Z [ 78%] 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-01-31T22:18:12.6732244Z [ 78%] 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-01-31T22:18:12.6733692Z [ 79%] 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-01-31T22:18:12.6735149Z [ 79%] 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-01-31T22:18:12.6736610Z [ 79%] 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-01-31T22:18:12.6738018Z [ 79%] 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-01-31T22:18:12.6739419Z [ 79%] 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-01-31T22:18:12.6740829Z [ 79%] 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-01-31T22:18:12.6742208Z [ 79%] 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-01-31T22:18:12.6743581Z [ 79%] 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-01-31T22:18:12.6745054Z [ 79%] 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-01-31T22:18:12.6746474Z [ 79%] 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-01-31T22:18:12.6747888Z [ 79%] 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-01-31T22:18:12.6749330Z [ 79%] 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-01-31T22:18:12.6750705Z [ 79%] 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-01-31T22:18:12.6752111Z [ 80%] 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-01-31T22:18:12.6753567Z [ 80%] 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-01-31T22:18:12.6754926Z [ 80%] 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-01-31T22:18:12.6756319Z [ 80%] 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-01-31T22:18:12.6757639Z [ 80%] 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-01-31T22:18:12.6758962Z [ 80%] 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-01-31T22:18:12.6760255Z [ 80%] 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-01-31T22:18:12.6761486Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-01-31T22:18:12.6762664Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-01-31T22:18:12.6763884Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-01-31T22:18:12.6770838Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-01-31T22:18:12.6772186Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-01-31T22:18:12.6773441Z [ 80%] 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-01-31T22:18:12.6774728Z [ 80%] 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-01-31T22:18:12.6776082Z [ 80%] 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-01-31T22:18:12.6777387Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-01-31T22:18:12.6778603Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-01-31T22:18:12.6779937Z [ 81%] 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-01-31T22:18:12.6781255Z [ 81%] 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-01-31T22:18:12.6782550Z [ 81%] 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-01-31T22:18:12.6783939Z [ 81%] 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-01-31T22:18:12.6785261Z [ 81%] 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-01-31T22:18:12.6786546Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-01-31T22:18:12.6787771Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-01-31T22:18:13.6477646Z [ 81%] 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-01-31T22:18:13.6480157Z [ 81%] 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-01-31T22:18:13.6482259Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-01-31T22:18:13.6484090Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-01-31T22:18:13.6485579Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-01-31T22:18:13.6486763Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-01-31T22:18:13.6487915Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-01-31T22:18:13.6489046Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-01-31T22:18:13.6490157Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-01-31T22:18:13.6491296Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-01-31T22:18:13.6492462Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-01-31T22:18:13.6493894Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-01-31T22:18:13.6495153Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-01-31T22:18:13.6496371Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-01-31T22:18:13.6497546Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-01-31T22:18:13.6498688Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-01-31T22:18:13.6499956Z [ 82%] 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-01-31T22:18:13.6501475Z [ 82%] 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-01-31T22:18:13.6502780Z [ 82%] 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-01-31T22:18:13.6504094Z [ 83%] 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-01-31T22:18:13.6505548Z [ 83%] 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-01-31T22:18:13.6506855Z [ 83%] 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-01-31T22:18:13.6508189Z [ 83%] 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-01-31T22:18:13.6509544Z [ 83%] 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-01-31T22:18:13.6510942Z [ 83%] 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-01-31T22:18:13.6512323Z [ 83%] 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-01-31T22:18:13.6513668Z [ 83%] 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-01-31T22:18:13.6514999Z [ 83%] 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-01-31T22:18:13.6516384Z [ 83%] 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-01-31T22:18:13.6517733Z [ 83%] 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-01-31T22:18:13.6519110Z [ 83%] 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-01-31T22:18:13.6520491Z [ 83%] 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-01-31T22:18:13.6521878Z [ 83%] 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-01-31T22:18:13.6523278Z [ 84%] 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-01-31T22:18:13.6524660Z [ 84%] 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-01-31T22:18:13.6525986Z [ 84%] 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-01-31T22:18:13.6527337Z [ 84%] 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-01-31T22:18:13.6528286Z [ 84%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-01-31T22:18:13.6529228Z [ 84%] 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-01-31T22:18:13.6530642Z [ 84%] 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-01-31T22:18:13.6532039Z [ 84%] 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-01-31T22:18:13.6533449Z [ 84%] 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-01-31T22:18:13.6534892Z [ 84%] 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-01-31T22:18:13.6536262Z [ 84%] 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-01-31T22:18:13.6537641Z [ 84%] 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-01-31T22:18:13.6538898Z [ 84%] 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-01-31T22:18:13.6539676Z [ 84%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:18:13.6540444Z [ 84%] 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-01-31T22:18:13.6541672Z [ 84%] 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-01-31T22:18:13.6542875Z [ 85%] 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-01-31T22:18:13.6544062Z [ 85%] 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-01-31T22:18:13.6545230Z [ 85%] 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-01-31T22:18:13.6546408Z [ 85%] 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-01-31T22:18:13.6547676Z [ 85%] 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-01-31T22:18:13.6549017Z [ 85%] 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-01-31T22:18:14.9014613Z [ 85%] 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-01-31T22:18:14.9016645Z [ 85%] 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-01-31T22:18:14.9017994Z [ 85%] 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-01-31T22:18:14.9019423Z [ 85%] 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-01-31T22:18:14.9020847Z [ 85%] 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-01-31T22:18:14.9022301Z [ 85%] 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-01-31T22:18:14.9023773Z [ 85%] 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-01-31T22:18:14.9025440Z [ 85%] 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-01-31T22:18:14.9027273Z [ 85%] 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-01-31T22:18:14.9028568Z [ 86%] 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-01-31T22:18:14.9030036Z [ 86%] 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-01-31T22:18:14.9031333Z [ 86%] 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-01-31T22:18:14.9032720Z [ 86%] 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-01-31T22:18:14.9034139Z [ 86%] 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-01-31T22:18:14.9035549Z [ 86%] 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-01-31T22:18:14.9036885Z [ 86%] 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-01-31T22:18:14.9038215Z [ 86%] 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-01-31T22:18:14.9039544Z [ 86%] 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-01-31T22:18:14.9040937Z [ 86%] 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-01-31T22:18:14.9042248Z [ 86%] 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-01-31T22:18:14.9043607Z [ 86%] 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-01-31T22:18:14.9044961Z [ 86%] 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-01-31T22:18:14.9046314Z [ 86%] 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-01-31T22:18:14.9047628Z [ 87%] 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-01-31T22:18:14.9048930Z [ 87%] 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-01-31T22:18:14.9050272Z [ 87%] 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-01-31T22:18:14.9051570Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-01-31T22:18:14.9052732Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-01-31T22:18:14.9053942Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-01-31T22:18:14.9055175Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-01-31T22:18:14.9056300Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-01-31T22:18:14.9057510Z [ 87%] 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-01-31T22:18:14.9058848Z [ 87%] 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-01-31T22:18:14.9060163Z [ 87%] 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-01-31T22:18:14.9061426Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-01-31T22:18:14.9062621Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-01-31T22:18:14.9063858Z [ 87%] 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-01-31T22:18:14.9065144Z [ 89%] 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-01-31T22:18:14.9066777Z [ 89%] 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-01-31T22:18:14.9068113Z [ 89%] 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-01-31T22:18:14.9069488Z [ 89%] 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-01-31T22:18:14.9070816Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-01-31T22:18:14.9072017Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-01-31T22:18:14.9073275Z [ 89%] 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-01-31T22:18:14.9074572Z [ 89%] 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-01-31T22:18:14.9075859Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-01-31T22:18:14.9076972Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-01-31T22:18:14.9078117Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-01-31T22:18:14.9079254Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-01-31T22:18:14.9080428Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-01-31T22:18:14.9081574Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-01-31T22:18:14.9082715Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-01-31T22:18:14.9083865Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-01-31T22:18:14.9085094Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-01-31T22:18:16.2001101Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-01-31T22:18:16.2002696Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-01-31T22:18:16.2003909Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-01-31T22:18:16.2005086Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-01-31T22:18:16.2006265Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-01-31T22:18:16.2007538Z [ 90%] 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-01-31T22:18:16.2008858Z [ 90%] 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-01-31T22:18:16.2010171Z [ 90%] 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-01-31T22:18:16.2011506Z [ 90%] 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-01-31T22:18:16.2012876Z [ 90%] 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-01-31T22:18:16.2014211Z [ 90%] 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-01-31T22:18:16.2015518Z [ 91%] 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-01-31T22:18:16.2016862Z [ 91%] 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-01-31T22:18:16.2018178Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-01-31T22:18:16.2019360Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-01-31T22:18:16.2020519Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-01-31T22:18:16.2021688Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-01-31T22:18:16.2022901Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-01-31T22:18:16.2024117Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-01-31T22:18:16.2025372Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:18:16.2026616Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-01-31T22:18:16.2027877Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-01-31T22:18:16.2029184Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-01-31T22:18:16.2030345Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-01-31T22:18:16.2031482Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-01-31T22:18:16.2032684Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-01-31T22:18:16.2033854Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-01-31T22:18:16.2035023Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-01-31T22:18:16.2036324Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-01-31T22:18:16.2037515Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-01-31T22:18:16.2038701Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-01-31T22:18:16.2039918Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-01-31T22:18:16.2041187Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-01-31T22:18:16.2042342Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-01-31T22:18:16.2043431Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-01-31T22:18:16.2044532Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-01-31T22:18:16.2045688Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-01-31T22:18:16.2046827Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-01-31T22:18:16.2047957Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-01-31T22:18:16.2049185Z [ 93%] 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-01-31T22:18:16.2050526Z [ 93%] 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-01-31T22:18:16.2051881Z [ 93%] 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-01-31T22:18:16.2053247Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-01-31T22:18:16.2054590Z [ 93%] 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-01-31T22:18:16.2055906Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-01-31T22:18:16.2057193Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-01-31T22:18:16.2058431Z [ 93%] 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-01-31T22:18:16.2059700Z [ 93%] 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-01-31T22:18:16.2061026Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-01-31T22:18:16.2062295Z [ 93%] 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-01-31T22:18:16.2063580Z [ 93%] 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-01-31T22:18:16.2064903Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-01-31T22:18:16.2066176Z [ 93%] 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-01-31T22:18:16.2067726Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-01-31T22:18:16.2069051Z [ 94%] 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-01-31T22:18:18.5265690Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-01-31T22:18:18.5266986Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-01-31T22:18:18.5268213Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-01-31T22:18:18.5269391Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-01-31T22:18:18.5270474Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-01-31T22:18:18.5271619Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-01-31T22:18:18.5272718Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-01-31T22:18:18.5273815Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-01-31T22:18:18.5274893Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-01-31T22:18:18.5276156Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-01-31T22:18:18.5277256Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-01-31T22:18:18.5278489Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-01-31T22:18:18.5279811Z [ 94%] 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-01-31T22:18:18.5281184Z [ 95%] 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-01-31T22:18:18.5282718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-01-31T22:18:18.5283852Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-01-31T22:18:18.5285018Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-01-31T22:18:18.5290157Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-01-31T22:18:18.5291370Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-01-31T22:18:18.5292518Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-01-31T22:18:18.5294202Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-01-31T22:18:18.5295510Z [ 95%] 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-01-31T22:18:18.5296798Z [ 95%] 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-01-31T22:18:18.5298059Z [ 95%] 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-01-31T22:18:18.5299372Z [ 95%] 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-01-31T22:18:18.5300701Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-01-31T22:18:18.5302047Z [ 95%] 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-01-31T22:18:18.5303262Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-01-31T22:18:18.5304335Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-01-31T22:18:18.5305408Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-01-31T22:18:18.5306481Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-01-31T22:18:18.5307519Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-01-31T22:18:18.5308591Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-01-31T22:18:18.5309658Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-01-31T22:18:18.5310700Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-01-31T22:18:18.5311806Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-01-31T22:18:18.5312936Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-01-31T22:18:18.5314037Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-01-31T22:18:18.5315195Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-01-31T22:18:18.5316451Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-01-31T22:18:18.5317678Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-01-31T22:18:18.5318856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-01-31T22:18:18.5319988Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-01-31T22:18:18.5321082Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-01-31T22:18:18.5322181Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-01-31T22:18:18.5323274Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-01-31T22:18:18.5324398Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-01-31T22:18:18.5325511Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-01-31T22:18:18.5326637Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-01-31T22:18:18.5327661Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-01-31T22:18:18.5328385Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-01-31T22:18:18.5328806Z [ 97%] Built target microkernels-prod 2025-01-31T22:18:18.5329147Z [ 97%] Generating build_identifier.c 2025-01-31T22:18:18.5329817Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-01-31T22:18:18.5330791Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-01-31T22:18:18.5331730Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-01-31T22:18:18.5332710Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-01-31T22:18:18.5333755Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-01-31T22:18:18.5334741Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-01-31T22:18:18.5335694Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-01-31T22:18:18.5336703Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-01-31T22:18:18.5337670Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-01-31T22:18:18.5338641Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-01-31T22:18:25.5160584Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-01-31T22:18:25.5161644Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-01-31T22:18:25.5162683Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-01-31T22:18:25.5163638Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-01-31T22:18:25.5164954Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-01-31T22:18:25.5166007Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-01-31T22:18:25.5166997Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-01-31T22:18:25.5168085Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-01-31T22:18:25.5168990Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-01-31T22:18:25.5169922Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-01-31T22:18:25.5170906Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-01-31T22:18:25.5171918Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-01-31T22:18:25.5172875Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-01-31T22:18:25.5173813Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-01-31T22:18:25.5174756Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-01-31T22:18:25.5175679Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-01-31T22:18:25.5176586Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-01-31T22:18:25.5177415Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-01-31T22:18:25.5178204Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-01-31T22:18:25.5179032Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-01-31T22:18:25.5179635Z [100%] Linking CXX static library libXNNPACK.a 2025-01-31T22:18:25.5179992Z [100%] Built target XNNPACK 2025-01-31T22:18:25.5180542Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-01-31T22:18:25.5181348Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-01-31T22:18:25.5182171Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-01-31T22:18:25.5182997Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-01-31T22:18:25.5183941Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/__/__/extension/threadpool/threadpool_guard.cpp.o 2025-01-31T22:18:25.5184876Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-01-31T22:18:25.5185818Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/__/__/extension/threadpool/threadpool.cpp.o 2025-01-31T22:18:25.5186514Z [100%] Linking CXX static library libxnnpack_backend.a 2025-01-31T22:18:25.5186900Z [100%] Built target xnnpack_backend 2025-01-31T22:18:25.5187450Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-01-31T22:18:25.5188147Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-01-31T22:18:25.5188637Z [100%] Built target portable_lib 2025-01-31T22:18:25.5188954Z [ 1%] Built target flatccrt 2025-01-31T22:18:25.5189271Z [ 1%] Built target pthreadpool 2025-01-31T22:18:25.5189562Z [ 2%] Built target cpuinfo 2025-01-31T22:18:25.5189886Z [ 4%] Built target flatcc 2025-01-31T22:18:25.5190304Z [ 5%] Built target indirection 2025-01-31T22:18:25.5190606Z [ 6%] Built target eigen_blas 2025-01-31T22:18:25.5190958Z [ 6%] Built target reference-ukernels 2025-01-31T22:18:25.5191317Z [ 7%] Built target logging 2025-01-31T22:18:25.5191610Z [ 9%] Built target flatc 2025-01-31T22:18:25.5191929Z [ 9%] Built target datatype 2025-01-31T22:18:25.5192333Z [ 9%] Built target normalization 2025-01-31T22:18:25.5192661Z [ 9%] Built target microparams-init 2025-01-31T22:18:25.5193003Z [ 9%] Built target flatcc_cli 2025-01-31T22:18:25.5193678Z [ 9%] Built target allocator 2025-01-31T22:18:25.5193978Z [ 9%] Built target memory 2025-01-31T22:18:25.5194415Z [ 9%] Built target packing 2025-01-31T22:18:25.5194748Z [ 9%] Built target microkernel-utils 2025-01-31T22:18:25.5195206Z [ 9%] Built target mutex 2025-01-31T22:18:25.5195531Z [ 10%] Built target operator-utils 2025-01-31T22:18:25.5195873Z [ 10%] Built target etdump_schema 2025-01-31T22:18:25.5196211Z [ 10%] Built target bundled_program_schema 2025-01-31T22:18:25.5196582Z [ 10%] Built target operator-run 2025-01-31T22:18:25.5196935Z [ 10%] Built target hardware-config 2025-01-31T22:18:25.5197251Z [ 10%] Built target cache 2025-01-31T22:18:25.5197558Z [ 10%] Built target common_schema 2025-01-31T22:18:25.5197890Z [ 11%] Built target xnnpack_schema 2025-01-31T22:18:25.5198214Z [ 11%] Built target program_schema 2025-01-31T22:18:25.5198546Z [ 13%] Built target operators 2025-01-31T22:18:25.5198849Z [ 14%] Built target executorch_core 2025-01-31T22:18:25.5199183Z [ 16%] Built target subgraph 2025-01-31T22:18:25.5199513Z [ 16%] Built target extension_threadpool 2025-01-31T22:18:25.5199846Z [ 17%] Built target extension_tensor 2025-01-31T22:18:25.5200179Z [ 17%] Built target executorch 2025-01-31T22:18:25.5200517Z [ 17%] Built target extension_data_loader 2025-01-31T22:18:25.5200852Z [ 17%] Built target bundled_program 2025-01-31T22:18:25.5201189Z [ 17%] Built target etdump 2025-01-31T22:18:25.5201497Z [ 18%] Built target cpublas 2025-01-31T22:18:25.5201801Z [ 19%] Built target optimized_kernels 2025-01-31T22:18:25.5202135Z [ 19%] Built target util 2025-01-31T22:18:25.5202442Z [ 33%] Built target portable_kernels 2025-01-31T22:18:25.5202798Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:18:25.5203187Z [ 96%] Built target microkernels-prod 2025-01-31T22:18:25.5203540Z [ 98%] Built target XNNPACK 2025-01-31T22:18:25.5203835Z [ 98%] Built target xnnpack_backend 2025-01-31T22:18:25.5204169Z [ 98%] Built target portable_lib 2025-01-31T22:18:25.5204740Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-01-31T22:18:25.5205586Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-01-31T22:18:25.5206439Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-01-31T22:18:25.5207269Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-01-31T22:18:25.5208165Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-01-31T22:18:25.5209123Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-01-31T22:18:25.5210170Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/kernels/portable/cpu/util/reduce_util.cpp.o 2025-01-31T22:18:25.5211181Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-01-31T22:18:25.5212062Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-01-31T22:18:25.5213044Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-01-31T22:18:25.5213887Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-01-31T22:18:25.5214544Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-01-31T22:18:25.5214946Z [100%] Built target custom_ops_aot_lib 2025-01-31T22:18:25.5215301Z [ 1%] Built target flatccrt 2025-01-31T22:18:25.5215743Z [ 1%] Built target pthreadpool 2025-01-31T22:18:25.5216033Z [ 2%] Built target cpuinfo 2025-01-31T22:18:25.5216333Z [ 4%] Built target flatcc 2025-01-31T22:18:25.5216636Z [ 6%] Built target eigen_blas 2025-01-31T22:18:25.5216931Z [ 6%] Built target indirection 2025-01-31T22:18:25.5217272Z [ 6%] Built target reference-ukernels 2025-01-31T22:18:25.5217588Z [ 7%] Built target logging 2025-01-31T22:18:25.5217900Z [ 7%] Built target normalization 2025-01-31T22:18:25.5218223Z [ 7%] Built target datatype 2025-01-31T22:18:25.5218512Z [ 7%] Built target microparams-init 2025-01-31T22:18:25.5218861Z [ 7%] Built target flatcc_cli 2025-01-31T22:18:25.5219174Z [ 9%] Built target flatc 2025-01-31T22:18:25.5219452Z [ 9%] Built target allocator 2025-01-31T22:18:25.5219801Z [ 9%] Built target packing 2025-01-31T22:18:25.5220109Z [ 9%] Built target microkernel-utils 2025-01-31T22:18:25.5220469Z [ 9%] Built target memory 2025-01-31T22:18:25.5220794Z [ 10%] Built target operator-utils 2025-01-31T22:18:25.5221114Z [ 10%] Built target mutex 2025-01-31T22:18:25.5221437Z [ 10%] Built target operator-run 2025-01-31T22:18:25.5221784Z [ 10%] Built target hardware-config 2025-01-31T22:18:25.5222106Z [ 10%] Built target cache 2025-01-31T22:18:25.5222431Z [ 10%] Built target etdump_schema 2025-01-31T22:18:25.5222787Z [ 10%] Built target common_schema 2025-01-31T22:18:25.5223111Z [ 11%] Built target xnnpack_schema 2025-01-31T22:18:25.5223485Z [ 11%] Built target bundled_program_schema 2025-01-31T22:18:25.5223862Z [ 11%] Built target program_schema 2025-01-31T22:18:25.5224189Z [ 12%] Built target operators 2025-01-31T22:18:25.5224536Z [ 13%] Built target executorch_core 2025-01-31T22:18:25.5224894Z [ 16%] Built target subgraph 2025-01-31T22:18:25.5225201Z [ 16%] Built target executorch 2025-01-31T22:18:25.5225541Z [ 17%] Built target extension_tensor 2025-01-31T22:18:25.5225912Z [ 17%] Built target extension_threadpool 2025-01-31T22:18:25.5226277Z [ 17%] Built target extension_data_loader 2025-01-31T22:18:25.5226656Z [ 17%] Built target bundled_program 2025-01-31T22:18:25.5227009Z [ 17%] Built target etdump 2025-01-31T22:18:25.5227307Z [ 18%] Built target cpublas 2025-01-31T22:18:25.5227651Z [ 19%] Built target optimized_kernels 2025-01-31T22:18:25.5227998Z [ 19%] Built target util 2025-01-31T22:18:25.5228283Z [ 33%] Built target portable_kernels 2025-01-31T22:18:25.5228659Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-01-31T22:18:25.5229042Z [ 95%] Built target microkernels-prod 2025-01-31T22:18:25.5229366Z [ 97%] Built target XNNPACK 2025-01-31T22:18:25.5229695Z [ 97%] Built target xnnpack_backend 2025-01-31T22:18:25.5230035Z [ 97%] Built target portable_lib 2025-01-31T22:18:25.5230627Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-01-31T22:18:29.5161631Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-01-31T22:18:29.5162684Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-01-31T22:18:29.5163654Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-01-31T22:18:29.5164585Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-01-31T22:18:29.5165539Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-01-31T22:18:29.5166870Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-01-31T22:18:29.5167821Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-01-31T22:18:29.5168765Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-01-31T22:18:29.5169828Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-01-31T22:18:29.5170573Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-01-31T22:18:29.5171035Z [ 98%] Built target quantized_pybind_kernels_lib 2025-01-31T22:18:29.5171551Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-01-31T22:18:29.5172055Z [ 98%] Generating code for kernel registration 2025-01-31T22:18:29.5172917Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-01-31T22:18:29.5173849Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-01-31T22:18:29.5174300Z [ 98%] Built target quantized_ops_pybind_lib 2025-01-31T22:18:29.5174743Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-01-31T22:18:29.5177521Z 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-01-31T22:18:29.5180116Z [ 98%] Generating code for kernel registration 2025-01-31T22:18:29.5180885Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-01-31T22:18:29.5181957Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-01-31T22:18:29.5182889Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-01-31T22:18:29.5183715Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-01-31T22:18:29.5184612Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-01-31T22:18:29.5185510Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-01-31T22:18:29.5186373Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-01-31T22:18:29.5187263Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-01-31T22:18:29.5188151Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-01-31T22:18:29.5189036Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-01-31T22:18:29.5189888Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-01-31T22:18:29.5190744Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-01-31T22:18:29.5191677Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-01-31T22:18:29.5192703Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-01-31T22:18:29.5193927Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-01-31T22:18:29.5194379Z [100%] Built target quantized_ops_aot_lib 2025-01-31T22:18:29.5194831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-01-31T22:18:29.5195659Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-01-31T22:18:29.5196385Z running build_py 2025-01-31T22:18:29.5196804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5197483Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5198313Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5199127Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5199909Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5200748Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5201590Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5202435Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5203273Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-01-31T22:18:29.5203982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:18:29.5204770Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:18:29.5205695Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:18:29.5206661Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:18:29.5207618Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-01-31T22:18:29.5208390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:18:29.5209135Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:18:29.5210025Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:18:29.5210945Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-01-31T22:18:29.5211688Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-01-31T22:18:29.5212466Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-01-31T22:18:29.5213247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5213987Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5214928Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5215931Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5216922Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5217923Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5218990Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5220091Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5221061Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5222046Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5223068Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5224044Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5224956Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5225944Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-01-31T22:18:29.5226788Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5227466Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5228293Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5281205Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5282817Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5283656Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-01-31T22:18:29.5284406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:18:29.5285133Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:18:29.5285994Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-01-31T22:18:29.5286771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:18:29.5287503Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:18:29.5288394Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-01-31T22:18:29.5289367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:18:29.5290257Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:18:29.5291392Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-01-31T22:18:29.5292328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:18:29.5293234Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:18:29.5294652Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-01-31T22:18:29.5295628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:18:29.5296518Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:18:29.5297688Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-01-31T22:18:29.5298614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:18:29.5299756Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:18:29.5300883Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-01-31T22:18:29.5301859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:18:29.5303060Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:18:29.5304082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-01-31T22:18:29.5305086Z 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-01-31T22:18:29.5306080Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5306953Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5308020Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5309127Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5310197Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5311285Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5312398Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5313543Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5314667Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5315882Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5316999Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5318106Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5319162Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5320239Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5321326Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5322371Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5323440Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5324504Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5325573Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5326720Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5327785Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-01-31T22:18:29.5328641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:18:29.5329560Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:18:29.5330636Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-01-31T22:18:29.5331540Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:18:29.5332506Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:18:29.5333724Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:18:29.5334660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5335459Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5336478Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5337546Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5338591Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5339588Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5340607Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5341618Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-01-31T22:18:29.5342442Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:18:29.5343300Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:18:29.5344302Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-01-31T22:18:29.5345120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5345962Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5347031Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5382489Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5383973Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5384897Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5385852Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5386873Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5388069Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5389219Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5390250Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5391328Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5392313Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5393585Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5394594Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5395660Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5396646Z copying backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5397635Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5398641Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5399686Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5400702Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5401707Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5402679Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5403687Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5404690Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5405660Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5406561Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5407549Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5408549Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5409545Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5410611Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-01-31T22:18:29.5411508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:18:29.5412373Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:18:29.5413438Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:18:29.5414718Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:18:29.5415861Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-01-31T22:18:29.5416771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5417628Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5418573Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5419515Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5420440Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5421382Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5422289Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5423210Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5424135Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5425054Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5425958Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5426857Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5427776Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5428699Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5429619Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5430538Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5431465Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5432364Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5433250Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5434157Z copying backends/arm/operators/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5435149Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5436111Z copying backends/arm/operators/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5437012Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5437952Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5438931Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5439867Z copying backends/arm/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5440886Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5441832Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5442772Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5443760Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5444705Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5445625Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5446531Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5491184Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5492187Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5493129Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5494362Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5495340Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5496351Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5497341Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-01-31T22:18:29.5498121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5498886Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5499835Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5500840Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5501881Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5502950Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-01-31T22:18:29.5503783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:18:29.5504497Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:18:29.5505323Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:18:29.5506184Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-01-31T22:18:29.5506922Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-01-31T22:18:29.5507666Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-01-31T22:18:29.5508445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5509260Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5510471Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5511483Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5512505Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5514626Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5515773Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5516783Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-01-31T22:18:29.5517590Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:18:29.5518431Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:18:29.5519425Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:18:29.5520456Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-01-31T22:18:29.5521300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5522046Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5522967Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5523919Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5524856Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5525743Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5526662Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5527592Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5528521Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5529444Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5530403Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5531395Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5532334Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5533238Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5534148Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5535075Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5535987Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5536976Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5537875Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5538797Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5539772Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5540798Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5541723Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5542622Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5543542Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5544480Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5545398Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5546318Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5547262Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5548201Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5549126Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5550043Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5550936Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5551839Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5552798Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5553742Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5554665Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5555658Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5586021Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5587040Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5587989Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5588925Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5589858Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5590787Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5591877Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5592936Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5594387Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5595394Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5596441Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5597360Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5598311Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5599315Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5600276Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5601187Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-01-31T22:18:29.5601970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5602821Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5603869Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5604938Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5606039Z 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-01-31T22:18:29.5607130Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5608262Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-01-31T22:18:29.5609424Z 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-01-31T22:18:29.5610342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-01-31T22:18:29.5611239Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-01-31T22:18:29.5612134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:18:29.5612938Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:18:29.5613938Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:18:29.5614962Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-01-31T22:18:29.5615785Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-01-31T22:18:29.5616606Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-01-31T22:18:29.5617498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-01-31T22:18:29.5618552Z 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-01-31T22:18:29.5619804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-01-31T22:18:29.5621106Z 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-01-31T22:18:29.5622752Z 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-01-31T22:18:29.5624129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-01-31T22:18:29.5625502Z 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-01-31T22:18:29.5627180Z 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-01-31T22:18:29.5628738Z 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-01-31T22:18:29.5630338Z 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-01-31T22:18:29.5631955Z 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-01-31T22:18:29.5633560Z 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-01-31T22:18:29.5635220Z 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-01-31T22:18:29.5636784Z 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-01-31T22:18:29.5638333Z 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-01-31T22:18:29.5639987Z 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-01-31T22:18:29.5641644Z 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-01-31T22:18:29.5643252Z 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-01-31T22:18:29.5644857Z 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-01-31T22:18:29.5646397Z 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-01-31T22:18:29.5647919Z 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-01-31T22:18:29.5649567Z 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-01-31T22:18:29.5651165Z 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-01-31T22:18:29.5652772Z 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-01-31T22:18:29.5687396Z 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-01-31T22:18:29.5690046Z 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-01-31T22:18:29.5691660Z 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-01-31T22:18:29.5693247Z 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-01-31T22:18:29.5695083Z 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-01-31T22:18:29.5696694Z 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-01-31T22:18:29.5698279Z 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-01-31T22:18:29.5699864Z 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-01-31T22:18:29.5701434Z 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-01-31T22:18:29.5703013Z 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-01-31T22:18:29.5704558Z 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-01-31T22:18:29.5706200Z 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-01-31T22:18:29.5707889Z 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-01-31T22:18:29.5709507Z 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-01-31T22:18:29.5711106Z 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-01-31T22:18:29.5712668Z 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-01-31T22:18:29.5714077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-01-31T22:18:29.5715430Z 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-01-31T22:18:29.5716724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-01-31T22:18:29.5718117Z 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-01-31T22:18:29.5719243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5719986Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5720882Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5721796Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5722748Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5723666Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5724563Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5725525Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5726496Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5727468Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5728393Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5729282Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5730175Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5731075Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5731991Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5732912Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5733816Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:29.5734561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:18:29.5735365Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:18:29.5736330Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:18:29.5737298Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:18:29.5738256Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-01-31T22:18:29.5739040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:18:29.5739827Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:18:29.5740856Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-01-31T22:18:29.5741707Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:29.5742615Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:29.5743796Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:29.5744912Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:29.5746013Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:29.5746887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5747766Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5748875Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5749965Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5751040Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5752112Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5753225Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5794117Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5795398Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-01-31T22:18:29.5796402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-01-31T22:18:29.5797576Z 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-01-31T22:18:29.5799070Z 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-01-31T22:18:29.5800211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5801202Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5802369Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5803496Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5804637Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5805773Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5807106Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5808249Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5809381Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5810567Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5811678Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-01-31T22:18:29.5812567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:18:29.5813359Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:18:29.5814447Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-01-31T22:18:29.5815390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:18:29.5816227Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:18:29.5817248Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:18:29.5818287Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:18:29.5819331Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-01-31T22:18:29.5820173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5821060Z copying backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5822144Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5823210Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5824235Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5825295Z copying backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5826384Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5827502Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5836149Z copying backends/qualcomm/_passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5837209Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5838294Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5839322Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5840426Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5841605Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5842654Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5843690Z copying backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5844730Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5845787Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5846840Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5847911Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5848997Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5850079Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5851143Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5852242Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5853336Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5854360Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-01-31T22:18:29.5855173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5856031Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5857053Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5858092Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5859127Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5860201Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5861221Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5862241Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5863304Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5864327Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5865320Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5881279Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5882290Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5883375Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5884366Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5885371Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5886515Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5887553Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5888567Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5889766Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5890756Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5891778Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5892761Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5893894Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5894925Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5895969Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5896975Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5898031Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5899062Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5900080Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5901076Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5902131Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5903144Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5904135Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5905133Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5906162Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5907174Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5908162Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5909176Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5910311Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5911337Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5912325Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5913415Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5914393Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5915419Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5916406Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5917424Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5918435Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5919427Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5920449Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5921490Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5922494Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5923514Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5924576Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5925591Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5926588Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5927608Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5928642Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5929690Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5930749Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5931811Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5932862Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5933863Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5934851Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5935878Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5936941Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5937903Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5938919Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5940033Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5941129Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5942233Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5943347Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5944399Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-01-31T22:18:29.5945250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-01-31T22:18:29.6011400Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-01-31T22:18:29.6012438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:18:29.6013334Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:18:29.6014442Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:18:29.6015513Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-01-31T22:18:29.6016364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:29.6017246Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:29.6018321Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:29.6019407Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:29.6020451Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:29.6021326Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:18:29.6022226Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:18:29.6023380Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:18:29.6024296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:18:29.6025092Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:18:29.6026057Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:18:29.6027043Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-01-31T22:18:29.6027857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:18:29.6028867Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:18:29.6029870Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-01-31T22:18:29.6030744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:18:29.6031829Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:18:29.6032903Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-01-31T22:18:29.6033845Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-01-31T22:18:29.6034782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6035678Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6036691Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6037756Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6038819Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6039858Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6040944Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6041987Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-01-31T22:18:29.6042827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-01-31T22:18:29.6043751Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-01-31T22:18:29.6044653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-01-31T22:18:29.6045544Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-01-31T22:18:29.6046381Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-01-31T22:18:29.6047197Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-01-31T22:18:29.6048048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:18:29.6048980Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:18:29.6050179Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:18:29.6051392Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:18:29.6052331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:18:29.6053142Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:18:29.6054159Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:18:29.6055201Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-01-31T22:18:29.6056819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-01-31T22:18:29.6057691Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-01-31T22:18:29.6058794Z 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-01-31T22:18:29.6060036Z 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-01-31T22:18:29.6061015Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-01-31T22:18:29.6061991Z 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-01-31T22:18:29.6063182Z 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-01-31T22:18:29.6064388Z 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-01-31T22:18:29.6065613Z 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-01-31T22:18:29.6066875Z 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-01-31T22:18:29.6068088Z 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-01-31T22:18:29.6069046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-01-31T22:18:29.6069988Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-01-31T22:18:29.6071031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-01-31T22:18:29.6072296Z 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-01-31T22:18:29.6073863Z 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-01-31T22:18:29.6075446Z 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-01-31T22:18:29.6077000Z 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-01-31T22:18:29.6119686Z 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-01-31T22:18:29.6121215Z 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-01-31T22:18:29.6122728Z 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-01-31T22:18:29.6124038Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-01-31T22:18:29.6125389Z 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-01-31T22:18:29.6126971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-01-31T22:18:29.6128500Z 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-01-31T22:18:29.6129915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6130747Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6131812Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6132916Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6133976Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6135018Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6136091Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6137181Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6138225Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6139308Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6140361Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6141404Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6142438Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6143428Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-01-31T22:18:29.6144221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6145025Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6146021Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6147010Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6147968Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6148942Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6149963Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6150968Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6151927Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6152975Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6153967Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6154947Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6156141Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6157186Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6158223Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6159339Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6160368Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6161337Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6162331Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6163342Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6164348Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6165349Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6166399Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6167451Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6168446Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6169448Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6170441Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6171431Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6172431Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6173416Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6174405Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6175392Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6176423Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6177444Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6178420Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6179465Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6180442Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6181434Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6182492Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6183495Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6224824Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6225909Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6226923Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6227964Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6229072Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6230114Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6231084Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6232089Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-01-31T22:18:29.6232915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:18:29.6233734Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:18:29.6234785Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-01-31T22:18:29.6235767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:18:29.6236625Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:18:29.6237724Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-01-31T22:18:29.6238627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:18:29.6239550Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:18:29.6240739Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:18:29.6241645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:18:29.6242437Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:18:29.6243435Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-01-31T22:18:29.6244283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:18:29.6245393Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:18:29.6246299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:18:29.6247074Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:18:29.6248012Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:18:29.6249017Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:18:29.6249961Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-01-31T22:18:29.6250827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6251749Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6252878Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6254090Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6255303Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6256508Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6257715Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:29.6258668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:18:29.6259621Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:18:29.6260764Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:18:29.6261642Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6262497Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6263519Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6264538Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6265608Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6266669Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6267744Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6268820Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6269882Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6270935Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6272068Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6273138Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6274239Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6275409Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-01-31T22:18:29.6276241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6277050Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6278031Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6279049Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6280085Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6281106Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6282094Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6283088Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6284074Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6285086Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6286102Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6287087Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6288069Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6335547Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6336687Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6337730Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6338765Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6339794Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6340796Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6341784Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6342796Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6343822Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6345019Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6346030Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6347052Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6348070Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6349178Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6350161Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6351152Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6352210Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6353249Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6354242Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6355339Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6356346Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6357362Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6358397Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6359401Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6360397Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6361440Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6362482Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:29.6363305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:29.6364219Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:29.6365401Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:29.6366588Z 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-01-31T22:18:29.6367782Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:29.6368921Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:29.6370082Z 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-01-31T22:18:29.6371247Z 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-01-31T22:18:29.6372257Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:18:29.6373214Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:18:29.6374437Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:18:29.6375706Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:18:29.6376689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:18:29.6377695Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:18:29.6378966Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-01-31T22:18:29.6379917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:18:29.6380756Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:18:29.6381780Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-01-31T22:18:29.6382660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:18:29.6383613Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:18:29.6384551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:18:29.6385515Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:18:29.6386478Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:18:29.6387455Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:18:29.6388469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:18:29.6389527Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:18:29.6390601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-01-31T22:18:29.6391698Z 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-01-31T22:18:29.6393041Z 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-01-31T22:18:29.6394547Z 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-01-31T22:18:29.6395729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-01-31T22:18:29.6397001Z 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-01-31T22:18:29.6398101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-01-31T22:18:29.6399305Z 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-01-31T22:18:29.6400719Z 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-01-31T22:18:29.6660583Z 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-01-31T22:18:29.6663351Z 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-01-31T22:18:29.6664476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-01-31T22:18:29.6665633Z 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-01-31T22:18:29.6667094Z 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-01-31T22:18:29.6668569Z 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-01-31T22:18:29.6670091Z 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-01-31T22:18:29.6671630Z 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-01-31T22:18:29.6673140Z 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-01-31T22:18:29.6674582Z 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-01-31T22:18:29.6676163Z 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-01-31T22:18:29.6677829Z 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-01-31T22:18:29.6679286Z 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-01-31T22:18:29.6680703Z 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-01-31T22:18:29.6682178Z 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-01-31T22:18:29.6683676Z 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-01-31T22:18:29.6685204Z 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-01-31T22:18:29.6686718Z 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-01-31T22:18:29.6688155Z 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-01-31T22:18:29.6689683Z 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-01-31T22:18:29.6691099Z 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-01-31T22:18:29.6692566Z 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-01-31T22:18:29.6694150Z 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-01-31T22:18:29.6695659Z 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-01-31T22:18:29.6697183Z 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-01-31T22:18:29.6698633Z 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-01-31T22:18:29.6699990Z 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-01-31T22:18:29.6701347Z 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-01-31T22:18:29.6702696Z 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-01-31T22:18:29.6703994Z 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-01-31T22:18:29.6705067Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-01-31T22:18:29.6706213Z 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-01-31T22:18:29.6707695Z 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-01-31T22:18:29.6709169Z 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-01-31T22:18:29.6710313Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-01-31T22:18:29.6711446Z 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-01-31T22:18:29.6712402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-01-31T22:18:29.6712955Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-01-31T22:18:29.6713551Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6714186Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6714941Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6715799Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6716558Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6717463Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6718279Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6719035Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-01-31T22:18:29.6719777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:18:29.6720523Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:18:29.6721426Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:18:29.6722349Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:18:29.6723331Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-01-31T22:18:29.6724109Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:18:29.6724769Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:18:29.6725559Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:18:29.6726365Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:18:29.6727175Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-01-31T22:18:29.6727911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:18:29.6771627Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:18:29.6772657Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-01-31T22:18:29.6773434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:18:29.6774161Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:18:29.6775017Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-01-31T22:18:29.6775763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:18:29.6776603Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:18:29.6777605Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-01-31T22:18:29.6778437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:18:29.6779270Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:18:29.6780265Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-01-31T22:18:29.6781096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:18:29.6781911Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:18:29.6782894Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-01-31T22:18:29.6783705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:18:29.6784634Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:18:29.6785620Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-01-31T22:18:29.6786415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6787149Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6788106Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6789031Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6789970Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6790910Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6791842Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6792832Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6794003Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6794939Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6795948Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6796813Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-01-31T22:18:29.6797591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-01-31T22:18:29.6798434Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-01-31T22:18:29.6799249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:18:29.6799984Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:18:29.6800883Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:18:29.6801800Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:18:29.6802682Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-01-31T22:18:29.6803415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:18:29.6804131Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:18:29.6804974Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-01-31T22:18:29.6805716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:18:29.6806517Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:18:29.6807486Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-01-31T22:18:29.6808295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:18:29.6809101Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:18:29.6810192Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-01-31T22:18:29.6811009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:18:29.6811822Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:18:29.6813502Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-01-31T22:18:29.6814336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-01-31T22:18:29.6815230Z 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-01-31T22:18:29.6816089Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:18:29.6816888Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:18:29.6817832Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:18:29.6818827Z 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-01-31T22:18:29.6819822Z 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-01-31T22:18:29.6820812Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-01-31T22:18:29.6821617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:18:29.6822376Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:18:29.6823269Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-01-31T22:18:29.6824010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:18:29.6824728Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:18:29.6825596Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-01-31T22:18:29.6826389Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:18:29.6827254Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:18:29.6828297Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-01-31T22:18:29.6829130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:18:29.6829908Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:18:29.6830829Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-01-31T22:18:29.6831601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:18:29.6832410Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:18:29.6833384Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-01-31T22:18:29.6862199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-01-31T22:18:29.6866241Z 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-01-31T22:18:29.6868753Z 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-01-31T22:18:29.6870188Z 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-01-31T22:18:29.6871710Z 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-01-31T22:18:29.6873105Z 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-01-31T22:18:29.6874481Z 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-01-31T22:18:29.6875622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:18:29.6876488Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:18:29.6877555Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-01-31T22:18:29.6878454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:18:29.6879414Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:18:29.6880598Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:18:29.6881904Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:18:29.6883597Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-01-31T22:18:29.6884533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:18:29.6885367Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:18:29.6886400Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:18:29.6887442Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-01-31T22:18:29.6888358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6889422Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6890747Z 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-01-31T22:18:29.6892104Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6893649Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6894964Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6896424Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6897775Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6899168Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6900505Z 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-01-31T22:18:29.6901838Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6903122Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6904386Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6905671Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6907090Z 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-01-31T22:18:29.6908455Z 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-01-31T22:18:29.6909863Z 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-01-31T22:18:29.6911223Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:29.6912178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:18:29.6913086Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:18:29.6914191Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-01-31T22:18:29.6915036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-01-31T22:18:29.6916228Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-01-31T22:18:29.6917178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-01-31T22:18:29.6918191Z 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-01-31T22:18:29.6919468Z 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-01-31T22:18:29.6920766Z 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-01-31T22:18:29.6922044Z 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-01-31T22:18:29.6923143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-01-31T22:18:29.6924084Z 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-01-31T22:18:29.6925254Z 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-01-31T22:18:29.6926496Z 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-01-31T22:18:29.6927671Z 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-01-31T22:18:29.6928779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-01-31T22:18:29.6929835Z 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-01-31T22:18:29.6930875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-01-31T22:18:29.6990747Z 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-01-31T22:18:29.6992216Z 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-01-31T22:18:29.6993546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-01-31T22:18:29.6994718Z 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-01-31T22:18:29.6996216Z 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-01-31T22:18:29.6997415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-01-31T22:18:29.6998593Z 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-01-31T22:18:29.7000074Z 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-01-31T22:18:29.7001165Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:18:29.7002048Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:18:29.7003096Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-01-31T22:18:29.7003856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7004438Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7005071Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7005728Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7006358Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7007030Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7007703Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7008370Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7009192Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7009808Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7010426Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7011138Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7011920Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7012556Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7013226Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7013884Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7014552Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7015203Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7015840Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7016461Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7017066Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7017657Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7018247Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7018831Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7019416Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:29.7019990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7020643Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7021395Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7022154Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7022933Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7023708Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7024492Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7025302Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7026095Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:29.7026760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7027424Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7028212Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7029025Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7029856Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7030615Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-01-31T22:18:29.7031237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:18:29.7031866Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:18:29.7032656Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:18:29.7033382Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:18:29.7034097Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-01-31T22:18:29.7034731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:18:29.7035498Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:18:29.7036213Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-01-31T22:18:29.7036843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:18:29.7037437Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:18:29.7038114Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:18:29.7038827Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-01-31T22:18:29.7039453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:18:29.7040101Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:18:29.7040859Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:18:29.7041597Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-01-31T22:18:29.7042232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7042850Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7043667Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7044524Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7045318Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7046167Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7047043Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7047883Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7048764Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7049654Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7050495Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7051347Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7052225Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7053065Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7110718Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7112164Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7113074Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7113905Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7114912Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7115803Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7116654Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7117639Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7118480Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7119320Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7120425Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7121381Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7122259Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7123148Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7124031Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7124827Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7125629Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7126432Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7127278Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-01-31T22:18:29.7127980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:18:29.7128627Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:18:29.7129388Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:18:29.7130143Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-01-31T22:18:29.7130782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7131383Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7132101Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7132825Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7133528Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7134251Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7134937Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7135626Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-01-31T22:18:29.7136241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7136844Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7137538Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7138283Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7139223Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7139964Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7140697Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7141500Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7142215Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7142938Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7143696Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7144520Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7145313Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7146043Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7146836Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7147687Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7148566Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7149407Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7150176Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7150924Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7151657Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7152412Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7153221Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7154060Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7154851Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7155701Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7156498Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7157268Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7157993Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7158709Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7159458Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7160214Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7160942Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-01-31T22:18:29.7161597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:18:29.7162321Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:18:29.7163238Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:18:29.7164086Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:18:29.7164949Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-01-31T22:18:29.7166348Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:18:29.7167046Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:18:29.7167882Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:18:29.7168757Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:18:29.7169646Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-01-31T22:18:29.7170452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:29.7171447Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:29.7172734Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:29.7231478Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:29.7234511Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:29.7235552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7236348Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7237365Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7238349Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7239267Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7240160Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7241024Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7241920Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7242845Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7243762Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7244674Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7245612Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7246546Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7247590Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7248653Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7249505Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7250319Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-01-31T22:18:29.7251090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:18:29.7251916Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:18:29.7252935Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-01-31T22:18:29.7253752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-01-31T22:18:29.7254649Z 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-01-31T22:18:29.7255831Z 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-01-31T22:18:29.7256916Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-01-31T22:18:29.7257698Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-01-31T22:18:29.7258418Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-01-31T22:18:29.7259127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:18:29.7259813Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:18:29.7260485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-01-31T22:18:29.7261246Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-01-31T22:18:29.7262028Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-01-31T22:18:29.7262858Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-01-31T22:18:29.7263689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:18:29.7264442Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:18:29.7265311Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-01-31T22:18:29.7266060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:18:29.7266848Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:18:29.7267807Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:18:29.7268746Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-01-31T22:18:29.7269685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:18:29.7270423Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:18:29.7271312Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-01-31T22:18:29.7272099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:18:29.7272924Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:18:29.7273840Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-01-31T22:18:29.7274600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:18:29.7275472Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:18:29.7276585Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-01-31T22:18:29.7277390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-01-31T22:18:29.7278218Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-01-31T22:18:29.7278998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-01-31T22:18:29.7279680Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-01-31T22:18:29.7280355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-01-31T22:18:29.7281099Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-01-31T22:18:29.7281844Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:18:29.7282543Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:18:29.7283405Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:18:29.7284293Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-01-31T22:18:29.7285032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-01-31T22:18:29.7285844Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-01-31T22:18:29.7286643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-01-31T22:18:29.7287515Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-01-31T22:18:29.7288248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:18:29.7288968Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:18:29.7289846Z copying extension/export_util/export_hf_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:18:29.7290714Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-01-31T22:18:29.7291432Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-01-31T22:18:29.7292150Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-01-31T22:18:29.7292863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:18:29.7294044Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:18:29.7294931Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:18:29.7418040Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-01-31T22:18:29.7419723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:18:29.7420533Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:18:29.7421477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-01-31T22:18:29.7422189Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-01-31T22:18:29.7422877Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-01-31T22:18:29.7423695Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-01-31T22:18:29.7424521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:29.7425371Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:29.7426425Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:29.7427516Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:29.7428370Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-01-31T22:18:29.7429182Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-01-31T22:18:29.7430014Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-01-31T22:18:29.7430897Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-01-31T22:18:29.7431757Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7432511Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7433426Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7434375Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7435414Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7436595Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7437669Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7438736Z 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-01-31T22:18:29.7439746Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-01-31T22:18:29.7440557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7441295Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7442174Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7443073Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7444036Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7444986Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7445930Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-01-31T22:18:29.7446804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:18:29.7447558Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:18:29.7448579Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:18:29.7449508Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:18:29.7450474Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-01-31T22:18:29.7451215Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:18:29.7451958Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:18:29.7452884Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:18:29.7453998Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-01-31T22:18:29.7454828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-01-31T22:18:29.7455820Z 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-01-31T22:18:29.7456911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-01-31T22:18:29.7458100Z 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-01-31T22:18:29.7459522Z 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-01-31T22:18:29.7468826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:18:29.7469668Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:18:29.7470699Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:18:29.7471730Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:18:29.7472819Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-01-31T22:18:29.7473767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:29.7474751Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:29.7476042Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:29.7477043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:18:29.7478126Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:18:29.7479232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:29.7480350Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:29.7481885Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:29.7482989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:18:29.7483983Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:18:29.7485049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:29.7485998Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:29.7487154Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:29.7488394Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:29.7489303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:29.7490251Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:29.7548272Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:29.7549490Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:29.7550496Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:18:29.7551679Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:18:29.7552914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:18:29.7553990Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:18:29.7555086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:29.7556503Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:29.7558017Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:29.7559306Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:29.7560682Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:29.7562401Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:29.7564212Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:29.7566073Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:29.7567485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-01-31T22:18:29.7568363Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-01-31T22:18:29.7569243Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:18:29.7570063Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:18:29.7571152Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-01-31T22:18:29.7571982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-01-31T22:18:29.7572724Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-01-31T22:18:29.7573484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:18:29.7574397Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:18:29.7575302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:18:29.7576205Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:18:29.7577301Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-01-31T22:18:29.7578205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-01-31T22:18:29.7579180Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-01-31T22:18:29.7580143Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-01-31T22:18:29.7581163Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-01-31T22:18:29.7581988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:18:29.7582648Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:18:29.7583336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:18:29.7584121Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:18:29.7585117Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:18:29.7585881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-01-31T22:18:29.7586454Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-01-31T22:18:29.7587070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:18:29.7587792Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:18:29.7588700Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-01-31T22:18:29.7589483Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:29.7590232Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:29.7591117Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:29.7592017Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:29.7592832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:18:29.7593917Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:18:29.7594823Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-01-31T22:18:29.7595726Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:18:29.7596472Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:18:29.7597291Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:18:29.7597982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:18:29.7598672Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:18:29.7599479Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-01-31T22:18:29.7600185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:18:29.7600900Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:18:29.7601732Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:18:29.7602604Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:18:29.7603519Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-01-31T22:18:29.7604299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:18:29.7605154Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:18:29.7606209Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-01-31T22:18:29.7607048Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:18:29.7607895Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:18:29.7608848Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:18:29.7609884Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-01-31T22:18:29.7610720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-01-31T22:18:29.7611570Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-01-31T22:18:29.7612445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4114265Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4115939Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4116904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.4117854Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.4118752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4119868Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4120945Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4122007Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4122967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:18:30.4123824Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:18:30.4124742Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:18:30.4125728Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:18:30.4126724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:18:30.4127771Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:18:30.4128899Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-01-31T22:18:30.4129709Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-01-31T22:18:30.4130506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-01-31T22:18:30.4131339Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-01-31T22:18:30.4132163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:18:30.4133001Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:18:30.4134052Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:18:30.4135128Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-01-31T22:18:30.4136135Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:30.4137042Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:30.4137973Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-01-31T22:18:30.4138991Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4140345Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4141495Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.4142675Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4143913Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4145041Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.4146105Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-01-31T22:18:30.4147279Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-01-31T22:18:30.4148645Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:18:30.4149593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-01-31T22:18:30.4150152Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-01-31T22:18:30.4150754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-01-31T22:18:30.4151435Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-01-31T22:18:30.4152059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:18:30.4152700Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:18:30.4153435Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-01-31T22:18:30.4153925Z running egg_info 2025-01-31T22:18:30.4154176Z writing executorch.egg-info/PKG-INFO 2025-01-31T22:18:30.4154624Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-01-31T22:18:30.4155254Z writing entry points to executorch.egg-info/entry_points.txt 2025-01-31T22:18:30.4155733Z writing requirements to executorch.egg-info/requires.txt 2025-01-31T22:18:30.4156279Z writing top-level names to executorch.egg-info/top_level.txt 2025-01-31T22:18:30.4156779Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-01-31T22:18:30.4157164Z adding license file 'LICENSE' 2025-01-31T22:18:30.4157540Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-01-31T22:18:30.4158314Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-01-31T22:18:30.4159412Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-01-31T22:18:30.4160434Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-01-31T22:18:30.4161583Z 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-01-31T22:18:30.4162775Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:30.4163735Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:30.4164712Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-01-31T22:18:30.4165779Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-01-31T22:18:30.4166658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-01-31T22:18:30.4167443Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-01-31T22:18:30.4168448Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-01-31T22:18:30.4169363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.4170420Z 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-01-31T22:18:30.4171774Z 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-01-31T22:18:30.4173174Z 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-01-31T22:18:30.4174435Z 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-01-31T22:18:30.4175767Z 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-01-31T22:18:30.4177050Z 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-01-31T22:18:30.4178411Z 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-01-31T22:18:30.4179806Z 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-01-31T22:18:30.4194149Z 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-01-31T22:18:30.4195804Z 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-01-31T22:18:30.4197069Z 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-01-31T22:18:30.4198323Z 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-01-31T22:18:30.4199579Z 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-01-31T22:18:30.4200881Z 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-01-31T22:18:30.4202256Z 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-01-31T22:18:30.4203657Z 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-01-31T22:18:30.4205036Z 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-01-31T22:18:30.4206349Z 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-01-31T22:18:30.4207648Z 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-01-31T22:18:30.4209137Z 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-01-31T22:18:30.4210503Z 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-01-31T22:18:30.4211779Z 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-01-31T22:18:30.4213024Z 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-01-31T22:18:30.4214594Z 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-01-31T22:18:30.4215825Z 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-01-31T22:18:30.4217067Z 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-01-31T22:18:30.4218432Z 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-01-31T22:18:30.4219717Z 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-01-31T22:18:30.4221029Z 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-01-31T22:18:30.4222360Z 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-01-31T22:18:30.4223676Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.4224979Z 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-01-31T22:18:30.4226429Z 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-01-31T22:18:30.4227818Z 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-01-31T22:18:30.4229185Z 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-01-31T22:18:30.4230465Z 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-01-31T22:18:30.4231701Z 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-01-31T22:18:30.4232947Z 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-01-31T22:18:30.4234237Z 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-01-31T22:18:30.4235583Z 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-01-31T22:18:30.4236842Z 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-01-31T22:18:30.4238110Z 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-01-31T22:18:30.4239410Z 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-01-31T22:18:30.4240712Z 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-01-31T22:18:30.4241999Z 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-01-31T22:18:30.4243407Z 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-01-31T22:18:30.4244744Z 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-01-31T22:18:30.4246118Z 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-01-31T22:18:30.4247530Z 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-01-31T22:18:30.4249112Z 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-01-31T22:18:30.4250443Z 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-01-31T22:18:30.4251768Z 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-01-31T22:18:30.4253078Z 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-01-31T22:18:30.4254397Z 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-01-31T22:18:30.4255706Z 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-01-31T22:18:30.4257054Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.4258390Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.4259679Z 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-01-31T22:18:30.4260941Z 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-01-31T22:18:30.4277471Z 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-01-31T22:18:30.4281385Z 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-01-31T22:18:30.4283007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-01-31T22:18:30.4283846Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-01-31T22:18:30.4284722Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.4285698Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.4286932Z 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-01-31T22:18:30.4288149Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.4289351Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.4290691Z 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-01-31T22:18:30.4291930Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.4293097Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:18:30.4294465Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-01-31T22:18:30.4295611Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-01-31T22:18:30.4296779Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:18:30.4297918Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:18:30.4299077Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:18:30.4300288Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:18:30.4301684Z 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-01-31T22:18:30.4303154Z 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-01-31T22:18:30.4304241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-01-31T22:18:30.4305321Z 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-01-31T22:18:30.4306805Z 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-01-31T22:18:30.4308144Z 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-01-31T22:18:30.4309507Z 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-01-31T22:18:30.4311095Z 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-01-31T22:18:30.4312514Z 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-01-31T22:18:30.4313893Z 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-01-31T22:18:30.4315327Z 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-01-31T22:18:30.4316771Z 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-01-31T22:18:30.4318161Z 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-01-31T22:18:30.4319794Z 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-01-31T22:18:30.4321246Z 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-01-31T22:18:30.4322643Z 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-01-31T22:18:30.4324050Z 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-01-31T22:18:30.4325387Z 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-01-31T22:18:30.4326726Z 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-01-31T22:18:30.4328163Z 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-01-31T22:18:30.4329715Z 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-01-31T22:18:30.4331103Z 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-01-31T22:18:30.4332441Z 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-01-31T22:18:30.4333758Z 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-01-31T22:18:30.4335122Z 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-01-31T22:18:30.4336485Z 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-01-31T22:18:30.4337859Z 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-01-31T22:18:30.4339197Z 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-01-31T22:18:30.4340535Z 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-01-31T22:18:30.4341897Z 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-01-31T22:18:30.4343275Z 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-01-31T22:18:30.4344615Z 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-01-31T22:18:30.4345971Z 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-01-31T22:18:30.4347326Z 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-01-31T22:18:30.4358693Z 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-01-31T22:18:30.4362777Z 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-01-31T22:18:30.4364171Z 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-01-31T22:18:30.4365668Z 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-01-31T22:18:30.4367089Z 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-01-31T22:18:30.4368483Z 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-01-31T22:18:30.4369866Z 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-01-31T22:18:30.4371303Z 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-01-31T22:18:30.4372753Z 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-01-31T22:18:30.4374180Z 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-01-31T22:18:30.4375505Z 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-01-31T22:18:30.4376839Z 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-01-31T22:18:30.4378180Z 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-01-31T22:18:30.4379522Z 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-01-31T22:18:30.4380970Z 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-01-31T22:18:30.4382355Z 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-01-31T22:18:30.4383791Z 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-01-31T22:18:30.4385207Z 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-01-31T22:18:30.4386593Z 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-01-31T22:18:30.4388035Z 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-01-31T22:18:30.4389473Z 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-01-31T22:18:30.4390985Z 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-01-31T22:18:30.4392412Z 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-01-31T22:18:30.4394219Z 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-01-31T22:18:30.4395898Z 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-01-31T22:18:30.4397384Z 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-01-31T22:18:30.4398871Z 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-01-31T22:18:30.4400330Z 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-01-31T22:18:30.4401811Z 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-01-31T22:18:30.4403315Z 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-01-31T22:18:30.4404790Z 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-01-31T22:18:30.4406165Z 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-01-31T22:18:30.4407652Z 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-01-31T22:18:30.4409066Z 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-01-31T22:18:30.4410483Z 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-01-31T22:18:30.4411884Z 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-01-31T22:18:30.4413253Z 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-01-31T22:18:30.4414548Z 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-01-31T22:18:30.4415862Z 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-01-31T22:18:30.4417168Z 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-01-31T22:18:30.4418478Z 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-01-31T22:18:30.4419788Z 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-01-31T22:18:30.4421144Z 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-01-31T22:18:30.4422483Z 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-01-31T22:18:30.4424026Z 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-01-31T22:18:30.4425623Z 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-01-31T22:18:30.4427128Z 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-01-31T22:18:30.4428622Z 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-01-31T22:18:30.4931509Z 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-01-31T22:18:30.4933098Z 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-01-31T22:18:30.4934598Z 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-01-31T22:18:30.4936109Z 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-01-31T22:18:30.4937675Z 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-01-31T22:18:30.4939274Z 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-01-31T22:18:30.4940768Z 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-01-31T22:18:30.4942317Z 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-01-31T22:18:30.4943866Z 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-01-31T22:18:30.4945429Z 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-01-31T22:18:30.4946907Z 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-01-31T22:18:30.4948467Z 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-01-31T22:18:30.4950051Z 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-01-31T22:18:30.4951514Z 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-01-31T22:18:30.4953226Z 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-01-31T22:18:30.4954777Z 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-01-31T22:18:30.4957266Z 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-01-31T22:18:30.4958751Z 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-01-31T22:18:30.4960185Z 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-01-31T22:18:30.4961758Z 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-01-31T22:18:30.4963217Z 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-01-31T22:18:30.4964655Z 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-01-31T22:18:30.4966048Z 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-01-31T22:18:30.4967452Z 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-01-31T22:18:30.4968308Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-01-31T22:18:30.4969036Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-01-31T22:18:30.4969938Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-01-31T22:18:30.4970967Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:30.4972057Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:30.4973315Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:18:30.4974572Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-01-31T22:18:30.4975683Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-01-31T22:18:30.4976634Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-01-31T22:18:30.4977428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:18:30.4978183Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:18:30.4978840Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-01-31T22:18:30.4979658Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:18:30.4980543Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-01-31T22:18:30.4981657Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4982795Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4983938Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4985255Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.4986061Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-01-31T22:18:30.4986800Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-01-31T22:18:30.4987598Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:30.4988306Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-01-31T22:18:30.4989249Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.4990413Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.4991245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-01-31T22:18:30.4992036Z copying build/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-01-31T22:18:30.4992908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4994052Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4994956Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4995940Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4996819Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4997695Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4998593Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.4999534Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5016878Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5019297Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5020302Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5021305Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5022385Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5023372Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5024167Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5024959Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5025991Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5026889Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.5027717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:18:30.5028655Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:18:30.5029577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-01-31T22:18:30.5030635Z 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-01-31T22:18:30.5031876Z 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-01-31T22:18:30.5032879Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-01-31T22:18:30.5033823Z 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-01-31T22:18:30.5034930Z 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-01-31T22:18:30.5036377Z 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-01-31T22:18:30.5037406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5038418Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5039585Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5040769Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5041939Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5043092Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5044211Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5045368Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5046532Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5047698Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5048902Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5049993Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5051298Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5052490Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5053636Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.5054577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:18:30.5055524Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:18:30.5056531Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:18:30.5057547Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-01-31T22:18:30.5058423Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:18:30.5059310Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:18:30.5060170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5061001Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5061928Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5062848Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5063780Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5064708Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5065633Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5066589Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5067546Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5068498Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5069424Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.5070263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-01-31T22:18:30.5071194Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-01-31T22:18:30.5072115Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:18:30.5073088Z 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-01-31T22:18:30.5074236Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:18:30.5075377Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-01-31T22:18:30.5076450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.5077291Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.5078369Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.5079390Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.5080389Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.5081372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:18:30.5442126Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:18:30.5443473Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:18:30.5444595Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-01-31T22:18:30.5445294Z running build_ext 2025-01-31T22:18:30.5446163Z 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-01-31T22:18:30.5447707Z 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-01-31T22:18:30.5449460Z 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-01-31T22:18:30.5451182Z 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-01-31T22:18:30.5452209Z installing to pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:18:30.5452535Z running install 2025-01-31T22:18:30.5452745Z running install_lib 2025-01-31T22:18:30.5453010Z creating pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:18:30.5453379Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-01-31T22:18:30.5453787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-01-31T22:18:30.5454245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-01-31T22:18:30.5454987Z 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-01-31T22:18:30.5455971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-01-31T22:18:30.5456699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-01-31T22:18:30.5457186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-01-31T22:18:30.5458002Z 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-01-31T22:18:30.5459145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-01-31T22:18:30.5460270Z 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-01-31T22:18:30.5461384Z 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-01-31T22:18:30.5462511Z 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-01-31T22:18:30.5463898Z 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-01-31T22:18:30.5465080Z 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-01-31T22:18:30.5466243Z 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-01-31T22:18:30.5467166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-01-31T22:18:30.5468168Z 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-01-31T22:18:30.5469584Z 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-01-31T22:18:30.5470907Z 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-01-31T22:18:30.5472166Z 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-01-31T22:18:30.5473438Z 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-01-31T22:18:30.5474739Z 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-01-31T22:18:30.5476381Z 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-01-31T22:18:30.5477770Z 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-01-31T22:18:30.5479153Z 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-01-31T22:18:30.5480555Z 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-01-31T22:18:30.5482035Z 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-01-31T22:18:30.5483354Z 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-01-31T22:18:30.5484696Z 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-01-31T22:18:30.5486026Z 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-01-31T22:18:30.5487334Z 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-01-31T22:18:30.5488657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmaxes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-01-31T22:18:30.5489973Z 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-01-31T22:18:30.5491418Z 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-01-31T22:18:30.5492795Z 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-01-31T22:18:30.5494631Z 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-01-31T22:18:30.5496117Z 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-01-31T22:18:30.5497489Z 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-01-31T22:18:30.5498880Z 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-01-31T22:18:30.5500264Z 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-01-31T22:18:30.5501601Z 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-01-31T22:18:30.5502991Z 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-01-31T22:18:30.5504314Z 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-01-31T22:18:30.5505658Z 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-01-31T22:18:30.5507035Z 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-01-31T22:18:30.5508433Z 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-01-31T22:18:30.5509479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-01-31T22:18:30.5510487Z 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-01-31T22:18:30.5511915Z 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-01-31T22:18:30.5513367Z 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-01-31T22:18:30.5515021Z 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-01-31T22:18:30.5516166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-01-31T22:18:30.5517125Z 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-01-31T22:18:30.5518456Z 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-01-31T22:18:30.5519894Z 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-01-31T22:18:30.5521216Z 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-01-31T22:18:30.5522697Z 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-01-31T22:18:30.5523945Z 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-01-31T22:18:30.5525216Z 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-01-31T22:18:30.5526503Z 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-01-31T22:18:30.5527776Z 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-01-31T22:18:30.5529023Z 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-01-31T22:18:30.5530292Z 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-01-31T22:18:30.5531551Z 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-01-31T22:18:30.5532824Z 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-01-31T22:18:30.5534090Z 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-01-31T22:18:30.5535387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:18:30.5536685Z 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-01-31T22:18:30.5537941Z 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-01-31T22:18:30.5539190Z 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-01-31T22:18:30.5540452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:18:30.5541752Z 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-01-31T22:18:30.5543050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:18:30.5544309Z 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-01-31T22:18:30.5545600Z 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-01-31T22:18:30.5547004Z 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-01-31T22:18:30.5548318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-01-31T22:18:30.5549599Z 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-01-31T22:18:30.5550974Z 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-01-31T22:18:30.5552277Z 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-01-31T22:18:30.5553840Z 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-01-31T22:18:30.5555229Z 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-01-31T22:18:30.5556540Z 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-01-31T22:18:30.5557839Z 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-01-31T22:18:30.5559147Z 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-01-31T22:18:30.5560458Z 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-01-31T22:18:30.5561791Z 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-01-31T22:18:30.5563160Z 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-01-31T22:18:30.5564544Z 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-01-31T22:18:30.5565931Z 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-01-31T22:18:30.5567302Z 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-01-31T22:18:30.5568364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-01-31T22:18:30.5569298Z 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-01-31T22:18:30.5570595Z 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-01-31T22:18:30.5571991Z 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-01-31T22:18:30.5573406Z 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-01-31T22:18:30.5574907Z 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-01-31T22:18:30.5575894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-01-31T22:18:30.5576762Z 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-01-31T22:18:30.5578185Z 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-01-31T22:18:30.5579413Z 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-01-31T22:18:30.5580311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-01-31T22:18:30.5581290Z 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-01-31T22:18:30.5582651Z 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-01-31T22:18:30.5584028Z 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-01-31T22:18:30.5585400Z 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-01-31T22:18:30.5586802Z 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-01-31T22:18:30.5588201Z 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-01-31T22:18:30.5589552Z 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-01-31T22:18:30.5590503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-01-31T22:18:30.5591490Z 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-01-31T22:18:30.5592856Z 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-01-31T22:18:30.5594662Z 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-01-31T22:18:30.5595753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-01-31T22:18:30.5596701Z 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-01-31T22:18:30.5598018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-01-31T22:18:30.5599372Z 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-01-31T22:18:30.5600691Z 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-01-31T22:18:30.5601981Z 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-01-31T22:18:30.5603409Z 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-01-31T22:18:30.5604730Z 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-01-31T22:18:30.5606117Z 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-01-31T22:18:30.5607441Z 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-01-31T22:18:30.5608869Z 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-01-31T22:18:30.5610216Z 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-01-31T22:18:30.5611719Z 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-01-31T22:18:30.5613016Z 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-01-31T22:18:30.5614305Z 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-01-31T22:18:30.5615615Z 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-01-31T22:18:30.5616931Z 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-01-31T22:18:30.5618228Z 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-01-31T22:18:30.5619515Z 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-01-31T22:18:30.5620851Z 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-01-31T22:18:30.5622204Z 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-01-31T22:18:30.5623648Z 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-01-31T22:18:30.5624933Z 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-01-31T22:18:30.5626202Z 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-01-31T22:18:30.5627473Z 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-01-31T22:18:30.5628773Z 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-01-31T22:18:30.5630065Z 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-01-31T22:18:30.5631435Z 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-01-31T22:18:30.5632734Z 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-01-31T22:18:30.5634089Z 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-01-31T22:18:30.5635446Z 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-01-31T22:18:30.5636962Z 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-01-31T22:18:30.5638260Z 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-01-31T22:18:30.5639571Z 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-01-31T22:18:30.5640928Z 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-01-31T22:18:30.5642271Z 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-01-31T22:18:30.5643588Z 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-01-31T22:18:30.5644901Z 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-01-31T22:18:30.5646217Z 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-01-31T22:18:30.5647543Z 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-01-31T22:18:30.5648966Z 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-01-31T22:18:30.5650254Z 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-01-31T22:18:30.5651555Z 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-01-31T22:18:30.5653061Z 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-01-31T22:18:30.5654391Z 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-01-31T22:18:30.5655719Z 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-01-31T22:18:30.5657043Z 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-01-31T22:18:30.5658342Z 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-01-31T22:18:30.5659786Z 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-01-31T22:18:30.5661099Z 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-01-31T22:18:30.5662503Z 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-01-31T22:18:30.5664021Z 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-01-31T22:18:30.5665368Z 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-01-31T22:18:30.5666639Z 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-01-31T22:18:30.5667576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-01-31T22:18:30.5668587Z 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-01-31T22:18:30.5670014Z 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-01-31T22:18:30.5671428Z 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-01-31T22:18:30.5672891Z 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-01-31T22:18:30.5674364Z 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-01-31T22:18:30.5676093Z 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-01-31T22:18:30.5677647Z 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-01-31T22:18:30.5678931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-01-31T22:18:30.5680021Z 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-01-31T22:18:30.5681082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-01-31T22:18:30.5682046Z 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-01-31T22:18:30.5683446Z 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-01-31T22:18:30.5684861Z 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-01-31T22:18:30.5685850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-01-31T22:18:30.5687453Z 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-01-31T22:18:30.5688526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-01-31T22:18:30.5689444Z 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-01-31T22:18:30.5690382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-01-31T22:18:30.5691104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-01-31T22:18:30.5692284Z 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-01-31T22:18:30.5693829Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-01-31T22:18:30.5694724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-01-31T22:18:30.5696193Z 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-01-31T22:18:30.5698281Z 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-01-31T22:18:30.5699768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-01-31T22:18:30.5701303Z 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-01-31T22:18:30.5703372Z 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-01-31T22:18:30.5705306Z 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-01-31T22:18:30.5707360Z 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-01-31T22:18:30.5709288Z 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-01-31T22:18:30.5711195Z 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-01-31T22:18:30.5713104Z 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-01-31T22:18:30.5714977Z 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-01-31T22:18:30.5717199Z 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-01-31T22:18:30.5719219Z 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-01-31T22:18:30.5721248Z 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-01-31T22:18:30.5723304Z 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-01-31T22:18:30.5725268Z 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-01-31T22:18:30.5727170Z 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-01-31T22:18:30.5729154Z 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-01-31T22:18:30.5731058Z 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-01-31T22:18:30.5732961Z 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-01-31T22:18:30.5734888Z 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-01-31T22:18:30.5736820Z 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-01-31T22:18:30.5738753Z 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-01-31T22:18:30.5740659Z 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-01-31T22:18:30.5742551Z 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-01-31T22:18:30.5744473Z 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-01-31T22:18:30.5746384Z 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-01-31T22:18:30.5748395Z 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-01-31T22:18:30.5750284Z 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-01-31T22:18:30.5752211Z 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-01-31T22:18:30.5754092Z 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-01-31T22:18:30.5756255Z 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-01-31T22:18:30.5758242Z 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-01-31T22:18:30.5760294Z 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-01-31T22:18:30.5762275Z 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-01-31T22:18:30.5764245Z 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-01-31T22:18:30.5766174Z 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-01-31T22:18:30.5767516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-01-31T22:18:30.5768378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-01-31T22:18:30.5769921Z 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-01-31T22:18:30.5771368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-01-31T22:18:30.5772799Z 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-01-31T22:18:30.5774197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-01-31T22:18:30.5775472Z 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-01-31T22:18:30.5776603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-01-31T22:18:30.5777573Z 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-01-31T22:18:30.5778857Z 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-01-31T22:18:30.5780146Z 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-01-31T22:18:30.5781481Z 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-01-31T22:18:30.5782679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-01-31T22:18:30.5783978Z 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-01-31T22:18:30.5785793Z 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-01-31T22:18:30.5787065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-01-31T22:18:30.5788198Z 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-01-31T22:18:30.5789716Z 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-01-31T22:18:30.5791189Z 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-01-31T22:18:30.5792689Z 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-01-31T22:18:30.5794539Z 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-01-31T22:18:30.5796158Z 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-01-31T22:18:30.5797688Z 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-01-31T22:18:30.5799217Z 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-01-31T22:18:30.5800722Z 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-01-31T22:18:30.5802214Z 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-01-31T22:18:30.5803271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-01-31T22:18:30.5804171Z 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-01-31T22:18:30.5805428Z 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-01-31T22:18:30.5806806Z 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-01-31T22:18:30.5807873Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-01-31T22:18:30.5808826Z 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-01-31T22:18:30.5810335Z 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-01-31T22:18:30.5811410Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-01-31T22:18:30.5812806Z 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-01-31T22:18:30.5814493Z 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-01-31T22:18:30.5815935Z 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-01-31T22:18:30.5817387Z 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-01-31T22:18:30.5818394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-01-31T22:18:30.5819326Z 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-01-31T22:18:30.5820269Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-01-31T22:18:30.5821332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:18:30.5822812Z 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-01-31T22:18:30.5824268Z 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-01-31T22:18:30.5825787Z 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-01-31T22:18:30.5827203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:18:30.5828653Z 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-01-31T22:18:30.5830126Z 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-01-31T22:18:30.5831584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:18:30.5832957Z 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-01-31T22:18:30.5834422Z 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-01-31T22:18:30.5836052Z 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-01-31T22:18:30.5837526Z 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-01-31T22:18:30.5839030Z 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-01-31T22:18:30.5840457Z 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-01-31T22:18:30.5841894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-01-31T22:18:30.5843269Z 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-01-31T22:18:30.5844666Z 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-01-31T22:18:30.5846100Z 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-01-31T22:18:30.5847562Z 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-01-31T22:18:30.5849107Z 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-01-31T22:18:30.5850494Z 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-01-31T22:18:30.5851894Z 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-01-31T22:18:30.5853303Z 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-01-31T22:18:30.5854709Z 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-01-31T22:18:30.5856044Z 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-01-31T22:18:30.5856987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-01-31T22:18:30.5857964Z 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-01-31T22:18:30.5859335Z 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-01-31T22:18:30.5860695Z 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-01-31T22:18:30.5862163Z 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-01-31T22:18:30.5863563Z 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-01-31T22:18:30.5864915Z 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-01-31T22:18:30.5866336Z 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-01-31T22:18:30.5867721Z 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-01-31T22:18:30.5869090Z 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-01-31T22:18:30.5870428Z 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-01-31T22:18:30.5871776Z 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-01-31T22:18:30.5873121Z 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-01-31T22:18:30.5874488Z 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-01-31T22:18:30.5876164Z 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-01-31T22:18:30.5877590Z 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-01-31T22:18:30.5879031Z 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-01-31T22:18:30.5880447Z 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-01-31T22:18:30.5881850Z 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-01-31T22:18:30.5883247Z 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-01-31T22:18:30.5884624Z 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-01-31T22:18:30.5886204Z 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-01-31T22:18:30.5887603Z 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-01-31T22:18:30.5889052Z 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-01-31T22:18:30.5890419Z 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-01-31T22:18:30.5891847Z 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-01-31T22:18:30.5893216Z 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-01-31T22:18:30.5895081Z 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-01-31T22:18:30.5896502Z 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-01-31T22:18:30.5897919Z 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-01-31T22:18:30.5899328Z 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-01-31T22:18:30.5900762Z 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-01-31T22:18:30.5902195Z 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-01-31T22:18:30.5903579Z 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-01-31T22:18:30.5904962Z 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-01-31T22:18:30.5906372Z 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-01-31T22:18:30.5907862Z 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-01-31T22:18:30.5909214Z 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-01-31T22:18:30.5910558Z 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-01-31T22:18:30.5911924Z 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-01-31T22:18:30.5913310Z 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-01-31T22:18:30.5914669Z 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-01-31T22:18:30.5916247Z 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-01-31T22:18:30.5917627Z 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-01-31T22:18:30.5919010Z 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-01-31T22:18:30.5920521Z 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-01-31T22:18:30.5921925Z 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-01-31T22:18:30.5923918Z 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-01-31T22:18:30.5925326Z 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-01-31T22:18:30.5926743Z 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-01-31T22:18:30.5928152Z 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-01-31T22:18:30.5929568Z 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-01-31T22:18:30.5930997Z 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-01-31T22:18:30.5932432Z 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-01-31T22:18:30.5934278Z 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-01-31T22:18:30.5945594Z 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-01-31T22:18:30.5947015Z 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-01-31T22:18:30.5948402Z 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-01-31T22:18:30.5949806Z 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-01-31T22:18:30.5951254Z 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-01-31T22:18:30.5952648Z 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-01-31T22:18:30.5954004Z 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-01-31T22:18:30.5955474Z 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-01-31T22:18:30.5957058Z 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-01-31T22:18:30.5958483Z 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-01-31T22:18:30.5960011Z 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-01-31T22:18:30.5961389Z 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-01-31T22:18:30.5962862Z 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-01-31T22:18:30.5963518Z 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-01-31T22:18:30.5964222Z 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-01-31T22:18:30.5964917Z 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-01-31T22:18:30.5965588Z 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-01-31T22:18:30.5966229Z 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-01-31T22:18:30.5966484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-01-31T22:18:30.5967125Z 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-01-31T22:18:30.5967385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-01-31T22:18:30.5968185Z 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-01-31T22:18:30.5968858Z 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-01-31T22:18:30.5969496Z 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-01-31T22:18:30.5969753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-01-31T22:18:30.5970408Z 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-01-31T22:18:30.5971198Z 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-01-31T22:18:30.5972529Z 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-01-31T22:18:30.5973199Z 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-01-31T22:18:30.5973516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-01-31T22:18:30.5974342Z 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-01-31T22:18:30.5974622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-01-31T22:18:30.5975394Z 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-01-31T22:18:30.5976129Z 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-01-31T22:18:30.5976914Z 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-01-31T22:18:30.5977150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-01-31T22:18:30.5977773Z 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-01-31T22:18:30.5978425Z 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-01-31T22:18:30.5979039Z 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-01-31T22:18:30.5979278Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-01-31T22:18:30.5979911Z 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-01-31T22:18:30.5980639Z 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-01-31T22:18:30.5980867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-01-31T22:18:30.5981103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-01-31T22:18:30.5981716Z 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-01-31T22:18:30.5981939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-01-31T22:18:30.5982500Z 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-01-31T22:18:30.5983107Z 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-01-31T22:18:30.5983711Z 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-01-31T22:18:30.5984315Z 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-01-31T22:18:30.5984969Z 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-01-31T22:18:30.5985759Z 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-01-31T22:18:30.5986370Z 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-01-31T22:18:30.5986980Z 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-01-31T22:18:30.5987631Z 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-01-31T22:18:30.5988214Z 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-01-31T22:18:30.5988824Z 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-01-31T22:18:30.5989437Z 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-01-31T22:18:30.5990085Z 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-01-31T22:18:30.5990335Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-01-31T22:18:30.5991048Z 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-01-31T22:18:30.5991261Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-01-31T22:18:30.5991777Z 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-01-31T22:18:30.5992334Z 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-01-31T22:18:30.5992878Z 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-01-31T22:18:30.5993565Z 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-01-31T22:18:30.5994348Z 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-01-31T22:18:30.5994588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-01-31T22:18:30.5995250Z 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-01-31T22:18:30.5995912Z 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-01-31T22:18:30.5996583Z 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-01-31T22:18:30.5997222Z 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-01-31T22:18:30.5997899Z 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-01-31T22:18:30.5998544Z 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-01-31T22:18:30.5999190Z 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-01-31T22:18:30.5999449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-01-31T22:18:30.6000164Z 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-01-31T22:18:30.6000516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-01-31T22:18:30.6001232Z 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-01-31T22:18:30.6001468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-01-31T22:18:30.6002742Z 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-01-31T22:18:30.6003009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-01-31T22:18:30.6003293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-01-31T22:18:30.6003608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.6004452Z 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-01-31T22:18:30.6005263Z 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-01-31T22:18:30.6006052Z 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-01-31T22:18:30.6006829Z 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-01-31T22:18:30.6007739Z 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-01-31T22:18:30.6008488Z 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-01-31T22:18:30.6009348Z 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-01-31T22:18:30.6010133Z 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-01-31T22:18:30.6010906Z 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-01-31T22:18:30.6011662Z 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-01-31T22:18:30.6012410Z 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-01-31T22:18:30.6013170Z 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-01-31T22:18:30.6013922Z 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-01-31T22:18:30.6014792Z 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-01-31T22:18:30.6015610Z 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-01-31T22:18:30.6016424Z 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-01-31T22:18:30.6017297Z 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-01-31T22:18:30.6018058Z 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-01-31T22:18:30.6018865Z 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-01-31T22:18:30.6019724Z 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-01-31T22:18:30.6020527Z 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-01-31T22:18:30.6021289Z 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-01-31T22:18:30.6022057Z 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-01-31T22:18:30.6022796Z 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-01-31T22:18:30.6023533Z 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-01-31T22:18:30.6024301Z 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-01-31T22:18:30.6025073Z 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-01-31T22:18:30.6025844Z 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-01-31T22:18:30.6026645Z 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-01-31T22:18:30.6027418Z 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-01-31T22:18:30.6028223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.6029060Z 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-01-31T22:18:30.6030616Z 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-01-31T22:18:30.6031634Z 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-01-31T22:18:30.6032434Z 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-01-31T22:18:30.6033221Z 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-01-31T22:18:30.6033980Z 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-01-31T22:18:30.6034792Z 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-01-31T22:18:30.6035679Z 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-01-31T22:18:30.6036480Z 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-01-31T22:18:30.6037261Z 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-01-31T22:18:30.6038051Z 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-01-31T22:18:30.6038867Z 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-01-31T22:18:30.6039645Z 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-01-31T22:18:30.6040467Z 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-01-31T22:18:30.6041290Z 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-01-31T22:18:30.6042113Z 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-01-31T22:18:30.6042974Z 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-01-31T22:18:30.6043836Z 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-01-31T22:18:30.6044651Z 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-01-31T22:18:30.6045506Z 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-01-31T22:18:30.6046323Z 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-01-31T22:18:30.6047130Z 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-01-31T22:18:30.6048057Z 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-01-31T22:18:30.6048834Z 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-01-31T22:18:30.6049662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.6050436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-01-31T22:18:30.6051193Z 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-01-31T22:18:30.6051947Z 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-01-31T22:18:30.6052755Z 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-01-31T22:18:30.6053498Z 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-01-31T22:18:30.6053760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-01-31T22:18:30.6054474Z 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-01-31T22:18:30.6055178Z 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-01-31T22:18:30.6055895Z 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-01-31T22:18:30.6056559Z 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-01-31T22:18:30.6056783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-01-31T22:18:30.6057454Z 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-01-31T22:18:30.6058081Z 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-01-31T22:18:30.6058720Z 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-01-31T22:18:30.6059041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-01-31T22:18:30.6059663Z 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-01-31T22:18:30.6060355Z 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-01-31T22:18:30.6061079Z 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-01-31T22:18:30.6061368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-01-31T22:18:30.6062076Z 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-01-31T22:18:30.6062787Z 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-01-31T22:18:30.6063520Z 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-01-31T22:18:30.6064253Z 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-01-31T22:18:30.6065013Z 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-01-31T22:18:30.6065713Z 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-01-31T22:18:30.6065960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-01-31T22:18:30.6066624Z 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-01-31T22:18:30.6066882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-01-31T22:18:30.6067156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-01-31T22:18:30.6067835Z 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-01-31T22:18:30.6068158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-01-31T22:18:30.6068526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-01-31T22:18:30.6069415Z 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-01-31T22:18:30.6070340Z 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-01-31T22:18:30.6071204Z 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-01-31T22:18:30.6072107Z 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-01-31T22:18:30.6072952Z 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-01-31T22:18:30.6073780Z 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-01-31T22:18:30.6074667Z 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-01-31T22:18:30.6075094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-01-31T22:18:30.6076278Z 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-01-31T22:18:30.6076646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-01-31T22:18:30.6077046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-01-31T22:18:30.6077525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-01-31T22:18:30.6078637Z 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-01-31T22:18:30.6078881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-01-31T22:18:30.6079145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-01-31T22:18:30.6079435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-01-31T22:18:30.6080367Z 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-01-31T22:18:30.6081140Z 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-01-31T22:18:30.6082054Z 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-01-31T22:18:30.6082817Z 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-01-31T22:18:30.6083680Z 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-01-31T22:18:30.6084429Z 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-01-31T22:18:30.6084645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-01-31T22:18:30.6085200Z 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-01-31T22:18:30.6085855Z 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-01-31T22:18:30.6086097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-01-31T22:18:30.6086707Z 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-01-31T22:18:30.6087417Z 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-01-31T22:18:30.6088087Z 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-01-31T22:18:30.6088732Z 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-01-31T22:18:30.6089359Z 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-01-31T22:18:30.6090063Z 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-01-31T22:18:30.6090697Z 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-01-31T22:18:30.6091359Z 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-01-31T22:18:30.6092029Z 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-01-31T22:18:30.6092677Z 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-01-31T22:18:30.6093477Z 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-01-31T22:18:30.6094137Z 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-01-31T22:18:30.6094770Z 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-01-31T22:18:30.6095028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-01-31T22:18:30.6095703Z 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-01-31T22:18:30.6096362Z 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-01-31T22:18:30.6097091Z 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-01-31T22:18:30.6097735Z 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-01-31T22:18:30.6098451Z 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-01-31T22:18:30.6099132Z 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-01-31T22:18:30.6099761Z 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-01-31T22:18:30.6100396Z 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-01-31T22:18:30.6101066Z 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-01-31T22:18:30.6101708Z 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-01-31T22:18:30.6102365Z 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-01-31T22:18:30.6103074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-01-31T22:18:30.6103715Z 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-01-31T22:18:30.6104432Z 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-01-31T22:18:30.6105138Z 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-01-31T22:18:30.6105774Z 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-01-31T22:18:30.6106515Z 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-01-31T22:18:30.6107163Z 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-01-31T22:18:30.6107798Z 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-01-31T22:18:30.6108440Z 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-01-31T22:18:30.6109073Z 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-01-31T22:18:30.6109767Z 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-01-31T22:18:30.6110483Z 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-01-31T22:18:30.6111121Z 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-01-31T22:18:30.6111809Z 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-01-31T22:18:30.6112436Z 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-01-31T22:18:30.6113068Z 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-01-31T22:18:30.6113713Z 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-01-31T22:18:30.6114339Z 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-01-31T22:18:30.6114978Z 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-01-31T22:18:30.6115838Z 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-01-31T22:18:30.6116539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-01-31T22:18:30.6117187Z 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-01-31T22:18:30.6117827Z 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-01-31T22:18:30.6118480Z 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-01-31T22:18:30.6119131Z 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-01-31T22:18:30.6119783Z 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-01-31T22:18:30.6120442Z 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-01-31T22:18:30.6121096Z 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-01-31T22:18:30.6121743Z 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-01-31T22:18:30.6122404Z 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-01-31T22:18:30.6123061Z 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-01-31T22:18:30.6123811Z 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-01-31T22:18:30.6124529Z 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-01-31T22:18:30.6125213Z 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-01-31T22:18:30.6125859Z 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-01-31T22:18:30.6136787Z 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-01-31T22:18:30.6137040Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-01-31T22:18:30.6138307Z 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-01-31T22:18:30.6139013Z 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-01-31T22:18:30.6139338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-01-31T22:18:30.6140042Z 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-01-31T22:18:30.6140775Z 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-01-31T22:18:30.6141551Z 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-01-31T22:18:30.6142281Z 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-01-31T22:18:30.6143057Z 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-01-31T22:18:30.6143801Z 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-01-31T22:18:30.6144090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-01-31T22:18:30.6144834Z 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-01-31T22:18:30.6145540Z 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-01-31T22:18:30.6145797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-01-31T22:18:30.6146485Z 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-01-31T22:18:30.6147202Z 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-01-31T22:18:30.6147546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-01-31T22:18:30.6148291Z 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-01-31T22:18:30.6149169Z 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-01-31T22:18:30.6149924Z 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-01-31T22:18:30.6150604Z 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-01-31T22:18:30.6150839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-01-31T22:18:30.6151462Z 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-01-31T22:18:30.6152131Z 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-01-31T22:18:30.6152392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-01-31T22:18:30.6153075Z 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-01-31T22:18:30.6153707Z 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-01-31T22:18:30.6154380Z 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-01-31T22:18:30.6155070Z 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-01-31T22:18:30.6155984Z 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-01-31T22:18:30.6156700Z 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-01-31T22:18:30.6157388Z 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-01-31T22:18:30.6158079Z 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-01-31T22:18:30.6158763Z 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-01-31T22:18:30.6159425Z 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-01-31T22:18:30.6160128Z 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-01-31T22:18:30.6160865Z 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-01-31T22:18:30.6161510Z 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-01-31T22:18:30.6161756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-01-31T22:18:30.6162385Z 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-01-31T22:18:30.6163072Z 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-01-31T22:18:30.6163730Z 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-01-31T22:18:30.6164399Z 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-01-31T22:18:30.6165023Z 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-01-31T22:18:30.6165651Z 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-01-31T22:18:30.6166295Z 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-01-31T22:18:30.6166931Z 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-01-31T22:18:30.6167583Z 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-01-31T22:18:30.6192402Z 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-01-31T22:18:30.6193067Z 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-01-31T22:18:30.6194016Z 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-01-31T22:18:30.6194665Z 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-01-31T22:18:30.6195414Z 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-01-31T22:18:30.6196069Z 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-01-31T22:18:30.6196732Z 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-01-31T22:18:30.6197379Z 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-01-31T22:18:30.6198018Z 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-01-31T22:18:30.6198847Z 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-01-31T22:18:30.6199495Z 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-01-31T22:18:30.6200160Z 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-01-31T22:18:30.6200887Z 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-01-31T22:18:30.6201542Z 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-01-31T22:18:30.6202197Z 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-01-31T22:18:30.6202838Z 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-01-31T22:18:30.6203499Z 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-01-31T22:18:30.6204127Z 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-01-31T22:18:30.6204772Z 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-01-31T22:18:30.6205468Z 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-01-31T22:18:30.6206103Z 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-01-31T22:18:30.6206748Z 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-01-31T22:18:30.6207384Z 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-01-31T22:18:30.6208139Z 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-01-31T22:18:30.6208780Z 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-01-31T22:18:30.6209414Z 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-01-31T22:18:30.6210031Z 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-01-31T22:18:30.6210660Z 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-01-31T22:18:30.6211339Z 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-01-31T22:18:30.6212648Z 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-01-31T22:18:30.6212925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-01-31T22:18:30.6213632Z 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-01-31T22:18:30.6214382Z 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-01-31T22:18:30.6215128Z 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-01-31T22:18:30.6215827Z 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-01-31T22:18:30.6216532Z 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-01-31T22:18:30.6217233Z 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-01-31T22:18:30.6217944Z 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-01-31T22:18:30.6218216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-01-31T22:18:30.6218954Z 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-01-31T22:18:30.6219682Z 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-01-31T22:18:30.6220407Z 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-01-31T22:18:30.6220707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-01-31T22:18:30.6221471Z 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-01-31T22:18:30.6222213Z 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-01-31T22:18:30.6222473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-01-31T22:18:30.6223103Z 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-01-31T22:18:30.6250045Z 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-01-31T22:18:30.6250842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-01-31T22:18:30.6251739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-01-31T22:18:30.6253897Z 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-01-31T22:18:30.6254622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-01-31T22:18:30.6254973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-01-31T22:18:30.6255782Z 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-01-31T22:18:30.6256637Z 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-01-31T22:18:30.6257442Z 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-01-31T22:18:30.6257757Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-01-31T22:18:30.6258111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-01-31T22:18:30.6258922Z 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-01-31T22:18:30.6259728Z 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-01-31T22:18:30.6260009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-01-31T22:18:30.6260712Z 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-01-31T22:18:30.6261410Z 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-01-31T22:18:30.6261702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-01-31T22:18:30.6262427Z 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-01-31T22:18:30.6262763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-01-31T22:18:30.6263606Z 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-01-31T22:18:30.6264477Z 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-01-31T22:18:30.6265313Z 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-01-31T22:18:30.6265637Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-01-31T22:18:30.6265973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-01-31T22:18:30.6266792Z 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-01-31T22:18:30.6267645Z 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-01-31T22:18:30.6268354Z 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-01-31T22:18:30.6268673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-01-31T22:18:30.6269500Z 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-01-31T22:18:30.6270246Z 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-01-31T22:18:30.6270548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-01-31T22:18:30.6270875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-01-31T22:18:30.6271680Z 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-01-31T22:18:30.6272508Z 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-01-31T22:18:30.6273381Z 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-01-31T22:18:30.6274205Z 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-01-31T22:18:30.6274527Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-01-31T22:18:30.6275348Z 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-01-31T22:18:30.6276292Z 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-01-31T22:18:30.6277095Z 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-01-31T22:18:30.6277969Z 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-01-31T22:18:30.6278823Z 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-01-31T22:18:30.6279710Z 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-01-31T22:18:30.6280611Z 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-01-31T22:18:30.6281575Z 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-01-31T22:18:30.6282446Z 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-01-31T22:18:30.6283332Z 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-01-31T22:18:30.6292506Z 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-01-31T22:18:30.6293540Z 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-01-31T22:18:30.6294397Z 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-01-31T22:18:30.6295240Z 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-01-31T22:18:30.6296145Z 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-01-31T22:18:30.6297015Z 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-01-31T22:18:30.6297947Z 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-01-31T22:18:30.6298840Z 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-01-31T22:18:30.6299688Z 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-01-31T22:18:30.6300537Z 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-01-31T22:18:30.6301377Z 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-01-31T22:18:30.6302229Z 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-01-31T22:18:30.6303095Z 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-01-31T22:18:30.6304141Z 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-01-31T22:18:30.6305021Z 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-01-31T22:18:30.6305875Z 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-01-31T22:18:30.6306880Z 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-01-31T22:18:30.6307208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-01-31T22:18:30.6308009Z 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-01-31T22:18:30.6308807Z 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-01-31T22:18:30.6309610Z 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-01-31T22:18:30.6310433Z 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-01-31T22:18:30.6311280Z 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-01-31T22:18:30.6312072Z 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-01-31T22:18:30.6312870Z 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-01-31T22:18:30.6313666Z 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-01-31T22:18:30.6314469Z 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-01-31T22:18:30.6315321Z 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-01-31T22:18:30.6316307Z 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-01-31T22:18:30.6317186Z 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-01-31T22:18:30.6317963Z 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-01-31T22:18:30.6318869Z 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-01-31T22:18:30.6319667Z 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-01-31T22:18:30.6320490Z 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-01-31T22:18:30.6321311Z 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-01-31T22:18:30.6322151Z 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-01-31T22:18:30.6322974Z 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-01-31T22:18:30.6323773Z 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-01-31T22:18:30.6339721Z 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-01-31T22:18:30.6342236Z 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-01-31T22:18:30.6344731Z 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-01-31T22:18:30.6345832Z 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-01-31T22:18:30.6346618Z 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-01-31T22:18:30.6347392Z 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-01-31T22:18:30.6348198Z 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-01-31T22:18:30.6349001Z 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-01-31T22:18:30.6349784Z 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-01-31T22:18:30.6350580Z 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-01-31T22:18:30.6351433Z 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-01-31T22:18:30.6352196Z 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-01-31T22:18:30.6353058Z 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-01-31T22:18:30.6353872Z 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-01-31T22:18:30.6354689Z 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-01-31T22:18:30.6355715Z 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-01-31T22:18:30.6356529Z 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-01-31T22:18:30.6357371Z 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-01-31T22:18:30.6358187Z 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-01-31T22:18:30.6359068Z 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-01-31T22:18:30.6359852Z 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-01-31T22:18:30.6360644Z 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-01-31T22:18:30.6361427Z 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-01-31T22:18:30.6362226Z 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-01-31T22:18:30.6363006Z 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-01-31T22:18:30.6363823Z 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-01-31T22:18:30.6364668Z 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-01-31T22:18:30.6365573Z 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-01-31T22:18:30.6366401Z 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-01-31T22:18:30.6367303Z 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-01-31T22:18:30.6368266Z 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-01-31T22:18:30.6369098Z 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-01-31T22:18:30.6369930Z 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-01-31T22:18:30.6370765Z 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-01-31T22:18:30.6371590Z 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-01-31T22:18:30.6372432Z 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-01-31T22:18:30.6373265Z 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-01-31T22:18:30.6374101Z 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-01-31T22:18:30.6391483Z 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-01-31T22:18:30.6392364Z 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-01-31T22:18:30.6393207Z 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-01-31T22:18:30.6394371Z 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-01-31T22:18:30.6395238Z 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-01-31T22:18:30.6396244Z 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-01-31T22:18:30.6397101Z 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-01-31T22:18:30.6397942Z 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-01-31T22:18:30.6398876Z 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-01-31T22:18:30.6399671Z 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-01-31T22:18:30.6400452Z 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-01-31T22:18:30.6401292Z 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-01-31T22:18:30.6402104Z 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-01-31T22:18:30.6402910Z 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-01-31T22:18:30.6403693Z 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-01-31T22:18:30.6404479Z 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-01-31T22:18:30.6405238Z 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-01-31T22:18:30.6405493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-01-31T22:18:30.6406105Z 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-01-31T22:18:30.6406725Z 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-01-31T22:18:30.6407332Z 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-01-31T22:18:30.6408087Z 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-01-31T22:18:30.6408306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-01-31T22:18:30.6408525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-01-31T22:18:30.6409072Z 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-01-31T22:18:30.6409728Z 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-01-31T22:18:30.6409992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-01-31T22:18:30.6410634Z 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-01-31T22:18:30.6411372Z 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-01-31T22:18:30.6412034Z 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-01-31T22:18:30.6412694Z 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-01-31T22:18:30.6413365Z 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-01-31T22:18:30.6414063Z 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-01-31T22:18:30.6414735Z 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-01-31T22:18:30.6415428Z 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-01-31T22:18:30.6416102Z 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-01-31T22:18:30.6416803Z 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-01-31T22:18:30.6417456Z 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-01-31T22:18:30.6418109Z 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-01-31T22:18:30.6418782Z 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-01-31T22:18:30.6419446Z 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-01-31T22:18:30.6420084Z 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-01-31T22:18:30.6420764Z 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-01-31T22:18:30.6421423Z 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-01-31T22:18:30.6422085Z 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-01-31T22:18:30.6455157Z 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-01-31T22:18:30.6455916Z 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-01-31T22:18:30.6456187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-01-31T22:18:30.6456907Z 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-01-31T22:18:30.6457619Z 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-01-31T22:18:30.6457903Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-01-31T22:18:30.6458662Z 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-01-31T22:18:30.6459413Z 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-01-31T22:18:30.6460128Z 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-01-31T22:18:30.6460384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-01-31T22:18:30.6461004Z 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-01-31T22:18:30.6461677Z 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-01-31T22:18:30.6462339Z 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-01-31T22:18:30.6462981Z 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-01-31T22:18:30.6463643Z 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-01-31T22:18:30.6464289Z 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-01-31T22:18:30.6464936Z 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-01-31T22:18:30.6465182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-01-31T22:18:30.6465810Z 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-01-31T22:18:30.6466566Z 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-01-31T22:18:30.6466806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-01-31T22:18:30.6467087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-01-31T22:18:30.6467746Z 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-01-31T22:18:30.6468518Z 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-01-31T22:18:30.6468800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-01-31T22:18:30.6469464Z 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-01-31T22:18:30.6470257Z 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-01-31T22:18:30.6470522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-01-31T22:18:30.6471190Z 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-01-31T22:18:30.6471918Z 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-01-31T22:18:30.6472166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-01-31T22:18:30.6472875Z 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-01-31T22:18:30.6473559Z 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-01-31T22:18:30.6473818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-01-31T22:18:30.6474136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-01-31T22:18:30.6474901Z 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-01-31T22:18:30.6475282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-01-31T22:18:30.6476237Z 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-01-31T22:18:30.6476914Z 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-01-31T22:18:30.6477148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-01-31T22:18:30.6477382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-01-31T22:18:30.6477961Z 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-01-31T22:18:30.6478568Z 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-01-31T22:18:30.6479190Z 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-01-31T22:18:30.6479822Z 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-01-31T22:18:30.6480412Z 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-01-31T22:18:30.6481099Z 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-01-31T22:18:30.6481737Z 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-01-31T22:18:30.6482361Z 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-01-31T22:18:30.6483750Z 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-01-31T22:18:30.6484345Z 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-01-31T22:18:30.6484945Z 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-01-31T22:18:30.6485539Z 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-01-31T22:18:30.6517814Z 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-01-31T22:18:30.6518586Z 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-01-31T22:18:30.6519200Z 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-01-31T22:18:30.6519791Z 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-01-31T22:18:30.6520073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-01-31T22:18:30.6520788Z 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-01-31T22:18:30.6521483Z 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-01-31T22:18:30.6522183Z 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-01-31T22:18:30.6522868Z 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-01-31T22:18:30.6523130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-01-31T22:18:30.6523837Z 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-01-31T22:18:30.6524527Z 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-01-31T22:18:30.6525211Z 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-01-31T22:18:30.6525894Z 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-01-31T22:18:30.6526761Z 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-01-31T22:18:30.6527477Z 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-01-31T22:18:30.6528276Z 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-01-31T22:18:30.6529049Z 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-01-31T22:18:30.6529647Z 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-01-31T22:18:30.6530285Z 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-01-31T22:18:30.6530913Z 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-01-31T22:18:30.6531150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-01-31T22:18:30.6531769Z 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-01-31T22:18:30.6532387Z 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-01-31T22:18:30.6532993Z 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-01-31T22:18:30.6533607Z 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-01-31T22:18:30.6533839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-01-31T22:18:30.6534445Z 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-01-31T22:18:30.6535077Z 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-01-31T22:18:30.6535262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-01-31T22:18:30.6535712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-01-31T22:18:30.6535912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-01-31T22:18:30.6536409Z 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-01-31T22:18:30.6536949Z 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-01-31T22:18:30.6537465Z 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-01-31T22:18:30.6537991Z 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-01-31T22:18:30.6538560Z 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-01-31T22:18:30.6539140Z 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-01-31T22:18:30.6539665Z 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-01-31T22:18:30.6539886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-01-31T22:18:30.6540495Z 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-01-31T22:18:30.6541124Z 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-01-31T22:18:30.6541742Z 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-01-31T22:18:30.6542390Z 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-01-31T22:18:30.6542570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-01-31T22:18:30.6542791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-01-31T22:18:30.6543309Z 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-01-31T22:18:30.6543862Z 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-01-31T22:18:30.6544406Z 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-01-31T22:18:30.6544961Z 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-01-31T22:18:30.6545219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-01-31T22:18:30.6545826Z 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-01-31T22:18:30.6549388Z 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-01-31T22:18:30.6549638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-01-31T22:18:30.6578656Z 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-01-31T22:18:30.6580444Z 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-01-31T22:18:30.6581294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-01-31T22:18:30.6582194Z 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-01-31T22:18:30.6582848Z 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-01-31T22:18:30.6583230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-01-31T22:18:30.6584078Z 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-01-31T22:18:30.6585032Z 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-01-31T22:18:30.6585881Z 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-01-31T22:18:30.6586763Z 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-01-31T22:18:30.6587538Z 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-01-31T22:18:30.6588383Z 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-01-31T22:18:30.6588639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-01-31T22:18:30.6589273Z 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-01-31T22:18:30.6589916Z 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-01-31T22:18:30.6590171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-01-31T22:18:30.6590797Z 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-01-31T22:18:30.6591421Z 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-01-31T22:18:30.6591675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-01-31T22:18:30.6592299Z 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-01-31T22:18:30.6592987Z 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-01-31T22:18:30.6593219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-01-31T22:18:30.6594161Z 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-01-31T22:18:30.6594773Z 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-01-31T22:18:30.6595473Z 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-01-31T22:18:30.6596090Z 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-01-31T22:18:30.6596726Z 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-01-31T22:18:30.6597325Z 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-01-31T22:18:30.6598115Z 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-01-31T22:18:30.6598727Z 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-01-31T22:18:30.6599365Z 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-01-31T22:18:30.6600000Z 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-01-31T22:18:30.6600576Z 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-01-31T22:18:30.6600844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-01-31T22:18:30.6601522Z 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-01-31T22:18:30.6602210Z 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-01-31T22:18:30.6602510Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-01-31T22:18:30.6603241Z 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-01-31T22:18:30.6603975Z 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-01-31T22:18:30.6604721Z 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-01-31T22:18:30.6605468Z 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-01-31T22:18:30.6605793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-01-31T22:18:30.6606441Z 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-01-31T22:18:30.6607127Z 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-01-31T22:18:30.6607900Z 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-01-31T22:18:30.6608224Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-01-31T22:18:30.6608986Z 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-01-31T22:18:30.6609842Z 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-01-31T22:18:30.6610628Z 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-01-31T22:18:30.6629601Z 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-01-31T22:18:30.6630440Z 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-01-31T22:18:30.6631322Z 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-01-31T22:18:30.6632126Z 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-01-31T22:18:30.6632929Z 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-01-31T22:18:30.6633757Z 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-01-31T22:18:30.6634546Z 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-01-31T22:18:30.6635404Z 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-01-31T22:18:30.6636178Z 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-01-31T22:18:30.6636971Z 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-01-31T22:18:30.6637800Z 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-01-31T22:18:30.6638688Z 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-01-31T22:18:30.6639562Z 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-01-31T22:18:30.6640376Z 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-01-31T22:18:30.6640631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-01-31T22:18:30.6641394Z 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-01-31T22:18:30.6642085Z 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-01-31T22:18:30.6642354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-01-31T22:18:30.6643122Z 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-01-31T22:18:30.6643391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-01-31T22:18:30.6644057Z 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-01-31T22:18:30.6644411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-01-31T22:18:30.6645164Z 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-01-31T22:18:30.6645981Z 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-01-31T22:18:30.6646738Z 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-01-31T22:18:30.6647542Z 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-01-31T22:18:30.6647955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-01-31T22:18:30.6648651Z 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-01-31T22:18:30.6649374Z 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-01-31T22:18:30.6650102Z 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-01-31T22:18:30.6650805Z 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-01-31T22:18:30.6651162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-01-31T22:18:30.6651900Z 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-01-31T22:18:30.6652254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-01-31T22:18:30.6653039Z 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-01-31T22:18:30.6653874Z 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-01-31T22:18:30.6654216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-01-31T22:18:30.6654978Z 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-01-31T22:18:30.6655799Z 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-01-31T22:18:30.6656157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-01-31T22:18:30.6656961Z 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-01-31T22:18:30.6657842Z 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-01-31T22:18:30.6658074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-01-31T22:18:30.6658643Z 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-01-31T22:18:30.6659246Z 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-01-31T22:18:30.6696943Z 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-01-31T22:18:30.6698752Z 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-01-31T22:18:30.6699552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-01-31T22:18:30.6701352Z 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-01-31T22:18:30.6701997Z 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-01-31T22:18:30.6702258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-01-31T22:18:30.6702835Z 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-01-31T22:18:30.6703412Z 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-01-31T22:18:30.6703798Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-01-31T22:18:30.6704433Z 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-01-31T22:18:30.6705072Z 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-01-31T22:18:30.6705340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-01-31T22:18:30.6705984Z 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-01-31T22:18:30.6706623Z 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-01-31T22:18:30.6706894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-01-31T22:18:30.6707526Z 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-01-31T22:18:30.6708275Z 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-01-31T22:18:30.6708629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-01-31T22:18:30.6709304Z 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-01-31T22:18:30.6709554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-01-31T22:18:30.6710196Z 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-01-31T22:18:30.6710793Z 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-01-31T22:18:30.6711414Z 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-01-31T22:18:30.6712040Z 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-01-31T22:18:30.6712692Z 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-01-31T22:18:30.6712925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-01-31T22:18:30.6713501Z 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-01-31T22:18:30.6714088Z 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-01-31T22:18:30.6714317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-01-31T22:18:30.6714879Z 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-01-31T22:18:30.6715704Z 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-01-31T22:18:30.6716084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-01-31T22:18:30.6716757Z 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-01-31T22:18:30.6717422Z 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-01-31T22:18:30.6717676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-01-31T22:18:30.6718281Z 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-01-31T22:18:30.6718888Z 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-01-31T22:18:30.6719148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-01-31T22:18:30.6719780Z 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-01-31T22:18:30.6720417Z 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-01-31T22:18:30.6720596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-01-31T22:18:30.6721091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6721532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6721961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6722436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6722877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6723333Z 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-01-31T22:18:30.6723796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6724217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6724635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6725095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6725585Z 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-01-31T22:18:30.6726018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6726487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6726917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6727367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6727955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6728386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6756590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6757175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6757632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6758055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6758479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6758911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6759319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.6759537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-01-31T22:18:30.6760055Z 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-01-31T22:18:30.6760686Z 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-01-31T22:18:30.6761214Z 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-01-31T22:18:30.6761777Z 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-01-31T22:18:30.6762296Z 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-01-31T22:18:30.6762818Z 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-01-31T22:18:30.6763375Z 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-01-31T22:18:30.6763894Z 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-01-31T22:18:30.6764120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-01-31T22:18:30.6764676Z 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-01-31T22:18:30.6765235Z 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-01-31T22:18:30.6765825Z 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-01-31T22:18:30.6766408Z 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-01-31T22:18:30.6766948Z 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-01-31T22:18:30.6767481Z 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-01-31T22:18:30.6767717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-01-31T22:18:30.6768268Z 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-01-31T22:18:30.6768809Z 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-01-31T22:18:30.6769470Z 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-01-31T22:18:30.6770002Z 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-01-31T22:18:30.6770483Z 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-01-31T22:18:30.6770784Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-01-31T22:18:30.6771529Z 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-01-31T22:18:30.6772309Z 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-01-31T22:18:30.6773138Z 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-01-31T22:18:30.6773895Z 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-01-31T22:18:30.6774144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-01-31T22:18:30.6774762Z 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-01-31T22:18:30.6775412Z 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-01-31T22:18:30.6776014Z 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-01-31T22:18:30.6776599Z 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-01-31T22:18:30.6777173Z 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-01-31T22:18:30.6777737Z 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-01-31T22:18:30.6778325Z 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-01-31T22:18:30.6778923Z 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-01-31T22:18:30.6779512Z 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-01-31T22:18:30.6780103Z 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-01-31T22:18:30.6780738Z 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-01-31T22:18:30.6781327Z 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-01-31T22:18:30.6781956Z 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-01-31T22:18:30.6782536Z 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-01-31T22:18:30.6783097Z 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-01-31T22:18:30.6783645Z 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-01-31T22:18:30.6783881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-01-31T22:18:30.6784536Z 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-01-31T22:18:30.6785234Z 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-01-31T22:18:30.6830552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-01-31T22:18:30.6831656Z 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-01-31T22:18:30.6832574Z 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-01-31T22:18:30.6833226Z 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-01-31T22:18:30.6833426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-01-31T22:18:30.6833934Z 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-01-31T22:18:30.6834437Z 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-01-31T22:18:30.6835645Z 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-01-31T22:18:30.6836760Z 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-01-31T22:18:30.6837566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-01-31T22:18:30.6838393Z 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-01-31T22:18:30.6839506Z 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-01-31T22:18:30.6840338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-01-31T22:18:30.6841244Z 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-01-31T22:18:30.6842287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-01-31T22:18:30.6843325Z 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-01-31T22:18:30.6844329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-01-31T22:18:30.6845193Z 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-01-31T22:18:30.6846078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-01-31T22:18:30.6847016Z 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-01-31T22:18:30.6848388Z 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-01-31T22:18:30.6849303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-01-31T22:18:30.6850253Z 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-01-31T22:18:30.6851593Z 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-01-31T22:18:30.6853665Z 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-01-31T22:18:30.6854611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-01-31T22:18:30.6855499Z 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-01-31T22:18:30.6856792Z 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-01-31T22:18:30.6857735Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-01-31T22:18:30.6858711Z 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-01-31T22:18:30.6859670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-01-31T22:18:30.6860584Z 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-01-31T22:18:30.6861856Z 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-01-31T22:18:30.6862799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-01-31T22:18:30.6863754Z 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-01-31T22:18:30.6865085Z 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-01-31T22:18:30.6866355Z 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-01-31T22:18:30.6867233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-01-31T22:18:30.6868158Z 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-01-31T22:18:30.6869082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-01-31T22:18:30.6869822Z 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-01-31T22:18:30.6870860Z 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-01-31T22:18:30.6871902Z 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-01-31T22:18:30.6872665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-01-31T22:18:30.6873496Z 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-01-31T22:18:30.6874317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-01-31T22:18:30.6875185Z 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-01-31T22:18:30.6876485Z 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-01-31T22:18:30.6877598Z 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-01-31T22:18:30.6878426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-01-31T22:18:30.6879403Z 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-01-31T22:18:30.6880300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-01-31T22:18:30.6881094Z 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-01-31T22:18:30.6882305Z 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-01-31T22:18:30.6883538Z 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-01-31T22:18:30.6884719Z 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-01-31T22:18:30.6885963Z 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-01-31T22:18:30.6887200Z 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-01-31T22:18:30.6888518Z 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-01-31T22:18:30.6889751Z 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-01-31T22:18:30.6891004Z 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-01-31T22:18:30.6893702Z 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-01-31T22:18:30.6895365Z 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-01-31T22:18:30.6896668Z 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-01-31T22:18:30.6897967Z 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-01-31T22:18:30.6899213Z 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-01-31T22:18:30.6900502Z 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-01-31T22:18:30.6901744Z 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-01-31T22:18:30.6902944Z 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-01-31T22:18:30.6904165Z 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-01-31T22:18:30.6905367Z 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-01-31T22:18:30.6906695Z 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-01-31T22:18:30.6908010Z 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-01-31T22:18:30.6909212Z 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-01-31T22:18:30.6910410Z 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-01-31T22:18:30.6911749Z 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-01-31T22:18:30.6913050Z 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-01-31T22:18:30.6914297Z 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-01-31T22:18:30.6915776Z 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-01-31T22:18:30.6917057Z 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-01-31T22:18:30.6918249Z 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-01-31T22:18:30.6919433Z 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-01-31T22:18:30.6920628Z 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-01-31T22:18:30.6921842Z 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-01-31T22:18:30.6922710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-01-31T22:18:30.6923520Z 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-01-31T22:18:30.6924656Z 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-01-31T22:18:30.6925836Z 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-01-31T22:18:30.6926673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-01-31T22:18:30.6927555Z 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-01-31T22:18:30.6928899Z 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-01-31T22:18:30.6930144Z 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-01-31T22:18:30.6931012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-01-31T22:18:30.6931780Z 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-01-31T22:18:30.6932868Z 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-01-31T22:18:30.6933959Z 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-01-31T22:18:30.6935094Z 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-01-31T22:18:30.6936183Z 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-01-31T22:18:30.6937234Z 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-01-31T22:18:30.6938322Z 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-01-31T22:18:30.6939096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-01-31T22:18:30.6939870Z 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-01-31T22:18:30.6940916Z 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-01-31T22:18:30.6942020Z 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-01-31T22:18:30.6943181Z 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-01-31T22:18:30.6944290Z 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-01-31T22:18:30.6945385Z 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-01-31T22:18:30.6946501Z 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-01-31T22:18:30.6947600Z 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-01-31T22:18:30.6948686Z 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-01-31T22:18:30.6949802Z 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-01-31T22:18:30.6951048Z 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-01-31T22:18:30.6952206Z 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-01-31T22:18:30.6953300Z 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-01-31T22:18:30.6954455Z 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-01-31T22:18:30.6955899Z 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-01-31T22:18:30.7060075Z 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-01-31T22:18:30.7063484Z 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-01-31T22:18:30.7064623Z 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-01-31T22:18:30.7065728Z 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-01-31T22:18:30.7067007Z 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-01-31T22:18:30.7068126Z 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-01-31T22:18:30.7069304Z 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-01-31T22:18:30.7070566Z 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-01-31T22:18:30.7071722Z 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-01-31T22:18:30.7072878Z 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-01-31T22:18:30.7074039Z 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-01-31T22:18:30.7075257Z 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-01-31T22:18:30.7076517Z 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-01-31T22:18:30.7077630Z 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-01-31T22:18:30.7078766Z 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-01-31T22:18:30.7079920Z 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-01-31T22:18:30.7081056Z 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-01-31T22:18:30.7081902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-01-31T22:18:30.7082884Z 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-01-31T22:18:30.7084132Z 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-01-31T22:18:30.7085400Z 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-01-31T22:18:30.7086666Z 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-01-31T22:18:30.7087582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-01-31T22:18:30.7088653Z 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-01-31T22:18:30.7089817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-01-31T22:18:30.7090546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-01-31T22:18:30.7091074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-01-31T22:18:30.7091996Z 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-01-31T22:18:30.7092985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-01-31T22:18:30.7094236Z 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-01-31T22:18:30.7095536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/export_hf_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-01-31T22:18:30.7096892Z 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-01-31T22:18:30.7097811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-01-31T22:18:30.7098734Z 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-01-31T22:18:30.7099693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-01-31T22:18:30.7100747Z 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-01-31T22:18:30.7102211Z 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-01-31T22:18:30.7103712Z 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-01-31T22:18:30.7105184Z 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-01-31T22:18:30.7106765Z 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-01-31T22:18:30.7107777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-01-31T22:18:30.7108772Z 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-01-31T22:18:30.7109796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-01-31T22:18:30.7110693Z 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-01-31T22:18:30.7111919Z 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-01-31T22:18:30.7113147Z 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-01-31T22:18:30.7114071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-01-31T22:18:30.7115170Z 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-01-31T22:18:30.7116356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-01-31T22:18:30.7117318Z 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-01-31T22:18:30.7118286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-01-31T22:18:30.7119284Z 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-01-31T22:18:30.7120787Z 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-01-31T22:18:30.7122179Z 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-01-31T22:18:30.7123620Z 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-01-31T22:18:30.7124707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-01-31T22:18:30.7125573Z 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-01-31T22:18:30.7134571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-01-31T22:18:30.7136078Z 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-01-31T22:18:30.7137060Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-01-31T22:18:30.7137954Z 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-01-31T22:18:30.7138904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-01-31T22:18:30.7139990Z 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-01-31T22:18:30.7141092Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-01-31T22:18:30.7142202Z 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-01-31T22:18:30.7143720Z 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-01-31T22:18:30.7144777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-01-31T22:18:30.7145536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-01-31T22:18:30.7146633Z 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-01-31T22:18:30.7148249Z 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-01-31T22:18:30.7149311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-01-31T22:18:30.7150456Z 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-01-31T22:18:30.7151493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-01-31T22:18:30.7152033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-01-31T22:18:30.7152972Z 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-01-31T22:18:30.7154257Z 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-01-31T22:18:30.7155849Z 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-01-31T22:18:30.7157301Z 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-01-31T22:18:30.7158709Z 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-01-31T22:18:30.7160191Z 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-01-31T22:18:30.7161649Z 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-01-31T22:18:30.7163068Z 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-01-31T22:18:30.7164110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-01-31T22:18:30.7165280Z 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-01-31T22:18:30.7166525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-01-31T22:18:30.7167369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-01-31T22:18:30.7168803Z 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-01-31T22:18:30.7170550Z 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-01-31T22:18:30.7172114Z 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-01-31T22:18:30.7173119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-01-31T22:18:30.7174017Z 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-01-31T22:18:30.7175251Z 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-01-31T22:18:30.7176528Z 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-01-31T22:18:30.7177849Z 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-01-31T22:18:30.7179166Z 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-01-31T22:18:30.7180477Z 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-01-31T22:18:30.7181422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-01-31T22:18:30.7182322Z 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-01-31T22:18:30.7183682Z 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-01-31T22:18:30.7184999Z 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-01-31T22:18:30.7186274Z 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-01-31T22:18:30.7187227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-01-31T22:18:30.7188196Z 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-01-31T22:18:30.7189556Z 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-01-31T22:18:30.7190964Z 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-01-31T22:18:30.7192400Z 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-01-31T22:18:30.7193748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-01-31T22:18:30.7194703Z 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-01-31T22:18:30.7196117Z 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-01-31T22:18:30.7197466Z 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-01-31T22:18:30.7198445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-01-31T22:18:30.7199512Z 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-01-31T22:18:30.7200919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2025-01-31T22:18:30.7201608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:30.7202785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:30.7204355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp 2025-01-31T22:18:30.7205517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:18:30.7206311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:30.7207594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:30.7209372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl/copts 2025-01-31T22:18:30.7211148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/abseil-cpp/absl 2025-01-31T22:18:30.7212412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2025-01-31T22:18:30.7213098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:18:30.7214386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/benchlog 2025-01-31T22:18:30.7215560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:30.7216659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:30.7218158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:30.7219661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python 2025-01-31T22:18:30.7220812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:18:30.7222082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/python/toolchains 2025-01-31T22:18:30.7223286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:30.7224395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:30.7225957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:30.7227460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/re2/re2 2025-01-31T22:18:30.7228585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2025-01-31T22:18:30.7229337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:18:30.7230586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python 2025-01-31T22:18:30.7231857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:30.7233174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:30.7235014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/test 2025-01-31T22:18:30.7236655Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2025-01-31T22:18:30.7237565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:30.7239187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:30.7241291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:30.7243490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:30.7245782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2025-01-31T22:18:30.7247135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-01-31T22:18:30.7247649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-01-31T22:18:30.7248614Z 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-01-31T22:18:30.7249496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-01-31T22:18:30.7250467Z 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-01-31T22:18:30.7251856Z 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-01-31T22:18:30.7253284Z 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-01-31T22:18:30.7254624Z 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-01-31T22:18:30.7255923Z 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-01-31T22:18:30.7256823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-01-31T22:18:30.7257587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-01-31T22:18:30.7258370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-01-31T22:18:30.7259277Z 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-01-31T22:18:30.7260561Z 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-01-31T22:18:30.7261531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-01-31T22:18:30.7262574Z 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-01-31T22:18:30.7263602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-01-31T22:18:30.7264213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-01-31T22:18:30.7264879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-01-31T22:18:30.7266219Z 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-01-31T22:18:30.7267777Z 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-01-31T22:18:30.7269267Z 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-01-31T22:18:30.7270871Z 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-01-31T22:18:30.7272403Z 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-01-31T22:18:30.7273494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-01-31T22:18:30.7274203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-01-31T22:18:30.7275459Z 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-01-31T22:18:30.7277032Z 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-01-31T22:18:30.7278610Z 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-01-31T22:18:30.7280196Z 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-01-31T22:18:30.7281297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-01-31T22:18:30.7282361Z 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-01-31T22:18:30.7283815Z 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-01-31T22:18:30.7285287Z 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-01-31T22:18:30.7286323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-01-31T22:18:30.7287358Z 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-01-31T22:18:30.7288815Z 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-01-31T22:18:30.7290079Z 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-01-31T22:18:30.7291359Z 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-01-31T22:18:30.7292288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-01-31T22:18:30.7293208Z 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-01-31T22:18:30.7294876Z 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-01-31T22:18:30.7295789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-01-31T22:18:30.7296692Z 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-01-31T22:18:30.7297924Z 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-01-31T22:18:30.7298868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-01-31T22:18:30.7299845Z 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-01-31T22:18:30.7301191Z 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-01-31T22:18:30.7302465Z 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-01-31T22:18:30.7303364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-01-31T22:18:30.7304243Z 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-01-31T22:18:30.7305469Z 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-01-31T22:18:30.7306462Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-01-31T22:18:30.7307433Z 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-01-31T22:18:30.7308388Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-01-31T22:18:30.7309256Z 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-01-31T22:18:30.7310471Z 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-01-31T22:18:30.7311773Z 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-01-31T22:18:30.7313045Z 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-01-31T22:18:30.7313967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-01-31T22:18:30.7314972Z 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-01-31T22:18:30.7316616Z 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-01-31T22:18:30.7318066Z 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-01-31T22:18:30.7319109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-01-31T22:18:30.7320144Z 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-01-31T22:18:30.7321603Z 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-01-31T22:18:30.7322697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-01-31T22:18:30.7323641Z 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-01-31T22:18:30.7325023Z 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-01-31T22:18:30.7326529Z 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-01-31T22:18:30.7327518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-01-31T22:18:30.7328259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-01-31T22:18:30.7329038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-01-31T22:18:30.7329885Z 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-01-31T22:18:30.7330758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-01-31T22:18:30.7331302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-01-31T22:18:30.7332257Z 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-01-31T22:18:30.7333151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-01-31T22:18:30.7333953Z 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-01-31T22:18:30.7335072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-01-31T22:18:30.7335840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-01-31T22:18:30.7336593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-01-31T22:18:30.7337635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-01-31T22:18:30.7338760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-01-31T22:18:30.7339452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-01-31T22:18:30.7339918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-01-31T22:18:30.7340788Z 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-01-31T22:18:30.7341644Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-01-31T22:18:30.7342162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-01-31T22:18:30.7342728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-01-31T22:18:30.7343350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-01-31T22:18:30.7344427Z 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-01-31T22:18:30.7353280Z 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-01-31T22:18:30.7354773Z 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-01-31T22:18:30.7356616Z 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-01-31T22:18:30.7358091Z 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-01-31T22:18:30.7359630Z 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-01-31T22:18:30.7361169Z 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-01-31T22:18:30.7362775Z 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-01-31T22:18:30.7364368Z 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-01-31T22:18:30.7365962Z 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-01-31T22:18:30.7367566Z 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-01-31T22:18:30.7369182Z 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-01-31T22:18:30.7370644Z 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-01-31T22:18:30.7372073Z 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-01-31T22:18:30.7373475Z 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-01-31T22:18:30.7374962Z 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-01-31T22:18:30.7376469Z 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-01-31T22:18:30.7377612Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-01-31T22:18:30.7378794Z 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-01-31T22:18:30.7380024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-01-31T22:18:30.7381407Z 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-01-31T22:18:30.7383298Z 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-01-31T22:18:30.7384686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-01-31T22:18:30.7385948Z 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-01-31T22:18:30.7387697Z 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-01-31T22:18:30.7389448Z 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-01-31T22:18:30.7390698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-01-31T22:18:30.7391950Z 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-01-31T22:18:30.7393973Z 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-01-31T22:18:30.7395805Z 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-01-31T22:18:30.7397556Z 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-01-31T22:18:30.7399296Z 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-01-31T22:18:30.7401011Z 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-01-31T22:18:30.7402735Z 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-01-31T22:18:30.7564758Z 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-01-31T22:18:30.7566572Z 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-01-31T22:18:30.7568345Z 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-01-31T22:18:30.7570109Z 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-01-31T22:18:30.7571858Z 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-01-31T22:18:30.7573601Z 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-01-31T22:18:30.7575546Z 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-01-31T22:18:30.7576887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-01-31T22:18:30.7578009Z 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-01-31T22:18:30.7579630Z 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-01-31T22:18:30.7581222Z 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-01-31T22:18:30.7582377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-01-31T22:18:30.7583526Z 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-01-31T22:18:30.7584650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-01-31T22:18:30.7585909Z 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-01-31T22:18:30.7587425Z 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-01-31T22:18:30.7588952Z 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-01-31T22:18:30.7590488Z 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-01-31T22:18:30.7591993Z 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-01-31T22:18:30.7593891Z 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-01-31T22:18:30.7595564Z 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-01-31T22:18:30.7597161Z 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-01-31T22:18:30.7598726Z 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-01-31T22:18:30.7600287Z 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-01-31T22:18:30.7601553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-01-31T22:18:30.7602751Z 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-01-31T22:18:30.7603880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-01-31T22:18:30.7604647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-01-31T22:18:30.7605896Z 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-01-31T22:18:30.7607662Z 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-01-31T22:18:30.7609280Z 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-01-31T22:18:30.7610415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-01-31T22:18:30.7611530Z 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-01-31T22:18:30.7613090Z 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-01-31T22:18:30.7614655Z 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-01-31T22:18:30.7616223Z 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-01-31T22:18:30.7617380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-01-31T22:18:30.7618576Z 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-01-31T22:18:30.7620214Z 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-01-31T22:18:30.7621934Z 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-01-31T22:18:30.7622932Z running install_egg_info 2025-01-31T22:18:30.7623463Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+20f9f5f-py3.10.egg-info 2025-01-31T22:18:30.7624021Z running install_scripts 2025-01-31T22:18:30.7624457Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+20f9f5f.dist-info/WHEEL 2025-01-31T22:18:30.7625402Z creating '/tmp/pip-wheel-ueyhyrzg/.tmp-165bp5ui/executorch-0.6.0a0+20f9f5f-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-01-31T22:18:30.7626163Z adding 'executorch/version.py' 2025-01-31T22:18:30.7626547Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-01-31T22:18:30.7627041Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-01-31T22:18:30.7627563Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-01-31T22:18:30.7628097Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-01-31T22:18:30.7628638Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-01-31T22:18:30.7629170Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-01-31T22:18:30.7629692Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-01-31T22:18:30.7630243Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-01-31T22:18:30.7630881Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-01-31T22:18:30.7870313Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-01-31T22:18:30.7871023Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-01-31T22:18:30.7871526Z adding 'executorch/backends/apple/mps/__init__.py' 2025-01-31T22:18:30.7872106Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-01-31T22:18:30.7872567Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-01-31T22:18:30.7873093Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-01-31T22:18:30.7873610Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-01-31T22:18:30.7874091Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-01-31T22:18:30.7874589Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-01-31T22:18:30.7875221Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-01-31T22:18:30.7875756Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-01-31T22:18:30.7876298Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-01-31T22:18:30.7876844Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-01-31T22:18:30.7877377Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-01-31T22:18:30.7877909Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-01-31T22:18:30.7878402Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-01-31T22:18:30.7878916Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-01-31T22:18:30.7879451Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-01-31T22:18:30.7879937Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-01-31T22:18:30.7880419Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-01-31T22:18:30.7880913Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-01-31T22:18:30.7881405Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-01-31T22:18:30.7881883Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-01-31T22:18:30.7882363Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-01-31T22:18:30.7882837Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-01-31T22:18:30.7883419Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-01-31T22:18:30.7884158Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-01-31T22:18:30.7884770Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-01-31T22:18:30.7885344Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-01-31T22:18:30.7885819Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-01-31T22:18:30.7886308Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-01-31T22:18:30.7886852Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-01-31T22:18:30.7887364Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-01-31T22:18:30.7887958Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-01-31T22:18:30.7888448Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-01-31T22:18:30.7888926Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-01-31T22:18:30.7889380Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-01-31T22:18:30.7889825Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-01-31T22:18:30.7890224Z adding 'executorch/backends/arm/arm_backend.py' 2025-01-31T22:18:30.7890601Z adding 'executorch/backends/arm/arm_partitioner.py' 2025-01-31T22:18:30.7890965Z adding 'executorch/backends/arm/arm_vela.py' 2025-01-31T22:18:30.7891314Z adding 'executorch/backends/arm/process_node.py' 2025-01-31T22:18:30.7891685Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-01-31T22:18:30.7892783Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-01-31T22:18:30.7893197Z adding 'executorch/backends/arm/tosa_specification.py' 2025-01-31T22:18:30.7893760Z adding 'executorch/backends/arm/tosa_utils.py' 2025-01-31T22:18:30.7894447Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-01-31T22:18:30.7895093Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-01-31T22:18:30.7895618Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-01-31T22:18:30.7896079Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-01-31T22:18:30.7896541Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-01-31T22:18:30.7897019Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-01-31T22:18:30.7897570Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-01-31T22:18:30.7898137Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-01-31T22:18:30.7898664Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-01-31T22:18:30.7899224Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-01-31T22:18:30.7899736Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-01-31T22:18:30.7900248Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-01-31T22:18:30.7900774Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-01-31T22:18:30.7901290Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-01-31T22:18:30.7901789Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-01-31T22:18:30.7902287Z adding 'executorch/backends/arm/_passes/decompose_softmaxes_pass.py' 2025-01-31T22:18:30.7902808Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-01-31T22:18:30.7903365Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-01-31T22:18:30.7903945Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-01-31T22:18:30.7904501Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-01-31T22:18:30.7904684Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-01-31T22:18:30.7904928Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-01-31T22:18:30.7905166Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-01-31T22:18:30.7905391Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-01-31T22:18:30.7905571Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-01-31T22:18:30.7905753Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-01-31T22:18:30.7906086Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-01-31T22:18:30.7906308Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-01-31T22:18:30.7906537Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-01-31T22:18:30.7906790Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-01-31T22:18:30.7906971Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-01-31T22:18:30.7907206Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-01-31T22:18:30.7907439Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-01-31T22:18:30.7907685Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-01-31T22:18:30.7907837Z adding 'executorch/backends/arm/operators/__init__.py' 2025-01-31T22:18:30.7908006Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-01-31T22:18:30.7908152Z adding 'executorch/backends/arm/operators/op_add.py' 2025-01-31T22:18:30.7908330Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-01-31T22:18:30.7908471Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-01-31T22:18:30.7908683Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-01-31T22:18:30.7908837Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-01-31T22:18:30.7908990Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-01-31T22:18:30.7909126Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-01-31T22:18:30.7909273Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-01-31T22:18:30.7909448Z adding 'executorch/backends/arm/operators/op_full.py' 2025-01-31T22:18:30.7909586Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-01-31T22:18:30.7909753Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-01-31T22:18:30.7909888Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-01-31T22:18:30.7910049Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2025-01-31T22:18:30.7910193Z adding 'executorch/backends/arm/operators/op_le.py' 2025-01-31T22:18:30.7910334Z adding 'executorch/backends/arm/operators/op_log.py' 2025-01-31T22:18:30.7910471Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-01-31T22:18:30.7910619Z adding 'executorch/backends/arm/operators/op_max.py' 2025-01-31T22:18:30.7910788Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-01-31T22:18:30.7910934Z adding 'executorch/backends/arm/operators/op_min.py' 2025-01-31T22:18:30.7911075Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-01-31T22:18:30.7911238Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-01-31T22:18:30.7911413Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-01-31T22:18:30.7911559Z adding 'executorch/backends/arm/operators/op_relu.py' 2025-01-31T22:18:30.7911714Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-01-31T22:18:30.7911872Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-01-31T22:18:30.7912023Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-01-31T22:18:30.7912181Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-01-31T22:18:30.7912336Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-01-31T22:18:30.7912477Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-01-31T22:18:30.7912617Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-01-31T22:18:30.7912770Z adding 'executorch/backends/arm/operators/op_table.py' 2025-01-31T22:18:30.7912917Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-01-31T22:18:30.7913111Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-01-31T22:18:30.7913309Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-01-31T22:18:30.7913475Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-01-31T22:18:30.7913685Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-01-31T22:18:30.7913831Z adding 'executorch/backends/arm/operators/op_view.py' 2025-01-31T22:18:30.7913981Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-01-31T22:18:30.7914173Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-01-31T22:18:30.7914369Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-01-31T22:18:30.7914581Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-01-31T22:18:30.7914784Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-01-31T22:18:30.7914915Z adding 'executorch/backends/arm/test/common.py' 2025-01-31T22:18:30.7915051Z adding 'executorch/backends/arm/test/conftest.py' 2025-01-31T22:18:30.7915270Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-01-31T22:18:30.7915448Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-01-31T22:18:30.8134749Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-01-31T22:18:30.8135057Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-01-31T22:18:30.8135438Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-01-31T22:18:30.8135910Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-01-31T22:18:30.8136133Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-01-31T22:18:30.8136316Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-01-31T22:18:30.8136505Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-01-31T22:18:30.8136687Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-01-31T22:18:30.8136954Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-01-31T22:18:30.8137103Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-01-31T22:18:30.8137271Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2025-01-31T22:18:30.8137451Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-01-31T22:18:30.8137600Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-01-31T22:18:30.8137752Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-01-31T22:18:30.8137909Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-01-31T22:18:30.8138069Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-01-31T22:18:30.8138236Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-01-31T22:18:30.8138395Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-01-31T22:18:30.8138574Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-01-31T22:18:30.8138783Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-01-31T22:18:30.8138929Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-01-31T22:18:30.8139075Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-01-31T22:18:30.8139226Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-01-31T22:18:30.8139385Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-01-31T22:18:30.8139536Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-01-31T22:18:30.8139685Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-01-31T22:18:30.8139831Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-01-31T22:18:30.8140012Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-01-31T22:18:30.8140184Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-01-31T22:18:30.8140361Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-01-31T22:18:30.8140508Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-01-31T22:18:30.8140712Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-01-31T22:18:30.8140859Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-01-31T22:18:30.8141039Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-01-31T22:18:30.8141182Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-01-31T22:18:30.8141348Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-01-31T22:18:30.8141515Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-01-31T22:18:30.8141682Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-01-31T22:18:30.8141848Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-01-31T22:18:30.8142104Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-01-31T22:18:30.8142246Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-01-31T22:18:30.8142408Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-01-31T22:18:30.8142584Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-01-31T22:18:30.8142737Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-01-31T22:18:30.8142897Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-01-31T22:18:30.8143055Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-01-31T22:18:30.8143208Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-01-31T22:18:30.8143371Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-01-31T22:18:30.8143525Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-01-31T22:18:30.8143740Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-01-31T22:18:30.8143899Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-01-31T22:18:30.8144057Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-01-31T22:18:30.8144210Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-01-31T22:18:30.8144373Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-01-31T22:18:30.8144545Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-01-31T22:18:30.8144688Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-01-31T22:18:30.8144841Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-01-31T22:18:30.8145001Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-01-31T22:18:30.8145169Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-01-31T22:18:30.8145388Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-01-31T22:18:30.8145532Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-01-31T22:18:30.8145693Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-01-31T22:18:30.8145901Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-01-31T22:18:30.8146101Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-01-31T22:18:30.8146334Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-01-31T22:18:30.8146571Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-01-31T22:18:30.8146826Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-01-31T22:18:30.8147080Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-01-31T22:18:30.8147347Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-01-31T22:18:30.8147588Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-01-31T22:18:30.8147745Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-01-31T22:18:30.8147954Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-01-31T22:18:30.8148124Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-01-31T22:18:30.8148286Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-01-31T22:18:30.8148510Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-01-31T22:18:30.8148869Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-01-31T22:18:30.8149217Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-01-31T22:18:30.8149617Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-01-31T22:18:30.8149906Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-01-31T22:18:30.8150214Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-01-31T22:18:30.8150533Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-01-31T22:18:30.8150848Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-01-31T22:18:30.8151156Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-01-31T22:18:30.8151480Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-01-31T22:18:30.8151753Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-01-31T22:18:30.8152054Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-01-31T22:18:30.8152421Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-01-31T22:18:30.8152737Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-01-31T22:18:30.8153101Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-01-31T22:18:30.8153419Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-01-31T22:18:30.8153678Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-01-31T22:18:30.8153984Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-01-31T22:18:30.8154318Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-01-31T22:18:30.8154622Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-01-31T22:18:30.8154953Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-01-31T22:18:30.8155381Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-01-31T22:18:30.8155882Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-01-31T22:18:30.8156186Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-01-31T22:18:30.8156505Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-01-31T22:18:30.8156831Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-01-31T22:18:30.8157148Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-01-31T22:18:30.8157466Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-01-31T22:18:30.8157767Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-01-31T22:18:30.8158077Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-01-31T22:18:30.8158376Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-01-31T22:18:30.8158679Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-01-31T22:18:30.8159023Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-01-31T22:18:30.8159390Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-01-31T22:18:30.8159675Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-01-31T22:18:30.8160054Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-01-31T22:18:30.8160343Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-01-31T22:18:30.8160601Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-01-31T22:18:30.8489044Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-01-31T22:18:30.8490237Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-01-31T22:18:30.8490541Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-01-31T22:18:30.8490851Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-01-31T22:18:30.8491149Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-01-31T22:18:30.8491436Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-01-31T22:18:30.8491615Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-01-31T22:18:30.8491778Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-01-31T22:18:30.8491987Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-01-31T22:18:30.8492164Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-01-31T22:18:30.8492309Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-01-31T22:18:30.8492481Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-01-31T22:18:30.8492668Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-01-31T22:18:30.8493016Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-01-31T22:18:30.8493211Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-01-31T22:18:30.8493598Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-01-31T22:18:30.8493745Z adding 'executorch/backends/cadence/aot/passes.py' 2025-01-31T22:18:30.8493912Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-01-31T22:18:30.8494125Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-01-31T22:18:30.8494294Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-01-31T22:18:30.8494457Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-01-31T22:18:30.8494595Z adding 'executorch/backends/cadence/aot/utils.py' 2025-01-31T22:18:30.8494809Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-01-31T22:18:30.8494999Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-01-31T22:18:30.8495200Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-01-31T22:18:30.8495384Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-01-31T22:18:30.8495621Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-01-31T22:18:30.8495840Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-01-31T22:18:30.8496064Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-01-31T22:18:30.8496277Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-01-31T22:18:30.8496516Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-01-31T22:18:30.8496754Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-01-31T22:18:30.8496996Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-01-31T22:18:30.8497244Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-01-31T22:18:30.8497411Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-01-31T22:18:30.8497578Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-01-31T22:18:30.8497743Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-01-31T22:18:30.8497894Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-01-31T22:18:30.8498056Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-01-31T22:18:30.8498290Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-01-31T22:18:30.8498458Z adding 'executorch/backends/example/example_backend.py' 2025-01-31T22:18:30.8498636Z adding 'executorch/backends/example/example_partitioner.py' 2025-01-31T22:18:30.8498809Z adding 'executorch/backends/example/example_quantizer.py' 2025-01-31T22:18:30.8498994Z adding 'executorch/backends/example/test_example_delegate.py' 2025-01-31T22:18:30.8499309Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-01-31T22:18:30.8499669Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-01-31T22:18:30.8499930Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-01-31T22:18:30.8500124Z adding 'executorch/backends/example/example_operators/add.py' 2025-01-31T22:18:30.8500324Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-01-31T22:18:30.8500540Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-01-31T22:18:30.8500753Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-01-31T22:18:30.8500956Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-01-31T22:18:30.8501156Z adding 'executorch/backends/example/example_operators/linear.py' 2025-01-31T22:18:30.8501365Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-01-31T22:18:30.8501551Z adding 'executorch/backends/example/example_operators/ops.py' 2025-01-31T22:18:30.8501748Z adding 'executorch/backends/example/example_operators/utils.py' 2025-01-31T22:18:30.8501960Z adding 'executorch/backends/mediatek/__init__.py' 2025-01-31T22:18:30.8502117Z adding 'executorch/backends/mediatek/partitioner.py' 2025-01-31T22:18:30.8502267Z adding 'executorch/backends/mediatek/preprocess.py' 2025-01-31T22:18:30.8502434Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-01-31T22:18:30.8502730Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-01-31T22:18:30.8502941Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-01-31T22:18:30.8503123Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-01-31T22:18:30.8503304Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-01-31T22:18:30.8503507Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-01-31T22:18:30.8503674Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-01-31T22:18:30.8503917Z adding 'executorch/backends/qualcomm/_passes/annotate_and_quant_scalar.py' 2025-01-31T22:18:30.8504151Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-01-31T22:18:30.8504369Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-01-31T22:18:30.8504562Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-01-31T22:18:30.8504826Z adding 'executorch/backends/qualcomm/_passes/convert_binary_op_with_scalar.py' 2025-01-31T22:18:30.8505057Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-01-31T22:18:30.8505460Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-01-31T22:18:30.8505648Z adding 'executorch/backends/qualcomm/_passes/convert_prelu.py' 2025-01-31T22:18:30.8505849Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-01-31T22:18:30.8506050Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-01-31T22:18:30.8506237Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-01-31T22:18:30.8506493Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-01-31T22:18:30.8506669Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-01-31T22:18:30.8506909Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-01-31T22:18:30.8507076Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-01-31T22:18:30.8507300Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-01-31T22:18:30.8507510Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-01-31T22:18:30.8507721Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-01-31T22:18:30.8507964Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-01-31T22:18:30.8508167Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-01-31T22:18:30.8508399Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-01-31T22:18:30.8508607Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-01-31T22:18:30.8508838Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-01-31T22:18:30.8509062Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-01-31T22:18:30.8509219Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-01-31T22:18:30.8509369Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-01-31T22:18:30.8509563Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-01-31T22:18:30.8509748Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-01-31T22:18:30.8509911Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-01-31T22:18:30.8510166Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-01-31T22:18:30.8510331Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-01-31T22:18:30.8510513Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-01-31T22:18:30.8510752Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-01-31T22:18:30.8510946Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-01-31T22:18:30.8511131Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-01-31T22:18:30.8511288Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-01-31T22:18:30.8511460Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-01-31T22:18:30.8511671Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-01-31T22:18:30.8511840Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-01-31T22:18:30.8512003Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-01-31T22:18:30.8512227Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-01-31T22:18:30.8512413Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-01-31T22:18:30.8512584Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-01-31T22:18:30.8512778Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-01-31T22:18:30.8512943Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-01-31T22:18:30.8513136Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-01-31T22:18:30.8513325Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-01-31T22:18:30.8513481Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-01-31T22:18:30.8513667Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-01-31T22:18:30.8513857Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-01-31T22:18:30.8514019Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-01-31T22:18:30.8514235Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-01-31T22:18:30.8514422Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-01-31T22:18:30.8514607Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-01-31T22:18:30.8514781Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-01-31T22:18:30.8514974Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-01-31T22:18:30.8515419Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-01-31T22:18:30.8515603Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-01-31T22:18:30.8789505Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-01-31T22:18:30.8790152Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-01-31T22:18:30.8790460Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-01-31T22:18:30.8790643Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-01-31T22:18:30.8790822Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-01-31T22:18:30.8790979Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-01-31T22:18:30.8791183Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-01-31T22:18:30.8791364Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-01-31T22:18:30.8791532Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-01-31T22:18:30.8791701Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-01-31T22:18:30.8791867Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-01-31T22:18:30.8792045Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-01-31T22:18:30.8792215Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-01-31T22:18:30.8792410Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-01-31T22:18:30.8792591Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-01-31T22:18:30.8792766Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-01-31T22:18:30.8792943Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-01-31T22:18:30.8793133Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-01-31T22:18:30.8793483Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-01-31T22:18:30.8793979Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-01-31T22:18:30.8794178Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-01-31T22:18:30.8794347Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-01-31T22:18:30.8794537Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-01-31T22:18:30.8794750Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-01-31T22:18:30.8794970Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-01-31T22:18:30.8795276Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-01-31T22:18:30.8795507Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-01-31T22:18:30.8795676Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-01-31T22:18:30.8795875Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-01-31T22:18:30.8796039Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-01-31T22:18:30.8796297Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-01-31T22:18:30.8796470Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-01-31T22:18:30.8796633Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-01-31T22:18:30.8796801Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-01-31T22:18:30.8797007Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-01-31T22:18:30.8797199Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-01-31T22:18:30.8797436Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-01-31T22:18:30.8797674Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-01-31T22:18:30.8797866Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-01-31T22:18:30.8798042Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-01-31T22:18:30.8798206Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-01-31T22:18:30.8798404Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-01-31T22:18:30.8798631Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-01-31T22:18:30.8798799Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-01-31T22:18:30.8798983Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-01-31T22:18:30.8799215Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-01-31T22:18:30.8799432Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-01-31T22:18:30.8799618Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-01-31T22:18:30.8799931Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-01-31T22:18:30.8800170Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-01-31T22:18:30.8800374Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-01-31T22:18:30.8800628Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-01-31T22:18:30.8800787Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-01-31T22:18:30.8801004Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-01-31T22:18:30.8801154Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-01-31T22:18:30.8801317Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-01-31T22:18:30.8801478Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-01-31T22:18:30.8801621Z adding 'executorch/backends/transforms/__init__.py' 2025-01-31T22:18:30.8801804Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-01-31T22:18:30.8801994Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-01-31T22:18:30.8802166Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-01-31T22:18:30.8802406Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-01-31T22:18:30.8802631Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-01-31T22:18:30.8802876Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-01-31T22:18:30.8803075Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-01-31T22:18:30.8803261Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-01-31T22:18:30.8803435Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-01-31T22:18:30.8803621Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-01-31T22:18:30.8803787Z adding 'executorch/backends/transforms/utils.py' 2025-01-31T22:18:30.8804031Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-01-31T22:18:30.8804329Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-01-31T22:18:30.8804467Z adding 'executorch/backends/vulkan/__init__.py' 2025-01-31T22:18:30.8804621Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-01-31T22:18:30.8804775Z adding 'executorch/backends/vulkan/op_registry.py' 2025-01-31T22:18:30.8804904Z adding 'executorch/backends/vulkan/utils.py' 2025-01-31T22:18:30.8805076Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-01-31T22:18:30.8805245Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-01-31T22:18:30.8805459Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-01-31T22:18:30.8805706Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-01-31T22:18:30.8805904Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-01-31T22:18:30.8806148Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-01-31T22:18:30.8806364Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-01-31T22:18:30.8806567Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-01-31T22:18:30.8806788Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-01-31T22:18:30.8806995Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-01-31T22:18:30.8807180Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-01-31T22:18:30.8807579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-01-31T22:18:30.8807848Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-01-31T22:18:30.8808063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-01-31T22:18:30.8808329Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-01-31T22:18:30.8808570Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-01-31T22:18:30.8808801Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-01-31T22:18:30.8809152Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-01-31T22:18:30.8809418Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-01-31T22:18:30.8809673Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-01-31T22:18:30.8809893Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-01-31T22:18:30.8810107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-01-31T22:18:30.8810319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-01-31T22:18:30.8810559Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-01-31T22:18:30.8810846Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-01-31T22:18:30.8811155Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-01-31T22:18:30.8811468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-01-31T22:18:30.8811761Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-01-31T22:18:30.8812002Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-01-31T22:18:30.8812871Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-01-31T22:18:30.8813221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-01-31T22:18:30.8813503Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-01-31T22:18:30.8813773Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-01-31T22:18:30.8814006Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-01-31T22:18:30.8814219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-01-31T22:18:30.8814426Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-01-31T22:18:30.8814666Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-01-31T22:18:30.8814921Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-01-31T22:18:30.8815171Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-01-31T22:18:30.8815464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-01-31T22:18:30.8815725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-01-31T22:18:30.8815998Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive_buffer.yaml' 2025-01-31T22:18:30.8816240Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-01-31T22:18:30.8816508Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-01-31T22:18:30.9091404Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-01-31T22:18:30.9092813Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-01-31T22:18:30.9094162Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-01-31T22:18:30.9094406Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-01-31T22:18:30.9094659Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-01-31T22:18:30.9094934Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-01-31T22:18:30.9095175Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-01-31T22:18:30.9095543Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-01-31T22:18:30.9095783Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-01-31T22:18:30.9096086Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-01-31T22:18:30.9096309Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-01-31T22:18:30.9096575Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-01-31T22:18:30.9096856Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-01-31T22:18:30.9097135Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-01-31T22:18:30.9097481Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-01-31T22:18:30.9097746Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-01-31T22:18:30.9098026Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-01-31T22:18:30.9098336Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-01-31T22:18:30.9098606Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-01-31T22:18:30.9098880Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-01-31T22:18:30.9099143Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-01-31T22:18:30.9099410Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-01-31T22:18:30.9099804Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2025-01-31T22:18:30.9100061Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2025-01-31T22:18:30.9100294Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-01-31T22:18:30.9100530Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-01-31T22:18:30.9100850Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-01-31T22:18:30.9101068Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-01-31T22:18:30.9101249Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-01-31T22:18:30.9101497Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-01-31T22:18:30.9101742Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-01-31T22:18:30.9101996Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-01-31T22:18:30.9102194Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-01-31T22:18:30.9102394Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-01-31T22:18:30.9102621Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-01-31T22:18:30.9102812Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-01-31T22:18:30.9102983Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-01-31T22:18:30.9103228Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-01-31T22:18:30.9103507Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-01-31T22:18:30.9103725Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-01-31T22:18:30.9103965Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-01-31T22:18:30.9104217Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-01-31T22:18:30.9104475Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-01-31T22:18:30.9104724Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-01-31T22:18:30.9104943Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-01-31T22:18:30.9105439Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-01-31T22:18:30.9105725Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-01-31T22:18:30.9106008Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-01-31T22:18:30.9106282Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-01-31T22:18:30.9106548Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-01-31T22:18:30.9106800Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-01-31T22:18:30.9107092Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-01-31T22:18:30.9107409Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-01-31T22:18:30.9107814Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-01-31T22:18:30.9108027Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-01-31T22:18:30.9108260Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-01-31T22:18:30.9108514Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-01-31T22:18:30.9108733Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-01-31T22:18:30.9108970Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-01-31T22:18:30.9109239Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-01-31T22:18:30.9109520Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-01-31T22:18:30.9109654Z adding 'executorch/backends/xnnpack/__init__.py' 2025-01-31T22:18:30.9109827Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-01-31T22:18:30.9109994Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-01-31T22:18:30.9110278Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-01-31T22:18:30.9110495Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-01-31T22:18:30.9110687Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-01-31T22:18:30.9110877Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-01-31T22:18:30.9111128Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-01-31T22:18:30.9111304Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-01-31T22:18:30.9111515Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-01-31T22:18:30.9111744Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-01-31T22:18:30.9111946Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-01-31T22:18:30.9112138Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-01-31T22:18:30.9112361Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-01-31T22:18:30.9112535Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-01-31T22:18:30.9112700Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-01-31T22:18:30.9112888Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-01-31T22:18:30.9113047Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-01-31T22:18:30.9113208Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-01-31T22:18:30.9113371Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-01-31T22:18:30.9113576Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-01-31T22:18:30.9113741Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-01-31T22:18:30.9113899Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-01-31T22:18:30.9114075Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-01-31T22:18:30.9114267Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-01-31T22:18:30.9114440Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-01-31T22:18:30.9114678Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2025-01-31T22:18:30.9114839Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-01-31T22:18:30.9115077Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-01-31T22:18:30.9115383Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-01-31T22:18:30.9115721Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-01-31T22:18:30.9115897Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-01-31T22:18:30.9116091Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-01-31T22:18:30.9116271Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-01-31T22:18:30.9116464Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-01-31T22:18:30.9116649Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-01-31T22:18:30.9116897Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-01-31T22:18:30.9117075Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-01-31T22:18:30.9117279Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-01-31T22:18:30.9117457Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-01-31T22:18:30.9117637Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-01-31T22:18:30.9117822Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-01-31T22:18:30.9118060Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-01-31T22:18:30.9118234Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-01-31T22:18:30.9118423Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-01-31T22:18:30.9118595Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-01-31T22:18:30.9118861Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2025-01-31T22:18:30.9119028Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-01-31T22:18:30.9119196Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-01-31T22:18:30.9119366Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-01-31T22:18:30.9377046Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-01-31T22:18:30.9378169Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-01-31T22:18:30.9379178Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-01-31T22:18:30.9379755Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-01-31T22:18:30.9380357Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-01-31T22:18:30.9380568Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-01-31T22:18:30.9380748Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-01-31T22:18:30.9380999Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-01-31T22:18:30.9381286Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-01-31T22:18:30.9381458Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-01-31T22:18:30.9381635Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-01-31T22:18:30.9381824Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-01-31T22:18:30.9381999Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-01-31T22:18:30.9382231Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-01-31T22:18:30.9382433Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-01-31T22:18:30.9382660Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-01-31T22:18:30.9382914Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-01-31T22:18:30.9383130Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-01-31T22:18:30.9383512Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-01-31T22:18:30.9383742Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-01-31T22:18:30.9383962Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-01-31T22:18:30.9384148Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-01-31T22:18:30.9384363Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-01-31T22:18:30.9384605Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-01-31T22:18:30.9384829Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-01-31T22:18:30.9385016Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-01-31T22:18:30.9385268Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-01-31T22:18:30.9385532Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-01-31T22:18:30.9385733Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-01-31T22:18:30.9385966Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-01-31T22:18:30.9386154Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-01-31T22:18:30.9386316Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-01-31T22:18:30.9386527Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-01-31T22:18:30.9386726Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-01-31T22:18:30.9387006Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-01-31T22:18:30.9387228Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-01-31T22:18:30.9387414Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-01-31T22:18:30.9387618Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-01-31T22:18:30.9387853Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-01-31T22:18:30.9388022Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-01-31T22:18:30.9388238Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-01-31T22:18:30.9388440Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-01-31T22:18:30.9388597Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-01-31T22:18:30.9388770Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-01-31T22:18:30.9388937Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-01-31T22:18:30.9389241Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-01-31T22:18:30.9389437Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-01-31T22:18:30.9389597Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-01-31T22:18:30.9389763Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-01-31T22:18:30.9389929Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-01-31T22:18:30.9390099Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-01-31T22:18:30.9390277Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-01-31T22:18:30.9390450Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-01-31T22:18:30.9390613Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-01-31T22:18:30.9390780Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-01-31T22:18:30.9390944Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-01-31T22:18:30.9391137Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-01-31T22:18:30.9391327Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-01-31T22:18:30.9391522Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-01-31T22:18:30.9391695Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-01-31T22:18:30.9391893Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-01-31T22:18:30.9392070Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-01-31T22:18:30.9392251Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-01-31T22:18:30.9392439Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-01-31T22:18:30.9392616Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-01-31T22:18:30.9392796Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-01-31T22:18:30.9392974Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-01-31T22:18:30.9393148Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-01-31T22:18:30.9393528Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-01-31T22:18:30.9393861Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-01-31T22:18:30.9394033Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-01-31T22:18:30.9394361Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-01-31T22:18:30.9394532Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-01-31T22:18:30.9394701Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-01-31T22:18:30.9394873Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-01-31T22:18:30.9395053Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-01-31T22:18:30.9395330Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-01-31T22:18:30.9395510Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-01-31T22:18:30.9395757Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-01-31T22:18:30.9395942Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-01-31T22:18:30.9396175Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-01-31T22:18:30.9396339Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-01-31T22:18:30.9396591Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-01-31T22:18:30.9396878Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-01-31T22:18:30.9397172Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-01-31T22:18:30.9397419Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-01-31T22:18:30.9397667Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-01-31T22:18:30.9397927Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-01-31T22:18:30.9398193Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-01-31T22:18:30.9398452Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-01-31T22:18:30.9398704Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-01-31T22:18:30.9398960Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-01-31T22:18:30.9399223Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-01-31T22:18:30.9399469Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-01-31T22:18:30.9399648Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-01-31T22:18:30.9399817Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-01-31T22:18:30.9400090Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-01-31T22:18:30.9400298Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-01-31T22:18:30.9400505Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-01-31T22:18:30.9400759Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-01-31T22:18:30.9400996Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-01-31T22:18:30.9401237Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-01-31T22:18:30.9401530Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-01-31T22:18:30.9401738Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-01-31T22:18:30.9401944Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-01-31T22:18:30.9402214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-01-31T22:18:30.9402511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-01-31T22:18:30.9402856Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-01-31T22:18:30.9403137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-01-31T22:18:30.9403423Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-01-31T22:18:30.9403703Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-01-31T22:18:30.9403984Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-01-31T22:18:30.9404296Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-01-31T22:18:30.9404609Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-01-31T22:18:30.9404890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-01-31T22:18:30.9405171Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-01-31T22:18:30.9619824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-01-31T22:18:30.9620972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-01-31T22:18:30.9621246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-01-31T22:18:30.9621532Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-01-31T22:18:30.9621916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-01-31T22:18:30.9622162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-01-31T22:18:30.9622407Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-01-31T22:18:30.9622672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-01-31T22:18:30.9622915Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-01-31T22:18:30.9623203Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-01-31T22:18:30.9623502Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-01-31T22:18:30.9623777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-01-31T22:18:30.9624041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-01-31T22:18:30.9624322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-01-31T22:18:30.9624732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-01-31T22:18:30.9625027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-01-31T22:18:30.9625294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-01-31T22:18:30.9625557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-01-31T22:18:30.9625801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-01-31T22:18:30.9626081Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-01-31T22:18:30.9626362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-01-31T22:18:30.9626623Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-01-31T22:18:30.9626933Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-01-31T22:18:30.9627203Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-01-31T22:18:30.9627442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-01-31T22:18:30.9627714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-01-31T22:18:30.9628005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9628327Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-01-31T22:18:30.9628612Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-01-31T22:18:30.9628872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-01-31T22:18:30.9629164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-01-31T22:18:30.9629432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-01-31T22:18:30.9629746Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-01-31T22:18:30.9629994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-01-31T22:18:30.9630231Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-01-31T22:18:30.9630466Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-01-31T22:18:30.9630786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-01-31T22:18:30.9631021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-01-31T22:18:30.9631293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-01-31T22:18:30.9631587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-01-31T22:18:30.9631912Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-01-31T22:18:30.9632191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-01-31T22:18:30.9632496Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9632801Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9633113Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-01-31T22:18:30.9633432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-01-31T22:18:30.9633737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9634043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9634347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-01-31T22:18:30.9634670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-01-31T22:18:30.9634973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9635364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-01-31T22:18:30.9635863Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-01-31T22:18:30.9636249Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-01-31T22:18:30.9636554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-01-31T22:18:30.9636805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-01-31T22:18:30.9637104Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-01-31T22:18:30.9637445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-01-31T22:18:30.9637751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-01-31T22:18:30.9638062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-01-31T22:18:30.9638317Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-01-31T22:18:30.9638563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-01-31T22:18:30.9638832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-01-31T22:18:30.9639099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-01-31T22:18:30.9639359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-01-31T22:18:30.9639599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-01-31T22:18:30.9639843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-01-31T22:18:30.9640164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-01-31T22:18:30.9640480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-01-31T22:18:30.9640810Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-01-31T22:18:30.9641167Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-01-31T22:18:30.9641669Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-01-31T22:18:30.9641991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-01-31T22:18:30.9642272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-01-31T22:18:30.9642601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-01-31T22:18:30.9642932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-01-31T22:18:30.9643235Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-01-31T22:18:30.9643509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-01-31T22:18:30.9643846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-01-31T22:18:30.9644165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-01-31T22:18:30.9644535Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-01-31T22:18:30.9644843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-01-31T22:18:30.9645131Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-01-31T22:18:30.9645424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-01-31T22:18:30.9645711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-01-31T22:18:30.9646004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-01-31T22:18:30.9646306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-01-31T22:18:30.9646662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-01-31T22:18:30.9646987Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-01-31T22:18:30.9647273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-01-31T22:18:30.9647510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-01-31T22:18:30.9647792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-01-31T22:18:30.9648044Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-01-31T22:18:31.1915901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-01-31T22:18:31.1918746Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-01-31T22:18:31.1920374Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-01-31T22:18:31.1920979Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-01-31T22:18:31.1921652Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-01-31T22:18:31.1922341Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-01-31T22:18:31.1923093Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-01-31T22:18:31.1923863Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-01-31T22:18:31.1924556Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-01-31T22:18:31.1925149Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-01-31T22:18:31.1925665Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-01-31T22:18:31.1926219Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-01-31T22:18:31.1926624Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-01-31T22:18:31.1927073Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-01-31T22:18:31.1927713Z adding 'executorch/codegen/__init__.py' 2025-01-31T22:18:31.1928056Z adding 'executorch/codegen/tools/__init__.py' 2025-01-31T22:18:31.1928434Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-01-31T22:18:31.1928815Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-01-31T22:18:31.1929179Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-01-31T22:18:31.1929600Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-01-31T22:18:31.1930063Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-01-31T22:18:31.1930415Z adding 'executorch/codegen/tools/yaml_util.py' 2025-01-31T22:18:31.1930827Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-01-31T22:18:31.1931286Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-01-31T22:18:31.1931761Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-01-31T22:18:31.1932311Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-01-31T22:18:31.1932767Z adding 'executorch/data/bin/__init__.py' 2025-01-31T22:18:31.1933073Z adding 'executorch/data/bin/flatc' 2025-01-31T22:18:31.1933381Z adding 'executorch/devtools/__init__.py' 2025-01-31T22:18:31.1933748Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-01-31T22:18:31.1934180Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-01-31T22:18:31.1934859Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-01-31T22:18:31.1935352Z adding 'executorch/devtools/bundled_program/config.py' 2025-01-31T22:18:31.1935754Z adding 'executorch/devtools/bundled_program/core.py' 2025-01-31T22:18:31.1936168Z adding 'executorch/devtools/bundled_program/version.py' 2025-01-31T22:18:31.1936620Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-01-31T22:18:31.1937156Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-01-31T22:18:31.1937760Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-01-31T22:18:31.1938325Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-01-31T22:18:31.1938863Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-01-31T22:18:31.1939390Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-01-31T22:18:31.1939962Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-01-31T22:18:31.1940629Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-01-31T22:18:31.1941195Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-01-31T22:18:31.1941776Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-01-31T22:18:31.1942295Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-01-31T22:18:31.1942790Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-01-31T22:18:31.1943286Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-01-31T22:18:31.1943745Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-01-31T22:18:31.1944164Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-01-31T22:18:31.1944600Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-01-31T22:18:31.1945028Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-01-31T22:18:31.1945418Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-01-31T22:18:31.1945810Z adding 'executorch/devtools/etdump/serialize.py' 2025-01-31T22:18:31.1946225Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-01-31T22:18:31.1946633Z adding 'executorch/devtools/etrecord/__init__.py' 2025-01-31T22:18:31.1947016Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-01-31T22:18:31.1947442Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-01-31T22:18:31.1947859Z adding 'executorch/devtools/inspector/__init__.py' 2025-01-31T22:18:31.1948249Z adding 'executorch/devtools/inspector/_inspector.py' 2025-01-31T22:18:31.1948734Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-01-31T22:18:31.1949166Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-01-31T22:18:31.1949631Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-01-31T22:18:31.1950126Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-01-31T22:18:31.1950630Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-01-31T22:18:31.1951195Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-01-31T22:18:31.1951746Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-01-31T22:18:31.1952248Z adding 'executorch/devtools/visualization/__init__.py' 2025-01-31T22:18:31.1952710Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-01-31T22:18:31.1953246Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-01-31T22:18:31.1953713Z adding 'executorch/examples/models/__init__.py' 2025-01-31T22:18:31.1954087Z adding 'executorch/examples/models/checkpoint.py' 2025-01-31T22:18:31.1954468Z adding 'executorch/examples/models/model_base.py' 2025-01-31T22:18:31.1954855Z adding 'executorch/examples/models/model_factory.py' 2025-01-31T22:18:31.1955367Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-01-31T22:18:31.1955992Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-01-31T22:18:31.1956424Z adding 'executorch/examples/models/edsr/__init__.py' 2025-01-31T22:18:31.1956809Z adding 'executorch/examples/models/edsr/model.py' 2025-01-31T22:18:31.1957256Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-01-31T22:18:31.1957722Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-01-31T22:18:31.1958312Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-01-31T22:18:31.1959036Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-01-31T22:18:31.1959775Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-01-31T22:18:31.1960528Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-01-31T22:18:31.1961219Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-01-31T22:18:31.1961931Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-01-31T22:18:31.1962540Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-01-31T22:18:31.1963002Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-01-31T22:18:31.1963461Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-01-31T22:18:31.1963907Z adding 'executorch/examples/models/inception_v3/model.py' 2025-01-31T22:18:31.1964361Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-01-31T22:18:31.1964814Z adding 'executorch/examples/models/inception_v4/model.py' 2025-01-31T22:18:31.1965246Z adding 'executorch/examples/models/llama/__init__.py' 2025-01-31T22:18:31.1965664Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-01-31T22:18:31.1966103Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-01-31T22:18:31.1966552Z adding 'executorch/examples/models/llama/export_llama.py' 2025-01-31T22:18:31.1967007Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-01-31T22:18:31.1967465Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-01-31T22:18:31.1968075Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-01-31T22:18:31.1968562Z adding 'executorch/examples/models/llama/llama_test.py' 2025-01-31T22:18:31.1969013Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-01-31T22:18:31.1969443Z adding 'executorch/examples/models/llama/model.py' 2025-01-31T22:18:31.1969816Z adding 'executorch/examples/models/llama/rope.py' 2025-01-31T22:18:31.1970311Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-01-31T22:18:31.1970799Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-01-31T22:18:31.1971298Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-01-31T22:18:31.1971844Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-01-31T22:18:31.1972395Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-01-31T22:18:31.1972962Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-01-31T22:18:31.1973464Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-01-31T22:18:31.1973923Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-01-31T22:18:31.1974376Z adding 'executorch/examples/models/llama/runner/native.py' 2025-01-31T22:18:31.1974893Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-01-31T22:18:31.1975558Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-01-31T22:18:31.1976224Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-01-31T22:18:31.1976856Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-01-31T22:18:31.1977463Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-01-31T22:18:31.1978080Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-01-31T22:18:31.1978723Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-01-31T22:18:31.1979333Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-01-31T22:18:31.1979973Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-01-31T22:18:31.1980604Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-01-31T22:18:31.1981182Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-01-31T22:18:31.2319240Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-01-31T22:18:31.2320337Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-01-31T22:18:31.2321416Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-01-31T22:18:31.2322153Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-01-31T22:18:31.2323136Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-01-31T22:18:31.2323991Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-01-31T22:18:31.2324652Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-01-31T22:18:31.2325259Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-01-31T22:18:31.2325774Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-01-31T22:18:31.2326261Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-01-31T22:18:31.2326794Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-01-31T22:18:31.2327416Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-01-31T22:18:31.2328023Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-01-31T22:18:31.2328629Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-01-31T22:18:31.2329215Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-01-31T22:18:31.2329738Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-01-31T22:18:31.2330289Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-01-31T22:18:31.2330835Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-01-31T22:18:31.2331375Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-01-31T22:18:31.2332099Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-01-31T22:18:31.2332772Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-01-31T22:18:31.2333419Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-01-31T22:18:31.2334016Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-01-31T22:18:31.2334684Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-01-31T22:18:31.2335375Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-01-31T22:18:31.2335941Z adding 'executorch/examples/models/llava/__init__.py' 2025-01-31T22:18:31.2336365Z adding 'executorch/examples/models/llava/export_llava.py' 2025-01-31T22:18:31.2336915Z adding 'executorch/examples/models/llava/image_util.py' 2025-01-31T22:18:31.2337291Z adding 'executorch/examples/models/llava/model.py' 2025-01-31T22:18:31.2337888Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-01-31T22:18:31.2338346Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-01-31T22:18:31.2338756Z adding 'executorch/examples/models/lstm/__init__.py' 2025-01-31T22:18:31.2339141Z adding 'executorch/examples/models/lstm/model.py' 2025-01-31T22:18:31.2339553Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-01-31T22:18:31.2339979Z adding 'executorch/examples/models/mobilebert/model.py' 2025-01-31T22:18:31.2340417Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-01-31T22:18:31.2340868Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-01-31T22:18:31.2341309Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-01-31T22:18:31.2341754Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-01-31T22:18:31.2342197Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-01-31T22:18:31.2342630Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-01-31T22:18:31.2343117Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-01-31T22:18:31.2343627Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-01-31T22:18:31.2344108Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-01-31T22:18:31.2344606Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-01-31T22:18:31.2345130Z adding 'executorch/examples/models/resnet/__init__.py' 2025-01-31T22:18:31.2345544Z adding 'executorch/examples/models/resnet/model.py' 2025-01-31T22:18:31.2345945Z adding 'executorch/examples/models/test/__init__.py' 2025-01-31T22:18:31.2346357Z adding 'executorch/examples/models/test/test_export.py' 2025-01-31T22:18:31.2346816Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-01-31T22:18:31.2347308Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-01-31T22:18:31.2347758Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-01-31T22:18:31.2348185Z adding 'executorch/examples/models/toy_model/model.py' 2025-01-31T22:18:31.2348620Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-01-31T22:18:31.2349049Z adding 'executorch/examples/models/wav2letter/model.py' 2025-01-31T22:18:31.2349424Z adding 'executorch/exir/__init__.py' 2025-01-31T22:18:31.2349732Z adding 'executorch/exir/_warnings.py' 2025-01-31T22:18:31.2350042Z adding 'executorch/exir/common.py' 2025-01-31T22:18:31.2350350Z adding 'executorch/exir/control_flow.py' 2025-01-31T22:18:31.2350672Z adding 'executorch/exir/delegate.py' 2025-01-31T22:18:31.2350973Z adding 'executorch/exir/delegate.pyi' 2025-01-31T22:18:31.2351301Z adding 'executorch/exir/dim_order_utils.py' 2025-01-31T22:18:31.2351636Z adding 'executorch/exir/dynamic_shape.py' 2025-01-31T22:18:31.2351946Z adding 'executorch/exir/error.py' 2025-01-31T22:18:31.2352238Z adding 'executorch/exir/graph.py' 2025-01-31T22:18:31.2352546Z adding 'executorch/exir/graph_module.py' 2025-01-31T22:18:31.2352954Z adding 'executorch/exir/lowered_backend_module.py' 2025-01-31T22:18:31.2353306Z adding 'executorch/exir/memory.py' 2025-01-31T22:18:31.2353629Z adding 'executorch/exir/memory_planning.py' 2025-01-31T22:18:31.2353943Z adding 'executorch/exir/pass_base.py' 2025-01-31T22:18:31.2354267Z adding 'executorch/exir/pass_manager.py' 2025-01-31T22:18:31.2354639Z adding 'executorch/exir/print_program.py' 2025-01-31T22:18:31.2354962Z adding 'executorch/exir/scalar_type.py' 2025-01-31T22:18:31.2355382Z adding 'executorch/exir/schema.py' 2025-01-31T22:18:31.2355860Z adding 'executorch/exir/sym_util.py' 2025-01-31T22:18:31.2356174Z adding 'executorch/exir/tensor.py' 2025-01-31T22:18:31.2356483Z adding 'executorch/exir/tracer.py' 2025-01-31T22:18:31.2356789Z adding 'executorch/exir/types.py' 2025-01-31T22:18:31.2357108Z adding 'executorch/exir/version.py' 2025-01-31T22:18:31.2357410Z adding 'executorch/exir/wrap.py' 2025-01-31T22:18:31.2357734Z adding 'executorch/exir/_serialize/__init__.py' 2025-01-31T22:18:31.2358103Z adding 'executorch/exir/_serialize/_cord.py' 2025-01-31T22:18:31.2358472Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-01-31T22:18:31.2358857Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-01-31T22:18:31.2359237Z adding 'executorch/exir/_serialize/_program.py' 2025-01-31T22:18:31.2359621Z adding 'executorch/exir/_serialize/_serialize.py' 2025-01-31T22:18:31.2360020Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-01-31T22:18:31.2360418Z adding 'executorch/exir/_serialize/padding.py' 2025-01-31T22:18:31.2360791Z adding 'executorch/exir/_serialize/program.fbs' 2025-01-31T22:18:31.2361174Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-01-31T22:18:31.2361576Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-01-31T22:18:31.2362095Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-01-31T22:18:31.2362511Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-01-31T22:18:31.2362958Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-01-31T22:18:31.2363361Z adding 'executorch/exir/backend/backend_api.py' 2025-01-31T22:18:31.2363726Z adding 'executorch/exir/backend/backend_details.py' 2025-01-31T22:18:31.2364132Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-01-31T22:18:31.2364568Z adding 'executorch/exir/backend/partitioner.py' 2025-01-31T22:18:31.2365048Z adding 'executorch/exir/backend/utils.py' 2025-01-31T22:18:31.2365517Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-01-31T22:18:31.2366189Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-01-31T22:18:31.2366880Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-01-31T22:18:31.2367544Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-01-31T22:18:31.2368144Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-01-31T22:18:31.2368706Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-01-31T22:18:31.2369233Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-01-31T22:18:31.2369704Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-01-31T22:18:31.2370161Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-01-31T22:18:31.2370590Z adding 'executorch/exir/backend/test/test_backends.py' 2025-01-31T22:18:31.2371026Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-01-31T22:18:31.2371499Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-01-31T22:18:31.2371964Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-01-31T22:18:31.2372608Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-01-31T22:18:31.2373115Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-01-31T22:18:31.2373627Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-01-31T22:18:31.2374197Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-01-31T22:18:31.2374702Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-01-31T22:18:31.2375265Z adding 'executorch/exir/backend/test/test_passes.py' 2025-01-31T22:18:31.2375655Z adding 'executorch/exir/backend/test/test_utils.py' 2025-01-31T22:18:31.2376156Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-01-31T22:18:31.2376695Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-01-31T22:18:31.2377273Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-01-31T22:18:31.2377917Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-01-31T22:18:31.2378458Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-01-31T22:18:31.2378858Z adding 'executorch/exir/capture/__init__.py' 2025-01-31T22:18:31.2379221Z adding 'executorch/exir/capture/_capture.py' 2025-01-31T22:18:31.2379584Z adding 'executorch/exir/capture/_config.py' 2025-01-31T22:18:31.2379924Z adding 'executorch/exir/capture/_unlift.py' 2025-01-31T22:18:31.2380274Z adding 'executorch/exir/dialects/__init__.py' 2025-01-31T22:18:31.2380623Z adding 'executorch/exir/dialects/_ops.py' 2025-01-31T22:18:31.2380965Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-01-31T22:18:31.2381413Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-01-31T22:18:31.2381850Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-01-31T22:18:31.2382204Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-01-31T22:18:31.2382583Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-01-31T22:18:31.2382968Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-01-31T22:18:31.3241682Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-01-31T22:18:31.3242718Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-01-31T22:18:31.3243642Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-01-31T22:18:31.3244144Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-01-31T22:18:31.3244577Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-01-31T22:18:31.3245028Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-01-31T22:18:31.3245471Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-01-31T22:18:31.3246809Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-01-31T22:18:31.3247255Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-01-31T22:18:31.3247745Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-01-31T22:18:31.3248240Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-01-31T22:18:31.3248779Z adding 'executorch/exir/emit/__init__.py' 2025-01-31T22:18:31.3249137Z adding 'executorch/exir/emit/_emit_program.py' 2025-01-31T22:18:31.3249500Z adding 'executorch/exir/emit/_emitter.py' 2025-01-31T22:18:31.3249852Z adding 'executorch/exir/emit/test/test_emit.py' 2025-01-31T22:18:31.3250217Z adding 'executorch/exir/operator/convert.py' 2025-01-31T22:18:31.3250568Z adding 'executorch/exir/operator/manip.py' 2025-01-31T22:18:31.3250898Z adding 'executorch/exir/operator/util.py' 2025-01-31T22:18:31.3251292Z adding 'executorch/exir/operator/test/test_operator.py' 2025-01-31T22:18:31.3260819Z adding 'executorch/exir/passes/__init__.py' 2025-01-31T22:18:31.3261377Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-01-31T22:18:31.3261856Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-01-31T22:18:31.3262270Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-01-31T22:18:31.3262714Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-01-31T22:18:31.3263185Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-01-31T22:18:31.3263638Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-01-31T22:18:31.3264290Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-01-31T22:18:31.3264778Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-01-31T22:18:31.3265215Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-01-31T22:18:31.3265678Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-01-31T22:18:31.3266177Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-01-31T22:18:31.3266667Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-01-31T22:18:31.3267102Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-01-31T22:18:31.3267595Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-01-31T22:18:31.3268039Z adding 'executorch/exir/passes/pass_registry.py' 2025-01-31T22:18:31.3268449Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-01-31T22:18:31.3268881Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-01-31T22:18:31.3269277Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-01-31T22:18:31.3269703Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-01-31T22:18:31.3270192Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-01-31T22:18:31.3270638Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-01-31T22:18:31.3271065Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-01-31T22:18:31.3271618Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-01-31T22:18:31.3272190Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-01-31T22:18:31.3272666Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-01-31T22:18:31.3273169Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-01-31T22:18:31.3273650Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-01-31T22:18:31.3274047Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-01-31T22:18:31.3274461Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-01-31T22:18:31.3274881Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-01-31T22:18:31.3275434Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-01-31T22:18:31.3276042Z adding 'executorch/exir/program/__init__.py' 2025-01-31T22:18:31.3276438Z adding 'executorch/exir/program/_fake_program.py' 2025-01-31T22:18:31.3276813Z adding 'executorch/exir/program/_program.py' 2025-01-31T22:18:31.3277256Z adding 'executorch/exir/program/test/__init__.py' 2025-01-31T22:18:31.3277686Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-01-31T22:18:31.3278119Z adding 'executorch/exir/program/test/test_program.py' 2025-01-31T22:18:31.3278496Z adding 'executorch/exir/serde/__init__.py' 2025-01-31T22:18:31.3278872Z adding 'executorch/exir/serde/export_serialize.py' 2025-01-31T22:18:31.3279248Z adding 'executorch/exir/serde/schema.py' 2025-01-31T22:18:31.3279593Z adding 'executorch/exir/serde/schema_check.py' 2025-01-31T22:18:31.3279977Z adding 'executorch/exir/serde/serialize.py' 2025-01-31T22:18:31.3280319Z adding 'executorch/exir/serde/union.py' 2025-01-31T22:18:31.3280658Z adding 'executorch/exir/serde/upgrade.py' 2025-01-31T22:18:31.3281007Z adding 'executorch/exir/tests/asr_joiner.py' 2025-01-31T22:18:31.3281349Z adding 'executorch/exir/tests/common.py' 2025-01-31T22:18:31.3281727Z adding 'executorch/exir/tests/control_flow_models.py' 2025-01-31T22:18:31.3282159Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-01-31T22:18:31.3282534Z adding 'executorch/exir/tests/models.py' 2025-01-31T22:18:31.3282905Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-01-31T22:18:31.3283298Z adding 'executorch/exir/tests/test_capture.py' 2025-01-31T22:18:31.3283665Z adding 'executorch/exir/tests/test_common.py' 2025-01-31T22:18:31.3284024Z adding 'executorch/exir/tests/test_delegate.py' 2025-01-31T22:18:31.3284426Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-01-31T22:18:31.3284900Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-01-31T22:18:31.3285396Z adding 'executorch/exir/tests/test_error.py' 2025-01-31T22:18:31.3285774Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-01-31T22:18:31.3286213Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-01-31T22:18:31.3286714Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-01-31T22:18:31.3287256Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-01-31T22:18:31.3287772Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-01-31T22:18:31.3288289Z adding 'executorch/exir/tests/test_op_convert.py' 2025-01-31T22:18:31.3288672Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-01-31T22:18:31.3289040Z adding 'executorch/exir/tests/test_passes.py' 2025-01-31T22:18:31.3289413Z adding 'executorch/exir/tests/test_print_program.py' 2025-01-31T22:18:31.3289862Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-01-31T22:18:31.3290322Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-01-31T22:18:31.3290731Z adding 'executorch/exir/tests/test_quantization.py' 2025-01-31T22:18:31.3291139Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-01-31T22:18:31.3291565Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-01-31T22:18:31.3291941Z adding 'executorch/exir/tests/test_serde.py' 2025-01-31T22:18:31.3292296Z adding 'executorch/exir/tests/test_tensor.py' 2025-01-31T22:18:31.3292652Z adding 'executorch/exir/tests/test_tracer.py' 2025-01-31T22:18:31.3293022Z adding 'executorch/exir/tests/test_verification.py' 2025-01-31T22:18:31.3293815Z adding 'executorch/exir/tests/test_warnings.py' 2025-01-31T22:18:31.3294196Z adding 'executorch/exir/tests/transformer.py' 2025-01-31T22:18:31.3294603Z adding 'executorch/exir/verification/arg_validator.py' 2025-01-31T22:18:31.3295025Z adding 'executorch/exir/verification/dev_html.py' 2025-01-31T22:18:31.3295445Z adding 'executorch/exir/verification/interpreter.py' 2025-01-31T22:18:31.3295861Z adding 'executorch/exir/verification/verifier.py' 2025-01-31T22:18:31.3296302Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-01-31T22:18:31.3296766Z adding 'executorch/extension/android_test/add_model.py' 2025-01-31T22:18:31.3297188Z adding 'executorch/extension/export_util/__init__.py' 2025-01-31T22:18:31.3297651Z adding 'executorch/extension/export_util/export_hf_model.py' 2025-01-31T22:18:31.3298184Z adding 'executorch/extension/export_util/utils.py' 2025-01-31T22:18:31.3298590Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-01-31T22:18:31.3299052Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-01-31T22:18:31.3299575Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-01-31T22:18:31.3300247Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-01-31T22:18:31.3300804Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-01-31T22:18:31.3301323Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-01-31T22:18:31.3301818Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-01-31T22:18:31.3302289Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-01-31T22:18:31.3302702Z adding 'executorch/extension/gguf_util/converter.py' 2025-01-31T22:18:31.3303091Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-01-31T22:18:31.3303562Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-01-31T22:18:31.3304058Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-01-31T22:18:31.3304494Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-01-31T22:18:31.3304992Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-01-31T22:18:31.3305522Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-01-31T22:18:31.3306019Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-01-31T22:18:31.3306622Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-01-31T22:18:31.3307191Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-01-31T22:18:31.3307765Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-01-31T22:18:31.3308290Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-01-31T22:18:31.3308876Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-01-31T22:18:31.3309580Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-01-31T22:18:31.3310215Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-01-31T22:18:31.3310723Z adding 'executorch/extension/llm/export/__init__.py' 2025-01-31T22:18:31.3311125Z adding 'executorch/extension/llm/export/builder.py' 2025-01-31T22:18:31.3311533Z adding 'executorch/extension/llm/export/export_passes.py' 2025-01-31T22:18:31.3311987Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-01-31T22:18:31.3312451Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-01-31T22:18:31.3312905Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-01-31T22:18:31.3313349Z adding 'executorch/extension/llm/modules/__init__.py' 2025-01-31T22:18:31.3313815Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-01-31T22:18:31.3314282Z adding 'executorch/extension/llm/modules/attention.py' 2025-01-31T22:18:31.3314699Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-01-31T22:18:31.3315199Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-01-31T22:18:31.3315862Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-01-31T22:18:31.8835894Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-01-31T22:18:31.8839065Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-01-31T22:18:31.8840887Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2025-01-31T22:18:31.8842625Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2025-01-31T22:18:31.8843663Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-01-31T22:18:31.8844307Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2025-01-31T22:18:31.8844960Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-01-31T22:18:31.8845785Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2025-01-31T22:18:31.8846314Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2025-01-31T22:18:31.8846838Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2025-01-31T22:18:31.8847370Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2025-01-31T22:18:31.8847949Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2025-01-31T22:18:31.8848579Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2025-01-31T22:18:31.8849198Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2025-01-31T22:18:31.8849761Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2025-01-31T22:18:31.8850306Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2025-01-31T22:18:31.8851011Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-01-31T22:18:31.8851816Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-01-31T22:18:31.8852686Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-01-31T22:18:31.8853623Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-01-31T22:18:31.8854414Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2025-01-31T22:18:31.8855251Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-01-31T22:18:31.8855865Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-01-31T22:18:31.8856307Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-01-31T22:18:31.8856735Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-01-31T22:18:31.8857244Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-01-31T22:18:31.8857854Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-01-31T22:18:31.8858438Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-01-31T22:18:31.8858873Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-01-31T22:18:31.8859332Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-01-31T22:18:31.8859822Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-01-31T22:18:31.8860263Z adding 'executorch/extension/pytree/__init__.py' 2025-01-31T22:18:31.8860657Z adding 'executorch/extension/pytree/test/test.py' 2025-01-31T22:18:31.8861050Z adding 'executorch/extension/training/__init__.py' 2025-01-31T22:18:31.8861499Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-01-31T22:18:31.8862006Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-01-31T22:18:31.8862532Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-01-31T22:18:31.8863084Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-01-31T22:18:31.8863637Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-01-31T22:18:31.8864157Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-01-31T22:18:31.8864771Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-01-31T22:18:31.8865484Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-01-31T22:18:31.8866107Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-01-31T22:18:31.8866645Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-01-31T22:18:31.8867199Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-01-31T22:18:31.8867770Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-01-31T22:18:31.8868367Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-01-31T22:18:31.8868969Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-01-31T22:18:31.8869575Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-01-31T22:18:31.8870190Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-01-31T22:18:31.8870751Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-01-31T22:18:31.8871260Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-01-31T22:18:31.8871757Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-01-31T22:18:31.8872221Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-01-31T22:18:31.8872687Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-01-31T22:18:31.8873180Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-01-31T22:18:31.8873725Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-01-31T22:18:31.8874348Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-01-31T22:18:31.8874949Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-01-31T22:18:31.8875820Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-01-31T22:18:31.8876443Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-01-31T22:18:31.8877024Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-01-31T22:18:31.8877600Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-01-31T22:18:31.8878092Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-01-31T22:18:31.8878556Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-01-31T22:18:31.8879053Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-01-31T22:18:31.8879650Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-01-31T22:18:31.8880315Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-01-31T22:18:31.8881010Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-01-31T22:18:31.8881762Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-01-31T22:18:31.8882494Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-01-31T22:18:31.8883216Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-01-31T22:18:31.8883902Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-01-31T22:18:31.8884575Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-01-31T22:18:31.8885242Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-01-31T22:18:31.8885904Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-01-31T22:18:31.8886562Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-01-31T22:18:31.8887198Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-01-31T22:18:31.8887926Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-01-31T22:18:31.8888543Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-01-31T22:18:31.8889180Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-01-31T22:18:31.8889812Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-01-31T22:18:31.8890431Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-01-31T22:18:31.8891092Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-01-31T22:18:31.8891731Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-01-31T22:18:31.8892383Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-01-31T22:18:31.8893052Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-01-31T22:18:31.8894124Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-01-31T22:18:31.8894746Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-01-31T22:18:31.8895382Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-01-31T22:18:31.8895991Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-01-31T22:18:31.8896547Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-01-31T22:18:31.8897080Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-01-31T22:18:31.8897607Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-01-31T22:18:31.8898131Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-01-31T22:18:31.8898665Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-01-31T22:18:31.8899198Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-01-31T22:18:31.8899760Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-01-31T22:18:31.8900299Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-01-31T22:18:31.8900841Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-01-31T22:18:31.8901376Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-01-31T22:18:31.8902068Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-01-31T22:18:31.8902600Z adding 'executorch/kernels/quantized/__init__.py' 2025-01-31T22:18:31.8903070Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-01-31T22:18:31.8903542Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-01-31T22:18:31.8904042Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-01-31T22:18:31.8904645Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-01-31T22:18:31.8905202Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-01-31T22:18:31.8905691Z adding 'executorch/runtime/__init__.py' 2025-01-31T22:18:31.8906196Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-01-31T22:18:31.8906576Z adding 'executorch/runtime/test/test_runtime.py' 2025-01-31T22:18:31.8906925Z adding 'executorch/schema/program.fbs' 2025-01-31T22:18:37.6056718Z adding 'executorch/schema/scalar_type.fbs' 2025-01-31T22:18:37.6057702Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-01-31T22:18:37.6058196Z adding 'executorch/util/activation_memory_profiler.py' 2025-01-31T22:18:37.6058614Z adding 'executorch/util/python_profiler.py' 2025-01-31T22:18:37.6059011Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/LICENSE' 2025-01-31T22:18:37.6059457Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/METADATA' 2025-01-31T22:18:37.6059912Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/WHEEL' 2025-01-31T22:18:37.6060391Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/entry_points.txt' 2025-01-31T22:18:37.6060901Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/top_level.txt' 2025-01-31T22:18:37.6061350Z adding 'executorch-0.6.0a0+20f9f5f.dist-info/RECORD' 2025-01-31T22:18:37.6061753Z removing pip-out/bdist.linux-x86_64/wheel 2025-01-31T22:18:37.6062532Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-01-31T22:18:37.6063536Z Created wheel for executorch: filename=executorch-0.6.0a0+20f9f5f-cp310-cp310-linux_x86_64.whl size=8017108 sha256=c27360a6ccc92e81697417131690a96644dabd8f8a62ac754dcead21909376f8 2025-01-31T22:18:37.6064796Z Stored in directory: /tmp/pip-ephem-wheel-cache-7e46ls0q/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-01-31T22:18:37.6065499Z Successfully built executorch 2025-01-31T22:18:37.6065831Z Installing collected packages: executorch 2025-01-31T22:18:37.6066359Z Attempting uninstall: executorch 2025-01-31T22:18:37.6066743Z Found existing installation: executorch 0.6.0a0+20f9f5f 2025-01-31T22:18:37.6067165Z Uninstalling executorch-0.6.0a0+20f9f5f: 2025-01-31T22:18:37.6067620Z Removing file or directory /opt/conda/envs/py_3.10/bin/flatc 2025-01-31T22:18:37.6068347Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch-0.6.0a0+20f9f5f.dist-info/ 2025-01-31T22:18:37.6069182Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/ 2025-01-31T22:18:37.6069778Z Successfully uninstalled executorch-0.6.0a0+20f9f5f 2025-01-31T22:18:37.6070211Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-01-31T22:18:37.6070647Z Successfully installed executorch-0.6.0a0+20f9f5f 2025-01-31T22:18:37.6071069Z + bash examples/models/llama/install_requirements.sh 2025-01-31T22:18:37.6071419Z Collecting snakeviz 2025-01-31T22:18:37.6071784Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-01-31T22:18:37.6072220Z Collecting sentencepiece 2025-01-31T22:18:37.6072771Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-01-31T22:18:37.6073388Z Collecting tornado>=2.0 (from snakeviz) 2025-01-31T22:18:37.6074081Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2025-01-31T22:18:37.6074818Z Downloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-01-31T22:18:37.6075717Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-01-31T22:18:37.6076640Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-01-31T22:18:37.6077303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 63.1 MB/s eta 0:00:00 2025-01-31T22:18:37.6079954Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB) 2025-01-31T22:18:37.6080847Z Installing collected packages: sentencepiece, tornado, snakeviz 2025-01-31T22:18:37.6081410Z Successfully installed sentencepiece-0.2.0 snakeviz-2.2.2 tornado-6.4.2 2025-01-31T22:18:37.6081856Z Collecting lm_eval==0.4.5 2025-01-31T22:18:37.6082232Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-01-31T22:18:37.6082688Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6083152Z Downloading accelerate-1.3.0-py3-none-any.whl.metadata (19 kB) 2025-01-31T22:18:37.6083618Z Collecting evaluate (from lm_eval==0.4.5) 2025-01-31T22:18:37.6084060Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-01-31T22:18:37.6084506Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6084969Z Downloading datasets-3.2.0-py3-none-any.whl.metadata (20 kB) 2025-01-31T22:18:37.6085410Z Collecting jsonlines (from lm_eval==0.4.5) 2025-01-31T22:18:37.6085845Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-01-31T22:18:37.6086290Z Collecting numexpr (from lm_eval==0.4.5) 2025-01-31T22:18:37.6086871Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-01-31T22:18:37.6087451Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6087875Z Downloading peft-0.14.0-py3-none-any.whl.metadata (13 kB) 2025-01-31T22:18:37.6088313Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6088757Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-01-31T22:18:37.6089225Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-01-31T22:18:37.6089706Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-01-31T22:18:37.6090189Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6090583Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-01-31T22:18:37.6091036Z Preparing metadata (setup.py) ... [?25l- done 2025-01-31T22:18:37.6091536Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6092114Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-01-31T22:18:37.6092581Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-01-31T22:18:37.6093179Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-01-31T22:18:37.6094158Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-01-31T22:18:37.6094533Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-01-31T22:18:37.6094968Z Preparing metadata (setup.py) ... [?25l- done 2025-01-31T22:18:37.6095863Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.6.0a0+git0a94bb4) 2025-01-31T22:18:37.6096622Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-01-31T22:18:37.6097128Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-01-31T22:18:37.6097970Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-01-31T22:18:37.6098680Z Collecting zstandard (from lm_eval==0.4.5) 2025-01-31T22:18:37.6099276Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-01-31T22:18:37.6099853Z Collecting dill (from lm_eval==0.4.5) 2025-01-31T22:18:37.6100253Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-01-31T22:18:37.6100681Z Collecting word2number (from lm_eval==0.4.5) 2025-01-31T22:18:37.6101153Z Downloading word2number-1.1.zip (9.7 kB) 2025-01-31T22:18:37.6101591Z Preparing metadata (setup.py) ... [?25l- done 2025-01-31T22:18:37.6102058Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-01-31T22:18:37.6102535Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-01-31T22:18:37.6103400Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.2) 2025-01-31T22:18:37.6104617Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-01-31T22:18:37.6105416Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6106192Z Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-01-31T22:18:37.6107289Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-01-31T22:18:37.6108462Z Requirement already satisfied: huggingface-hub>=0.21.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.28.0) 2025-01-31T22:18:37.6109739Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.2) 2025-01-31T22:18:37.6110864Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.17.0) 2025-01-31T22:18:37.6111660Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6112231Z Downloading pyarrow-19.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-01-31T22:18:37.6112709Z Collecting dill (from lm_eval==0.4.5) 2025-01-31T22:18:37.6113102Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-01-31T22:18:37.6113886Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-01-31T22:18:37.6114970Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.32.3) 2025-01-31T22:18:37.6116322Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-01-31T22:18:37.6117242Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6117853Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-01-31T22:18:37.6118537Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6119125Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-01-31T22:18:37.6119811Z Collecting fsspec<=2024.9.0,>=2023.1.0 (from fsspec[http]<=2024.9.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6120441Z Downloading fsspec-2024.9.0-py3-none-any.whl.metadata (11 kB) 2025-01-31T22:18:37.6120936Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:37.6121581Z Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-01-31T22:18:37.6122228Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-01-31T22:18:37.6122724Z Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2025-01-31T22:18:37.6123206Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-01-31T22:18:37.6123664Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-01-31T22:18:39.1399927Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-01-31T22:18:39.1400934Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1401793Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-01-31T22:18:39.1402646Z Requirement already satisfied: regex in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (2024.11.6) 2025-01-31T22:18:39.1403786Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-01-31T22:18:39.1404685Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1405211Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-01-31T22:18:39.1406023Z Requirement already satisfied: lxml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (5.3.0) 2025-01-31T22:18:39.1406829Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-01-31T22:18:39.1407485Z Downloading scipy-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-01-31T22:18:39.1408134Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-01-31T22:18:39.1408654Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-01-31T22:18:39.1409203Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-01-31T22:18:39.1409774Z Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2025-01-31T22:18:39.1410762Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (4.12.2) 2025-01-31T22:18:39.1412159Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-01-31T22:18:39.1413185Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.5) 2025-01-31T22:18:39.1414195Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.1) 2025-01-31T22:18:39.1415301Z 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.1->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-01-31T22:18:39.1416460Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.1->lm_eval==0.4.5) (0.21.0) 2025-01-31T22:18:39.1417645Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.1.0) 2025-01-31T22:18:39.1418728Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-01-31T22:18:39.1419552Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1420107Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-01-31T22:18:39.1420666Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1421207Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-01-31T22:18:39.1421762Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1422316Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-01-31T22:18:39.1422837Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1423362Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-01-31T22:18:39.1423874Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1424379Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-01-31T22:18:39.1424956Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1425533Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-01-31T22:18:39.1426079Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1426772Z Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB) 2025-01-31T22:18:39.1427358Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1427905Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-01-31T22:18:39.1428486Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1429265Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-01-31T22:18:39.1429843Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1430681Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-01-31T22:18:39.1431518Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1432224Z Downloading multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB) 2025-01-31T22:18:39.1432920Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1433623Z Downloading propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB) 2025-01-31T22:18:39.1434314Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-01-31T22:18:39.1434964Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-01-31T22:18:39.1435761Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-01-31T22:18:39.1436359Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-01-31T22:18:39.1437312Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (3.4.1) 2025-01-31T22:18:39.1438594Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (3.10) 2025-01-31T22:18:39.1439833Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (2.3.0) 2025-01-31T22:18:39.1441117Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (2024.12.14) 2025-01-31T22:18:39.1442532Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-01-31T22:18:39.1443895Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2024.2) 2025-01-31T22:18:39.1445138Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-01-31T22:18:39.1445973Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-01-31T22:18:39.1446475Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-01-31T22:18:39.1447313Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-01-31T22:18:39.1448222Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-01-31T22:18:39.1449188Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-01-31T22:18:39.1449836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 87.1 MB/s eta 0:00:00 2025-01-31T22:18:39.1450410Z [?25hDownloading accelerate-1.3.0-py3-none-any.whl (336 kB) 2025-01-31T22:18:39.1450866Z Downloading datasets-3.2.0-py3-none-any.whl (480 kB) 2025-01-31T22:18:39.1451339Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-01-31T22:18:39.1451743Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-01-31T22:18:39.1452151Z Downloading peft-0.14.0-py3-none-any.whl (374 kB) 2025-01-31T22:18:39.1452551Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-01-31T22:18:39.1452981Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-01-31T22:18:39.1453618Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-01-31T22:18:39.1454379Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-01-31T22:18:39.1455045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 147.1 MB/s eta 0:00:00 2025-01-31T22:18:39.1455611Z [?25hDownloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-01-31T22:18:39.1456077Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-01-31T22:18:39.1456673Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-01-31T22:18:39.1457277Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-01-31T22:18:39.1457763Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-01-31T22:18:39.1458371Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-01-31T22:18:39.1459132Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-01-31T22:18:50.5175714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 187.8 MB/s eta 0:00:00 2025-01-31T22:18:50.5176455Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-01-31T22:18:50.5176996Z Downloading fsspec-2024.9.0-py3-none-any.whl (179 kB) 2025-01-31T22:18:50.5177763Z Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-01-31T22:18:50.5178619Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-01-31T22:18:50.5179339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 81.8 MB/s eta 0:00:00 2025-01-31T22:18:50.5179943Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-01-31T22:18:50.5180510Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-01-31T22:18:50.5181275Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-01-31T22:18:50.5181778Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-01-31T22:18:50.5182282Z Downloading pyarrow-19.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-01-31T22:18:50.5182973Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-01-31T22:18:50.5187735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.9/42.1 MB 299.5 MB/s eta 0:00:01 2025-01-31T22:18:50.5190222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 187.9 MB/s eta 0:00:00 2025-01-31T22:18:50.5192482Z [?25hDownloading scipy-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.6 MB) 2025-01-31T22:18:50.5194195Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 MB ? eta -:--:-- 2025-01-31T22:18:50.5195042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.4/40.6 MB 270.8 MB/s eta 0:00:01 2025-01-31T22:18:50.5195869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 MB 178.0 MB/s eta 0:00:00 2025-01-31T22:18:50.5196501Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-01-31T22:18:50.5196986Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-01-31T22:18:50.5197455Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2025-01-31T22:18:50.5197929Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-01-31T22:18:50.5198382Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2025-01-31T22:18:50.5198821Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-01-31T22:18:50.5199275Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-01-31T22:18:50.5199888Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-01-31T22:18:50.5200594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 160.6 MB/s eta 0:00:00 2025-01-31T22:18:50.5201186Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-01-31T22:18:50.5201969Z Downloading psutil-6.1.1-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB) 2025-01-31T22:18:50.5202862Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-01-31T22:18:50.5203494Z Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB) 2025-01-31T22:18:50.5204036Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-01-31T22:18:50.5204549Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-01-31T22:18:50.5205005Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-01-31T22:18:50.5205773Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-01-31T22:18:50.5206773Z Downloading multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB) 2025-01-31T22:18:50.5207543Z Downloading propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-01-31T22:18:50.5208504Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-01-31T22:18:50.5209060Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-01-31T22:18:50.5209573Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-01-31T22:18:50.5210166Z Building wheel for rouge-score (setup.py) ... [?25l- done 2025-01-31T22:18:50.5211146Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=69cbd179c64f8a8833cfb53c665ea327e28997943fc87b3f41becfe428dffd3e 2025-01-31T22:18:50.5212208Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-01-31T22:18:50.5212942Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-01-31T22:18:50.5213922Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=c214596722429011d34a3f733485ff4fccd58bcd2aaffcd9aa9d095774399469 2025-01-31T22:18:50.5214974Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-01-31T22:18:50.5215707Z Building wheel for word2number (setup.py) ... [?25l- done 2025-01-31T22:18:50.5216851Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=7e1a6e98e5baeddd5a84bb1aff7a8f90d98d3f90e7f34e637d92f7866b2bfe31 2025-01-31T22:18:50.5217947Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-01-31T22:18:50.5218641Z Successfully built rouge-score sqlitedict word2number 2025-01-31T22:18:50.5220823Z Installing collected packages: word2number, sqlitedict, zstandard, xxhash, threadpoolctl, tcolorpy, scipy, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-01-31T22:18:50.5223003Z Attempting uninstall: fsspec 2025-01-31T22:18:50.5223327Z Found existing installation: fsspec 2024.12.0 2025-01-31T22:18:50.5223701Z Uninstalling fsspec-2024.12.0: 2025-01-31T22:18:50.5224059Z Successfully uninstalled fsspec-2024.12.0 2025-01-31T22:18:50.5226756Z Successfully installed DataProperty-1.1.0 absl-py-2.1.0 accelerate-1.3.0 aiohappyeyeballs-2.4.4 aiohttp-3.11.11 aiosignal-1.3.2 async-timeout-5.0.1 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.2.0 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.9.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.1.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.14.0 portalocker-3.1.1 propcache-0.2.1 psutil-6.1.1 pyarrow-19.0.0 pybind11-2.13.6 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.1 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.5.0 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-01-31T22:18:50.5229440Z Collecting tiktoken 2025-01-31T22:18:50.5229923Z Downloading tiktoken-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2025-01-31T22:18:50.5230480Z Collecting blobfile 2025-01-31T22:18:50.5230846Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-01-31T22:18:50.5231555Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-01-31T22:18:50.5232495Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-01-31T22:18:50.5233195Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-01-31T22:18:50.5233781Z Downloading pycryptodomex-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-01-31T22:18:50.5234658Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-01-31T22:18:50.5235824Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.0) 2025-01-31T22:18:50.5236770Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.17.0) 2025-01-31T22:18:50.5237883Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-01-31T22:18:50.5239033Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-01-31T22:18:53.8772263Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2024.12.14) 2025-01-31T22:18:53.8773378Z Downloading tiktoken-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-01-31T22:18:53.8774480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-01-31T22:18:53.8775525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.8 MB/s eta 0:00:00 2025-01-31T22:18:53.8776174Z [?25hDownloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-01-31T22:18:53.8776849Z Downloading pycryptodomex-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-01-31T22:18:53.8777658Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-01-31T22:18:53.8778470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 158.7 MB/s eta 0:00:00 2025-01-31T22:18:53.8779144Z [?25hInstalling collected packages: pycryptodomex, tiktoken, blobfile 2025-01-31T22:18:53.8779753Z Successfully installed blobfile-3.0.0 pycryptodomex-3.21.0 tiktoken-0.8.0 2025-01-31T22:18:53.8780454Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-01-31T22:18:53.8781071Z + bash examples/models/llava/install_requirements.sh 2025-01-31T22:18:53.8781559Z + pip install transformers accelerate sentencepiece tiktoken 2025-01-31T22:18:53.8782282Z Requirement already satisfied: transformers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (4.47.1) 2025-01-31T22:18:53.8783298Z Requirement already satisfied: accelerate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (1.3.0) 2025-01-31T22:18:53.8784174Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-01-31T22:18:53.8785097Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.8.0) 2025-01-31T22:18:53.8785977Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (3.17.0) 2025-01-31T22:18:53.8786985Z Requirement already satisfied: huggingface-hub<1.0,>=0.24.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.28.0) 2025-01-31T22:18:53.8787958Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2.2.2) 2025-01-31T22:18:53.8788923Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (24.2) 2025-01-31T22:18:53.8789875Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (6.0.1) 2025-01-31T22:18:53.8790926Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2024.11.6) 2025-01-31T22:18:53.8791884Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2.32.3) 2025-01-31T22:18:53.8792873Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.21.0) 2025-01-31T22:18:53.8794408Z Requirement already satisfied: safetensors>=0.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.5.2) 2025-01-31T22:18:53.8796851Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (4.67.1) 2025-01-31T22:18:53.8797906Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (6.1.1) 2025-01-31T22:18:53.8798942Z Requirement already satisfied: torch>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (2.6.0a0+git0a94bb4) 2025-01-31T22:18:53.8800206Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers) (2024.9.0) 2025-01-31T22:18:53.8801492Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers) (4.12.2) 2025-01-31T22:18:53.8802759Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (3.4.1) 2025-01-31T22:18:53.8803868Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (3.10) 2025-01-31T22:18:53.8804917Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (2.3.0) 2025-01-31T22:18:53.8806000Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (2024.12.14) 2025-01-31T22:18:53.8807097Z 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-01-31T22:18:53.8808188Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (3.1.5) 2025-01-31T22:18:53.8809158Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (1.13.1) 2025-01-31T22:18:53.8810185Z 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.1->torch>=2.0.0->accelerate) (1.3.0) 2025-01-31T22:18:53.8811273Z 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-01-31T22:18:53.8812040Z +++ dirname -- examples/models/llava/install_requirements.sh 2025-01-31T22:18:53.8812401Z ++ cd -- examples/models/llava 2025-01-31T22:18:53.8812661Z ++ pwd 2025-01-31T22:18:53.8812924Z + SCRIPT_DIR=/pytorch/executorch/examples/models/llava 2025-01-31T22:18:53.8813424Z + bash /pytorch/executorch/examples/models/llava/../llama/install_requirements.sh 2025-01-31T22:18:53.8814120Z Requirement already satisfied: snakeviz in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.2.2) 2025-01-31T22:18:53.8814903Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-01-31T22:18:53.8815752Z Requirement already satisfied: tornado>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from snakeviz) (6.4.2) 2025-01-31T22:18:53.8816561Z Requirement already satisfied: lm_eval==0.4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.4.5) 2025-01-31T22:18:53.8817415Z Requirement already satisfied: accelerate>=0.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.3.0) 2025-01-31T22:18:53.8818389Z Requirement already satisfied: evaluate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.4.3) 2025-01-31T22:18:53.8819289Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (3.2.0) 2025-01-31T22:18:53.8820204Z Requirement already satisfied: jsonlines in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.0.0) 2025-01-31T22:18:53.8821174Z Requirement already satisfied: numexpr in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.10.2) 2025-01-31T22:18:53.8822083Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.14.0) 2025-01-31T22:18:53.8822998Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.13.6) 2025-01-31T22:18:53.8824018Z Requirement already satisfied: pytablewriter in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.2.1) 2025-01-31T22:18:53.8824968Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.1.2) 2025-01-31T22:18:53.8825914Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.5.1) 2025-01-31T22:18:53.8826845Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.6.1) 2025-01-31T22:18:53.8827792Z Requirement already satisfied: sqlitedict in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.1.0) 2025-01-31T22:18:53.8828752Z Requirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.6.0a0+git0a94bb4) 2025-01-31T22:18:53.8829726Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.0.11) 2025-01-31T22:18:53.8830709Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-01-31T22:18:53.8831669Z Requirement already satisfied: zstandard in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.23.0) 2025-01-31T22:18:53.8832604Z Requirement already satisfied: dill in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.3.8) 2025-01-31T22:18:54.2588118Z Requirement already satisfied: word2number in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.1) 2025-01-31T22:18:54.2589235Z Requirement already satisfied: more-itertools in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (10.6.0) 2025-01-31T22:18:54.2590337Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.2) 2025-01-31T22:18:54.2591517Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-01-31T22:18:54.2592637Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.1.1) 2025-01-31T22:18:54.2593940Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-01-31T22:18:54.2595189Z Requirement already satisfied: huggingface-hub>=0.21.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.28.0) 2025-01-31T22:18:54.2596424Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.2) 2025-01-31T22:18:54.2597565Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.17.0) 2025-01-31T22:18:54.2598865Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (19.0.0) 2025-01-31T22:18:54.2599982Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-01-31T22:18:54.2601214Z Requirement already satisfied: requests>=2.32.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.32.3) 2025-01-31T22:18:54.2602329Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-01-31T22:18:54.2603430Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.5.0) 2025-01-31T22:18:54.2604632Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (0.70.16) 2025-01-31T22:18:54.2605939Z Requirement already satisfied: fsspec<=2024.9.0,>=2023.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2024.9.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (2024.9.0) 2025-01-31T22:18:54.2607219Z Requirement already satisfied: aiohttp in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.11.11) 2025-01-31T22:18:54.2608421Z Requirement already satisfied: absl-py in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (2.1.0) 2025-01-31T22:18:54.2609484Z Requirement already satisfied: nltk in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (3.9.1) 2025-01-31T22:18:54.2610541Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-01-31T22:18:54.2611580Z Requirement already satisfied: portalocker in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (3.1.1) 2025-01-31T22:18:54.2612621Z Requirement already satisfied: regex in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (2024.11.6) 2025-01-31T22:18:54.2613662Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-01-31T22:18:54.2614720Z Requirement already satisfied: colorama in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.4.6) 2025-01-31T22:18:54.2615776Z Requirement already satisfied: lxml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (5.3.0) 2025-01-31T22:18:54.2616805Z Requirement already satisfied: scipy>=1.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (1.15.1) 2025-01-31T22:18:54.2617872Z Requirement already satisfied: joblib>=1.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (1.4.2) 2025-01-31T22:18:54.2618952Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (3.5.0) 2025-01-31T22:18:54.2620076Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (4.12.2) 2025-01-31T22:18:54.2621120Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-01-31T22:18:54.2622118Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.5) 2025-01-31T22:18:54.2623130Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.1) 2025-01-31T22:18:54.2624172Z 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.1->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-01-31T22:18:54.2625270Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers>=4.1->lm_eval==0.4.5) (0.21.0) 2025-01-31T22:18:54.2626384Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.1.0) 2025-01-31T22:18:54.2627394Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-01-31T22:18:54.2628482Z Requirement already satisfied: DataProperty<2,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.1.0) 2025-01-31T22:18:54.2629620Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.1.4) 2025-01-31T22:18:54.2630701Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (3.2.3) 2025-01-31T22:18:54.2631752Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.3.4) 2025-01-31T22:18:54.2632807Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (0.1.7) 2025-01-31T22:18:54.2633941Z Requirement already satisfied: typepy<2,>=1.3.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (1.3.4) 2025-01-31T22:18:54.2635206Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (2.4.4) 2025-01-31T22:18:54.2636593Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.3.2) 2025-01-31T22:18:54.2637828Z Requirement already satisfied: async-timeout<6.0,>=4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (5.0.1) 2025-01-31T22:18:54.2639070Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.5.0) 2025-01-31T22:18:54.2640295Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (6.1.0) 2025-01-31T22:18:54.2641499Z Requirement already satisfied: propcache>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (0.2.1) 2025-01-31T22:18:54.2642703Z Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.18.3) 2025-01-31T22:18:54.2643953Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) (5.2.0) 2025-01-31T22:18:54.2645297Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (3.4.1) 2025-01-31T22:18:54.2646588Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (3.10) 2025-01-31T22:18:54.2647915Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (2.3.0) 2025-01-31T22:19:12.1863453Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.32.2->datasets>=2.16.0->lm_eval==0.4.5) (2024.12.14) 2025-01-31T22:19:12.1865010Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-01-31T22:19:12.1866873Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2024.2) 2025-01-31T22:19:12.1868266Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-01-31T22:19:12.1869499Z Requirement already satisfied: click in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) (8.1.8) 2025-01-31T22:19:12.1870925Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-01-31T22:19:12.1871987Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.8.0) 2025-01-31T22:19:12.1872814Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-01-31T22:19:12.1873760Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-01-31T22:19:12.1874782Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-01-31T22:19:12.1876142Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.21.0) 2025-01-31T22:19:12.1877197Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-01-31T22:19:12.1878212Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.0) 2025-01-31T22:19:12.1879257Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.17.0) 2025-01-31T22:19:12.1880388Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-01-31T22:19:12.1881574Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-01-31T22:19:12.1882698Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2024.12.14) 2025-01-31T22:19:12.1883597Z + python -m unittest examples.models.llava.test.test_llava 2025-01-31T22:19:12.1885397Z /var/lib/ci-user/.local/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: ''If you don't plan on using image functionality from `torchvision.io`, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you have `libjpeg` or `libpng` installed before building `torchvision` from source? 2025-01-31T22:19:12.1887093Z warn( 2025-01-31T22:19:12.1887711Z [INFO 2025-01-31 22:18:58,584 utils.py:146] Note: detected 96 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable. 2025-01-31T22:19:12.1888865Z [INFO 2025-01-31 22:18:58,584 utils.py:149] Note: NumExpr detected 96 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16. 2025-01-31T22:19:12.1889644Z [INFO 2025-01-31 22:18:58,584 utils.py:162] NumExpr defaulting to 16 threads. 2025-01-31T22:19:12.1890463Z [INFO 2025-01-31 22:19:00,491 custom_ops.py:36] Looking for libcustom_ops_aot_lib.so in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch 2025-01-31T22:19:12.1891789Z [INFO 2025-01-31 22:19:00,510 custom_ops.py:43] Loading custom ops library: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so 2025-01-31T22:19:12.1892577Z 2025-01-31T22:19:12.1892739Z processor_config.json: 0% 0.00/173 [00:00] to quantizing the model... 2025-01-31T23:11:33.7516067Z [INFO 2025-01-31 23:09:14,158 builder.py:334] Calibrating with tasks: None, limit: None, calibration_data: None, tokenizer_path: None, seq_length: None 2025-01-31T23:11:33.7517729Z [INFO 2025-01-31 23:09:14,158 builder.py:357] No calibration provided, using dummy input to calibrate... 2025-01-31T23:11:33.7518805Z [INFO 2025-01-31 23:11:33,749 export_llama_lib.py:625] Applying quantizers: [] 2025-01-31T23:11:33.7520105Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7521747Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7523405Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7525017Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7526623Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7528243Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7529863Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7531469Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7533106Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7534721Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7536338Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7538028Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7539657Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7541273Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7542887Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7544507Z [WARNING 2025-01-31 23:11:33,749 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7546122Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7547743Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7549432Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7551054Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7552669Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7554327Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7556031Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7557659Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7559333Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7560954Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7562555Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7564188Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7565808Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7567450Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7569055Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7570661Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7572279Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7573971Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7575594Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7577216Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7578869Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7580492Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7582112Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7583733Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7585352Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7586953Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7588568Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7590208Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7591812Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7593616Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7595263Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7596950Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7598550Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7600160Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7601825Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7603444Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7605043Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7606659Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7608297Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7609920Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7611563Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7613228Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7615029Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7616655Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7618473Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7620569Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7622595Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7624501Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7626419Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7628323Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7630244Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7632094Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7633748Z [WARNING 2025-01-31 23:11:33,750 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7635792Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7637672Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7639574Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7641565Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7643119Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7644716Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7646430Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7648292Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7649924Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7651452Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7653110Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7654722Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7656328Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7658022Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7659653Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7661224Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7662825Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7664453Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7666201Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7667848Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7669358Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7670926Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7672670Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7674339Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7676280Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7678072Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7679590Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7681134Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7682831Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7684372Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7685836Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7687354Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7688914Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7690534Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7692047Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7694030Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7695770Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7697376Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7698997Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7700770Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7702329Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7703997Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7705463Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7707199Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7708826Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7710446Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7712097Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7713752Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7715515Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7717126Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7718825Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7720998Z [WARNING 2025-01-31 23:11:33,751 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7722605Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7724050Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7725757Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7727417Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7729036Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7730747Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7732394Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7734055Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7735663Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7737302Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7738925Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7740604Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7742257Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7743880Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7745537Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7747194Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7748819Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7750509Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7752159Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7753802Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7755511Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7757171Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7758828Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7760487Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7762163Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7763829Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7765489Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7767152Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7768807Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7770465Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7772160Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7773771Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7775259Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7776819Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7778432Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7780127Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7781780Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7783561Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7785335Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7787136Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7788846Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7790507Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7792504Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7794482Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7796337Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7798062Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7799760Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7801454Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7803275Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7810837Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7812651Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7814533Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7816423Z [WARNING 2025-01-31 23:11:33,752 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7818441Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7820447Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7822136Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7824028Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7825827Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7827684Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7829356Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7831430Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7833267Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7835035Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7836887Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7838751Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7840701Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7842479Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7844258Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7846106Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7847852Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7849521Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7851243Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7853107Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7854920Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7856646Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7858484Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7860216Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7862111Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7864081Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7865951Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7867847Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7869542Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7871160Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7872797Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7874435Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7876157Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7877773Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7879422Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7881065Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7882705Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7884319Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7885963Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7887597Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7889270Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7890922Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7892564Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7894371Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7896074Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7897807Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7899538Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7901546Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7903258Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7904997Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7906687Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7908485Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7910233Z [WARNING 2025-01-31 23:11:33,753 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7911914Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7913816Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7915687Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7917418Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7919077Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7920856Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7922665Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7924554Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7926339Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7928035Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7929756Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7931453Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7933364Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7935355Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7937265Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7939179Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7940830Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7942459Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7944103Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7945764Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7947433Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7949089Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7950728Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7952396Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7954017Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7955747Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7957453Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7959096Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7960718Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7962371Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7963995Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7965612Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7967496Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7969435Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7971349Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7973324Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7974973Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7976621Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7978342Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7979982Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7981628Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7983275Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7984926Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7986563Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7988210Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7989896Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7991516Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7993160Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7994995Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7996802Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.7998436Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8000337Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8002634Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8004585Z [WARNING 2025-01-31 23:11:33,754 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8006671Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8008582Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8010480Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8012351Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8014171Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8015961Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8017575Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8019138Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8020718Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8022540Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8024272Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8026026Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8027293Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8028799Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8030389Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8032055Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8033608Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8035579Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8037119Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8038619Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8040446Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8042085Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8043637Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8045308Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8047038Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8048702Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8050217Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8051898Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8053554Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8055117Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8056627Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8058423Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8060017Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8061702Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8063231Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8065018Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8066674Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8068312Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8069934Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8071556Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8073151Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8074756Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8076716Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8078350Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8079874Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8081648Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8083406Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8084975Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8086654Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8088446Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8089956Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8091548Z [WARNING 2025-01-31 23:11:33,755 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8093218Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8095163Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8096822Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8098452Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8100107Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8101837Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8103449Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8105133Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8107042Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8108586Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8110217Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8111862Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8113501Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8115234Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8116854Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8118588Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8120234Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8121859Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8123498Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8125211Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8126854Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8128479Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8130190Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8131834Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8133480Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8135109Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8136749Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8138398Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8140030Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8141670Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8143317Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8144967Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8146587Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8148237Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8149928Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8151581Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8153202Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8154855Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8156581Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8158181Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8159533Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8161589Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8163453Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8165114Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8167059Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8168841Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8170554Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8172411Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8174215Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8175939Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8177612Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8179355Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8181107Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8182873Z [WARNING 2025-01-31 23:11:33,756 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8184574Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8186424Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8188159Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8189878Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8191649Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8193970Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8195841Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8197576Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8199470Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8201371Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8203275Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8204943Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8206914Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8208596Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8210364Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8212139Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8214126Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8215880Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8217528Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8219380Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8240819Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8242570Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8244324Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8246205Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8248087Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8249965Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8251776Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8253400Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8255028Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8256629Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8258281Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8260008Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8261667Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8263294Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8264950Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8266612Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8268219Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8269845Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8271548Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8273193Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8274796Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8276626Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:33.8278290Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1216105Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1219276Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1221082Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1223077Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1225120Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1227221Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1229220Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1231063Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1233000Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1234951Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1236709Z [WARNING 2025-01-31 23:11:33,757 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1238636Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1240667Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1242722Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1244368Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1246005Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1247612Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1249295Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1251022Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1252698Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1254501Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1256132Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1257768Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1259409Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1261245Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1263008Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1264827Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1266732Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1268530Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1270276Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1271524Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1273218Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1274811Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1276634Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1278437Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1280147Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1281895Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1283573Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1285248Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1287201Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1288934Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1290553Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1292202Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1294193Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1295885Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1297785Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1299872Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1301624Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1303198Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1304961Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1306572Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1308330Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1310450Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1312219Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1314058Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1315925Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1317649Z [WARNING 2025-01-31 23:11:33,758 quantized_kv_cache.py:273] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-01-31T23:11:34.1319167Z [INFO 2025-01-31 23:11:33,761 GPTQ.py:1139] linear: text_model.layers.0.attention.wq, in=4096, out=4096 2025-01-31T23:11:34.1320446Z [INFO 2025-01-31 23:11:33,799 GPTQ.py:1139] linear: text_model.layers.0.attention.wk, in=4096, out=4096 2025-01-31T23:11:34.1321845Z [INFO 2025-01-31 23:11:33,837 GPTQ.py:1139] linear: text_model.layers.0.attention.wv, in=4096, out=4096 2025-01-31T23:11:34.1323005Z [INFO 2025-01-31 23:11:33,875 GPTQ.py:1139] linear: text_model.layers.0.attention.wo, in=4096, out=4096 2025-01-31T23:11:34.1324235Z [INFO 2025-01-31 23:11:33,914 GPTQ.py:1139] linear: text_model.layers.0.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:34.1325510Z [INFO 2025-01-31 23:11:34,016 GPTQ.py:1139] linear: text_model.layers.0.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4670222Z [INFO 2025-01-31 23:11:34,120 GPTQ.py:1139] linear: text_model.layers.0.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4671991Z [INFO 2025-01-31 23:11:34,225 GPTQ.py:1139] linear: text_model.layers.1.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4673896Z [INFO 2025-01-31 23:11:34,264 GPTQ.py:1139] linear: text_model.layers.1.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4675480Z [INFO 2025-01-31 23:11:34,303 GPTQ.py:1139] linear: text_model.layers.1.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4676989Z [INFO 2025-01-31 23:11:34,342 GPTQ.py:1139] linear: text_model.layers.1.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4678471Z [INFO 2025-01-31 23:11:34,381 GPTQ.py:1139] linear: text_model.layers.1.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4679961Z [INFO 2025-01-31 23:11:34,486 GPTQ.py:1139] linear: text_model.layers.1.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4681476Z [INFO 2025-01-31 23:11:34,591 GPTQ.py:1139] linear: text_model.layers.1.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4682911Z [INFO 2025-01-31 23:11:34,696 GPTQ.py:1139] linear: text_model.layers.2.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4684361Z [INFO 2025-01-31 23:11:34,737 GPTQ.py:1139] linear: text_model.layers.2.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4685683Z [INFO 2025-01-31 23:11:34,777 GPTQ.py:1139] linear: text_model.layers.2.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4687305Z [INFO 2025-01-31 23:11:34,818 GPTQ.py:1139] linear: text_model.layers.2.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4688697Z [INFO 2025-01-31 23:11:34,858 GPTQ.py:1139] linear: text_model.layers.2.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4690157Z [INFO 2025-01-31 23:11:34,964 GPTQ.py:1139] linear: text_model.layers.2.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4691620Z [INFO 2025-01-31 23:11:35,069 GPTQ.py:1139] linear: text_model.layers.2.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4693519Z [INFO 2025-01-31 23:11:35,176 GPTQ.py:1139] linear: text_model.layers.3.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4694918Z [INFO 2025-01-31 23:11:35,216 GPTQ.py:1139] linear: text_model.layers.3.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4696395Z [INFO 2025-01-31 23:11:35,258 GPTQ.py:1139] linear: text_model.layers.3.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4697815Z [INFO 2025-01-31 23:11:35,299 GPTQ.py:1139] linear: text_model.layers.3.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4699437Z [INFO 2025-01-31 23:11:35,339 GPTQ.py:1139] linear: text_model.layers.3.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4700928Z [INFO 2025-01-31 23:11:35,445 GPTQ.py:1139] linear: text_model.layers.3.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4702384Z [INFO 2025-01-31 23:11:35,551 GPTQ.py:1139] linear: text_model.layers.3.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4703785Z [INFO 2025-01-31 23:11:35,657 GPTQ.py:1139] linear: text_model.layers.4.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4705252Z [INFO 2025-01-31 23:11:35,699 GPTQ.py:1139] linear: text_model.layers.4.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4706645Z [INFO 2025-01-31 23:11:35,739 GPTQ.py:1139] linear: text_model.layers.4.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4708083Z [INFO 2025-01-31 23:11:35,780 GPTQ.py:1139] linear: text_model.layers.4.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4709374Z [INFO 2025-01-31 23:11:35,820 GPTQ.py:1139] linear: text_model.layers.4.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4710628Z [INFO 2025-01-31 23:11:35,926 GPTQ.py:1139] linear: text_model.layers.4.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4711935Z [INFO 2025-01-31 23:11:36,032 GPTQ.py:1139] linear: text_model.layers.4.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4713114Z [INFO 2025-01-31 23:11:36,138 GPTQ.py:1139] linear: text_model.layers.5.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4714463Z [INFO 2025-01-31 23:11:36,180 GPTQ.py:1139] linear: text_model.layers.5.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4715877Z [INFO 2025-01-31 23:11:36,221 GPTQ.py:1139] linear: text_model.layers.5.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4717178Z [INFO 2025-01-31 23:11:36,262 GPTQ.py:1139] linear: text_model.layers.5.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4718676Z [INFO 2025-01-31 23:11:36,303 GPTQ.py:1139] linear: text_model.layers.5.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4720068Z [INFO 2025-01-31 23:11:36,409 GPTQ.py:1139] linear: text_model.layers.5.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4721432Z [INFO 2025-01-31 23:11:36,515 GPTQ.py:1139] linear: text_model.layers.5.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4722812Z [INFO 2025-01-31 23:11:36,622 GPTQ.py:1139] linear: text_model.layers.6.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4724159Z [INFO 2025-01-31 23:11:36,663 GPTQ.py:1139] linear: text_model.layers.6.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4725279Z [INFO 2025-01-31 23:11:36,705 GPTQ.py:1139] linear: text_model.layers.6.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4726381Z [INFO 2025-01-31 23:11:36,747 GPTQ.py:1139] linear: text_model.layers.6.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4727704Z [INFO 2025-01-31 23:11:36,789 GPTQ.py:1139] linear: text_model.layers.6.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4729305Z [INFO 2025-01-31 23:11:36,896 GPTQ.py:1139] linear: text_model.layers.6.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4730613Z [INFO 2025-01-31 23:11:37,003 GPTQ.py:1139] linear: text_model.layers.6.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4731977Z [INFO 2025-01-31 23:11:37,112 GPTQ.py:1139] linear: text_model.layers.7.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4733231Z [INFO 2025-01-31 23:11:37,154 GPTQ.py:1139] linear: text_model.layers.7.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4734706Z [INFO 2025-01-31 23:11:37,197 GPTQ.py:1139] linear: text_model.layers.7.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4736014Z [INFO 2025-01-31 23:11:37,240 GPTQ.py:1139] linear: text_model.layers.7.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4737342Z [INFO 2025-01-31 23:11:37,282 GPTQ.py:1139] linear: text_model.layers.7.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4738603Z [INFO 2025-01-31 23:11:37,390 GPTQ.py:1139] linear: text_model.layers.7.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4740223Z [INFO 2025-01-31 23:11:37,499 GPTQ.py:1139] linear: text_model.layers.7.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4741500Z [INFO 2025-01-31 23:11:37,608 GPTQ.py:1139] linear: text_model.layers.8.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4742738Z [INFO 2025-01-31 23:11:37,651 GPTQ.py:1139] linear: text_model.layers.8.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4744009Z [INFO 2025-01-31 23:11:37,694 GPTQ.py:1139] linear: text_model.layers.8.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4745295Z [INFO 2025-01-31 23:11:37,737 GPTQ.py:1139] linear: text_model.layers.8.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4746510Z [INFO 2025-01-31 23:11:37,778 GPTQ.py:1139] linear: text_model.layers.8.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4747889Z [INFO 2025-01-31 23:11:37,886 GPTQ.py:1139] linear: text_model.layers.8.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4749192Z [INFO 2025-01-31 23:11:37,994 GPTQ.py:1139] linear: text_model.layers.8.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4750645Z [INFO 2025-01-31 23:11:38,103 GPTQ.py:1139] linear: text_model.layers.9.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4751972Z [INFO 2025-01-31 23:11:38,145 GPTQ.py:1139] linear: text_model.layers.9.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4753441Z [INFO 2025-01-31 23:11:38,187 GPTQ.py:1139] linear: text_model.layers.9.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4754724Z [INFO 2025-01-31 23:11:38,228 GPTQ.py:1139] linear: text_model.layers.9.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4756197Z [INFO 2025-01-31 23:11:38,269 GPTQ.py:1139] linear: text_model.layers.9.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4757459Z [INFO 2025-01-31 23:11:38,376 GPTQ.py:1139] linear: text_model.layers.9.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4759143Z [INFO 2025-01-31 23:11:38,483 GPTQ.py:1139] linear: text_model.layers.9.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4760378Z [INFO 2025-01-31 23:11:38,591 GPTQ.py:1139] linear: text_model.layers.10.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4761709Z [INFO 2025-01-31 23:11:38,632 GPTQ.py:1139] linear: text_model.layers.10.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4763032Z [INFO 2025-01-31 23:11:38,673 GPTQ.py:1139] linear: text_model.layers.10.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4764308Z [INFO 2025-01-31 23:11:38,714 GPTQ.py:1139] linear: text_model.layers.10.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4765712Z [INFO 2025-01-31 23:11:38,755 GPTQ.py:1139] linear: text_model.layers.10.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4767069Z [INFO 2025-01-31 23:11:38,862 GPTQ.py:1139] linear: text_model.layers.10.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:39.4768509Z [INFO 2025-01-31 23:11:38,972 GPTQ.py:1139] linear: text_model.layers.10.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:39.4769969Z [INFO 2025-01-31 23:11:39,087 GPTQ.py:1139] linear: text_model.layers.11.attention.wq, in=4096, out=4096 2025-01-31T23:11:39.4771430Z [INFO 2025-01-31 23:11:39,129 GPTQ.py:1139] linear: text_model.layers.11.attention.wk, in=4096, out=4096 2025-01-31T23:11:39.4772764Z [INFO 2025-01-31 23:11:39,171 GPTQ.py:1139] linear: text_model.layers.11.attention.wv, in=4096, out=4096 2025-01-31T23:11:39.4773968Z [INFO 2025-01-31 23:11:39,211 GPTQ.py:1139] linear: text_model.layers.11.attention.wo, in=4096, out=4096 2025-01-31T23:11:39.4775318Z [INFO 2025-01-31 23:11:39,253 GPTQ.py:1139] linear: text_model.layers.11.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:39.4776880Z [INFO 2025-01-31 23:11:39,359 GPTQ.py:1139] linear: text_model.layers.11.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7898462Z [INFO 2025-01-31 23:11:39,466 GPTQ.py:1139] linear: text_model.layers.11.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7900313Z [INFO 2025-01-31 23:11:39,573 GPTQ.py:1139] linear: text_model.layers.12.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7902509Z [INFO 2025-01-31 23:11:39,616 GPTQ.py:1139] linear: text_model.layers.12.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7903867Z [INFO 2025-01-31 23:11:39,657 GPTQ.py:1139] linear: text_model.layers.12.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7905301Z [INFO 2025-01-31 23:11:39,698 GPTQ.py:1139] linear: text_model.layers.12.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7906758Z [INFO 2025-01-31 23:11:39,739 GPTQ.py:1139] linear: text_model.layers.12.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7908277Z [INFO 2025-01-31 23:11:39,844 GPTQ.py:1139] linear: text_model.layers.12.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7909781Z [INFO 2025-01-31 23:11:39,951 GPTQ.py:1139] linear: text_model.layers.12.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7911243Z [INFO 2025-01-31 23:11:40,057 GPTQ.py:1139] linear: text_model.layers.13.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7912688Z [INFO 2025-01-31 23:11:40,098 GPTQ.py:1139] linear: text_model.layers.13.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7914086Z [INFO 2025-01-31 23:11:40,139 GPTQ.py:1139] linear: text_model.layers.13.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7915540Z [INFO 2025-01-31 23:11:40,179 GPTQ.py:1139] linear: text_model.layers.13.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7916918Z [INFO 2025-01-31 23:11:40,220 GPTQ.py:1139] linear: text_model.layers.13.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7918340Z [INFO 2025-01-31 23:11:40,325 GPTQ.py:1139] linear: text_model.layers.13.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7919842Z [INFO 2025-01-31 23:11:40,431 GPTQ.py:1139] linear: text_model.layers.13.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7921013Z [INFO 2025-01-31 23:11:40,538 GPTQ.py:1139] linear: text_model.layers.14.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7922473Z [INFO 2025-01-31 23:11:40,579 GPTQ.py:1139] linear: text_model.layers.14.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7923762Z [INFO 2025-01-31 23:11:40,620 GPTQ.py:1139] linear: text_model.layers.14.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7925123Z [INFO 2025-01-31 23:11:40,660 GPTQ.py:1139] linear: text_model.layers.14.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7926404Z [INFO 2025-01-31 23:11:40,701 GPTQ.py:1139] linear: text_model.layers.14.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7927630Z [INFO 2025-01-31 23:11:40,807 GPTQ.py:1139] linear: text_model.layers.14.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7928880Z [INFO 2025-01-31 23:11:40,913 GPTQ.py:1139] linear: text_model.layers.14.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7930101Z [INFO 2025-01-31 23:11:41,020 GPTQ.py:1139] linear: text_model.layers.15.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7931405Z [INFO 2025-01-31 23:11:41,062 GPTQ.py:1139] linear: text_model.layers.15.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7932676Z [INFO 2025-01-31 23:11:41,103 GPTQ.py:1139] linear: text_model.layers.15.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7934116Z [INFO 2025-01-31 23:11:41,144 GPTQ.py:1139] linear: text_model.layers.15.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7935330Z [INFO 2025-01-31 23:11:41,185 GPTQ.py:1139] linear: text_model.layers.15.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7936639Z [INFO 2025-01-31 23:11:41,291 GPTQ.py:1139] linear: text_model.layers.15.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7937838Z [INFO 2025-01-31 23:11:41,397 GPTQ.py:1139] linear: text_model.layers.15.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7939257Z [INFO 2025-01-31 23:11:41,504 GPTQ.py:1139] linear: text_model.layers.16.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7940480Z [INFO 2025-01-31 23:11:41,545 GPTQ.py:1139] linear: text_model.layers.16.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7941664Z [INFO 2025-01-31 23:11:41,586 GPTQ.py:1139] linear: text_model.layers.16.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7943009Z [INFO 2025-01-31 23:11:41,628 GPTQ.py:1139] linear: text_model.layers.16.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7944275Z [INFO 2025-01-31 23:11:41,669 GPTQ.py:1139] linear: text_model.layers.16.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7945636Z [INFO 2025-01-31 23:11:41,776 GPTQ.py:1139] linear: text_model.layers.16.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7946986Z [INFO 2025-01-31 23:11:41,883 GPTQ.py:1139] linear: text_model.layers.16.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7948317Z [INFO 2025-01-31 23:11:41,990 GPTQ.py:1139] linear: text_model.layers.17.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7949652Z [INFO 2025-01-31 23:11:42,032 GPTQ.py:1139] linear: text_model.layers.17.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7950963Z [INFO 2025-01-31 23:11:42,075 GPTQ.py:1139] linear: text_model.layers.17.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7952275Z [INFO 2025-01-31 23:11:42,117 GPTQ.py:1139] linear: text_model.layers.17.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7953585Z [INFO 2025-01-31 23:11:42,159 GPTQ.py:1139] linear: text_model.layers.17.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7954769Z [INFO 2025-01-31 23:11:42,267 GPTQ.py:1139] linear: text_model.layers.17.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7956275Z [INFO 2025-01-31 23:11:42,375 GPTQ.py:1139] linear: text_model.layers.17.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7957526Z [INFO 2025-01-31 23:11:42,484 GPTQ.py:1139] linear: text_model.layers.18.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7958742Z [INFO 2025-01-31 23:11:42,527 GPTQ.py:1139] linear: text_model.layers.18.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7960243Z [INFO 2025-01-31 23:11:42,570 GPTQ.py:1139] linear: text_model.layers.18.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7961454Z [INFO 2025-01-31 23:11:42,613 GPTQ.py:1139] linear: text_model.layers.18.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7963049Z [INFO 2025-01-31 23:11:42,655 GPTQ.py:1139] linear: text_model.layers.18.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7964439Z [INFO 2025-01-31 23:11:42,764 GPTQ.py:1139] linear: text_model.layers.18.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7966008Z [INFO 2025-01-31 23:11:42,873 GPTQ.py:1139] linear: text_model.layers.18.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7967288Z [INFO 2025-01-31 23:11:42,983 GPTQ.py:1139] linear: text_model.layers.19.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7968630Z [INFO 2025-01-31 23:11:43,026 GPTQ.py:1139] linear: text_model.layers.19.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7970103Z [INFO 2025-01-31 23:11:43,069 GPTQ.py:1139] linear: text_model.layers.19.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7971445Z [INFO 2025-01-31 23:11:43,113 GPTQ.py:1139] linear: text_model.layers.19.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7972692Z [INFO 2025-01-31 23:11:43,156 GPTQ.py:1139] linear: text_model.layers.19.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7974076Z [INFO 2025-01-31 23:11:43,266 GPTQ.py:1139] linear: text_model.layers.19.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7975388Z [INFO 2025-01-31 23:11:43,376 GPTQ.py:1139] linear: text_model.layers.19.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7976750Z [INFO 2025-01-31 23:11:43,486 GPTQ.py:1139] linear: text_model.layers.20.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7977996Z [INFO 2025-01-31 23:11:43,530 GPTQ.py:1139] linear: text_model.layers.20.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7979515Z [INFO 2025-01-31 23:11:43,574 GPTQ.py:1139] linear: text_model.layers.20.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7980737Z [INFO 2025-01-31 23:11:43,617 GPTQ.py:1139] linear: text_model.layers.20.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7981979Z [INFO 2025-01-31 23:11:43,661 GPTQ.py:1139] linear: text_model.layers.20.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7983383Z [INFO 2025-01-31 23:11:43,771 GPTQ.py:1139] linear: text_model.layers.20.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7984817Z [INFO 2025-01-31 23:11:43,881 GPTQ.py:1139] linear: text_model.layers.20.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7986315Z [INFO 2025-01-31 23:11:43,992 GPTQ.py:1139] linear: text_model.layers.21.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7987659Z [INFO 2025-01-31 23:11:44,037 GPTQ.py:1139] linear: text_model.layers.21.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7989040Z [INFO 2025-01-31 23:11:44,081 GPTQ.py:1139] linear: text_model.layers.21.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7990345Z [INFO 2025-01-31 23:11:44,125 GPTQ.py:1139] linear: text_model.layers.21.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.7991726Z [INFO 2025-01-31 23:11:44,169 GPTQ.py:1139] linear: text_model.layers.21.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:44.7993024Z [INFO 2025-01-31 23:11:44,279 GPTQ.py:1139] linear: text_model.layers.21.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:44.7994555Z [INFO 2025-01-31 23:11:44,390 GPTQ.py:1139] linear: text_model.layers.21.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:44.7996066Z [INFO 2025-01-31 23:11:44,501 GPTQ.py:1139] linear: text_model.layers.22.attention.wq, in=4096, out=4096 2025-01-31T23:11:44.7997234Z [INFO 2025-01-31 23:11:44,545 GPTQ.py:1139] linear: text_model.layers.22.attention.wk, in=4096, out=4096 2025-01-31T23:11:44.7998551Z [INFO 2025-01-31 23:11:44,590 GPTQ.py:1139] linear: text_model.layers.22.attention.wv, in=4096, out=4096 2025-01-31T23:11:44.7999852Z [INFO 2025-01-31 23:11:44,634 GPTQ.py:1139] linear: text_model.layers.22.attention.wo, in=4096, out=4096 2025-01-31T23:11:44.8001393Z [INFO 2025-01-31 23:11:44,678 GPTQ.py:1139] linear: text_model.layers.22.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6607254Z [INFO 2025-01-31 23:11:44,788 GPTQ.py:1139] linear: text_model.layers.22.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6608877Z [INFO 2025-01-31 23:11:44,900 GPTQ.py:1139] linear: text_model.layers.22.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6610120Z [INFO 2025-01-31 23:11:45,011 GPTQ.py:1139] linear: text_model.layers.23.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6611328Z [INFO 2025-01-31 23:11:45,056 GPTQ.py:1139] linear: text_model.layers.23.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6612538Z [INFO 2025-01-31 23:11:45,100 GPTQ.py:1139] linear: text_model.layers.23.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6613736Z [INFO 2025-01-31 23:11:45,145 GPTQ.py:1139] linear: text_model.layers.23.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6614942Z [INFO 2025-01-31 23:11:45,189 GPTQ.py:1139] linear: text_model.layers.23.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6616173Z [INFO 2025-01-31 23:11:45,299 GPTQ.py:1139] linear: text_model.layers.23.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6617408Z [INFO 2025-01-31 23:11:45,410 GPTQ.py:1139] linear: text_model.layers.23.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6618680Z [INFO 2025-01-31 23:11:45,521 GPTQ.py:1139] linear: text_model.layers.24.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6619870Z [INFO 2025-01-31 23:11:45,566 GPTQ.py:1139] linear: text_model.layers.24.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6621070Z [INFO 2025-01-31 23:11:45,611 GPTQ.py:1139] linear: text_model.layers.24.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6622249Z [INFO 2025-01-31 23:11:45,656 GPTQ.py:1139] linear: text_model.layers.24.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6623532Z [INFO 2025-01-31 23:11:45,700 GPTQ.py:1139] linear: text_model.layers.24.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6624766Z [INFO 2025-01-31 23:11:45,811 GPTQ.py:1139] linear: text_model.layers.24.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6625993Z [INFO 2025-01-31 23:11:45,921 GPTQ.py:1139] linear: text_model.layers.24.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6627196Z [INFO 2025-01-31 23:11:46,033 GPTQ.py:1139] linear: text_model.layers.25.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6628464Z [INFO 2025-01-31 23:11:46,077 GPTQ.py:1139] linear: text_model.layers.25.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6629664Z [INFO 2025-01-31 23:11:46,122 GPTQ.py:1139] linear: text_model.layers.25.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6630846Z [INFO 2025-01-31 23:11:46,167 GPTQ.py:1139] linear: text_model.layers.25.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6632056Z [INFO 2025-01-31 23:11:46,211 GPTQ.py:1139] linear: text_model.layers.25.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6633289Z [INFO 2025-01-31 23:11:46,322 GPTQ.py:1139] linear: text_model.layers.25.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6634521Z [INFO 2025-01-31 23:11:46,433 GPTQ.py:1139] linear: text_model.layers.25.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6635785Z [INFO 2025-01-31 23:11:46,544 GPTQ.py:1139] linear: text_model.layers.26.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6636985Z [INFO 2025-01-31 23:11:46,589 GPTQ.py:1139] linear: text_model.layers.26.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6638178Z [INFO 2025-01-31 23:11:46,634 GPTQ.py:1139] linear: text_model.layers.26.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6639358Z [INFO 2025-01-31 23:11:46,678 GPTQ.py:1139] linear: text_model.layers.26.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6640566Z [INFO 2025-01-31 23:11:46,723 GPTQ.py:1139] linear: text_model.layers.26.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6641803Z [INFO 2025-01-31 23:11:46,833 GPTQ.py:1139] linear: text_model.layers.26.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6643024Z [INFO 2025-01-31 23:11:46,945 GPTQ.py:1139] linear: text_model.layers.26.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6644216Z [INFO 2025-01-31 23:11:47,056 GPTQ.py:1139] linear: text_model.layers.27.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6645447Z [INFO 2025-01-31 23:11:47,101 GPTQ.py:1139] linear: text_model.layers.27.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6646647Z [INFO 2025-01-31 23:11:47,146 GPTQ.py:1139] linear: text_model.layers.27.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6647818Z [INFO 2025-01-31 23:11:47,191 GPTQ.py:1139] linear: text_model.layers.27.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6649025Z [INFO 2025-01-31 23:11:47,235 GPTQ.py:1139] linear: text_model.layers.27.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6650248Z [INFO 2025-01-31 23:11:47,345 GPTQ.py:1139] linear: text_model.layers.27.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6651451Z [INFO 2025-01-31 23:11:47,456 GPTQ.py:1139] linear: text_model.layers.27.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6652654Z [INFO 2025-01-31 23:11:47,568 GPTQ.py:1139] linear: text_model.layers.28.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6653883Z [INFO 2025-01-31 23:11:47,613 GPTQ.py:1139] linear: text_model.layers.28.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6655127Z [INFO 2025-01-31 23:11:47,658 GPTQ.py:1139] linear: text_model.layers.28.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6656306Z [INFO 2025-01-31 23:11:47,702 GPTQ.py:1139] linear: text_model.layers.28.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6657516Z [INFO 2025-01-31 23:11:47,747 GPTQ.py:1139] linear: text_model.layers.28.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6658738Z [INFO 2025-01-31 23:11:47,858 GPTQ.py:1139] linear: text_model.layers.28.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6660012Z [INFO 2025-01-31 23:11:47,969 GPTQ.py:1139] linear: text_model.layers.28.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6661207Z [INFO 2025-01-31 23:11:48,080 GPTQ.py:1139] linear: text_model.layers.29.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6662400Z [INFO 2025-01-31 23:11:48,125 GPTQ.py:1139] linear: text_model.layers.29.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6663592Z [INFO 2025-01-31 23:11:48,170 GPTQ.py:1139] linear: text_model.layers.29.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6664849Z [INFO 2025-01-31 23:11:48,215 GPTQ.py:1139] linear: text_model.layers.29.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6666090Z [INFO 2025-01-31 23:11:48,260 GPTQ.py:1139] linear: text_model.layers.29.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6667343Z [INFO 2025-01-31 23:11:48,371 GPTQ.py:1139] linear: text_model.layers.29.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6668569Z [INFO 2025-01-31 23:11:48,482 GPTQ.py:1139] linear: text_model.layers.29.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6669774Z [INFO 2025-01-31 23:11:48,594 GPTQ.py:1139] linear: text_model.layers.30.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6670975Z [INFO 2025-01-31 23:11:48,639 GPTQ.py:1139] linear: text_model.layers.30.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6672176Z [INFO 2025-01-31 23:11:48,684 GPTQ.py:1139] linear: text_model.layers.30.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6673360Z [INFO 2025-01-31 23:11:48,729 GPTQ.py:1139] linear: text_model.layers.30.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6674576Z [INFO 2025-01-31 23:11:48,773 GPTQ.py:1139] linear: text_model.layers.30.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6675869Z [INFO 2025-01-31 23:11:48,884 GPTQ.py:1139] linear: text_model.layers.30.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6677093Z [INFO 2025-01-31 23:11:48,995 GPTQ.py:1139] linear: text_model.layers.30.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6678299Z [INFO 2025-01-31 23:11:49,107 GPTQ.py:1139] linear: text_model.layers.31.attention.wq, in=4096, out=4096 2025-01-31T23:11:50.6679494Z [INFO 2025-01-31 23:11:49,153 GPTQ.py:1139] linear: text_model.layers.31.attention.wk, in=4096, out=4096 2025-01-31T23:11:50.6680689Z [INFO 2025-01-31 23:11:49,198 GPTQ.py:1139] linear: text_model.layers.31.attention.wv, in=4096, out=4096 2025-01-31T23:11:50.6681919Z [INFO 2025-01-31 23:11:49,242 GPTQ.py:1139] linear: text_model.layers.31.attention.wo, in=4096, out=4096 2025-01-31T23:11:50.6683137Z [INFO 2025-01-31 23:11:49,287 GPTQ.py:1139] linear: text_model.layers.31.feed_forward.w1, in=4096, out=11008 2025-01-31T23:11:50.6684363Z [INFO 2025-01-31 23:11:49,398 GPTQ.py:1139] linear: text_model.layers.31.feed_forward.w2, in=11008, out=4096 2025-01-31T23:11:50.6685581Z [INFO 2025-01-31 23:11:49,509 GPTQ.py:1139] linear: text_model.layers.31.feed_forward.w3, in=4096, out=11008 2025-01-31T23:11:50.6686695Z [INFO 2025-01-31 23:11:49,621 GPTQ.py:1139] linear: text_model.output, in=4096, out=32064 2025-01-31T23:11:50.6687742Z [INFO 2025-01-31 23:11:50,658 builder.py:159] Model after source transforms: LlavaTextModel( 2025-01-31T23:11:50.6688562Z (text_model): Transformer( 2025-01-31T23:11:50.6689054Z (tok_embeddings): Embedding(32064, 4096) 2025-01-31T23:11:50.6689583Z (rope): Rope() 2025-01-31T23:11:50.6689976Z (layers): ModuleList( 2025-01-31T23:11:50.6690426Z (0-31): 32 x TransformerBlock( 2025-01-31T23:11:50.6690995Z (attention): Attention( 2025-01-31T23:11:50.6691508Z (wq): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6692086Z (wk): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6692668Z (wv): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6693242Z (wo): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6693946Z (rope): Rope() 2025-01-31T23:11:50.6694392Z (kv_cache): CustomKVCache() 2025-01-31T23:11:50.6694890Z (SDPA): SDPACustom() 2025-01-31T23:11:50.6695336Z ) 2025-01-31T23:11:50.6695705Z (feed_forward): FeedForward( 2025-01-31T23:11:50.6696321Z (w1): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6696908Z (w2): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6697491Z (w3): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6697997Z ) 2025-01-31T23:11:50.6698365Z (attention_norm): RMSNorm() 2025-01-31T23:11:50.6698867Z (ffn_norm): RMSNorm() 2025-01-31T23:11:50.6699298Z ) 2025-01-31T23:11:50.6699688Z ) 2025-01-31T23:11:50.6700026Z (norm): RMSNorm() 2025-01-31T23:11:50.6700468Z (output): Int8DynActInt4WeightLinear() 2025-01-31T23:11:50.6701001Z ) 2025-01-31T23:11:50.6701331Z ) 2025-01-31T23:11:50.6701775Z [INFO 2025-01-31 23:11:50,659 builder.py:211] Exporting with: 2025-01-31T23:11:50.6702881Z [INFO 2025-01-31 23:11:50,660 builder.py:212] inputs: (tensor([0]), tensor([[[ 0.0045, -0.0038, 0.0017, ..., -0.0088, 0.0025, -0.0025], 2025-01-31T23:25:21.0383351Z [-0.0112, -0.0129, -0.0121, ..., 0.0090, 0.0118, -0.0081], 2025-01-31T23:25:21.0384234Z [ 0.0195, -0.0058, 0.0061, ..., 0.0171, -0.0052, -0.0212], 2025-01-31T23:25:21.0384805Z ..., 2025-01-31T23:25:21.0386617Z [-0.0187, -0.0017, 0.0177, ..., 0.0238, 0.0052, 0.0101], 2025-01-31T23:25:21.0387267Z [ 0.0066, -0.0161, 0.0117, ..., -0.0103, 0.0148, 0.0073], 2025-01-31T23:25:21.0388147Z [ 0.0039, 0.0015, 0.0055, ..., -0.0042, 0.0151, 0.0024]]], 2025-01-31T23:25:21.0388845Z grad_fn=)) 2025-01-31T23:25:21.0389468Z [INFO 2025-01-31 23:11:50,660 builder.py:213] kwargs: None 2025-01-31T23:25:21.0390782Z [INFO 2025-01-31 23:11:50,660 builder.py:214] dynamic shapes: ({0: 1}, {1: }) 2025-01-31T23:25:21.0392301Z [INFO 2025-01-31 23:12:18,280 builder.py:321] Using pt2e [] to quantizing the model... 2025-01-31T23:25:21.0393555Z [INFO 2025-01-31 23:12:18,280 builder.py:366] No quantizer provided, passing... 2025-01-31T23:25:21.0394620Z quantize ('embed_tokens', Embedding(32064, 4096)) with group_size 32, bitwidth 8 2025-01-31T23:25:21.0396704Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0398429Z warnings.warn( 2025-01-31T23:25:21.0400590Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0402140Z warnings.warn( 2025-01-31T23:25:21.0403567Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0405386Z warnings.warn( 2025-01-31T23:25:21.0407041Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0408658Z warnings.warn( 2025-01-31T23:25:21.0410323Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0412117Z warnings.warn( 2025-01-31T23:25:21.0413999Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0415800Z warnings.warn( 2025-01-31T23:25:21.0417380Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0419177Z warnings.warn( 2025-01-31T23:25:21.0420874Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-01-31T23:25:21.0422404Z warnings.warn( 2025-01-31T23:25:21.0424619Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/examples/models/llava/export_llava.py:249: FutureWarning: `HintBasedSymShapeEvalPass` is deprecated and will be removed in a future version of ExecuTorch. Please use `ConstraintBasedSymShapeEvalPass` instead. 2025-01-31T23:25:21.0427161Z "token_embedding": HintBasedSymShapeEvalPass(), 2025-01-31T23:25:21.0430160Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/emit/_emitter.py:1582: UserWarning: Mutation on a buffer in the model is detected. ExecuTorch assumes buffers that are mutated in the graph have a meaningless initial state, only the shape and dtype will be serialized, unless a pass which sets meta["et_init_buffer"] to True such as InitializedMutableBufferPass is run. 2025-01-31T23:25:21.0433072Z warnings.warn( 2025-01-31T23:25:21.0433865Z [INFO 2025-01-31 23:24:02,588 export_llava.py:254] Required memory for activation in bytes: [0, 68658448] 2025-01-31T23:25:21.0435184Z [INFO 2025-01-31 23:24:02,588 export_llava.py:254] Required memory for activation in bytes: [0, 2317353024] 2025-01-31T23:25:21.0436429Z [INFO 2025-01-31 23:24:02,588 export_llava.py:254] Required memory for activation in bytes: [0, 573440] 2025-01-31T23:25:21.0437611Z [program.cpp:136] InternalConsistency verification requested but not available 2025-01-31T23:25:21.0438415Z 0 2025-01-31T23:25:21.0438784Z 1 2025-01-31T23:25:21.0439152Z 2 2025-01-31T23:25:21.0439487Z 3 2025-01-31T23:25:21.0439706Z 2025-01-31T23:25:21.0439850Z . 2025-01-31T23:25:21.0440304Z Loading checkpoint shards: 0% 0/3 [00:00/dev/null 2>/dev/null; then 2025-01-31T23:42:40.7578822Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-01-31T23:42:40.7579166Z  fi 2025-01-31T23:42:40.7579449Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-01-31T23:42:40.7579889Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-01-31T23:42:40.7580283Z  fi 2025-01-31T23:42:40.7580734Z  # Set to fail upload step if there are no files for upload and expected files for upload 2025-01-31T23:42:40.7581292Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2025-01-31T23:42:40.7581656Z fi 2025-01-31T23:42:40.7581858Z  2025-01-31T23:42:40.7582082Z upload_docs=0 2025-01-31T23:42:40.7582487Z # Check if there are files in the documentation folder to upload, note that 2025-01-31T23:42:40.7583020Z # empty folders do not count 2025-01-31T23:42:40.7583464Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-01-31T23:42:40.7584055Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-01-31T23:42:40.7584547Z  # upload will probably not work correctly 2025-01-31T23:42:40.7584877Z  upload_docs=1 2025-01-31T23:42:40.7585138Z fi 2025-01-31T23:42:40.7585460Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-01-31T23:42:40.7594005Z shell: /usr/bin/bash -e {0} 2025-01-31T23:42:40.7594371Z env: 2025-01-31T23:42:40.7594651Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T23:42:40.7595011Z REPOSITORY: pytorch/executorch 2025-01-31T23:42:40.7595392Z PR_NUMBER: 2025-01-31T23:42:40.7597840Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T23:42:40.7600493Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T23:42:40.7601086Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T23:42:40.7601632Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T23:42:40.7602039Z UPLOAD_ARTIFACT_NAME: 2025-01-31T23:42:40.7602305Z ##[endgroup] 2025-01-31T23:42:40.7692843Z Prepare all required actions 2025-01-31T23:42:40.7741949Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-01-31T23:42:40.7742329Z with: 2025-01-31T23:42:40.7742587Z env: 2025-01-31T23:42:40.7742845Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T23:42:40.7743211Z REPOSITORY: pytorch/executorch 2025-01-31T23:42:40.7743501Z PR_NUMBER: 2025-01-31T23:42:40.7746008Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T23:42:40.7748570Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T23:42:40.7749174Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T23:42:40.7749728Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T23:42:40.7750141Z ##[endgroup] 2025-01-31T23:42:40.7776339Z ##[group]Run set -eou pipefail 2025-01-31T23:42:40.7776678Z set -eou pipefail 2025-01-31T23:42:40.7776939Z  2025-01-31T23:42:40.7777344Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-01-31T23:42:40.7777811Z for _ in $(seq 1440); do 2025-01-31T23:42:40.7778133Z  # Break if no ssh session exists anymore 2025-01-31T23:42:40.7778488Z  if [ "$(who)" = "" ]; then 2025-01-31T23:42:40.7778790Z  break 2025-01-31T23:42:40.7779017Z  fi 2025-01-31T23:42:40.7779272Z  echo "." 2025-01-31T23:42:40.7779625Z  sleep 5 2025-01-31T23:42:40.7779860Z done 2025-01-31T23:42:40.7784797Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T23:42:40.7785187Z env: 2025-01-31T23:42:40.7785465Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T23:42:40.7785844Z REPOSITORY: pytorch/executorch 2025-01-31T23:42:40.7786129Z PR_NUMBER: 2025-01-31T23:42:40.7788390Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T23:42:40.7790845Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T23:42:40.7791423Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T23:42:40.7791980Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T23:42:40.7792363Z ##[endgroup] 2025-01-31T23:42:40.7815059Z Holding runner for 2 hours until all ssh sessions have logged out 2025-01-31T23:42:40.7882951Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-01-31T23:42:40.7883553Z # ignore expansion of "docker ps -q" since it could be empty 2025-01-31T23:42:40.7883983Z # shellcheck disable=SC2046 2025-01-31T23:42:40.7884330Z docker stop $(docker ps -q) || true 2025-01-31T23:42:40.7884727Z # Prune all of the docker images 2025-01-31T23:42:40.7885066Z docker system prune -af 2025-01-31T23:42:40.7890129Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T23:42:40.7890545Z env: 2025-01-31T23:42:40.7890815Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T23:42:40.7891207Z REPOSITORY: pytorch/executorch 2025-01-31T23:42:40.7891493Z PR_NUMBER: 2025-01-31T23:42:40.7894279Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T23:42:40.7896959Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T23:42:40.7897640Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T23:42:40.7898203Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T23:42:40.7898609Z ##[endgroup] 2025-01-31T23:42:53.6444364Z 585232b4cf16 2025-01-31T23:42:54.9192958Z Deleted Containers: 2025-01-31T23:42:54.9193680Z 585232b4cf165d69fdd029382d7a12b1673c61654e84961ce9f10247f719f37c 2025-01-31T23:42:54.9194026Z 2025-01-31T23:42:57.6903508Z Deleted Images: 2025-01-31T23:42:57.6904306Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:06f96e817f0d71a7063584e8ef51e0ff7095188a 2025-01-31T23:42:57.6905575Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:8c49ef5b7ef862db222b5ef07bf69a8f18805caef58db995a151d0749512d6a7 2025-01-31T23:42:57.6906619Z deleted: sha256:e2e2e964c487b092734233176c025d3c38fd26e9767acc3ae68235617ec2dbd1 2025-01-31T23:42:57.6907312Z deleted: sha256:5382373f2f2b0ff70754a70390eb7198bf73c41654219e124a602c0349a45550 2025-01-31T23:42:57.6908135Z deleted: sha256:3ccfad9d1c29bb3f2d21cd3fb217529aae1ccf11cc759cd868e7c7ce990d319a 2025-01-31T23:42:57.6908815Z deleted: sha256:30a9ea7ca9a87df353e48d473c7e11f59ee0b50312e2d12c9da6ee2baf36a5c0 2025-01-31T23:42:57.6909484Z deleted: sha256:fbf7a88500f32f2202c8eabd7e5dd13731d4c9d9f99943aadc631f60df19286e 2025-01-31T23:42:57.6910139Z deleted: sha256:41286f095b3bcb8391aa853d600e540e17c083194c7f5c664f40881640346997 2025-01-31T23:42:57.6910771Z deleted: sha256:251c44d2e2531c4e92d862cb78a48cfd28113e5b2cc27eafae3ddb8690c851a2 2025-01-31T23:42:57.6911439Z deleted: sha256:de0cc4cf3167201877d6e7e3eda39ad9eb4be06139024bf6826271ebe3da1615 2025-01-31T23:42:57.6912090Z deleted: sha256:30339fa5f2f247927bbd85450b831834dd96195c611a02111ab4a74fdad64960 2025-01-31T23:42:57.6912723Z deleted: sha256:940fbd1c5c70883e25090d265027ad3bbba2b7630d8bf4654badc7c78d778695 2025-01-31T23:42:57.6913380Z deleted: sha256:87b40508545e5bc37c83c112573993631eeaf2e4b1f98e9202816c2197edcc1d 2025-01-31T23:42:57.6914039Z deleted: sha256:8cf005b47b47ca92fc918ca1d2e4d8ad257d0ff4c02ef72c961a09aab4194a9e 2025-01-31T23:42:57.6914685Z deleted: sha256:7f36ab02e0a9f8e4a616973c15fe171c47507c7eb56a7605f0ef6ae9271c7367 2025-01-31T23:42:57.6915437Z deleted: sha256:47607b19454dec19b2fabff6feb6beed318aa675d6667ba57c6847666506ac74 2025-01-31T23:42:57.6916097Z deleted: sha256:199ffa1621f6a08d96d3817654b94c5c90fb7ed3462d3f8ddc733a08290a0435 2025-01-31T23:42:57.6916725Z deleted: sha256:44fb4494aee1a9e7c1e589942205a734880ed29379f75057d2b47506c3a13ed7 2025-01-31T23:42:57.6917364Z deleted: sha256:2f17f24052d235505be8d3aff293b561f06c02f556032c25b00f96e8d80f0304 2025-01-31T23:42:57.6918007Z deleted: sha256:95ed3e3042f95ff7b207f7c0bb865f4630eecd104d9381c41fe7430e3d09f32a 2025-01-31T23:42:57.6918671Z deleted: sha256:9ce2a9e11c68d69bff7cec9be4367a964cbdefed35d34c78dec2775df9e29564 2025-01-31T23:42:57.6919466Z deleted: sha256:6ffa836fa22a09ce5fef5060d884c3907c695d76354e7a4a610b915219875541 2025-01-31T23:42:57.6920118Z deleted: sha256:963600fd43ea5e2154c9fa14034e096628abcc2695ee6723ba8b8c9685089f2f 2025-01-31T23:42:57.6920771Z deleted: sha256:87bcbbc9f315d004852f73f02a97a4bcfd8b64fb2a18f8352fd68906f120b56d 2025-01-31T23:42:57.6921407Z deleted: sha256:3994f07f0e3ec9feb590993fc2c430f8696038acfba09f093de474996a5f8f6a 2025-01-31T23:42:57.6922056Z deleted: sha256:0296bb8f18ab286e0e41f1692ddddad593e10c68b98eea6cf67220761502d399 2025-01-31T23:42:57.6922705Z deleted: sha256:db39496a6f539628f337266b91ec73c63b142a7abd85b82cc721aa91fe91968a 2025-01-31T23:42:57.6923342Z deleted: sha256:911c60d8f9e4a39ebdcab4a5e2b15715d99e26b919eded1524e7a9cf21906ac8 2025-01-31T23:42:57.6924010Z deleted: sha256:dd4f81ffb3dc5e4e04e8cf3fd876af26eea8610833844005cd03bf198a929aed 2025-01-31T23:42:57.6924653Z deleted: sha256:858d17186de4a4348b00569e51df130b71359c76470b07294e8c735d6a8a6bbc 2025-01-31T23:42:57.6925284Z deleted: sha256:eb821a5ef64f267f53e08c8ed7dfd22cd3425af6cffd40a9f26cba47bfb0b5ac 2025-01-31T23:42:57.6925996Z deleted: sha256:646fb102f81379216a8d2a2a65a312ab2480b668f0165c672db637a84f4d78c6 2025-01-31T23:42:57.6926638Z deleted: sha256:19dcaf31967241f4c4f2ae66ab403f159bfec7aa7c4564919507906bc63a6541 2025-01-31T23:42:57.6927279Z deleted: sha256:f1b3402bed75c9b5359707ea2ce796aac5aab3ff4c1e931223758888ca063ab7 2025-01-31T23:42:57.6927939Z deleted: sha256:29aee0b47d4fbe0be7d27d32764cbec4a9a72bb38629ad6c87b141d085172365 2025-01-31T23:42:57.6928590Z deleted: sha256:126898a4d784e3658311d3214da9f3f9f9ae809907bbe86ff5666d49955676cb 2025-01-31T23:42:57.6929234Z deleted: sha256:2573e0d8158209ed54ab25c87bcdcb00bd3d2539246960a3d592a1c599d70465 2025-01-31T23:42:57.6929611Z 2025-01-31T23:42:57.6929737Z Total reclaimed space: 26.87GB 2025-01-31T23:42:57.6978850Z ##[group]Run set +e 2025-01-31T23:42:57.6979126Z set +e 2025-01-31T23:42:57.6979390Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-01-31T23:42:57.6979787Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-01-31T23:42:57.6980140Z else 2025-01-31T23:42:57.6980482Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-01-31T23:42:57.6980826Z fi 2025-01-31T23:42:57.6981032Z set -e 2025-01-31T23:42:57.6987879Z shell: /usr/bin/bash -e {0} 2025-01-31T23:42:57.6988161Z env: 2025-01-31T23:42:57.6988414Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-01-31T23:42:57.6988776Z REPOSITORY: pytorch/executorch 2025-01-31T23:42:57.6989070Z PR_NUMBER: 2025-01-31T23:42:57.6991501Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "cmake" # install pybind bash install_executorch.sh --pybind xnnpack --use-pt-pinned-commit # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-01-31T23:42:57.6994534Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-01-31T23:42:57.6995186Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-01-31T23:42:57.6995753Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-01-31T23:42:57.6996154Z NO_SUDO: false 2025-01-31T23:42:57.6996379Z ##[endgroup] 2025-01-31T23:42:58.8934580Z Post job cleanup. 2025-01-31T23:42:58.9972502Z Post job cleanup. 2025-01-31T23:42:59.0894710Z [command]/usr/bin/git version 2025-01-31T23:42:59.0934796Z git version 2.47.1 2025-01-31T23:42:59.0976674Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/56813c20-fc5b-4f1b-86b1-11dace233b01' before making global git config changes 2025-01-31T23:42:59.0977647Z Adding repository directory to the temporary git global config as a safe directory 2025-01-31T23:42:59.0980435Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-01-31T23:42:59.1014115Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-01-31T23:42:59.1040823Z [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-01-31T23:42:59.1325260Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-31T23:42:59.1344296Z http.https://github.com/.extraheader 2025-01-31T23:42:59.1352920Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-01-31T23:42:59.1379105Z [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-01-31T23:42:59.1710433Z A job completed hook has been configured by the self-hosted runner administrator 2025-01-31T23:42:59.1736986Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-01-31T23:42:59.1742136Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-01-31T23:42:59.1742543Z ##[endgroup] 2025-01-31T23:42:59.1825033Z [!ALERT!] Swap in detected! [!ALERT!] 2025-01-31T23:43:09.2782707Z [!ALERT!] Swap out detected [!ALERT!] 2025-01-31T23:43:24.7172644Z Cleaning up orphan processes