2025-03-21T20:17:43.7772504Z Current runner version: '2.322.0' 2025-03-21T20:17:43.7784086Z Runner name: 'i-0f520f164c4587d57' 2025-03-21T20:17:43.7785977Z Runner group name: 'Default' 2025-03-21T20:17:43.7787641Z Machine name: 'ip-10-0-7-51' 2025-03-21T20:17:43.7793468Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:43.7797803Z Contents: read 2025-03-21T20:17:43.7799317Z Metadata: read 2025-03-21T20:17:43.7800386Z ##[endgroup] 2025-03-21T20:17:43.7805920Z Secret source: Actions 2025-03-21T20:17:43.7807547Z Prepare workflow directory 2025-03-21T20:17:44.3417217Z Prepare all required actions 2025-03-21T20:17:44.3479169Z Getting action download info 2025-03-21T20:17:44.5912374Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:44.8647399Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:59.2729285Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:59.6412544Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:59.7538121Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:00.5317923Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:00.8748909Z Getting action download info 2025-03-21T20:18:01.0541791Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:01.0544909Z ##[group] Inputs 2025-03-21T20:18:01.0549097Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:01.0554074Z timeout: 900 2025-03-21T20:18:01.0554448Z runner: linux.arm64.2xlarge 2025-03-21T20:18:01.0554873Z upload-artifact: 2025-03-21T20:18:01.0555686Z upload-artifact-to-s3: false 2025-03-21T20:18:01.0556138Z download-artifact: 2025-03-21T20:18:01.0556524Z repository: 2025-03-21T20:18:01.0556910Z fetch-depth: 1 2025-03-21T20:18:01.0557281Z submodules: true 2025-03-21T20:18:01.0557697Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:01.0558227Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:01.0558732Z test-infra-ref: 2025-03-21T20:18:01.0559199Z docker-image: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:01.0559759Z docker-build-dir: .ci/docker 2025-03-21T20:18:01.0560187Z gpu-arch-type: cpu 2025-03-21T20:18:01.0560555Z gpu-arch-version: 2025-03-21T20:18:01.0560929Z job-name: linux-job 2025-03-21T20:18:01.0561320Z continue-on-error: false 2025-03-21T20:18:01.0561738Z binary-matrix: 2025-03-21T20:18:01.0562137Z run-with-docker: true 2025-03-21T20:18:01.0562514Z secrets-env: 2025-03-21T20:18:01.0562852Z no-sudo: false 2025-03-21T20:18:01.0563217Z ##[endgroup] 2025-03-21T20:18:01.0564055Z Complete job name: test-llama-runner-linux (fp32, xnnpack+custom+qe, linux.arm64.2xlarge, executorch-ubuntu-22.04-gc... / linux-job 2025-03-21T20:18:01.1260776Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:01.1418757Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:01.1431447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:01.1432916Z ##[endgroup] 2025-03-21T20:18:02.7401650Z Runner Type: linux.arm64.2xlarge 2025-03-21T20:18:02.7402382Z Instance Type: t4g.2xlarge 2025-03-21T20:18:02.7402786Z AMI Name: unknown 2025-03-21T20:18:02.7433169Z AMI ID: ami-0eae2a0fc13b15fce 2025-03-21T20:18:10.7155183Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:10.7155778Z set -euxo pipefail 2025-03-21T20:18:10.7156215Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:10.7156760Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:10.7157325Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.7157780Z else 2025-03-21T20:18:10.7158175Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:10.7158704Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.7159145Z fi 2025-03-21T20:18:10.7159455Z  2025-03-21T20:18:10.7159806Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:10.7160270Z echo "::endgroup::" 2025-03-21T20:18:10.7174307Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:10.7174723Z env: 2025-03-21T20:18:10.7175128Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:10.7175669Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.7176157Z PR_NUMBER: 2025-03-21T20:18:10.7180119Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:10.7184231Z NO_SUDO: false 2025-03-21T20:18:10.7184596Z ##[endgroup] 2025-03-21T20:18:10.7222619Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:10.7244103Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:10.7248650Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:10.7249389Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:10.8386828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:10.8388338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:10.8389689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:10.8390951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:10.8392250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:10.8393596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:10.8394920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:10.8396204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:10.8397452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:10.8398752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:10.8400100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:10.8401568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:10.8403320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:10.8404918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:10.8406265Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:10.8407511Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:10.8408623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:10.8409729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:10.8410836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:10.8411879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:10.8412962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:10.8414252Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:10.8415454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:10.8416665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:10.8418062Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:10.8419369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:10.8420548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:10.8421620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:10.8423013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.pack' 2025-03-21T20:18:10.8424781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.rev' 2025-03-21T20:18:10.8426516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-548baa9e725f2d1f8ec81885c6173eb48059591d.idx' 2025-03-21T20:18:10.8427987Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:10.8429201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:10.8430531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:10.8431689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:10.8432756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:10.8433930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:10.8435507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:10.8437014Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:10.8438261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:10.8439487Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:10.8440694Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:10.8442125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:10.8443373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:10.8444544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:10.8445624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:10.8446653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:10.8447654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:10.8448739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:10.8449838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:10.8450977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:10.8452226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:10.8453627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:10.8454978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:10.8456364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:10.8457807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:10.8459303Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:10.8460785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:10.8462217Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:10.8463644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:10.8465052Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:10.8466469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:10.8467909Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:10.8469333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:10.8470748Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:10.8472215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:10.8473735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:10.8475240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:10.8476711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:10.8478166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:10.8479887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:10.8481497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:10.8483030Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:10.8484461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:10.8485829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:10.8487244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:10.8488711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:10.8490190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:10.8491659Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:10.8493107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:10.8494634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:10.8496031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:10.8497401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:10.8498780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:10.8500197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:10.8501762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:10.8503174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:10.8504548Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:10.8505898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:10.8507232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:10.8508553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:10.8509963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:10.8511386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:10.8512876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:10.8514284Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:10.8515691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:10.8517106Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:10.8518581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:10.8520615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:10.8522089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:10.8523553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:10.8525024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:10.8526501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:10.8528089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:10.8529656Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:10.8531032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:10.8532284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:10.8533656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:10.8534953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:10.8536193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:10.8537441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:10.8538718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:10.8539932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:10.8541551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:10.8543582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:10.8545437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:10.8547205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:10.8549103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:10.8551098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:10.8553023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:10.8554792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:10.8556479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:10.8558157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:10.8559998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:10.8561683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:10.8563126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:10.8564536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:10.8565923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:10.8567258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:10.8568547Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:10.8569888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:10.8571280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:10.8572706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:10.8574250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:10.8575651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:10.8577057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:10.8578438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:10.8579763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:10.8581074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:10.8582449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:10.8583819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:10.8585143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:10.8586386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:10.8587648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:10.8588989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:10.8590376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:10.8591810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:10.8593195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:10.8594574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:10.8595962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:10.8597365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:10.8599034Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:10.8600616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:10.8602188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:10.8603572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:10.8604970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:10.8606489Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:10.8608109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:10.8609763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:10.8611309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:10.8612769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:10.8614388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:10.8615886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:10.8617331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:10.8618796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:10.8620302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:10.8621809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:10.8623343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:10.8624796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:10.8626143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:10.8627418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:10.8628667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:10.8629971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:10.8631361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:10.8632714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:10.8633991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:10.8635391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:10.8636868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:10.8638652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:10.8640261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:10.8641802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:10.8643331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:10.8644869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:10.8646399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:10.8647999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:10.8649578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:10.8650993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:10.8652364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:10.8653916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:10.8655548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:10.8657236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:10.8658852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:10.8660452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:10.8661963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:10.8663466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:10.8665086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:10.8666570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:10.8667930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:10.8669294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:10.8670641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:10.8672086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:10.8673527Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:10.8674815Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:10.8676041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:10.8677285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:10.8678909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:10.8681232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:10.8682797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:10.8684207Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:10.8685581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:10.8686961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:10.8688378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:10.8689850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:10.8691342Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:10.8692840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:10.8694517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:10.8696013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:10.8697448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:10.8698919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:10.8700407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:10.8702084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:10.8703628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:10.8705170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:10.8706727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:10.8708283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:10.8709920Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:10.8711409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:10.8712814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:10.8714084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:10.8715235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:10.8716283Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:10.8717329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:10.8718840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:10.8720120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:10.8721212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:10.8722302Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:10.8723309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:10.8724286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:10.8725423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:10.8726658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:10.8727869Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:10.8729127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:10.8731529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:10.8732854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:10.8734263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:10.8735696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:10.8737295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:10.8738828Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:10.8740377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:10.8742043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:10.8743786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:10.8745587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:10.8747316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:10.8749026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:10.8750700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:10.8752266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:10.8753814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:10.8755295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:10.8756658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:10.8758097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:10.8759920Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:10.8761438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:10.8762788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:10.8764028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:10.8765158Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:10.8766367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:10.8767673Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:10.8769030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:10.8770378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:10.8771731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:10.8773079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:10.8774608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:10.8776139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:10.8777737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:10.8779418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:10.8781093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:10.8782889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:10.8784629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:10.8786257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:10.8787744Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:10.8789215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:10.8790766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:10.8792363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:10.8793932Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:10.8795363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:10.8796687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:10.8798072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:10.8799801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:10.8801547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:10.8802980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:10.8804385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:10.8805837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:10.8807339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:10.8808772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:10.8810186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:10.8811543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:10.8812909Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:10.8814357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:10.8815727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:10.8817340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:10.8818952Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:10.8820423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:10.8822045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:10.8823645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:10.8825116Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:10.8826545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:10.8828003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:10.8829502Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:10.8830924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:10.8832380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:10.8833946Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:10.8835387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:10.8836805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:10.8838152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:10.8840303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:10.8841921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:10.8843352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:10.8844748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:10.8846531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:10.8848772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:10.8851194Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:10.8852662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:10.8854093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:10.8855455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:10.8856861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:10.8858319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:10.8859835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:10.8861399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:10.8862910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:10.8864333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:10.8865750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:10.8867216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:10.8868737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:10.8870211Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:10.8871624Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:10.8873028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:10.8874496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:10.8876021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:10.8877478Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:10.8878810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:10.8880520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:10.8882154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:10.8883479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:10.8884792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:10.8886328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:10.8887861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:10.8889422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:10.8891103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:10.8892832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:10.8894590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:10.8896089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:10.8897529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:10.8899007Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:10.8900560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:10.8902334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:10.8903917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:10.8905534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:10.8907110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:10.8908418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:10.8909715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:10.8911284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:10.8912925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:10.8914465Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:10.8915766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:10.8916860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:10.8918031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:10.8919453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:10.8921549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:10.8923238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:10.8924998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:10.8926703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:10.8928328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:10.8930632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:10.8932690Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:10.8934515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:10.8935905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:10.8937032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:10.8938057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:10.8939136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:10.8940316Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:10.8941516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:10.8942914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:10.8944380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:10.8945743Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:10.8947048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:10.8948313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:10.8949557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:10.8950829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:10.8952226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:10.8953644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:10.8955030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:10.8956299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:10.8957491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:10.8958711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:10.8960160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:10.8961295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:10.8962699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:10.8963967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:10.8965196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:10.8966515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:10.8967772Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:10.8968948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:10.8970146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:10.8971357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:10.8972583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:10.8973868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:10.8975193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:10.8976596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:10.8977959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:10.8979294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:10.8980529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:10.8981720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:10.8982974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:10.8984259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:10.8985451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:10.8986682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:10.8987897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:10.8989067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:10.8990248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:10.8991400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:10.8992512Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:10.8993602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:10.8994667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:10.8995894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:10.8997291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:10.8999005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:10.9000615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:10.9002236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:10.9003758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:10.9005286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:10.9006683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:10.9008024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:10.9009570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:10.9011264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:10.9012938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:10.9014716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:10.9016438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:10.9018150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:10.9019913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:10.9021717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:10.9023739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:10.9025984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:10.9028161Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:10.9030360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:10.9032574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:10.9034801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:10.9037055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:10.9039319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:10.9042163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:10.9044568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:10.9046967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:10.9049312Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:10.9051597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:10.9054251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:10.9057059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:10.9059809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:10.9062495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:10.9065002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:10.9067325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:10.9069586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:10.9071822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:10.9074029Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:10.9076084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:10.9077900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:10.9079678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:10.9081626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.9083707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:10.9085908Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:10.9088012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:10.9089998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:10.9091879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:10.9125614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:10.9127485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:10.9129377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:10.9131182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:10.9133385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:10.9135180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:10.9136904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:10.9138706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:10.9140722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:10.9143238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:10.9145719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:10.9147828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:10.9149969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:10.9152024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:10.9153873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:10.9155802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:10.9157826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:10.9159898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:10.9162752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:10.9164988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:10.9167145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:10.9169255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:10.9171326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:10.9173329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:10.9175360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:10.9177221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:10.9179015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:10.9180742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:10.9182380Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:10.9183976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:10.9185619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:10.9187398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:10.9189197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:10.9190975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:10.9192771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:10.9194568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:10.9196393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:10.9198243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:10.9200130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:10.9202235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:10.9204593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:10.9206861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:10.9208975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:10.9211065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:10.9213182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:10.9215388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:10.9217511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:10.9219641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:10.9221781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:10.9223938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:10.9226078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:10.9228214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:10.9230320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:10.9232441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:10.9234543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:10.9236655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:10.9238766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:10.9240893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:10.9243045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:10.9245205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:10.9247411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:10.9249945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:10.9252103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:10.9254296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:10.9256347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:10.9258395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:10.9260484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:10.9262515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:10.9264483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:10.9266341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:10.9268202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:10.9270263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:10.9272361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:10.9274279Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:10.9276125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:10.9277944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:10.9279733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:10.9281482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:10.9283124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:10.9284712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:10.9286433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:10.9288296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.9290206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:10.9292544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:10.9294588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:10.9296512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:10.9298558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:10.9300476Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:10.9302385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:10.9304071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:10.9306255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:10.9307885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:10.9309561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:10.9311251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:10.9313116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:10.9314887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:10.9316645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:10.9318617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:10.9320668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:10.9322663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:10.9324720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:10.9326683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:10.9328537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:10.9330330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:10.9332015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:10.9334058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:10.9335997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:10.9337880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:10.9339659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:10.9341442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:10.9343245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:10.9345078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:10.9346986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:10.9348905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:10.9350794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:10.9352695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:10.9354577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:10.9356447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:10.9358320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:10.9360215Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:10.9362186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:10.9364211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:10.9366176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:10.9368067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:10.9369926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:10.9372004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:10.9374202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:10.9376125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:10.9378336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:10.9380209Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:10.9381994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:10.9383710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:10.9385323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:10.9386903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:10.9388511Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:10.9390293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:10.9392202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:10.9394181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:10.9396032Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:10.9397723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:10.9399374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:10.9400982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:10.9403091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:10.9404631Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:10.9406057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:10.9407660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:10.9409325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:10.9410896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:10.9412602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:10.9414284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:10.9415964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:10.9417555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:10.9419538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:10.9421263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:10.9422745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:10.9424138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:10.9425370Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:10.9426553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:10.9427889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:10.9429281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:10.9430622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:10.9431979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:10.9433355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:10.9434741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:10.9436036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:10.9437325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:10.9438809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:10.9440338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:10.9441892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:10.9443389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:10.9444734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:10.9446227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:10.9447980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:10.9449636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:10.9451216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:10.9453013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:10.9455039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:10.9456710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:10.9458668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:10.9460470Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:10.9462029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:10.9463463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:10.9464789Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:10.9466108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:10.9467418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:10.9468739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:10.9470104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:10.9471576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:10.9473114Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:10.9474566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:10.9475958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:10.9477313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:10.9478667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:10.9480064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:10.9481424Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:10.9482787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:10.9484231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:10.9485668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:10.9487040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:10.9488407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:10.9489750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:10.9491115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:10.9492443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:10.9493907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:10.9495261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:10.9496611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:10.9498304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:10.9499842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:10.9501220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:10.9502689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:10.9503931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:10.9505255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:10.9506608Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:10.9507835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:10.9509084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:10.9510358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:10.9511573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:10.9512788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:10.9514026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:10.9515321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:10.9516737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:10.9518267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:10.9519767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:10.9521232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:10.9522703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:10.9524173Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:10.9525659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:10.9527169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:10.9528658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:10.9530142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:10.9531584Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:10.9532956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:10.9534422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:10.9535785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:10.9537697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:10.9539281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:10.9540717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:10.9542055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:10.9543304Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:10.9544575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:10.9545925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:10.9547399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:10.9548855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:10.9550263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:10.9551726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:10.9553166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:10.9554524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:10.9555818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:10.9557165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:10.9558504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:10.9559890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:10.9561293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:10.9562661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:10.9564098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:10.9565574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:10.9567019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:10.9568422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:10.9569721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:10.9571106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:10.9572602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:10.9574182Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:10.9575775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:10.9577315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:10.9578757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:10.9580241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:10.9581835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:10.9583440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:10.9585052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:10.9586750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:10.9588378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:10.9589824Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:10.9591117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:10.9592350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:10.9593651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:10.9595102Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:10.9596507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:10.9597786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:10.9599106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:10.9600441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:10.9602280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:10.9603608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:10.9605002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:10.9606376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:10.9607681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:10.9609083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:10.9610447Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:10.9611797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:10.9613073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:10.9614529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:10.9616359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:10.9618077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:10.9619725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:10.9621285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:10.9622742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:10.9624158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:10.9625567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:10.9626994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:10.9628434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:10.9629866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:10.9631313Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:10.9632700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:10.9634011Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:10.9635254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:10.9636428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:10.9637794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:10.9639371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:10.9640998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:10.9642631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:10.9644201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:10.9645728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:10.9647225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:10.9648775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:10.9650382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:10.9651991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:10.9653387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:10.9654832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:10.9656688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:10.9658193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:10.9659599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:10.9660825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:10.9661983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:10.9663197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:10.9664440Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:10.9665751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:10.9667088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:10.9668365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:10.9669631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:10.9670872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:10.9672122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:10.9673349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:10.9674630Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:10.9676141Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:10.9677756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:10.9679360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:10.9680875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:10.9682187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:10.9683379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:10.9684783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:10.9686234Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:10.9687576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:10.9688966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:10.9690387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:10.9691732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:10.9693016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:10.9694715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:10.9696023Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:10.9697248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:10.9698427Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:10.9699541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:10.9700636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:10.9701948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:10.9703080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:10.9704231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:10.9705427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:10.9706566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:10.9707976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:10.9709687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:10.9711376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:10.9713119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:10.9714911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:10.9716677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:10.9718401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:10.9720081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:10.9721752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:10.9723378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:10.9724978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:10.9726577Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:10.9728161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:10.9729787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:10.9731462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:10.9733566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:10.9735476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:10.9737127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:10.9738709Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:10.9740425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:10.9742226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:10.9744005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:10.9745872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:10.9747771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:10.9749662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:10.9751415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:10.9753032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:10.9754630Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:10.9756234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:10.9757823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:10.9759386Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:10.9760995Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:10.9762648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:10.9764287Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:10.9765980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:10.9767706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:10.9769416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:10.9771106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:10.9772765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:10.9774685Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:10.9776463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:10.9778152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:10.9779769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:10.9781363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:10.9782949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:10.9784517Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:10.9786160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:10.9787853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:10.9789518Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:10.9791210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:10.9792924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:10.9794615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:10.9796323Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:10.9798008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:10.9799680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:10.9801583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:10.9803249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:10.9804859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:10.9806499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:10.9808112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:10.9809705Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:10.9811285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:10.9812842Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:10.9814467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:10.9816434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:10.9818249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:10.9819907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:10.9821594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:10.9823306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:10.9824988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:10.9826725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:10.9828506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:10.9830260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:10.9831989Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:10.9833689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:10.9835356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:10.9837064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:10.9838772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:10.9840448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:10.9842115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:10.9843757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:10.9845376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:10.9847068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:10.9848825Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:10.9850552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:10.9852304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:10.9854155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:10.9855914Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:10.9858052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:10.9859864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:10.9861613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:10.9863358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:10.9865100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:10.9866812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:10.9868509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:10.9870147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:10.9871756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:10.9873387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:10.9875043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:10.9876676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:10.9878491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:10.9880461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:10.9882411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:10.9884353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:10.9886272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:10.9888175Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:10.9890137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:10.9892115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:10.9894173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:10.9896022Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:10.9897721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:10.9899799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:10.9902055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:10.9903836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:10.9905664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:10.9907483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:10.9909254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:10.9910959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:10.9912635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:10.9914301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:10.9915936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:10.9917540Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:10.9919092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:10.9920672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:10.9922304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:10.9923917Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:10.9925544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:10.9927187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:10.9928817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:10.9930444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:10.9932037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:10.9933718Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:10.9935248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:10.9936731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:10.9938191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:10.9940139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:10.9941857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:10.9943398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:10.9944941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:10.9946518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:10.9948072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:10.9949700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:10.9951382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:10.9953039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:10.9954663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:10.9956239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:10.9957804Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:10.9959408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:10.9961053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:10.9962663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:10.9964321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:10.9966010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:10.9967670Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:10.9969325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:10.9971001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:10.9972646Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:10.9974374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:10.9975987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:10.9977577Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:10.9979178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:10.9981153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:10.9982742Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:10.9984345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:10.9985975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:10.9987597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:10.9989237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:10.9990891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:10.9992692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:10.9994396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:10.9996100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:10.9997780Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:10.9999529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:11.0001554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:11.0003341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:11.0005092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:11.0006808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:11.0008504Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:11.0010152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:11.0011760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:11.0013338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:11.0015063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:11.0016748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:11.0018425Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:11.0020131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:11.0022591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:11.0024383Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:11.0026105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:11.0027806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:11.0029479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:11.0031134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:11.0032777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:11.0034382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:11.0035942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:11.0037456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:11.0038954Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:11.0040604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:11.0042422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:11.0049912Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:11.0051915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:11.0052750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:11.0053626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:11.0054406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:11.0055212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:11.0055968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:11.0056751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:11.0057501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:11.0058254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:11.0059068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:11.0060445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:11.0061397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:11.0062212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:11.0063072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:11.0063812Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:11.0064518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:11.0065229Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:11.0065931Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:11.0066623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:11.0067307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:11.0067970Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:11.0068706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:11.0069428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:11.0070147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:11.0070930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:11.0071703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:11.0072449Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:11.0073301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:11.0074134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:11.0074982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:11.0075752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:11.0076517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:11.0077262Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:11.0078064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:11.0079142Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:11.0080083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:11.0080812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:11.0081516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:11.0082212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:11.0082979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:11.0083737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:11.0084490Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:11.0085260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:11.0085996Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:11.0086737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:11.0087550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:11.0088319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:11.0089107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:11.0089782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:11.0090458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:11.0091113Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:11.0091872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:11.0092596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:11.0093340Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:11.0094330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:11.0095164Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:11.0095967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:11.0096777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:11.0097555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:11.0098596Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:11.0099531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:11.0100325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:11.0101075Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:11.0102149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:11.0102874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:11.0103581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:11.0104289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:11.0104966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:11.0105648Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:11.0106426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:11.0107194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:11.0107961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:11.0108705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:11.0109436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:11.0110147Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:11.0110900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:11.0111632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:11.0112363Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:11.0113219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:11.0114049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:11.0114867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:11.0115611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:11.0116337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:11.0117061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:11.0118534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:11.0119414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:11.0120233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:11.0120947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:11.0121663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:11.0122353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:11.0123085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:11.0123776Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:11.0124466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:11.0125230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:11.0125985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:11.0126732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:11.0127576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:11.0128395Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:11.0129202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:11.0130065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:11.0130924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:11.0131769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:11.0132651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:11.0133639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:11.0134507Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:11.0135248Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:11.0135956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:11.0136926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:11.0137739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:11.0138428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:11.0139089Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:11.0139871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:11.0140634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:11.0141397Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:11.0142262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:11.0143098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:11.0143924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:11.0144637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:11.0145346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:11.0146033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:11.0146844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:11.0147619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:11.0148394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:11.0149203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:11.0149994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:11.0150778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:11.0151573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:11.0152333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:11.0153093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:11.0153855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:11.0154598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:11.0155343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:11.0156469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:11.0157299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:11.0158096Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:11.0158812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:11.0159501Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:11.0160200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:11.0160801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:11.0161516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:11.0162162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:11.0162798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:11.0163405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:11.0163979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:11.0164572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:11.0165177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:11.0165797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:11.0166416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:11.0167054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:11.0167712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:11.0168359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:11.0169005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:11.0169611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:11.0170280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:11.0170887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:11.0171512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:11.0172139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:11.0172716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:11.0173301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:11.0174219Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:11.0174936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:11.0175631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:11.0176208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:11.0176859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:11.0177461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:11.0178098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:11.0178718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:11.0179276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:11.0179887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:11.0180535Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:11.0181174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:11.0181753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:11.0182439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:11.0183061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:11.0183657Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:11.0184317Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:11.0184928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:11.0185532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:11.0186184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:11.0186787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:11.0187434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:11.0188166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:11.0188894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:11.0189658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:11.0190361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:11.0191047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:11.0192159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:11.0192988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:11.0193699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:11.0194429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:11.0195065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:11.0195816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:11.0196620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:11.0197344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:11.0198128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:11.0198859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:11.0199603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:11.0200391Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:11.0201143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:11.0202170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:11.0202869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:11.0203620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:11.0204421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:11.0205195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:11.0206011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:11.0206985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:11.0207944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:11.0208911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:11.0209747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:11.0210467Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:11.0211242Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:11.0212297Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:11.0213130Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:11.0214001Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:11.0214712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:11.0215378Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:11.0216002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:11.0216807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:11.0217581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:11.0218555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:11.0219461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:11.0220296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:11.0221240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:11.0222086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:11.0223058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:11.0223951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:11.0224810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:11.0225771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:11.0226691Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:11.0227543Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:11.0228556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:11.0229367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:11.0230170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:11.0230928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:11.0231693Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:11.0232501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:11.0233432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:11.0234153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:11.0234880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:11.0235590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:11.0236294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:11.0236988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:11.0237670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:11.0238333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:11.0239097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:11.0239962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:11.0240724Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:11.0241613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:11.0242310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:11.0242989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:11.0243654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:11.0244367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:11.0245083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:11.0245931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:11.0246667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:11.0247561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:11.0248554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:11.0249685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:11.0250686Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:11.0251683Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:11.0252677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:11.0254116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:11.0255056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:11.0256241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:11.0257359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:11.0258364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:11.0259308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:11.0260061Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:11.0260847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:11.0261556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:11.0262257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:11.0262928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:11.0263550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:11.0264128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:11.0264859Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:11.0265416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:11.0266028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:11.0266640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:11.0267266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:11.0267968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:11.0268584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:11.0269289Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:11.0270022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:11.0270725Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:11.0271364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:11.0272272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:11.0273101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:11.0273999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:11.0274883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:11.0275719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:11.0276518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:11.0277209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:11.0277869Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:11.0278481Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:11.0279110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:11.0279701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:11.0280416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:11.0302376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:11.0303464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:11.0304085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:11.0304637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:11.0305298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:11.0305850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:11.0306371Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:11.0306935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:11.0307536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:11.0308139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:11.0308696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:11.0309331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:11.0309912Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:11.0310570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:11.0311220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:11.0311735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:11.0312406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:11.0312993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:11.0313968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:11.0314733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:11.0315313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:11.0315847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:11.0316385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:11.0316897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:11.0317425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:11.0317964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:11.0318617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:11.0319215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:11.0319755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:11.0320349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:11.0320854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:11.0321468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:11.0322010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:11.0322541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:11.0323050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:11.0323611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:11.0324132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:11.0324665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:11.0325202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:11.0325722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:11.0326198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:11.0326734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:11.0327272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:11.0327968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:11.0328495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:11.0328992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:11.0329480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:11.0330109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:11.0330845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:11.0331519Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:11.0332113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:11.0332908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:11.0333733Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:11.0334397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:11.0334988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:11.0336330Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:11.0337557Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:11.0339070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:11.0340599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:11.0341853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:11.0343200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:11.0344759Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:11.0346367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:11.0347994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:11.0349565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:11.0351140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:11.0352957Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0354365Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:11.0355665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:11.0357059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:11.0358669Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:11.0360318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:11.0361924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:11.0363643Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0365280Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:11.0366993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:11.0368573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:11.0369981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:11.0371339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:11.0372652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:11.0374127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:11.0375537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:11.0376972Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:11.0378349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:11.0379617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:11.0380879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:11.0382195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:11.0383591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:11.0384988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:11.0386398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:11.0387792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:11.0389425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:11.0391325Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:11.0393125Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0394793Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:11.0396296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:11.0397706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:11.0399044Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:11.0400553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:11.0402640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.0404269Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0405758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:11.0407593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:11.0409125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:11.0410501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:11.0412048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:11.0414006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:11.0415901Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:11.0417804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:11.0419676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:11.0421454Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0423094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:11.0424595Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:11.0426157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:11.0427831Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:11.0429545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:11.0431310Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0432960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:11.0434459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:11.0435775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:11.0437143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:11.0438679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:11.0440029Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.0440673Z + echo ::endgroup:: 2025-03-21T20:18:11.0441662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:11.0443338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:11.0444933Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:11.0446398Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:11.0448036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:11.0449608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:11.0451233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:11.0452700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:11.0454214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:11.0455543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:11.0456861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:11.0458197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:11.0459532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:11.0460853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:11.0462103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:11.0463618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.0465394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.0467065Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0468609Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:11.0469998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:11.0471259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:11.0472481Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:11.0473980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.0475642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.0477227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0478684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:11.0479986Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:11.0481184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:11.0482398Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:11.0483634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:11.0485128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.0487177Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.0488958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0490486Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:11.0491854Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:11.0493100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:11.0494561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:11.0496121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:11.0497826Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0499437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:11.0500847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:11.0502387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:11.0503607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:11.0504900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:11.0506164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:11.0507516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:11.0508897Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:11.0510419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:11.0512084Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:11.0513654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:11.0515101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:11.0516401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:11.0517924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:11.0519702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:11.0521369Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:11.0522915Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:11.0524334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:11.0525583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:11.0527340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:11.0528950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:11.0530202Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:11.0531450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:11.0532784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:11.0534198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:11.0535475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:11.0536775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:11.0537972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:11.0539190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:11.0540490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:11.0541858Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:11.0543329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:11.0544795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:11.0546186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:11.0547567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:11.0548859Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:11.0550122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:11.0551422Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:11.0552685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:11.0553990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:11.0555280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:11.0556596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:11.0557945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:11.0559362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:11.0560778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:11.0562170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:11.0563534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:11.0564942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:11.0566758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:11.0568384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:11.0569910Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:11.0571403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:11.0572940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:11.0574581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:11.0576071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:11.0577622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:11.0579176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:11.0580692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:11.0582305Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:11.0583983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:11.0585700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:11.0587444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:11.0589019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:11.0590372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:11.0591830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:11.0593382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:11.0594837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:11.0596314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:11.0597711Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:11.0598983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:11.0600270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:11.0601953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:11.0603295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:11.0604668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:11.0606390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:11.0607880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:11.0609144Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:11.0610386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:11.0611747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:11.0613165Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:11.0614773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:11.0616133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:11.0617324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:11.0618635Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:11.0620070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:11.0621334Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:11.0622483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:11.0623679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:11.0624880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:11.0626011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:11.0627095Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:11.0628139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.0629127Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:11.0630039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:11.0632075Z ##[endgroup] 2025-03-21T20:18:11.0799402Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.0799927Z with: 2025-03-21T20:18:11.0800296Z repository: pytorch/test-infra 2025-03-21T20:18:11.0800750Z path: test-infra 2025-03-21T20:18:11.0801107Z submodules: recursive 2025-03-21T20:18:11.0802157Z token: *** 2025-03-21T20:18:11.0802497Z ssh-strict: true 2025-03-21T20:18:11.0802882Z ssh-user: git 2025-03-21T20:18:11.0803245Z persist-credentials: true 2025-03-21T20:18:11.0803640Z clean: true 2025-03-21T20:18:11.0803995Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.0804415Z fetch-depth: 1 2025-03-21T20:18:11.0804759Z fetch-tags: false 2025-03-21T20:18:11.0805118Z show-progress: true 2025-03-21T20:18:11.0805482Z lfs: false 2025-03-21T20:18:11.0805835Z set-safe-directory: true 2025-03-21T20:18:11.0806218Z env: 2025-03-21T20:18:11.0806634Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:11.0807185Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.0807614Z PR_NUMBER: 2025-03-21T20:18:11.0811690Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:11.0816308Z ##[endgroup] 2025-03-21T20:18:11.2371449Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:11.2372616Z ##[group]Getting Git version info 2025-03-21T20:18:11.2373538Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.2374589Z [command]/usr/bin/git version 2025-03-21T20:18:11.2375065Z git version 2.47.1 2025-03-21T20:18:11.2405167Z ##[endgroup] 2025-03-21T20:18:11.2424748Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ca308186-6d72-4fc8-a1ee-841da97459ed' before making global git config changes 2025-03-21T20:18:11.2426177Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.2434193Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.2478354Z ##[group]Initializing the repository 2025-03-21T20:18:11.2486312Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.2528741Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.2529664Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.2530505Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.2531096Z hint: 2025-03-21T20:18:11.2531544Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.2532045Z hint: 2025-03-21T20:18:11.2532525Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.2533347Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.2534075Z hint: 2025-03-21T20:18:11.2534438Z hint: git branch -m 2025-03-21T20:18:11.2535254Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:11.2547621Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:11.2585547Z ##[endgroup] 2025-03-21T20:18:11.2586288Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:11.2595098Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:11.2631395Z ##[endgroup] 2025-03-21T20:18:11.2632002Z ##[group]Setting up auth 2025-03-21T20:18:11.2640387Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:11.2678356Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:11.3017168Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:11.3053719Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:11.3386843Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.3445215Z ##[endgroup] 2025-03-21T20:18:11.3445921Z ##[group]Determining the default branch 2025-03-21T20:18:11.3449442Z Retrieving the default branch name 2025-03-21T20:18:11.5741621Z Default branch 'main' 2025-03-21T20:18:11.5742616Z ##[endgroup] 2025-03-21T20:18:11.5743223Z ##[group]Fetching the repository 2025-03-21T20:18:11.5749975Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:11.9089081Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:11.9089695Z * [new branch] main -> origin/main 2025-03-21T20:18:11.9097231Z ##[endgroup] 2025-03-21T20:18:11.9097838Z ##[group]Determining the checkout info 2025-03-21T20:18:11.9099441Z ##[endgroup] 2025-03-21T20:18:11.9106316Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:11.9157849Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:11.9199987Z ##[group]Checking out the ref 2025-03-21T20:18:11.9205633Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:12.0178032Z Switched to a new branch 'main' 2025-03-21T20:18:12.0179076Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:12.0187812Z ##[endgroup] 2025-03-21T20:18:12.0188450Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:12.0196269Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.0271209Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:12.0322378Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:12.0370520Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:12.0415808Z ##[endgroup] 2025-03-21T20:18:12.0416456Z ##[group]Fetching submodules 2025-03-21T20:18:12.0421803Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:12.0787259Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:12.1140677Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:12.1479830Z ##[endgroup] 2025-03-21T20:18:12.1480490Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:12.1488245Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:12.1834338Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:12.2169821Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:12.2501447Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:12.2840152Z ##[endgroup] 2025-03-21T20:18:12.2892447Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:12.2926971Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:12.3191742Z Prepare all required actions 2025-03-21T20:18:12.3192661Z Getting action download info 2025-03-21T20:18:12.4329327Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:13.9351883Z Getting action download info 2025-03-21T20:18:14.0576646Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:14.2839562Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:14.2840191Z env: 2025-03-21T20:18:14.2840879Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:14.2841523Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.2842054Z PR_NUMBER: 2025-03-21T20:18:14.2846249Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:14.2850825Z ##[endgroup] 2025-03-21T20:18:14.2977513Z ##[group]Run set -euo pipefail 2025-03-21T20:18:14.2978024Z set -euo pipefail 2025-03-21T20:18:14.2978441Z function get_ec2_metadata() { 2025-03-21T20:18:14.2978965Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:14.2979848Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:14.2980660Z  category=$1 2025-03-21T20:18:14.2981904Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:14.2983162Z } 2025-03-21T20:18:14.2983534Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:14.2984127Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:14.2984787Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:14.2985360Z echo "system info $(uname -a)" 2025-03-21T20:18:14.2993407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.2993945Z env: 2025-03-21T20:18:14.2994350Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:14.2994881Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.2995286Z PR_NUMBER: 2025-03-21T20:18:14.2999202Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:14.3003499Z ##[endgroup] 2025-03-21T20:18:14.3168676Z ami-id: ami-0eae2a0fc13b15fce 2025-03-21T20:18:14.3290202Z instance-id: i-0f520f164c4587d57 2025-03-21T20:18:14.3413844Z instance-type: t4g.2xlarge 2025-03-21T20:18:14.3426514Z system info Linux ip-10-0-7-51.ec2.internal 6.1.129-138.220.amzn2023.aarch64 #1 SMP Tue Feb 25 22:18:13 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-03-21T20:18:14.3474815Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3476135Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3484143Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3484657Z env: 2025-03-21T20:18:14.3485036Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:14.3485582Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3485991Z PR_NUMBER: 2025-03-21T20:18:14.3489889Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:14.3494359Z ##[endgroup] 2025-03-21T20:18:14.3595591Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.3596257Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.3596808Z  echo "Docker daemon is running..."; 2025-03-21T20:18:14.3597275Z else 2025-03-21T20:18:14.3597767Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:14.3598406Z fi 2025-03-21T20:18:14.3607282Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3607831Z env: 2025-03-21T20:18:14.3608227Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:14.3608756Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3609177Z PR_NUMBER: 2025-03-21T20:18:14.3613084Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:14.3617203Z ##[endgroup] 2025-03-21T20:18:14.3709599Z Docker daemon is running... 2025-03-21T20:18:14.3750445Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.3751352Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.3752062Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:14.3752914Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:14.3753910Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:14.3761601Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3762120Z env: 2025-03-21T20:18:14.3762501Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:14.3763021Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3763415Z PR_NUMBER: 2025-03-21T20:18:14.3767672Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:14.3771743Z AWS_RETRY_MODE: standard 2025-03-21T20:18:14.3772126Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:14.3772480Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:14.3772862Z ##[endgroup] 2025-03-21T20:18:15.8057640Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:15.8058935Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:15.8059721Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:15.8060263Z 2025-03-21T20:18:15.8060404Z Login Succeeded 2025-03-21T20:18:15.8118294Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.8119105Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.8119803Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.8127600Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.8128118Z env: 2025-03-21T20:18:15.8128516Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:15.8129059Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.8129460Z PR_NUMBER: 2025-03-21T20:18:15.8133346Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:15.8137419Z ##[endgroup] 2025-03-21T20:18:15.8242347Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.8243046Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.8243609Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.8244121Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.8244761Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.8245356Z  2025-03-21T20:18:15.8245774Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:15.8246367Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.8246878Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.8247550Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.8281939Z  2025-03-21T20:18:15.8282442Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:15.8282973Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.8283444Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.8284007Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.8291974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.8292520Z env: 2025-03-21T20:18:15.8292919Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:15.8293544Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.8293947Z PR_NUMBER: 2025-03-21T20:18:15.8297835Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:15.8302016Z ##[endgroup] 2025-03-21T20:18:15.9775534Z ##[group]Run needs=0 2025-03-21T20:18:15.9775942Z needs=0 2025-03-21T20:18:15.9776474Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:15.9777081Z  needs=1 2025-03-21T20:18:15.9777406Z fi 2025-03-21T20:18:15.9777765Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:15.9785716Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.9786240Z env: 2025-03-21T20:18:15.9786625Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:15.9787162Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9787575Z PR_NUMBER: 2025-03-21T20:18:15.9791470Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:15.9795633Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:15.9796449Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:15.9797218Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:15.9797758Z ##[endgroup] 2025-03-21T20:18:16.0074115Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.0074989Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:16.0075596Z # shellcheck disable=SC2046 2025-03-21T20:18:16.0076082Z docker stop $(docker ps -q) || true 2025-03-21T20:18:16.0076574Z # Prune all of the docker images 2025-03-21T20:18:16.0077044Z docker system prune -af 2025-03-21T20:18:16.0085342Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:16.0085869Z env: 2025-03-21T20:18:16.0086258Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:16.0086794Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0087193Z PR_NUMBER: 2025-03-21T20:18:16.0091578Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:16.0095963Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.0096778Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.0097548Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.0098085Z ##[endgroup] 2025-03-21T20:18:16.0386259Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:16.0386807Z See 'docker stop --help'. 2025-03-21T20:18:16.0387049Z 2025-03-21T20:18:16.0387282Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:16.0387666Z 2025-03-21T20:18:16.0387873Z Stop one or more running containers 2025-03-21T20:18:16.0554234Z Total reclaimed space: 0B 2025-03-21T20:18:16.0660103Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:16.0660690Z with: 2025-03-21T20:18:16.0661313Z github-secret: *** 2025-03-21T20:18:16.0662276Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:16.0663332Z activate-with-label: false 2025-03-21T20:18:16.0663719Z label: with-ssh 2025-03-21T20:18:16.0664060Z remove-existing-keys: true 2025-03-21T20:18:16.0664450Z fail-silently: true 2025-03-21T20:18:16.0664779Z env: 2025-03-21T20:18:16.0665158Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:16.0666209Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0666617Z PR_NUMBER: 2025-03-21T20:18:16.0670650Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:16.0674893Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.0675724Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.0676546Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.0677082Z ##[endgroup] 2025-03-21T20:18:16.2069003Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:16.2070683Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:16.2240840Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:16.2241339Z with: 2025-03-21T20:18:16.2241662Z repository: pytorch/executorch 2025-03-21T20:18:16.2242119Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:16.2242589Z path: pytorch/executorch 2025-03-21T20:18:16.2243022Z fetch-depth: 1 2025-03-21T20:18:16.2243352Z submodules: true 2025-03-21T20:18:16.2243880Z token: *** 2025-03-21T20:18:16.2244202Z ssh-strict: true 2025-03-21T20:18:16.2244527Z ssh-user: git 2025-03-21T20:18:16.2244869Z persist-credentials: true 2025-03-21T20:18:16.2245305Z clean: true 2025-03-21T20:18:16.2245641Z sparse-checkout-cone-mode: true 2025-03-21T20:18:16.2246109Z fetch-tags: false 2025-03-21T20:18:16.2246444Z show-progress: true 2025-03-21T20:18:16.2246774Z lfs: false 2025-03-21T20:18:16.2247095Z set-safe-directory: true 2025-03-21T20:18:16.2247469Z env: 2025-03-21T20:18:16.2247841Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:16.2248416Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.2248897Z PR_NUMBER: 2025-03-21T20:18:16.2252774Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:16.2257396Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.2258288Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.2259113Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.2259644Z ##[endgroup] 2025-03-21T20:18:16.3546832Z Syncing repository: pytorch/executorch 2025-03-21T20:18:16.3559035Z ##[group]Getting Git version info 2025-03-21T20:18:16.3559859Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:16.3599689Z [command]/usr/bin/git version 2025-03-21T20:18:16.3651326Z git version 2.47.1 2025-03-21T20:18:16.3688273Z ##[endgroup] 2025-03-21T20:18:16.3709239Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/21aee3e8-66d1-449c-8396-66dbd8b9421e' before making global git config changes 2025-03-21T20:18:16.3710562Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:16.3719966Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.3763305Z ##[group]Initializing the repository 2025-03-21T20:18:16.3771568Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.3812791Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:16.3813732Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:16.3814514Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:16.3815086Z hint: 2025-03-21T20:18:16.3815487Z hint: git config --global init.defaultBranch 2025-03-21T20:18:16.3815969Z hint: 2025-03-21T20:18:16.3816434Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:16.3817270Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:16.3817915Z hint: 2025-03-21T20:18:16.3818229Z hint: git branch -m 2025-03-21T20:18:16.3819504Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:16.3832005Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:16.3868116Z ##[endgroup] 2025-03-21T20:18:16.3868738Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:16.3876196Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:16.3911547Z ##[endgroup] 2025-03-21T20:18:16.3912136Z ##[group]Setting up auth 2025-03-21T20:18:16.3920716Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:16.3958644Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:16.4293479Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:16.4331557Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:16.4667583Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:16.4727460Z ##[endgroup] 2025-03-21T20:18:16.4728106Z ##[group]Fetching the repository 2025-03-21T20:18:16.4740989Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.1842989Z From https://github.com/pytorch/executorch 2025-03-21T20:18:18.1843686Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:18.1870446Z ##[endgroup] 2025-03-21T20:18:18.1871669Z ##[group]Determining the checkout info 2025-03-21T20:18:18.1872384Z ##[endgroup] 2025-03-21T20:18:18.1879003Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:18.1936652Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:18.1972620Z ##[group]Checking out the ref 2025-03-21T20:18:18.1978724Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.7516019Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:18.7516495Z 2025-03-21T20:18:18.7516819Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:18.7517597Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:18.7518363Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:18.7518810Z 2025-03-21T20:18:18.7519106Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:18.7519844Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:18.7520252Z 2025-03-21T20:18:18.7520418Z git switch -c 2025-03-21T20:18:18.7520725Z 2025-03-21T20:18:18.7520881Z Or undo this operation with: 2025-03-21T20:18:18.7521133Z 2025-03-21T20:18:18.7521275Z git switch - 2025-03-21T20:18:18.7521465Z 2025-03-21T20:18:18.7521804Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:18.7522288Z 2025-03-21T20:18:18.7522528Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:18.7567748Z ##[endgroup] 2025-03-21T20:18:18.7568386Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:18.7576920Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.7631273Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:18.7666147Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:18.7706862Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:18.7736794Z ##[endgroup] 2025-03-21T20:18:18.7737388Z ##[group]Fetching submodules 2025-03-21T20:18:18.7742689Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:18.8081513Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:18.8406866Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:18.8409090Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:18.8410960Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:18.8412837Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:18.8415221Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:18.8417809Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:18.8419678Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:18.8422720Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:18.8425638Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:18.8428734Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:18.8431874Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:18.8434777Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:18.8438597Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:18.8441678Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:18.8445242Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:18.8448909Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:18.8454439Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:18.8458999Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:18.8462498Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:18.8466267Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:18.8470381Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:18.8474333Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:18.8478778Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:18.8513096Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:19.0874267Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:19.3097008Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:19.5366154Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:20.0138338Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:20.2589856Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:20.7563567Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:20.9444731Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:21.1285740Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:21.9236238Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:22.2976376Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:22.5130347Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:22.7837482Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:23.6661774Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:23.9000207Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:24.2415778Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:24.6021601Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:24.8492285Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:25.0594522Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:25.6389050Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:25.9375420Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:26.1523801Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:26.5670207Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:27.3320926Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:27.3321847Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:27.3453283Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:27.8168028Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:27.8169619Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:27.8301779Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:27.8415406Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:28.6318184Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:28.6319024Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:28.6913336Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:29.3136998Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:29.3137890Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:29.3496831Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:29.8003230Z From https://github.com/zeux/volk 2025-03-21T20:18:29.8004203Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:29.8094304Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:30.2697875Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:30.2698687Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:30.2812424Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:30.6719902Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:30.6720873Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:30.6793308Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:32.3936112Z From https://github.com/google/XNNPACK 2025-03-21T20:18:32.3936851Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:33.0792860Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:33.6130994Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:33.6131688Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:33.7108400Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:34.1281506Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:34.1282223Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:34.1386497Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:34.6209542Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:34.6210287Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:34.6487326Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:36.1634665Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:36.1635356Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:36.3048681Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:36.3262202Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:36.8538693Z From https://github.com/pytorch/ao 2025-03-21T20:18:36.8539365Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:36.9346973Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:37.5640767Z From https://github.com/google/flatbuffers 2025-03-21T20:18:37.5641485Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:37.6842738Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:38.1679659Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:38.1680348Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:38.1970912Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:38.6786141Z From https://github.com/gflags/gflags 2025-03-21T20:18:38.6786818Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:38.6898858Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:39.3430408Z From https://github.com/google/googletest 2025-03-21T20:18:39.3431090Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:39.3840273Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:39.7879213Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:39.7879895Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:39.7973149Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:39.8061290Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:40.4569645Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:40.4570479Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:40.5436044Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:41.1054406Z From https://github.com/pybind/pybind11 2025-03-21T20:18:41.1055083Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:41.1370143Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:41.1390309Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:41.1729435Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.1758783Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.1792391Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.1824468Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.1857224Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.1887580Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.1919215Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.1950090Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.1982616Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.2014925Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.2048025Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.2079546Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.2113690Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.2146579Z Entering 'shim' 2025-03-21T20:18:41.2178002Z Entering 'third-party/ao' 2025-03-21T20:18:41.2209179Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.2241383Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.2273431Z Entering 'third-party/gflags' 2025-03-21T20:18:41.2306289Z Entering 'third-party/googletest' 2025-03-21T20:18:41.2338709Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.2370578Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.2404141Z Entering 'third-party/prelude' 2025-03-21T20:18:41.2434525Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.2478806Z ##[endgroup] 2025-03-21T20:18:41.2479434Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:41.2487966Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:41.2816329Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.2878538Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.2947828Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.3011701Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.3075934Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.3141706Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.3204606Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.3268860Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.3331207Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.3408075Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.3475559Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.3539311Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.3605988Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.3672698Z Entering 'shim' 2025-03-21T20:18:41.3737912Z Entering 'third-party/ao' 2025-03-21T20:18:41.3804378Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.3869676Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.3933191Z Entering 'third-party/gflags' 2025-03-21T20:18:41.3994577Z Entering 'third-party/googletest' 2025-03-21T20:18:41.4057570Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.4118024Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.4180976Z Entering 'third-party/prelude' 2025-03-21T20:18:41.4244599Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.4325470Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:41.4644755Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.4701090Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:41.4702535Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.4757793Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:41.4759050Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.4817578Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:41.4818816Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.4874621Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:41.4876006Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.4934622Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:41.4935946Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.4993856Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:41.4995526Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.5055462Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:41.5056695Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.5114910Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:41.5116198Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.5176640Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:41.5177961Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.5237259Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:41.5238545Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.5297726Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:41.5298965Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.5357465Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:41.5359227Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.5416717Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:41.5417993Z Entering 'shim' 2025-03-21T20:18:41.5477004Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:41.5478060Z Entering 'third-party/ao' 2025-03-21T20:18:41.5537293Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:41.5538412Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.5597133Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:41.5598667Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.5660982Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:41.5662492Z Entering 'third-party/gflags' 2025-03-21T20:18:41.5720328Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:41.5722296Z Entering 'third-party/googletest' 2025-03-21T20:18:41.5780914Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:41.5782039Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.5840744Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:41.5841869Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.5902131Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:41.5903298Z Entering 'third-party/prelude' 2025-03-21T20:18:41.5962034Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:41.5963141Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.6021806Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:41.6399756Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:41.6721487Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.6750938Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.6781660Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.6812971Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.6843088Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.6872701Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.6903503Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.6933832Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.6965102Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.6995705Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.7027685Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.7060147Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.7091657Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.7124001Z Entering 'shim' 2025-03-21T20:18:41.7154654Z Entering 'third-party/ao' 2025-03-21T20:18:41.7184269Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.7214162Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.7243605Z Entering 'third-party/gflags' 2025-03-21T20:18:41.7275414Z Entering 'third-party/googletest' 2025-03-21T20:18:41.7306592Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.7336895Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.7367475Z Entering 'third-party/prelude' 2025-03-21T20:18:41.7398048Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.7449086Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:41.7785581Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:41.7816118Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:41.7847121Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:41.7878933Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:41.7910017Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:41.7941777Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:41.7984322Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:41.8016522Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:41.8047855Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:41.8078670Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:41.8110978Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:41.8142110Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:41.8173082Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:41.8204277Z Entering 'shim' 2025-03-21T20:18:41.8235128Z Entering 'third-party/ao' 2025-03-21T20:18:41.8265942Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:41.8296395Z Entering 'third-party/flatcc' 2025-03-21T20:18:41.8327634Z Entering 'third-party/gflags' 2025-03-21T20:18:41.8358269Z Entering 'third-party/googletest' 2025-03-21T20:18:41.8389748Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:41.8420492Z Entering 'third-party/pocketfft' 2025-03-21T20:18:41.8451437Z Entering 'third-party/prelude' 2025-03-21T20:18:41.8482391Z Entering 'third-party/pybind11' 2025-03-21T20:18:41.8526399Z ##[endgroup] 2025-03-21T20:18:41.8570997Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:41.8597110Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:41.8866821Z Prepare all required actions 2025-03-21T20:18:41.8867784Z Getting action download info 2025-03-21T20:18:41.9789633Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:42.1749311Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:42.1749893Z with: 2025-03-21T20:18:42.1750318Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:42.1750892Z docker-build-dir: .ci/docker 2025-03-21T20:18:42.1751343Z working-directory: pytorch/executorch 2025-03-21T20:18:42.1751921Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.1752475Z force-push: false 2025-03-21T20:18:42.1752789Z env: 2025-03-21T20:18:42.1753162Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:42.1753707Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.1754142Z PR_NUMBER: 2025-03-21T20:18:42.1758088Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:42.1762290Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.1763117Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.1763912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.1764476Z ##[endgroup] 2025-03-21T20:18:42.1809765Z ##[group]Run set -ex 2025-03-21T20:18:42.1810250Z set -ex 2025-03-21T20:18:42.1810576Z  2025-03-21T20:18:42.1811161Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:42.1812145Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:42.1813020Z # job could then download the pre-built image as usual 2025-03-21T20:18:42.1814177Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:42.1814857Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1815502Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1816169Z  2025-03-21T20:18:42.1816742Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:42.1817983Z  exit 0 2025-03-21T20:18:42.1818369Z else 2025-03-21T20:18:42.1818767Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1819227Z fi 2025-03-21T20:18:42.1819545Z  2025-03-21T20:18:42.1820029Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:42.1820866Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:42.1821608Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:42.1822281Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:42.1822994Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1823686Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1824259Z else 2025-03-21T20:18:42.1824710Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:42.1825729Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1826648Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.1827443Z fi 2025-03-21T20:18:42.1835768Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.1836315Z env: 2025-03-21T20:18:42.1836729Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:42.1837269Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.1837667Z PR_NUMBER: 2025-03-21T20:18:42.1841542Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:42.1845714Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.1846552Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.1847329Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.1847901Z REPO_NAME: executorch 2025-03-21T20:18:42.1848386Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:42.1848930Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:42.1849456Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.1850005Z ##[endgroup] 2025-03-21T20:18:42.1887047Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:42.1887498Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:42.1887905Z + echo skip=false 2025-03-21T20:18:42.1888648Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:42.1892159Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:42.1915057Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.1915710Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.1917023Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.1977822Z ##[group]Run set +e 2025-03-21T20:18:42.1978335Z set +e 2025-03-21T20:18:42.1978679Z set -x 2025-03-21T20:18:42.1979006Z  2025-03-21T20:18:42.1979757Z login() { 2025-03-21T20:18:42.1980463Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:42.1981190Z } 2025-03-21T20:18:42.1981492Z  2025-03-21T20:18:42.1981794Z retry () { 2025-03-21T20:18:42.1982182Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:42.1982625Z } 2025-03-21T20:18:42.1982933Z  2025-03-21T20:18:42.1983281Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:42.1983723Z  2025-03-21T20:18:42.1984044Z START_TIME=$(date +%s) 2025-03-21T20:18:42.1984470Z # Wait up to 120 minutes 2025-03-21T20:18:42.1984992Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:42.1985673Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:42.1986351Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:42.1986887Z  exit 0 2025-03-21T20:18:42.1987214Z  fi 2025-03-21T20:18:42.1987913Z  2025-03-21T20:18:42.1988495Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:42.1989423Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:42.1990357Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:42.1991096Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:42.1991657Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:42.1992154Z  break 2025-03-21T20:18:42.1992487Z  else 2025-03-21T20:18:42.1992967Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:42.1993591Z  sleep 300 2025-03-21T20:18:42.1993980Z  fi 2025-03-21T20:18:42.1994302Z done 2025-03-21T20:18:42.1994617Z  2025-03-21T20:18:42.1995118Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:42.1995924Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:42.1996659Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:42.1997295Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:42.1997876Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:42.1998388Z else 2025-03-21T20:18:42.1998908Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:42.1999597Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:42.2000106Z fi 2025-03-21T20:18:42.2000405Z  2025-03-21T20:18:42.2000743Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:42.2001556Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.2002084Z  2025-03-21T20:18:42.2002756Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:42.2003541Z  exit 0 2025-03-21T20:18:42.2003856Z fi 2025-03-21T20:18:42.2004178Z  2025-03-21T20:18:42.2004619Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:42.2005571Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:42.2006396Z  exit 1 2025-03-21T20:18:42.2039053Z fi 2025-03-21T20:18:42.2039636Z  2025-03-21T20:18:42.2040195Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:42.2041135Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:42.2041952Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:42.2043474Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:42.2044619Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:42.2045281Z fi 2025-03-21T20:18:42.2045581Z  2025-03-21T20:18:42.2045943Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:42.2055401Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:42.2055953Z env: 2025-03-21T20:18:42.2056890Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.2057975Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:42.2058368Z PR_NUMBER: 2025-03-21T20:18:42.2062565Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:42.2066803Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:42.2067608Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:42.2068370Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:42.2068938Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:42.2069416Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:42.2070004Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:42.2070631Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.2071173Z DOCKER_PUSH: 2025-03-21T20:18:42.2071492Z ##[endgroup] 2025-03-21T20:18:42.2108557Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.2109220Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.2111952Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:42.2114636Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:42.9392050Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:42.9392892Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:42.9393672Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:42.9394243Z 2025-03-21T20:18:42.9394387Z Login Succeeded 2025-03-21T20:18:42.9411081Z ++ date +%s 2025-03-21T20:18:42.9420933Z + START_TIME=1742588322 2025-03-21T20:18:42.9424381Z ++ date +%s 2025-03-21T20:18:42.9433635Z + [[ 1742581122 -lt 1742588322 ]] 2025-03-21T20:18:42.9434790Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.1768206Z { 2025-03-21T20:18:43.1769032Z "schemaVersion": 2, 2025-03-21T20:18:43.1769647Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:43.1770255Z "config": { 2025-03-21T20:18:43.1770713Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:43.1771278Z "size": 15125, 2025-03-21T20:18:43.1771851Z "digest": "sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4" 2025-03-21T20:18:43.1772516Z }, 2025-03-21T20:18:43.1772796Z "layers": [ 2025-03-21T20:18:43.1773664Z { 2025-03-21T20:18:43.1774133Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1774714Z "size": 28397174, 2025-03-21T20:18:43.1775291Z "digest": "sha256:9b850f5aae4c6627d2173c368f232b9b1db52bbf636f85f66e885e8611acd964" 2025-03-21T20:18:43.1775948Z }, 2025-03-21T20:18:43.1776219Z { 2025-03-21T20:18:43.1776667Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1777244Z "size": 633, 2025-03-21T20:18:43.1777834Z "digest": "sha256:badf7cb767d1b45da1f5dabcfb3479e8c3860c7ddfedea2b1848e91ee00faa4a" 2025-03-21T20:18:43.1778507Z }, 2025-03-21T20:18:43.1778777Z { 2025-03-21T20:18:43.1779221Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1779801Z "size": 153121650, 2025-03-21T20:18:43.1780371Z "digest": "sha256:0f89db74a98d9c3b39c34b6138f0608318e0445f8005542cc5cd957ecd8b5a95" 2025-03-21T20:18:43.1781017Z }, 2025-03-21T20:18:43.1781289Z { 2025-03-21T20:18:43.1781739Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1782599Z "size": 622, 2025-03-21T20:18:43.1783300Z "digest": "sha256:32a4514e7ff575e6e37522ceb046a4594750562d16d01c2a4495863819f59f56" 2025-03-21T20:18:43.1783927Z }, 2025-03-21T20:18:43.1784198Z { 2025-03-21T20:18:43.1784646Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1785219Z "size": 18985061, 2025-03-21T20:18:43.1785800Z "digest": "sha256:37c6f550ae9bd5ea67adf6bc3031f5e81601ea2177874639027bb9aaea1d5468" 2025-03-21T20:18:43.1786448Z }, 2025-03-21T20:18:43.1786719Z { 2025-03-21T20:18:43.1787163Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1787732Z "size": 737, 2025-03-21T20:18:43.1788296Z "digest": "sha256:41326e4613eb7cd7c11da0f4d91f4c2c8377bf26dabf4f1bd1582609a64e5ee0" 2025-03-21T20:18:43.1788940Z }, 2025-03-21T20:18:43.1789203Z { 2025-03-21T20:18:43.1789654Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1790241Z "size": 104, 2025-03-21T20:18:43.1790806Z "digest": "sha256:c5561e75697a090410df8a63b915edf3477dd7fde71ae2d1b13768144db7def4" 2025-03-21T20:18:43.1791441Z }, 2025-03-21T20:18:43.1791711Z { 2025-03-21T20:18:43.1792161Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1792737Z "size": 447, 2025-03-21T20:18:43.1793304Z "digest": "sha256:e6a0b1cdd23a737edbabd1d9f6380877e85325bcd96e36c5d1457dd2430d701f" 2025-03-21T20:18:43.1793955Z }, 2025-03-21T20:18:43.1794231Z { 2025-03-21T20:18:43.1794683Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1795251Z "size": 2758, 2025-03-21T20:18:43.1795805Z "digest": "sha256:55a35e56f796d1f48b8a63c990ede1a75d2f65560b04c7b55672845ae99b461e" 2025-03-21T20:18:43.1796438Z }, 2025-03-21T20:18:43.1796712Z { 2025-03-21T20:18:43.1797167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1797747Z "size": 637, 2025-03-21T20:18:43.1798306Z "digest": "sha256:4116b07c7ca15a3a34580b3b8c039d59e042ef72f0f02e2ff121bea0d7878663" 2025-03-21T20:18:43.1798945Z }, 2025-03-21T20:18:43.1799216Z { 2025-03-21T20:18:43.1799689Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1800266Z "size": 33668694, 2025-03-21T20:18:43.1800842Z "digest": "sha256:cf6a0478ca56cd157e99ad6be8c6390902bc94f1e19512d7e433964e5d5b5d5b" 2025-03-21T20:18:43.1801770Z }, 2025-03-21T20:18:43.1802049Z { 2025-03-21T20:18:43.1802498Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1803071Z "size": 318, 2025-03-21T20:18:43.1803629Z "digest": "sha256:3b4cd7004f33f8e021fd6e6c068ee019298c34a08b0492e152ac8aa2e013b796" 2025-03-21T20:18:43.1804267Z }, 2025-03-21T20:18:43.1804533Z { 2025-03-21T20:18:43.1804978Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1805552Z "size": 244427647, 2025-03-21T20:18:43.1806490Z "digest": "sha256:9c1e20dd9a42f63910af9367756b66820493318e0ac1ba6404a968f2e6e3215c" 2025-03-21T20:18:43.1807133Z }, 2025-03-21T20:18:43.1807398Z { 2025-03-21T20:18:43.1807849Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1808424Z "size": 475, 2025-03-21T20:18:43.1808974Z "digest": "sha256:145833aca2835f9f71580281117cc4c981d0a32e6c14db47ff76b78ca6359311" 2025-03-21T20:18:43.1809604Z }, 2025-03-21T20:18:43.1809870Z { 2025-03-21T20:18:43.1810319Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1810894Z "size": 1042, 2025-03-21T20:18:43.1811457Z "digest": "sha256:1a18f7e26037f9e4136eceae6a4a22d12c1893dc321385ae24da5c99a83461b1" 2025-03-21T20:18:43.1812098Z }, 2025-03-21T20:18:43.1812364Z { 2025-03-21T20:18:43.1812820Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1813491Z "size": 611, 2025-03-21T20:18:43.1814047Z "digest": "sha256:82635263661e2b2d13043678fb15fbe49d392d190aef88a0df41d2e54c8c824c" 2025-03-21T20:18:43.1814945Z }, 2025-03-21T20:18:43.1815243Z { 2025-03-21T20:18:43.1815697Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1816273Z "size": 108847074, 2025-03-21T20:18:43.1816842Z "digest": "sha256:0551c017ae818c6377369d432d4b3f6cb943365a04fde23b2d7dbc166bbca7ca" 2025-03-21T20:18:43.1817471Z }, 2025-03-21T20:18:43.1817742Z { 2025-03-21T20:18:43.1818190Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1818762Z "size": 564, 2025-03-21T20:18:43.1819307Z "digest": "sha256:c16e35c9661429be66b2fc0d47ee6f87240ce318684467b0567550293cfa387b" 2025-03-21T20:18:43.1819934Z }, 2025-03-21T20:18:43.1820234Z { 2025-03-21T20:18:43.1820694Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1821288Z "size": 208, 2025-03-21T20:18:43.1821855Z "digest": "sha256:3ad3c7d7d14a2a6c674dc6035399c34569aff598a23ff58493fad46f940ec3f6" 2025-03-21T20:18:43.1822499Z }, 2025-03-21T20:18:43.1822772Z { 2025-03-21T20:18:43.1823221Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1823790Z "size": 1189, 2025-03-21T20:18:43.1824351Z "digest": "sha256:8830bd728cbd452ee88aa086fc19692143cdeaff3d11106915ae27f97f161901" 2025-03-21T20:18:43.1824989Z }, 2025-03-21T20:18:43.1825259Z { 2025-03-21T20:18:43.1825707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1826278Z "size": 678, 2025-03-21T20:18:43.1826835Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:43.1827473Z }, 2025-03-21T20:18:43.1827740Z { 2025-03-21T20:18:43.1828190Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1828760Z "size": 1143915792, 2025-03-21T20:18:43.1829347Z "digest": "sha256:0b23b48b8fcec9cd5758b53c5f5a3b1d55b968c7bdcc5c8bb20497e2e4d41445" 2025-03-21T20:18:43.1830003Z }, 2025-03-21T20:18:43.1830266Z { 2025-03-21T20:18:43.1830717Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1831288Z "size": 1381, 2025-03-21T20:18:43.1831845Z "digest": "sha256:5e7729c8c19f7ee8540f6c8edd615229a3c5e2b8f47c730a7e14d31a8038b40e" 2025-03-21T20:18:43.1832482Z }, 2025-03-21T20:18:43.1832747Z { 2025-03-21T20:18:43.1833191Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1833762Z "size": 678, 2025-03-21T20:18:43.1834323Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:43.1834953Z }, 2025-03-21T20:18:43.1835221Z { 2025-03-21T20:18:43.1835675Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1836251Z "size": 223543527, 2025-03-21T20:18:43.1836830Z "digest": "sha256:02aa2fb4345700525d3b0b3af142e5da83f48ce4be43f59869dde8688a944476" 2025-03-21T20:18:43.1837468Z }, 2025-03-21T20:18:43.1837962Z { 2025-03-21T20:18:43.1838421Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1838994Z "size": 828, 2025-03-21T20:18:43.1839539Z "digest": "sha256:3464920c9c020a760b7867720e80499c535724beee0e727b768fa9c3c979f703" 2025-03-21T20:18:43.1840160Z }, 2025-03-21T20:18:43.1840426Z { 2025-03-21T20:18:43.1840872Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1841441Z "size": 678, 2025-03-21T20:18:43.1841995Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:43.1842633Z }, 2025-03-21T20:18:43.1842901Z { 2025-03-21T20:18:43.1843356Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1843938Z "size": 149423004, 2025-03-21T20:18:43.1844511Z "digest": "sha256:87684e5c474c8175a082abfc5e630f361841d540383f5e49a87dd16b3b097576" 2025-03-21T20:18:43.1845145Z }, 2025-03-21T20:18:43.1845417Z { 2025-03-21T20:18:43.1845875Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1846624Z "size": 530, 2025-03-21T20:18:43.1847223Z "digest": "sha256:44b50c5e2ca60efca348edaa62c276e90a060083463edec336c8fb6163b664f7" 2025-03-21T20:18:43.1847874Z }, 2025-03-21T20:18:43.1848146Z { 2025-03-21T20:18:43.1848597Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1849166Z "size": 678, 2025-03-21T20:18:43.1849733Z "digest": "sha256:a9de9234777cc1a20d1d6b21632cd8627c291ad95ef70cb4a730b976de62f808" 2025-03-21T20:18:43.1850376Z }, 2025-03-21T20:18:43.1850646Z { 2025-03-21T20:18:43.1851095Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1851665Z "size": 355, 2025-03-21T20:18:43.1852228Z "digest": "sha256:224753fce160cefd1c5e83b53d98ec9edeacea0086d67fc96942269103686202" 2025-03-21T20:18:43.1852873Z }, 2025-03-21T20:18:43.1853139Z { 2025-03-21T20:18:43.1853712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1854305Z "size": 32, 2025-03-21T20:18:43.1854864Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:43.1855529Z }, 2025-03-21T20:18:43.1855793Z { 2025-03-21T20:18:43.1856241Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1856809Z "size": 165, 2025-03-21T20:18:43.1857362Z "digest": "sha256:788b314b21e5388374b608e2da266f0a9b27903af8e2b485c5d9cc9f8a21e2a5" 2025-03-21T20:18:43.1857996Z }, 2025-03-21T20:18:43.1858263Z { 2025-03-21T20:18:43.1858707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1859278Z "size": 1111, 2025-03-21T20:18:43.1859833Z "digest": "sha256:33d66e1ce781396ba538169972efe1be2b1b1da3565a86ad7c1e886fa2decbf7" 2025-03-21T20:18:43.1860480Z }, 2025-03-21T20:18:43.1860746Z { 2025-03-21T20:18:43.1861194Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1861774Z "size": 32, 2025-03-21T20:18:43.1862333Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:43.1862991Z }, 2025-03-21T20:18:43.1863262Z { 2025-03-21T20:18:43.1863711Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:43.1864283Z "size": 108, 2025-03-21T20:18:43.1864836Z "digest": "sha256:84f191ac8f70eea3a0188d79da0086dd490bb90ce1a9ebb3a84a3689d6acc220" 2025-03-21T20:18:43.1865487Z } 2025-03-21T20:18:43.1865756Z ] 2025-03-21T20:18:43.1866022Z } 2025-03-21T20:18:43.1866325Z + exit 0 2025-03-21T20:18:43.1913913Z ##[group]Run set -eux 2025-03-21T20:18:43.1914318Z set -eux 2025-03-21T20:18:43.1915520Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:43.1924927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:43.1925753Z env: 2025-03-21T20:18:43.1926148Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:43.1926675Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.1927071Z PR_NUMBER: 2025-03-21T20:18:43.1930936Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:43.1935460Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.1936294Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.1937050Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.1937585Z ##[endgroup] 2025-03-21T20:18:43.1971150Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:43.1971814Z + jq --raw-output .SecretString 2025-03-21T20:18:43.1972988Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:43.1973839Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:43.9576412Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:43.9577257Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:43.9578044Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:43.9578642Z 2025-03-21T20:18:43.9578820Z Login Succeeded 2025-03-21T20:18:43.9690366Z Prepare all required actions 2025-03-21T20:18:43.9746521Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:43.9747051Z with: 2025-03-21T20:18:43.9747982Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.9749160Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.9749697Z env: 2025-03-21T20:18:43.9750063Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:43.9750577Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.9750956Z PR_NUMBER: 2025-03-21T20:18:43.9754896Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:43.9759078Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.9759884Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.9760648Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.9761184Z ##[endgroup] 2025-03-21T20:18:43.9794795Z ##[group]Run set -x 2025-03-21T20:18:43.9795200Z set -x 2025-03-21T20:18:43.9795527Z set +e 2025-03-21T20:18:43.9795844Z  2025-03-21T20:18:43.9796147Z login() { 2025-03-21T20:18:43.9797103Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:43.9797814Z } 2025-03-21T20:18:43.9798107Z  2025-03-21T20:18:43.9798397Z retry () { 2025-03-21T20:18:43.9798754Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:43.9799191Z } 2025-03-21T20:18:43.9799484Z  2025-03-21T20:18:43.9799814Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:43.9800236Z  2025-03-21T20:18:43.9800518Z set -e 2025-03-21T20:18:43.9800985Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:43.9801969Z # only pull docker image if it's not available locally 2025-03-21T20:18:43.9802713Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:43.9803399Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:43.9803854Z fi 2025-03-21T20:18:43.9811419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:43.9811944Z env: 2025-03-21T20:18:43.9812862Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:43.9814053Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:43.9814466Z PR_NUMBER: 2025-03-21T20:18:43.9818644Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:18:43.9822815Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:43.9823624Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:43.9824384Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:43.9825048Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.9825569Z ##[endgroup] 2025-03-21T20:18:43.9856031Z + set +e 2025-03-21T20:18:43.9856468Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.9857070Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:43.9859824Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:43.9860959Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:44.7190092Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:44.7190941Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:44.7191724Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:44.7192254Z 2025-03-21T20:18:44.7192850Z Login Succeeded 2025-03-21T20:18:44.7206675Z + set -e 2025-03-21T20:18:44.7207752Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.7345555Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.7347311Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:44.9763002Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:18:44.9764383Z 9b850f5aae4c: Pulling fs layer 2025-03-21T20:18:44.9764793Z badf7cb767d1: Pulling fs layer 2025-03-21T20:18:44.9765195Z 0f89db74a98d: Pulling fs layer 2025-03-21T20:18:44.9765589Z 32a4514e7ff5: Pulling fs layer 2025-03-21T20:18:44.9765981Z 37c6f550ae9b: Pulling fs layer 2025-03-21T20:18:44.9766376Z 41326e4613eb: Pulling fs layer 2025-03-21T20:18:44.9766775Z c5561e75697a: Pulling fs layer 2025-03-21T20:18:44.9767163Z e6a0b1cdd23a: Pulling fs layer 2025-03-21T20:18:44.9767552Z 55a35e56f796: Pulling fs layer 2025-03-21T20:18:44.9767934Z 4116b07c7ca1: Pulling fs layer 2025-03-21T20:18:44.9768322Z cf6a0478ca56: Pulling fs layer 2025-03-21T20:18:44.9768732Z 3b4cd7004f33: Pulling fs layer 2025-03-21T20:18:44.9769126Z 9c1e20dd9a42: Pulling fs layer 2025-03-21T20:18:44.9769518Z 145833aca283: Pulling fs layer 2025-03-21T20:18:44.9769904Z 1a18f7e26037: Pulling fs layer 2025-03-21T20:18:44.9770303Z 82635263661e: Pulling fs layer 2025-03-21T20:18:44.9770695Z 32a4514e7ff5: Waiting 2025-03-21T20:18:44.9771049Z 0551c017ae81: Pulling fs layer 2025-03-21T20:18:44.9771414Z 37c6f550ae9b: Waiting 2025-03-21T20:18:44.9771751Z 41326e4613eb: Waiting 2025-03-21T20:18:44.9772087Z cf6a0478ca56: Waiting 2025-03-21T20:18:44.9772433Z c16e35c96614: Pulling fs layer 2025-03-21T20:18:44.9772803Z c5561e75697a: Waiting 2025-03-21T20:18:44.9773119Z 145833aca283: Waiting 2025-03-21T20:18:44.9773844Z 3ad3c7d7d14a: Pulling fs layer 2025-03-21T20:18:44.9774230Z 3b4cd7004f33: Waiting 2025-03-21T20:18:44.9774579Z 8830bd728cbd: Pulling fs layer 2025-03-21T20:18:44.9774953Z 9c1e20dd9a42: Waiting 2025-03-21T20:18:44.9775301Z a9de9234777c: Pulling fs layer 2025-03-21T20:18:44.9775681Z e6a0b1cdd23a: Waiting 2025-03-21T20:18:44.9776012Z 4116b07c7ca1: Waiting 2025-03-21T20:18:44.9776341Z 1a18f7e26037: Waiting 2025-03-21T20:18:44.9776669Z 55a35e56f796: Waiting 2025-03-21T20:18:44.9777012Z 0b23b48b8fce: Pulling fs layer 2025-03-21T20:18:44.9777760Z c16e35c96614: Waiting 2025-03-21T20:18:44.9778141Z 5e7729c8c19f: Pulling fs layer 2025-03-21T20:18:44.9778515Z 8830bd728cbd: Waiting 2025-03-21T20:18:44.9778855Z 3ad3c7d7d14a: Waiting 2025-03-21T20:18:44.9779179Z 82635263661e: Waiting 2025-03-21T20:18:44.9779571Z 02aa2fb43457: Pulling fs layer 2025-03-21T20:18:44.9779944Z 0551c017ae81: Waiting 2025-03-21T20:18:44.9780288Z 3464920c9c02: Pulling fs layer 2025-03-21T20:18:44.9780675Z 87684e5c474c: Pulling fs layer 2025-03-21T20:18:44.9781057Z 44b50c5e2ca6: Pulling fs layer 2025-03-21T20:18:44.9781432Z a9de9234777c: Waiting 2025-03-21T20:18:44.9781760Z 0b23b48b8fce: Waiting 2025-03-21T20:18:44.9782115Z 224753fce160: Pulling fs layer 2025-03-21T20:18:44.9782509Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:44.9782906Z 788b314b21e5: Pulling fs layer 2025-03-21T20:18:44.9783275Z 5e7729c8c19f: Waiting 2025-03-21T20:18:44.9783623Z 33d66e1ce781: Pulling fs layer 2025-03-21T20:18:44.9784003Z 02aa2fb43457: Waiting 2025-03-21T20:18:44.9784362Z 3464920c9c02: Waiting 2025-03-21T20:18:44.9784729Z 84f191ac8f70: Pulling fs layer 2025-03-21T20:18:44.9785114Z 44b50c5e2ca6: Waiting 2025-03-21T20:18:44.9785442Z 33d66e1ce781: Waiting 2025-03-21T20:18:44.9785777Z 224753fce160: Waiting 2025-03-21T20:18:44.9786105Z 788b314b21e5: Waiting 2025-03-21T20:18:44.9786442Z 4f4fb700ef54: Waiting 2025-03-21T20:18:44.9786770Z 84f191ac8f70: Waiting 2025-03-21T20:18:44.9787099Z 87684e5c474c: Waiting 2025-03-21T20:18:45.0666274Z badf7cb767d1: Download complete 2025-03-21T20:18:45.1502226Z 32a4514e7ff5: Download complete 2025-03-21T20:18:45.3263522Z 9b850f5aae4c: Download complete 2025-03-21T20:18:45.3866382Z 37c6f550ae9b: Verifying Checksum 2025-03-21T20:18:45.3866890Z 37c6f550ae9b: Download complete 2025-03-21T20:18:45.4038874Z 41326e4613eb: Download complete 2025-03-21T20:18:45.4687125Z c5561e75697a: Verifying Checksum 2025-03-21T20:18:45.4688555Z c5561e75697a: Download complete 2025-03-21T20:18:45.4986292Z e6a0b1cdd23a: Download complete 2025-03-21T20:18:45.5681844Z 4116b07c7ca1: Verifying Checksum 2025-03-21T20:18:45.5682755Z 4116b07c7ca1: Download complete 2025-03-21T20:18:45.5683157Z 55a35e56f796: Verifying Checksum 2025-03-21T20:18:45.5683666Z 55a35e56f796: Download complete 2025-03-21T20:18:45.6397864Z 3b4cd7004f33: Download complete 2025-03-21T20:18:45.9589732Z cf6a0478ca56: Verifying Checksum 2025-03-21T20:18:45.9590491Z cf6a0478ca56: Download complete 2025-03-21T20:18:46.0395623Z 145833aca283: Download complete 2025-03-21T20:18:46.1207717Z 1a18f7e26037: Download complete 2025-03-21T20:18:46.1883963Z 82635263661e: Verifying Checksum 2025-03-21T20:18:46.1884461Z 82635263661e: Download complete 2025-03-21T20:18:46.4402558Z 9b850f5aae4c: Pull complete 2025-03-21T20:18:46.4633215Z badf7cb767d1: Pull complete 2025-03-21T20:18:46.6213837Z 0f89db74a98d: Verifying Checksum 2025-03-21T20:18:46.6214356Z 0f89db74a98d: Download complete 2025-03-21T20:18:46.6891739Z c16e35c96614: Verifying Checksum 2025-03-21T20:18:46.6892461Z c16e35c96614: Download complete 2025-03-21T20:18:46.7666227Z 3ad3c7d7d14a: Verifying Checksum 2025-03-21T20:18:46.7666804Z 3ad3c7d7d14a: Download complete 2025-03-21T20:18:46.8350216Z 8830bd728cbd: Verifying Checksum 2025-03-21T20:18:46.8350729Z 8830bd728cbd: Download complete 2025-03-21T20:18:46.9042337Z a9de9234777c: Verifying Checksum 2025-03-21T20:18:46.9042852Z a9de9234777c: Download complete 2025-03-21T20:18:47.3470345Z 0551c017ae81: Download complete 2025-03-21T20:18:47.4448549Z 5e7729c8c19f: Verifying Checksum 2025-03-21T20:18:47.4449047Z 5e7729c8c19f: Download complete 2025-03-21T20:18:48.1372639Z 9c1e20dd9a42: Verifying Checksum 2025-03-21T20:18:48.1373174Z 9c1e20dd9a42: Download complete 2025-03-21T20:18:48.2073850Z 3464920c9c02: Download complete 2025-03-21T20:18:49.7414400Z 02aa2fb43457: Verifying Checksum 2025-03-21T20:18:49.7414913Z 02aa2fb43457: Download complete 2025-03-21T20:18:49.7560452Z 87684e5c474c: Verifying Checksum 2025-03-21T20:18:49.7560942Z 87684e5c474c: Download complete 2025-03-21T20:18:49.8116541Z 44b50c5e2ca6: Verifying Checksum 2025-03-21T20:18:49.8117426Z 44b50c5e2ca6: Download complete 2025-03-21T20:18:49.8202170Z 4f4fb700ef54: Download complete 2025-03-21T20:18:49.8421187Z 224753fce160: Verifying Checksum 2025-03-21T20:18:49.8421702Z 224753fce160: Download complete 2025-03-21T20:18:49.8994747Z 788b314b21e5: Download complete 2025-03-21T20:18:49.9168983Z 33d66e1ce781: Verifying Checksum 2025-03-21T20:18:49.9169465Z 33d66e1ce781: Download complete 2025-03-21T20:18:49.9900927Z 84f191ac8f70: Download complete 2025-03-21T20:18:50.8583139Z 0f89db74a98d: Pull complete 2025-03-21T20:18:50.8813111Z 32a4514e7ff5: Pull complete 2025-03-21T20:18:51.0960870Z 37c6f550ae9b: Pull complete 2025-03-21T20:18:51.1199783Z 41326e4613eb: Pull complete 2025-03-21T20:18:51.1425320Z c5561e75697a: Pull complete 2025-03-21T20:18:51.1656027Z e6a0b1cdd23a: Pull complete 2025-03-21T20:18:51.1933961Z 55a35e56f796: Pull complete 2025-03-21T20:18:51.2157664Z 4116b07c7ca1: Pull complete 2025-03-21T20:18:51.6887722Z cf6a0478ca56: Pull complete 2025-03-21T20:18:51.7228993Z 3b4cd7004f33: Pull complete 2025-03-21T20:18:57.2551626Z 9c1e20dd9a42: Pull complete 2025-03-21T20:18:57.2778651Z 145833aca283: Pull complete 2025-03-21T20:18:57.3019644Z 1a18f7e26037: Pull complete 2025-03-21T20:18:57.3245037Z 82635263661e: Pull complete 2025-03-21T20:18:58.3888289Z 0b23b48b8fce: Verifying Checksum 2025-03-21T20:18:58.3888810Z 0b23b48b8fce: Download complete 2025-03-21T20:18:59.4511787Z 0551c017ae81: Pull complete 2025-03-21T20:18:59.4766855Z c16e35c96614: Pull complete 2025-03-21T20:18:59.5023599Z 3ad3c7d7d14a: Pull complete 2025-03-21T20:18:59.5319515Z 8830bd728cbd: Pull complete 2025-03-21T20:18:59.5567850Z a9de9234777c: Pull complete 2025-03-21T20:19:31.2351826Z 0b23b48b8fce: Pull complete 2025-03-21T20:19:31.2585075Z 5e7729c8c19f: Pull complete 2025-03-21T20:19:37.8285999Z 02aa2fb43457: Pull complete 2025-03-21T20:19:38.0021894Z 3464920c9c02: Pull complete 2025-03-21T20:19:44.8616367Z 87684e5c474c: Pull complete 2025-03-21T20:19:45.0204662Z 44b50c5e2ca6: Pull complete 2025-03-21T20:19:45.4106282Z 224753fce160: Pull complete 2025-03-21T20:19:45.5986803Z 4f4fb700ef54: Pull complete 2025-03-21T20:19:45.8088150Z 788b314b21e5: Pull complete 2025-03-21T20:19:46.0262689Z 33d66e1ce781: Pull complete 2025-03-21T20:19:46.4004276Z 84f191ac8f70: Pull complete 2025-03-21T20:19:46.4815526Z Digest: sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:19:46.5187619Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:46.5241699Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:46.5301638Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:46.5303106Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:19:46.5314400Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:19:46.5314925Z env: 2025-03-21T20:19:46.5315308Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:19:46.5315849Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:46.5316247Z PR_NUMBER: 2025-03-21T20:19:46.5320182Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:19:46.5326091Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:46.5326912Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:46.5327811Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:46.5328340Z ##[endgroup] 2025-03-21T20:19:46.5512472Z ##[group]Run set -ex 2025-03-21T20:19:46.5512975Z set -ex 2025-03-21T20:19:46.5513331Z { 2025-03-21T20:19:46.5513667Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:19:46.5514128Z  echo "set -eou pipefail"; 2025-03-21T20:19:46.5514575Z  # shellcheck disable=SC2016 2025-03-21T20:19:46.5515056Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:19:46.5515520Z  echo "set -x"; 2025-03-21T20:19:46.5515893Z  echo "${SCRIPT}"; 2025-03-21T20:19:46.5516322Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:46.5516800Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:19:46.5517794Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:19:46.5527132Z shell: /usr/bin/bash -e {0} 2025-03-21T20:19:46.5527507Z env: 2025-03-21T20:19:46.5528489Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:19:46.5529586Z REPOSITORY: pytorch/executorch 2025-03-21T20:19:46.5529985Z PR_NUMBER: 2025-03-21T20:19:46.5534052Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:19:46.5538518Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:19:46.5539330Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:19:46.5540082Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:19:46.5541057Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:19:46.5541493Z ##[endgroup] 2025-03-21T20:19:46.5571741Z + echo '#!/usr/bin/env bash' 2025-03-21T20:19:46.5572193Z + echo 'set -eou pipefail' 2025-03-21T20:19:46.5572598Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:19:46.5573048Z + echo 'set -x' 2025-03-21T20:19:46.5573739Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:19:46.5574488Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:19:46.5575020Z conda activate "${CONDA_ENV}" 2025-03-21T20:19:46.5575275Z 2025-03-21T20:19:46.5575411Z DTYPE=fp32 2025-03-21T20:19:46.5575709Z BUILD_TOOL="cmake" 2025-03-21T20:19:46.5576066Z MODE=xnnpack+custom+qe 2025-03-21T20:19:46.5576559Z ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" 2025-03-21T20:19:46.5577173Z ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" 2025-03-21T20:19:46.5577507Z 2025-03-21T20:19:46.5577653Z # Setup executorch 2025-03-21T20:19:46.5578239Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:19:46.5578957Z # Install requirements for export_llama 2025-03-21T20:19:46.5579601Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-03-21T20:19:46.5580239Z # Test llama2 2025-03-21T20:19:46.5581218Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:19:46.5582287Z ' 2025-03-21T20:19:46.5582694Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:19:46.5584109Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:20:10.0445069Z Running command: 2025-03-21T20:20:10.0455450Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170672" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_dc8927de-b38b-4d1f-85ad-d4b68c036751":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_dc8927de-b38b-4d1f-85ad-d4b68c036751" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:20:10.0464026Z 2025-03-21T20:20:10.0464516Z aa8ee08cbe628517f8ca2f2eea12e68c141e90e48992bb1f2a7bf30d43c2a23e 2025-03-21T20:20:10.0465481Z Running command: docker exec -t aa8ee08cbe628517f8ca2f2eea12e68c141e90e48992bb1f2a7bf30d43c2a23e /exec 2025-03-21T20:20:10.0466321Z ++ conda env list --json 2025-03-21T20:20:10.0466687Z ++ local cmd=env 2025-03-21T20:20:10.0467027Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:20:10.0467382Z ++ case "$cmd" in 2025-03-21T20:20:10.0467726Z ++ __conda_exe env list --json 2025-03-21T20:20:10.0468152Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:20:10.0468625Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:20:10.0469081Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:20:10.0469542Z + local cmd=activate 2025-03-21T20:20:10.0469879Z + case "$cmd" in 2025-03-21T20:20:10.0470299Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:20:10.0470787Z + '[' -n '' ']' 2025-03-21T20:20:10.0471110Z + local ask_conda 2025-03-21T20:20:10.0471453Z ++ PS1='(base) ' 2025-03-21T20:20:10.0471879Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:20:10.0472575Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:20:10.0473174Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:20:10.0474402Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:20:10.0475697Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:20:10.0476196Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:20:10.0476623Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:20:10.0477134Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:20:10.0477646Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:20:10.0478146Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:20:10.0478603Z export _CE_M='\'''\'' 2025-03-21T20:20:10.0479114Z export _CE_CONDA='\'''\'' 2025-03-21T20:20:10.0479576Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:20:10.0480097Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:20:10.0481689Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:20:10.0483027Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:20:10.0483521Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:20:10.0483946Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:20:10.0484443Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:20:10.0484943Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:20:10.0485430Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:20:10.0485892Z export _CE_M='\'''\'' 2025-03-21T20:20:10.0486262Z export _CE_CONDA='\'''\'' 2025-03-21T20:20:10.0486723Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:20:10.0487233Z ++ PS1='(py_3.10) ' 2025-03-21T20:20:10.0488340Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:20:10.0490269Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:20:10.0491466Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:20:10.0491955Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:20:10.0492393Z ++ export CONDA_SHLVL=2 2025-03-21T20:20:10.0492744Z ++ CONDA_SHLVL=2 2025-03-21T20:20:10.0493092Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:20:10.0493645Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:20:10.0494092Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:20:10.0494796Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:20:10.0495246Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:20:10.0495677Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:20:10.0496082Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:20:10.0496535Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:20:10.0496943Z ++ export _CE_M= 2025-03-21T20:20:10.0497271Z ++ _CE_M= 2025-03-21T20:20:10.0497580Z ++ export _CE_CONDA= 2025-03-21T20:20:10.0497983Z ++ _CE_CONDA= 2025-03-21T20:20:10.0498415Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:20:10.0498950Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:20:10.0499400Z + __conda_hashr 2025-03-21T20:20:10.0499720Z + '[' -n '' ']' 2025-03-21T20:20:10.0500049Z + '[' -n '' ']' 2025-03-21T20:20:10.0500365Z + hash -r 2025-03-21T20:20:10.0500667Z + DTYPE=fp32 2025-03-21T20:20:10.0501107Z + BUILD_TOOL=cmake 2025-03-21T20:20:10.0501921Z + MODE=xnnpack+custom+qe 2025-03-21T20:20:10.0502473Z + ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded/fp32-xnnpack+custom+qe 2025-03-21T20:20:10.0503258Z + ARTIFACTS_DIR_NAME=artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:20:10.0503864Z + PYTHON_EXECUTABLE=python 2025-03-21T20:20:10.0504331Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:20:10.0504864Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:20:10.0505314Z + source .ci/scripts/utils.sh 2025-03-21T20:20:10.0505755Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:20:10.0506229Z ++ parse_args --build-tool cmake 2025-03-21T20:20:10.0506656Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:20:10.0507037Z ++ local args 2025-03-21T20:20:10.0507353Z ++ local i 2025-03-21T20:20:10.0507657Z ++ local BUILD_TOOL= 2025-03-21T20:20:10.0508004Z ++ local BUILD_MODE= 2025-03-21T20:20:10.0508357Z ++ local EDITABLE= 2025-03-21T20:20:10.0508677Z ++ (( i=0 )) 2025-03-21T20:20:10.0509006Z ++ (( i<2 )) 2025-03-21T20:20:10.0509321Z ++ case "${args[$i]}" in 2025-03-21T20:20:10.0509687Z ++ BUILD_TOOL=cmake 2025-03-21T20:20:10.0510020Z ++ i=1 2025-03-21T20:20:10.0510310Z ++ (( i++ )) 2025-03-21T20:20:10.0510612Z ++ (( i<2 )) 2025-03-21T20:20:10.0510922Z ++ '[' -z cmake ']' 2025-03-21T20:20:10.0511278Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:20:10.0511669Z ++ BUILD_MODE=Release 2025-03-21T20:20:10.0512043Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:20:10.0512464Z ++ EDITABLE=false 2025-03-21T20:20:10.0513237Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:20:10.0513691Z ++ echo 'cmake Release false' 2025-03-21T20:20:10.0514075Z + [[ false == \t\r\u\e ]] 2025-03-21T20:20:10.0514494Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:20:10.0514941Z + which pip 2025-03-21T20:20:10.0515263Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:20:10.0515811Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:20:10.0516567Z 2025-03-21 20:20:08,811 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:20:10.0517464Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:10.0518595Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:20:10.0519862Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:20:10.0521137Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:20:10.0522130Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:20:10.0522822Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:20:10.0523977Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:20:10.0525679Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:20:10.0527303Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:20:10.0528220Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-03-21T20:20:10.0529554Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:20:10.0531100Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:20:10.0532705Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:20:10.0534455Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:20:10.0536003Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:20:10.0537558Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:20:10.0539268Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:20:10.0541092Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:20:10.0542926Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:20:10.0544783Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:20:28.2217068Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:20:28.2219091Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:20:28.2221986Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:20:28.2223982Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:20:28.2225905Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:20:28.2227578Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:20:28.2228945Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:20:28.2230238Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:20:28.2231499Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:20:28.2232759Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:20:28.2234100Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:20:28.2235503Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:20:28.2237278Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:20:28.2239081Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:20:28.2241131Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:20:28.2243113Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:20:28.2245773Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:20:28.2247108Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:20:28.2248611Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:20:28.2249596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 98.2 MB/s eta 0:00:00 2025-03-21T20:20:28.2250651Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-03-21T20:20:28.2251716Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-03-21T20:20:28.2252674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 173.0 MB/s eta 0:00:00 2025-03-21T20:20:28.2253425Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:20:28.2254013Z Attempting uninstall: timm 2025-03-21T20:20:28.2254455Z Found existing installation: timm 0.6.13 2025-03-21T20:20:28.2254919Z Uninstalling timm-0.6.13: 2025-03-21T20:20:28.2256039Z Successfully uninstalled timm-0.6.13 2025-03-21T20:20:28.2256538Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:20:28.2257029Z Processing ./third-party/ao 2025-03-21T20:20:28.2257624Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:20:28.2258659Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:20:28.2259480Z Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-03-21T20:20:28.2261001Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=4ade1eae92653803fd63d4fc7e6cb9e5e183a122aca34f1ab7ee6681865a9216 2025-03-21T20:20:28.2262630Z Stored in directory: /tmp/pip-ephem-wheel-cache-_r1yvnjj/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:20:28.2263567Z Successfully built torchao 2025-03-21T20:20:28.2263985Z Installing collected packages: torchao 2025-03-21T20:20:28.2264484Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:20:28.2265234Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:20:28.2266215Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:20:28.2266949Z Processing /pytorch/executorch 2025-03-21T20:20:28.2267430Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:20:28.2267931Z running dist_info 2025-03-21T20:20:28.2268429Z creating /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info 2025-03-21T20:20:28.2269209Z writing /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/PKG-INFO 2025-03-21T20:20:28.2270218Z writing dependency_links to /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/dependency_links.txt 2025-03-21T20:20:28.2271361Z writing entry points to /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/entry_points.txt 2025-03-21T20:20:28.2272609Z writing requirements to /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/requires.txt 2025-03-21T20:20:28.2273652Z writing top-level names to /tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/top_level.txt 2025-03-21T20:20:28.2274684Z writing manifest file '/tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:28.2275710Z reading manifest file '/tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:28.2276448Z adding license file 'LICENSE' 2025-03-21T20:20:28.2277135Z writing manifest file '/tmp/pip-modern-metadata-5gmvj9ax/executorch.egg-info/SOURCES.txt' 2025-03-21T20:20:28.2278109Z creating '/tmp/pip-modern-metadata-5gmvj9ax/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:20:28.2279053Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:20:28.2280137Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:20:28.2281233Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.2282917Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:20:28.2284708Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:20:28.2285925Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:20:28.2287448Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:20:28.2288946Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:20:28.2290452Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:20:28.2291960Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:20:28.2293830Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:20:28.2295405Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:20:28.2296475Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.2298119Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:20:28.2299797Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:20:28.2300556Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:28.2302684Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:20:28.2304559Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:20:28.2305730Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:20:43.0209497Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:20:43.0211050Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:20:43.0212557Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:43.0214429Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:20:43.0216049Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:20:43.0217245Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:20:43.0218995Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:20:43.0220740Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:43.0222410Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:20:43.0224878Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:20:43.0226648Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:20:43.0228594Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:20:43.0230295Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:20:43.0231914Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:20:43.0233531Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:20:43.0234610Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:43.0236847Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:20:43.0238504Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:20:43.0239237Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:20:43.0240889Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:20:43.0242523Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:20:43.0243772Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:20:43.0245595Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:20:43.0246884Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:20:43.0247592Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:20:43.0248235Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:20:43.0248827Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:20:43.0249421Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:20:43.0249988Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:20:43.0250555Z Building wheels for collected packages: executorch 2025-03-21T20:20:43.0251414Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:20:43.0251978Z running bdist_wheel 2025-03-21T20:20:43.0252323Z running build 2025-03-21T20:20:43.0252664Z command options for 'CustomBuild': 2025-03-21T20:20:43.0253092Z build_base = pip-out 2025-03-21T20:20:43.0253472Z build_purelib = pip-out/lib 2025-03-21T20:20:43.0254992Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:43.0255625Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-03-21T20:20:43.0256145Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:20:43.0256678Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-03-21T20:20:43.0257194Z plat_name = linux-aarch64 2025-03-21T20:20:43.0257585Z compiler = None 2025-03-21T20:20:43.0257921Z parallel = 7 2025-03-21T20:20:43.0258241Z debug = None 2025-03-21T20:20:43.0258562Z force = None 2025-03-21T20:20:43.0258950Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:20:43.0259694Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-03-21T20:20:43.0260689Z deleting /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:20:43.0262641Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:20:43.0263944Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:20:43.0264682Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:20:43.0265821Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:20:43.0266934Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:20:43.0268084Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:20:43.0269188Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:20:43.0270357Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:20:43.0271208Z [ 2%] No download step for 'flatbuffers' 2025-03-21T20:20:43.0271681Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:20:43.0272404Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:20:43.0272926Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:20:43.0273519Z CMake Warning: 2025-03-21T20:20:43.0273943Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:20:43.0274337Z 2025-03-21T20:20:43.0274343Z 2025-03-21T20:20:43.0274535Z fatal: No names found, cannot describe anything. 2025-03-21T20:20:43.0275079Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:20:43.0275597Z git describe failed with exit code: 128 2025-03-21T20:20:43.0275915Z 2025-03-21T20:20:43.0276186Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:20:43.0276743Z Call Stack (most recent call first): 2025-03-21T20:20:43.0277183Z CMakeLists.txt:5 (include) 2025-03-21T20:20:43.0277434Z 2025-03-21T20:20:43.0277440Z 2025-03-21T20:20:43.0277618Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:20:43.0278457Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:20:43.0279702Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:20:43.0280873Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:20:43.0281891Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:20:43.0282662Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:20:43.0283161Z -- Detecting CXX compiler ABI info 2025-03-21T20:20:43.0284162Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:20:43.0285353Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:20:43.0286474Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:20:43.0287494Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:20:43.0288583Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:20:43.0289767Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:20:43.0290617Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:20:43.0291380Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:20:43.0292422Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:20:43.0293164Z [ 3%] Built target pthreadpool 2025-03-21T20:20:43.0294000Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:20:43.0294782Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:20:43.0295358Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:20:43.0295919Z -- Detecting CXX compile features 2025-03-21T20:20:43.0296371Z -- Detecting CXX compile features - done 2025-03-21T20:20:43.0297185Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:20:43.0298318Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:20:43.0299090Z -- Looking for strtof_l 2025-03-21T20:20:43.0299815Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:20:43.0301014Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:20:43.0305407Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:20:43.0306860Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:20:43.0307590Z [ 3%] Built target flatccrt 2025-03-21T20:20:43.2791747Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:20:43.2793474Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:20:43.2794885Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:20:43.2796253Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:20:43.2822557Z -- Looking for strtof_l - found 2025-03-21T20:20:43.2823229Z -- Looking for strtoull_l 2025-03-21T20:20:43.2824355Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:43.2825797Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:20:43.2826890Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:20:43.2828140Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:20:43.2829685Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:43.2832193Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:43.2835519Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2837440Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:43.2838188Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2838694Z | | 2025-03-21T20:20:43.2839201Z | const xnn_float16 * 2025-03-21T20:20:43.2840329Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2842340Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.2843499Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.2843943Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.2845769Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2847595Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:43.2848293Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2848778Z | | 2025-03-21T20:20:43.2849296Z | const xnn_float16 * 2025-03-21T20:20:43.2850415Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2852690Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.2854010Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.2854459Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.2856325Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2858210Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:43.2858951Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2859449Z | | 2025-03-21T20:20:43.2859959Z | const xnn_float16 * 2025-03-21T20:20:43.2861094Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2863087Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.2864261Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.2864713Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.2866554Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2868714Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:43.2869483Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2869921Z | | 2025-03-21T20:20:43.2870369Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:43.2871505Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2873501Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:43.2874792Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:43.2875380Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:43.2876582Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T20:20:43.2878189Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:20:43.2879380Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:20:43.2880222Z -- Looking for strtoull_l - found 2025-03-21T20:20:43.2880659Z -- Looking for realpath 2025-03-21T20:20:43.2881315Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:20:43.2882447Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:20:43.2884403Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:43.2887107Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2889137Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:43.2889913Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2890410Z | | 2025-03-21T20:20:43.2890921Z | const xnn_float16 * 2025-03-21T20:20:43.2892025Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2894116Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.2895271Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.2895717Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.2897529Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.2899335Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:43.2900035Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.2900527Z | | 2025-03-21T20:20:43.2901026Z | const xnn_float16 * 2025-03-21T20:20:43.2902653Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.2904637Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.7321142Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.7322218Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.7324350Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.7326200Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:43.7326920Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.7327515Z | | 2025-03-21T20:20:43.7328045Z | const xnn_float16 * 2025-03-21T20:20:43.7329174Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.7331347Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.7332536Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.7333003Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.7334972Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.7336933Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:20:43.7337700Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.7338145Z | | 2025-03-21T20:20:43.7338973Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:20:43.7340131Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:43.7342127Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:20:43.7343397Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:20:43.7343964Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:43.7344829Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:20:43.7346434Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:20:43.7348881Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-03-21T20:20:43.7351802Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.7353691Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:43.7354404Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.7355210Z | | 2025-03-21T20:20:43.7355717Z | const xnn_float16 * 2025-03-21T20:20:43.7356933Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:43.7358991Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.7360149Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.7360607Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.7362527Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:43.7364426Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:43.7365124Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:43.7365630Z | | 2025-03-21T20:20:43.7366154Z | const xnn_float16 * 2025-03-21T20:20:43.7367352Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:20:43.7369412Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:43.7370584Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:43.7371047Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:43.7371855Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:20:43.7373378Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:43.7375174Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:20:43.7376175Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:20:43.7376891Z -- Looking for realpath - found 2025-03-21T20:20:43.7377389Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:20:43.7377913Z -- Configuring done (0.7s) 2025-03-21T20:20:43.7378689Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:20:43.7379865Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:20:43.7380700Z -- Generating done (0.0s) 2025-03-21T20:20:43.7381618Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:20:43.7382598Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:20:43.7383786Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:43.7385059Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:20:43.7385892Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:20:43.7387351Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T20:20:43.7388865Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:20:43.7390018Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:20:43.7390903Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:20:43.7391693Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:20:43.7392843Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T20:20:43.7394366Z [ 7%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:20:43.7395211Z [ 7%] Built target cpuinfo 2025-03-21T20:20:43.7396414Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:20:43.7398495Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:43.7400058Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:20:43.7401141Z [ 7%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:20:43.7414501Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:43.7415931Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:20:43.7417331Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:20:43.7419223Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T20:20:43.7420726Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:20:43.7421918Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:20:44.6916711Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:20:44.6918389Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:20:44.6920304Z [ 8%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:20:44.6922421Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:44.6924194Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:20:44.6925901Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:20:44.6927753Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:20:44.6929414Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:20:44.6930505Z [ 9%] Built target indirection 2025-03-21T20:20:44.6931448Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:20:44.6932558Z [ 9%] Built target microparams-init 2025-03-21T20:20:44.6933417Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:20:44.6934639Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:20:44.6936824Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:20:44.6938452Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:20:44.6940216Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:20:44.6941819Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:20:44.6942862Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:20:44.6944293Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:20:44.6945688Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:20:44.6946729Z [ 9%] Built target normalization 2025-03-21T20:20:44.6947653Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:20:44.6949619Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:20:44.6951204Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:20:44.6952183Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:20:44.6953386Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:20:44.6955335Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T20:20:44.6956953Z [ 9%] Built target logging 2025-03-21T20:20:44.6957800Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:20:44.6959199Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:20:44.6960332Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:20:44.6961522Z [ 9%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:20:44.6963275Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:20:44.6964278Z [ 9%] Built target datatype 2025-03-21T20:20:44.6965112Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:20:44.6966286Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:20:44.6967922Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:44.6969531Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:20:44.6970235Z [ 9%] Built target flatcc 2025-03-21T20:20:44.6971328Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:20:44.6972976Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:20:44.6974516Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:20:44.6975621Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:20:44.6976776Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:20:44.6978121Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:20:44.6980267Z [ 9%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:44.6981990Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:20:44.6983628Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:44.6985452Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:20:44.6986367Z [ 9%] Built target memory 2025-03-21T20:20:44.6987413Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:20:44.6988933Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:20:44.6990236Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:20:44.6991378Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:20:44.6992593Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:20:44.6993348Z [ 9%] Built target microkernel-utils 2025-03-21T20:20:44.6994228Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:20:44.6996007Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:44.6997517Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:20:44.6998628Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:20:44.6999716Z [ 12%] Built target mutex 2025-03-21T20:20:44.7000730Z [ 12%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:20:44.7002752Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:20:44.7004289Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:20:44.7006685Z [ 13%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:44.7009088Z [ 13%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:44.7010826Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:20:44.7012414Z [ 13%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:44.7014793Z [ 13%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:20:44.7016182Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:20:44.7017195Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:20:44.7018331Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:20:44.7020252Z [ 13%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:44.7022315Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:20:44.7024168Z [ 13%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:44.7027058Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:44.7028544Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:20:44.7029454Z [ 13%] Linking CXX static library libeigen_blas.a 2025-03-21T20:20:44.7030125Z [ 13%] Built target reference-ukernels 2025-03-21T20:20:45.8487116Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:20:45.8488030Z [ 13%] Built target eigen_blas 2025-03-21T20:20:45.8488832Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:20:45.8489804Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:20:45.8490511Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:20:45.8491127Z [ 13%] Built target operator-utils 2025-03-21T20:20:45.8491724Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:20:45.8492478Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:20:45.8493871Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:45.8495010Z [ 13%] Built target operator-run 2025-03-21T20:20:45.8495693Z [ 13%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:20:45.8496629Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:20:45.8498043Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T20:20:45.8499405Z [ 14%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:20:45.8500204Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:20:45.8500952Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:20:45.8501782Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:20:45.8502685Z [ 14%] Built target flatcc_cli 2025-03-21T20:20:45.8503260Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:20:45.8504004Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:20:45.8505289Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:20:45.8506611Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:20:45.8507396Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:20:45.8508764Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:45.8510127Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:20:45.8511494Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:45.8512868Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:20:45.8513945Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:20:45.8515716Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:20:45.8517471Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:20:45.8518983Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:20:45.8520271Z [ 14%] Built target hardware-config 2025-03-21T20:20:45.8520921Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:20:45.8522419Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:20:45.8524099Z [ 14%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:20:45.8525742Z [ 14%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:20:45.8527681Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:45.8529052Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:20:45.8530699Z [ 15%] Built target packing 2025-03-21T20:20:45.8531350Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:20:45.8532383Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:20:45.8533404Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:20:45.8534394Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:20:45.8535342Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:20:45.8536784Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:45.8537926Z [ 15%] Built target allocator 2025-03-21T20:20:45.8538329Z [ 15%] Generating etdump headers 2025-03-21T20:20:45.8538749Z [ 15%] Built target etdump_schema 2025-03-21T20:20:45.8539762Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:20:45.8540629Z [ 15%] Built target cache 2025-03-21T20:20:45.8541887Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:20:45.8543334Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:20:45.8544804Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:20:45.8546294Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:20:45.8547950Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:45.8549808Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:20:45.8551433Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:20:45.8552363Z [100%] Linking CXX executable flatc 2025-03-21T20:20:45.8553265Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:20:45.8554660Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:20:45.8556238Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:20:45.8557628Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:20:45.8559261Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:45.8561122Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:45.8562822Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:20:45.8564294Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:20:45.8565685Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:20:45.8566998Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:20:45.8569188Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:45.8571959Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.8573959Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:45.8574718Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.8575241Z | | 2025-03-21T20:20:45.8575743Z | const xnn_float16 * 2025-03-21T20:20:45.8577088Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.8579124Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9614856Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9615374Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9617488Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9619463Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:45.9620212Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.9620718Z | | 2025-03-21T20:20:45.9621253Z | const xnn_float16 * 2025-03-21T20:20:45.9622384Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9624376Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9625589Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9626494Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9627643Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:20:45.9629228Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:20:45.9631322Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:20:45.9634354Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9636257Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:45.9637026Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.9637536Z | | 2025-03-21T20:20:45.9638064Z | const xnn_float16 * 2025-03-21T20:20:45.9639224Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9641264Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9642435Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9642903Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9644755Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9646666Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:45.9647420Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.9648207Z | | 2025-03-21T20:20:45.9648763Z | const xnn_float16 * 2025-03-21T20:20:45.9649922Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9651946Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9653129Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9653699Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9655566Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9657999Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:45.9658998Z | ^~~~~~~~~~ 2025-03-21T20:20:45.9659514Z | | 2025-03-21T20:20:45.9660048Z | const xnn_float16 * 2025-03-21T20:20:45.9661242Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9663477Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9664646Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9665099Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9666247Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:20:45.9667860Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:20:45.9669303Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:20:45.9670677Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:20:45.9672157Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:20:45.9674332Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:20:45.9677096Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9678962Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:20:45.9679719Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.9680559Z | | 2025-03-21T20:20:45.9681097Z | const xnn_float16 * 2025-03-21T20:20:45.9682233Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9684374Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9685568Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9686010Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9687862Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9689756Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:20:45.9690512Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:45.9691024Z | | 2025-03-21T20:20:45.9691558Z | const xnn_float16 * 2025-03-21T20:20:45.9692694Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:45.9694775Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:45.9695944Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:45.9696392Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:45.9698470Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:45.9700581Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:20:46.5648508Z | ^~~~~~~~~~ 2025-03-21T20:20:46.5650130Z | | 2025-03-21T20:20:46.5651820Z | const xnn_float16 * 2025-03-21T20:20:46.5653001Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:20:46.5655316Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:46.5656511Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:46.5656965Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:46.5658074Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:46.5659577Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:20:46.5661457Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-03-21T20:20:46.5664095Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:46.5665928Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:20:46.5666665Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:46.5667174Z | | 2025-03-21T20:20:46.5668029Z | const xnn_float16 * 2025-03-21T20:20:46.5669155Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-03-21T20:20:46.5671140Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:20:46.5672321Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:20:46.5672785Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:20:46.5674159Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T20:20:46.5676166Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:46.5677716Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:20:46.5679024Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:20:46.5680537Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:20:46.5682099Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:20:46.5683776Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:20:46.5685351Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:20:46.5687924Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-03-21T20:20:46.5691171Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:20:46.5705380Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:20:46.5705972Z | ^~~ 2025-03-21T20:20:46.5706335Z | | 2025-03-21T20:20:46.5706711Z | xnn_float16 * 2025-03-21T20:20:46.5708000Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-03-21T20:20:46.5710238Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-03-21T20:20:46.5711422Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:20:46.5711993Z | ~~~~~~~~~~^~~ 2025-03-21T20:20:46.5713071Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:20:46.5714894Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:20:46.5716758Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5718562Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5719954Z [ 18%] Built target operators 2025-03-21T20:20:46.5721074Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:46.5722586Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:20:46.5724042Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:20:46.5753101Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:46.5754934Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:20:46.5756324Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:20:46.5757742Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5759446Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5761156Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5762556Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:20:46.5764352Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5766061Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5767757Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5769474Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5771030Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:20:46.5772589Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5774500Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:20:46.5776246Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:20:46.5777770Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:20:46.5779343Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5781081Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:46.5782660Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:20:47.4222512Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4224726Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4225854Z [100%] Built target flatc 2025-03-21T20:20:47.4226259Z [ 20%] No install step for 'flatbuffers' 2025-03-21T20:20:47.4227342Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4228416Z [ 20%] Completed 'flatbuffers' 2025-03-21T20:20:47.4229451Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4230546Z [ 20%] Built target flatbuffers 2025-03-21T20:20:47.4231387Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:20:47.4232842Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4234340Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:20:47.4235827Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4237544Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T20:20:47.4239081Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:20:47.4240631Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:20:47.4241461Z [ 20%] Generating common_schema headers 2025-03-21T20:20:47.4241903Z [ 20%] Built target common_schema 2025-03-21T20:20:47.4242341Z [ 21%] Generating xnnpack_schema headers 2025-03-21T20:20:47.4243451Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4244549Z [ 21%] Built target xnnpack_schema 2025-03-21T20:20:47.4245611Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4246854Z [ 21%] Generating bundled_program headers 2025-03-21T20:20:47.4247324Z [ 21%] Built target bundled_program_schema 2025-03-21T20:20:47.4248522Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T20:20:47.4250336Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4251850Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:20:47.4253378Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4254941Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:20:47.4256267Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:20:47.4257675Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:20:47.4259045Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:20:47.4260520Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4262378Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4263982Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:20:47.4265372Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:20:47.4266937Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T20:20:47.4268538Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:20:47.4269817Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:20:47.4271119Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:20:47.4272063Z [ 24%] Generating program_schema headers 2025-03-21T20:20:47.4273053Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:20:47.4274454Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:20:47.4275294Z [ 24%] Built target program_schema 2025-03-21T20:20:47.4276487Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-03-21T20:20:47.4278691Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T20:20:47.4280373Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:20:47.4281768Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:20:47.4283125Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:20:47.4284520Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:20:47.4285906Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:20:47.4287495Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T20:20:47.4289099Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:20:47.4290430Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:20:47.4291672Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:20:47.4292908Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:20:47.4294175Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:20:47.4295188Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:20:47.4296676Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T20:20:47.4298684Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T20:20:47.4300352Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:20:47.4301657Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:20:47.4303360Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T20:20:47.4304643Z [ 24%] Built target subgraph 2025-03-21T20:20:47.4305658Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4307115Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:20:47.4308563Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4310246Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:20:47.4311922Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:20:47.4313627Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:20:47.4315028Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:20:48.4153613Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:20:48.4154927Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:20:48.4156296Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:20:48.4158006Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:20:48.4159698Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:20:48.4161403Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:48.4162754Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:20:48.4163692Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:20:48.4165026Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:48.4166383Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:20:48.4167715Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:48.4169424Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:20:48.4171282Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:20:48.4172761Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:20:48.4174259Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:20:48.4176486Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:20:48.4178488Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:48.4179993Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:20:48.4181388Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:48.4183171Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:20:48.4184908Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T20:20:48.4186702Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:20:48.4188162Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:20:48.4189666Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:20:48.4191511Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:48.4193235Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:20:48.4194639Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:20:48.4196340Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T20:20:48.4198050Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T20:20:48.4199799Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:48.4201721Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:20:48.4203093Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:20:48.4204458Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T20:20:48.4206172Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T20:20:48.4208005Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:20:48.4209896Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:20:48.4211286Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:20:48.4212211Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:20:48.4213128Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:20:48.4214855Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:20:48.4216618Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:20:48.4218329Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T20:20:48.4219642Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:20:48.4220565Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:20:48.4221896Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T20:20:48.4223286Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:20:48.4224844Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:20:48.4226851Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T20:20:48.4228827Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:48.4230809Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:20:48.4233118Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:20:48.4234501Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:20:48.4235771Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T20:20:48.4236987Z [ 29%] Built target executorch_core 2025-03-21T20:20:48.4238229Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:20:48.4239732Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:20:48.4240659Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:20:48.4242140Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:48.4244270Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:20:48.4246293Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T20:20:49.6693086Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:20:49.6694765Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:20:49.6695875Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:20:49.6697033Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:20:49.6698438Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:20:49.6700162Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:20:49.6702122Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:49.6703820Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:20:49.6705064Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:20:49.6706929Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:20:49.6709170Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T20:20:49.6711392Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:20:49.6713641Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:20:49.6715661Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T20:20:49.6716948Z [ 30%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:20:49.6718017Z [ 30%] Built target extension_threadpool 2025-03-21T20:20:49.6719262Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T20:20:49.6720544Z [ 30%] Linking CXX static library libextension_tensor.a 2025-03-21T20:20:49.6721491Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:20:49.6722363Z [ 30%] Built target extension_tensor 2025-03-21T20:20:49.6723220Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:20:49.6724732Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:20:49.6726650Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:20:49.6727973Z [ 30%] Linking CXX static library libexecutorch.a 2025-03-21T20:20:49.6728634Z [ 30%] Built target executorch 2025-03-21T20:20:49.6729462Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:20:49.6730517Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:20:49.6732054Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:49.6733964Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:20:49.6735737Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:20:49.6737681Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:49.6739926Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:49.6741871Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:20:49.6746034Z [ 30%] Linking CXX static library libcpublas.a 2025-03-21T20:20:49.6747338Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:49.6749405Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:49.6750676Z [ 30%] Built target cpublas 2025-03-21T20:20:49.6751853Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:49.6753467Z [ 32%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:20:49.6755067Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:20:49.6757079Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:49.6758998Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:49.6760730Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:49.6762628Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:20:49.6764208Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:20:49.6765441Z [ 32%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:20:49.6766841Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:20:49.6768433Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:20:49.6769779Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:20:49.6770934Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:20:49.6771827Z [ 32%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:20:49.6773108Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:49.6774419Z [ 32%] Built target extension_data_loader 2025-03-21T20:20:49.6775634Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:49.6777070Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:20:49.6778407Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:49.6779868Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:20:49.6781280Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:20:49.6782675Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:49.6783970Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:20:49.6785192Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:20:49.6786579Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:20:49.6787941Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:20:49.6788945Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:20:49.6790189Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:49.6791580Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:20:49.6792960Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:20:49.6794343Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:20:51.1362223Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:20:51.1363141Z [ 36%] Linking CXX static library libutil.a 2025-03-21T20:20:51.1364171Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:20:51.1366507Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:51.1367771Z [ 36%] Built target util 2025-03-21T20:20:51.1368501Z [ 36%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:20:51.1369603Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:20:51.1371143Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:51.1373147Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:51.1375469Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:51.1377053Z [ 36%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:20:51.1378161Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:20:51.1379772Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:51.1381752Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:51.1383306Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:20:51.1384484Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:20:51.1385965Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:51.1387715Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:51.1388853Z [ 36%] Linking CXX static library libbundled_program.a 2025-03-21T20:20:51.1389662Z [ 36%] Built target bundled_program 2025-03-21T20:20:51.1390572Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:20:51.1391795Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:20:51.1392623Z [ 36%] Linking CXX static library libetdump.a 2025-03-21T20:20:51.1393094Z [ 36%] Built target etdump 2025-03-21T20:20:51.1393845Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:20:51.1394949Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:20:51.1396025Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:20:51.1397574Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:51.1399127Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:20:51.1400754Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:51.1402567Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:20:51.1403755Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:20:51.1405658Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:51.1407273Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:20:51.1408920Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:51.1410527Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:20:51.1412150Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:51.1414308Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:51.1415963Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:20:51.1417551Z [ 39%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:51.1419374Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:51.1420829Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:20:51.1422004Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:51.1423121Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:20:51.1487824Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:20:51.1489387Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T20:20:51.1491329Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:20:51.1492871Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T20:20:51.1494427Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:20:51.1495585Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:20:51.1496802Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:20:51.1498077Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:20:51.1499193Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:20:51.1500620Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:20:51.1502336Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:20:51.1503844Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:20:51.1505268Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:20:51.1506782Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:20:51.1508207Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:20:51.1509637Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:20:51.1511082Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:20:51.1512443Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:51.1513961Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:51.1515983Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:20:51.1517627Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:20:51.1519219Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:20:52.1469773Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:52.1471497Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:20:52.1472985Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:20:52.1474395Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:20:52.1476188Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:52.1477838Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:20:52.1479434Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:20:52.1481148Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:52.1483235Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:52.1485307Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:52.1487028Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:20:52.1488204Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:20:52.1489812Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:52.1491808Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:20:52.1493780Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:52.1495836Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:20:52.1497354Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:20:52.1498489Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:20:52.1499906Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:20:52.1501477Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:52.1502584Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:20:52.1503922Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:20:52.1505549Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:20:52.1507314Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:52.1508916Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:20:52.1510610Z [ 42%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:52.1512574Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:52.1514314Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:20:52.1515955Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:20:52.1517278Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:20:52.1518574Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:52.1519985Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:52.1521661Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:20:52.1523277Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:20:52.1525138Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:52.1527225Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:52.1528835Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:20:52.1530471Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:52.1532563Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:20:52.1534202Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:52.1535931Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:52.1537819Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:20:52.1539591Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:20:52.1541438Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:52.1542955Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:20:52.1544160Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:52.1545340Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:52.1546404Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:20:52.1547322Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:20:52.1550077Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:52.1553846Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:52.1555884Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:52.1556486Z | ^ 2025-03-21T20:20:52.1557978Z [ 45%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:20:52.1560100Z [ 46%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:20:52.1562193Z [ 46%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:20:53.3106562Z [ 46%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:53.3108547Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:20:53.3109976Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:20:53.3111457Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:53.3113182Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:53.3114619Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:20:53.3116059Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:20:53.3118237Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:20:53.3119975Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:20:53.3121716Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:20:53.3123157Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:20:53.3124354Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:20:53.3125860Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:53.3127789Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:53.3129759Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:53.3131279Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:20:53.3132741Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:53.3134886Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:53.3136470Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:53.3137606Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:20:53.3138762Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:20:53.3140547Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:53.3142103Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:20:53.3143719Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:20:53.3145303Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:20:53.3146363Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:53.3147444Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:20:53.3148912Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:20:53.3150378Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:20:53.3151616Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:20:53.3152802Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:20:53.3153928Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:20:53.3155253Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:20:53.3156224Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:20:53.3159035Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:20:53.3162811Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.3164856Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:20:53.3165485Z | ^ 2025-03-21T20:20:53.3166236Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:53.3167315Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:20:53.3168921Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:53.3170549Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:20:53.3172215Z [ 47%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:20:53.3174008Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:53.3175196Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:20:53.3176809Z [ 48%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:53.3178625Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:20:53.3180223Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:53.3181790Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:20:53.3183306Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:20:53.3184773Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:20:53.3185927Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:20:53.3187059Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:20:53.3188146Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:53.3191516Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:53.3211610Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.3216880Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.3220623Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.3222145Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:53.3222722Z | ^~~~~~~~~~~~~~ 2025-03-21T20:20:53.3229591Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:53.3238175Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.3244117Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.3248034Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.3254906Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:20:53.3263924Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:53.3273778Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.3280229Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.3283579Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.3286357Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:53.3286933Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:53.3293715Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:20:53.3302514Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:53.3311001Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.3314664Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.3316706Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.3318487Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:20:53.3319039Z from /usr/include/c++/11/array:38, 2025-03-21T20:20:53.3319671Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:20:53.3320500Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:20:53.3321376Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:20:53.3322257Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:20:53.3326032Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:20:53.3331596Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:53.3337067Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:20:53.4760396Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.4764121Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.4765845Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4766979Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:20:53.4767408Z | ^~~~~~~~~ 2025-03-21T20:20:53.4770781Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:20:53.4776825Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:53.4781910Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:20:53.4787821Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:20:53.4791437Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:20:53.4793381Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4797019Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:20:53.4801055Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4802716Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:53.4803284Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:53.4806289Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:20:53.4809998Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4811598Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:20:53.4814511Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:20:53.4817869Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4819361Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:20:53.4819926Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:53.4824182Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, executorch::aten::optional&, executorch::aten::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-03-21T20:20:53.4828860Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4830309Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:20:53.4830910Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:20:53.4832557Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4835052Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4837541Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4839189Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:53.4839755Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:53.4841395Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:20:53.4842803Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:20:53.4843372Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:20:53.4844125Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:53.4845600Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:20:53.4847579Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:20:53.4849199Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:20:54.7305071Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:20:54.7306300Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:54.7307889Z [ 48%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:20:54.7309615Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:20:54.7311142Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T20:20:54.7312802Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:54.7314516Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:54.7315958Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:20:54.7317715Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:54.7319477Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:20:54.7320892Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:54.7322096Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:20:54.7323242Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:20:54.7324779Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T20:20:54.7326437Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T20:20:54.7328147Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:20:54.7329897Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:20:54.7334955Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:20:54.7337016Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T20:20:54.7339279Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:20:54.7341237Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T20:20:54.7342951Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:20:54.7344382Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:20:54.7345527Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:20:54.7347012Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T20:20:54.7348676Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:20:54.7350343Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T20:20:54.7351482Z [ 51%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:20:54.7352625Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:20:54.7354289Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T20:20:54.7355887Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:20:54.7357725Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T20:20:54.7359508Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:20:54.7361331Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:54.7363130Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:20:54.7364652Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:20:54.7365881Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:20:54.7366744Z [ 52%] Built target optimized_kernels 2025-03-21T20:20:54.7367569Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:20:54.7369017Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:20:54.7370682Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:20:54.7372346Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:20:54.7374613Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:20:54.7376002Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:20:54.7377409Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:20:54.7378990Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:20:54.7380574Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:20:54.7381983Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:20:54.7383501Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T20:20:54.7384907Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:20:54.7386044Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:20:54.7387211Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:20:54.7388612Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:20:54.7390242Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:54.7391708Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:20:54.7393153Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:20:54.7394727Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:20:54.7396460Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:20:54.7398003Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:20:54.7399191Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:20:54.7400438Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:20:56.5174685Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:20:56.5176270Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:20:56.5177898Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:20:56.5179306Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:20:56.5180683Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:20:56.5182262Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:20:56.5183624Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:20:56.5185506Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:20:56.5186862Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:20:56.5188031Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:20:56.5189426Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:20:56.5190776Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:20:56.5192118Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:20:56.5193484Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:20:56.5194855Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:20:56.5196438Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:20:56.5198026Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:20:56.5199479Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:20:56.5200728Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:20:56.5202278Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:20:56.5203593Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:20:56.5205030Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:20:56.5206897Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:20:56.5208310Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:20:56.5209673Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:20:56.5211304Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:20:56.5212697Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:20:56.5213941Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:20:56.5215086Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:20:56.5216298Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:20:56.5217543Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:20:56.5219008Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T20:20:56.5220478Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:20:56.5222253Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:20:56.5223867Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:20:56.5225313Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:20:56.5226512Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:20:56.5227656Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:20:56.5228831Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:20:56.5230083Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:20:56.5231550Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:20:56.5233014Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:20:56.5234449Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:20:56.5235867Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:20:56.5237181Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:20:56.5238342Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:20:56.5239517Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:20:56.5240753Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:20:56.5242209Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:20:56.5243821Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:20:56.5245310Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:20:56.5246769Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:20:56.5248061Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:20:56.5249279Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:20:56.5250435Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:20:56.5251588Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:20:56.5252997Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:20:56.5254739Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:20:56.5256132Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:20:56.5257330Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:20:56.5258546Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:20:56.5259943Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:20:56.5261166Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:20:56.5262419Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:20:56.5263888Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:20:56.5265311Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:20:58.2757150Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:20:58.2758557Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:20:58.2759778Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:20:58.2760914Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:20:58.2762105Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:20:58.2763331Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:20:58.2764751Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:20:58.2766337Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:20:58.2767718Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:20:58.2768923Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:20:58.2770328Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:20:58.2772189Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:20:58.2773803Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:20:58.2775172Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:20:58.2776362Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:20:58.2777802Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:20:58.2779382Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:20:58.2780729Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:20:58.2782110Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:20:58.2783458Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:20:58.2784595Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:20:58.2785737Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:20:58.2787402Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:20:58.2788772Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:20:58.2789901Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:20:58.2791301Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:20:58.2792697Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:20:58.2794104Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:20:58.2795880Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:20:58.2797097Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:20:58.2798299Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:20:58.2799444Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:20:58.2800628Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:20:58.2804872Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:20:58.2806624Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:20:58.2808061Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:20:58.2809543Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:20:58.2810840Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:20:58.2812491Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:20:58.2813846Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:20:58.2815002Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:20:58.2816472Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:20:58.2817896Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:20:58.2819335Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T20:20:58.2820757Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:20:58.2822292Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T20:20:58.2823849Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:20:58.2825265Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:20:58.2826800Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:20:58.2828695Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T20:20:58.2830444Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:20:58.2831987Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:20:58.2833518Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:20:58.2835160Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:20:58.2836603Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:20:58.2837920Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:20:58.2839186Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:20:58.2840479Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:20:58.2842021Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T20:20:58.2843794Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:20:58.2845493Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:20:58.2846933Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:20:58.2848388Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:20:58.2849806Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:20:58.2851408Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T20:20:59.4323606Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:20:59.4325156Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:20:59.4326682Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:20:59.4328349Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:20:59.4330147Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:20:59.4331879Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:20:59.4333587Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:20:59.4335156Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T20:20:59.4336974Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T20:20:59.4339077Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:20:59.4340565Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:20:59.4341903Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:20:59.4343163Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:20:59.4344416Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:20:59.4345812Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:20:59.4347366Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:20:59.4348807Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:20:59.4350287Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:20:59.4351931Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:20:59.4353368Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:20:59.4354627Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:20:59.4356052Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:20:59.4357633Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:20:59.4359252Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:20:59.4361149Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:20:59.4362785Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:20:59.4364414Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:20:59.4366007Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:20:59.4367638Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:20:59.4369215Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:20:59.4370764Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:20:59.4372350Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:20:59.4374077Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:20:59.4375727Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T20:20:59.4377058Z [ 69%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:20:59.4378232Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:20:59.4379921Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:20:59.4381731Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:20:59.4383698Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:20:59.4385645Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:20:59.4387454Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T20:20:59.4389186Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:20:59.4390878Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T20:20:59.4392617Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:20:59.4394254Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:20:59.4395773Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:20:59.4397298Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:20:59.4398815Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:20:59.4400482Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:20:59.4402329Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:20:59.4403943Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:20:59.4405043Z [ 70%] Built target optimized_portable_kernels 2025-03-21T20:20:59.4406358Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:20:59.4407657Z [ 70%] Merging kernel yaml files 2025-03-21T20:20:59.4408878Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:59.4410878Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:59.4412887Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:20:59.4414988Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:20:59.4417335Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:21:00.9978003Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:21:00.9980186Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:00.9981623Z [ 70%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:21:00.9983010Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:00.9985019Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:00.9987036Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:00.9989068Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:21:00.9991156Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:00.9993155Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:00.9995147Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:21:00.9997196Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:00.9999630Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:21:01.0003540Z [ 71%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:01.0005898Z [ 71%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T20:21:01.0008173Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0010208Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0012225Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0014430Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0016463Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0017708Z [ 73%] Generating code for kernel registration 2025-03-21T20:21:01.0019451Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:21:01.0021559Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0023690Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:21:01.0025922Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:21:01.0028230Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:01.0030417Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0032470Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0034517Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:21:01.0036575Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:21:01.0038546Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.0040563Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0042486Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:21:01.0044712Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.0046698Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0048683Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:21:01.0050635Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:21:01.0052565Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:21:01.0054659Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.0056606Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0058514Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:21:01.0060416Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.0062484Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:21:01.0064407Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0066383Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:21:01.0068342Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.0070289Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.0072208Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:21:01.0074084Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:21:01.8648081Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:21:01.8650076Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:21:01.8651977Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:21:01.8654057Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:21:01.8656591Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:21:01.8658894Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:01.8660973Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.8662919Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.8664849Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:21:01.8666751Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:21:01.8668713Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.8670684Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.8672632Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:21:01.8674883Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:21:01.8676840Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:21:01.8678788Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:21:01.8680728Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:21:01.8682686Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:21:01.8684867Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:21:01.8687168Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:01.8689283Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:21:01.8691273Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:21:01.8693226Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:21:01.8695273Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:21:01.8697273Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-03-21T20:21:01.8699464Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:21:01.8701688Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:21:01.8703729Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:21:01.8705768Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-03-21T20:21:01.8707785Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:21:01.8709733Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:01.8711644Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:01.8713559Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:01.8715496Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:21:01.8717753Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:21:01.8719687Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:01.8721590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:01.8723488Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:01.8725317Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:21:01.8727015Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T20:21:01.8728666Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:21:01.8730331Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:21:01.8732038Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:21:01.8733878Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:21:01.8735798Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:21:01.8737900Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:01.8740172Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:01.8742241Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6850443Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:21:02.6852593Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:21:02.6854805Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:21:02.6856903Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:21:02.6858964Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:02.6861001Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:02.6863029Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6865571Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:21:02.6867640Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:21:02.6869694Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:02.6871726Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:02.6873758Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6875772Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:21:02.6877725Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6879650Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:21:02.6881595Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:02.6883548Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6885501Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:21:02.6887461Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:21:02.6889634Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6891805Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:21:02.6894192Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:21:02.6896352Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:21:02.6898394Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:02.6900400Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:21:02.6904891Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:21:02.6907315Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:21:02.6909923Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:21:02.6912081Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:21:02.6914123Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6916275Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:21:02.6918582Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:21:02.6920856Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:21:02.6923104Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:02.6925157Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6927074Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:21:02.6928982Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6930956Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:21:02.6932956Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6935268Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:21:02.6937267Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:02.6939252Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:02.6941234Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:21:02.6943221Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:21:02.6945183Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:02.6947355Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:21:02.6949853Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:21:03.3207622Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:21:03.3209743Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.3211819Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:21:03.3214052Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:21:03.3216265Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:21:03.3218603Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:21:03.3220788Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:21:03.3222868Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.3225051Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:21:03.3227397Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:21:03.3229723Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:21:03.3232395Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:21:03.3234520Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:03.3236473Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:21:03.3238406Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:21:03.3240292Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:21:03.3242105Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T20:21:03.3243946Z [ 84%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:03.3245774Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:21:03.3247473Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T20:21:03.3249093Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T20:21:03.3250959Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:21:03.3252585Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:21:03.3254408Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:21:03.3256082Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:21:03.3257733Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:21:03.3259411Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:21:03.3261137Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:21:03.3262845Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:21:03.3264526Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:21:03.3266130Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:21:03.3267671Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:21:03.3269221Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:21:03.3270795Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:21:03.3272576Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:21:03.3274321Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:21:03.3276032Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:21:03.3277230Z [ 85%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:21:03.3278480Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:21:03.3279643Z [ 85%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:03.3280783Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:21:03.3282572Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:21:03.3284384Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T20:21:03.3286249Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:21:03.3288096Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T20:21:03.3290403Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:21:03.3292846Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:03.3294662Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:21:03.3295379Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:03.3295865Z | | 2025-03-21T20:21:03.3296356Z | const int32_t * {aka const int *} 2025-03-21T20:21:03.3297359Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:21:03.3299250Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:03.3300414Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:21:03.3300852Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:03.9553252Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:03.9555003Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:21:03.9555731Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:03.9556260Z | | 2025-03-21T20:21:03.9556792Z | const int32_t * {aka const int *} 2025-03-21T20:21:03.9557796Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:21:03.9560061Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:03.9561280Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:21:03.9561731Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:03.9562902Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:21:03.9564812Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:03.9566745Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9568649Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9570553Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:21:03.9572434Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:21:03.9574447Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:21:03.9576350Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9578615Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9580393Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T20:21:03.9582063Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:21:03.9583724Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:21:03.9585610Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9587463Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9589283Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9591122Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9592956Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9594773Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9596609Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9598709Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:21:03.9601172Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:21:03.9606189Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:21:03.9608318Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9610185Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9612071Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9614009Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9615873Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9617734Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:21:03.9619581Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:21:03.9621786Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9623893Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:21:03.9626256Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:21:03.9628569Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:21:03.9630655Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:21:03.9632418Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T20:21:03.9634051Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T20:21:03.9635640Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:21:03.9637205Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T20:21:03.9638775Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:21:03.9640389Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:21:03.9642092Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:21:03.9643764Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:21:03.9645627Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:21:03.9647350Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:21:03.9649075Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:21:04.3842682Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:21:04.3844498Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:21:04.3846113Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:21:04.3847676Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:21:04.3849231Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:21:04.3850841Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:21:04.3852488Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:21:04.3854740Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:21:04.3856440Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:21:04.3858220Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:21:04.3859980Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:21:04.3861752Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:21:04.3863443Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T20:21:04.3865518Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:21:04.3867958Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.3869666Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:21:04.3870378Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.3870871Z | | 2025-03-21T20:21:04.3871379Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.3872406Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:21:04.3874339Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.3875932Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:21:04.3876427Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.3878114Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.3880005Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:21:04.3880726Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.3881233Z | | 2025-03-21T20:21:04.3881741Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.3882750Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:21:04.3884635Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.3885791Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:21:04.3886243Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.3887261Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:21:04.3888889Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:21:04.3890730Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:21:04.3892381Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:21:04.3894174Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:21:04.3896006Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:21:04.3897623Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:21:04.3899152Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:21:04.3900750Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:21:04.3902755Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:21:04.3904421Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:21:04.3906036Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:21:04.3908091Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:21:04.3910638Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.3912301Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:21:04.3912907Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.3913658Z | | 2025-03-21T20:21:04.3914183Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.3915254Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:21:04.3917236Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.3918406Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:21:04.3918870Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.3920589Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.3922238Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:21:04.3922862Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.3923346Z | | 2025-03-21T20:21:04.3923833Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.3924902Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:21:04.3926848Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.3928297Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:21:04.3928742Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.3929816Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:21:04.3931547Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:21:04.5565253Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:21:04.5567262Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-03-21T20:21:04.5569565Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5571187Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:21:04.5571788Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5572265Z | | 2025-03-21T20:21:04.5572777Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.5573832Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:21:04.5575683Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.5576854Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:21:04.5577303Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5578922Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5580514Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:21:04.5581515Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5582022Z | | 2025-03-21T20:21:04.5582518Z | const int32_t * {aka const int *} 2025-03-21T20:21:04.5583486Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:21:04.5585336Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:21:04.5586517Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:21:04.5586954Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5587899Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:21:04.5589419Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:21:04.5590966Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:21:04.5592644Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:21:04.5594510Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:21:04.5596932Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:21:04.5599463Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5601112Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:21:04.5602927Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5603402Z | | 2025-03-21T20:21:04.5603922Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:21:04.5605008Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:21:04.5607120Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:21:04.5608384Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:21:04.5608841Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5610849Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5612555Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:21:04.5613180Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5613764Z | | 2025-03-21T20:21:04.5614299Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:21:04.5615415Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:21:04.5617472Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:21:04.5618725Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:21:04.5619168Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5620329Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:21:04.5622162Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:21:04.5624030Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:21:04.5626107Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:21:04.5628011Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-03-21T20:21:04.5630264Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5631824Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:21:04.5632440Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5632914Z | | 2025-03-21T20:21:04.5633448Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:21:04.5634432Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:21:04.5636356Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:21:04.5637608Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:21:04.5638051Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5639665Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:21:04.5641214Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:21:04.5641845Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:21:04.5642324Z | | 2025-03-21T20:21:04.5642862Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:21:04.5643845Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:21:04.5646000Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:21:04.5647276Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:21:04.5647708Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:21:04.5648789Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:21:04.5650597Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:21:04.5652302Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:21:05.8535985Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T20:21:05.8538150Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:21:05.8540344Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:21:05.8542386Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:21:05.8545068Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:21:05.8547091Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:21:05.8549248Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:21:05.8551278Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:21:05.8553197Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:21:05.8554858Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:21:05.8556611Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:21:05.8558220Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:21:05.8559922Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:21:05.8561536Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:21:05.8563222Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:21:05.8565221Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:21:05.8566908Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:21:05.8568373Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:21:05.8570455Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:21:05.8572396Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:21:05.8574327Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:21:05.8576079Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T20:21:05.8577698Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:21:05.8579324Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T20:21:05.8581000Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:21:05.8582668Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:21:05.8584743Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:21:05.8586515Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:21:05.8588472Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:21:05.8590285Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T20:21:05.8592104Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:21:05.8593690Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:21:05.8595129Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:21:05.8596562Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:21:05.8598009Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:21:05.8599448Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:21:05.8600906Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:21:05.8602549Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:21:05.8603988Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:21:05.8605489Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:21:05.8607016Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:21:05.8608506Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:21:05.8610305Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:21:05.8611878Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:21:05.8613612Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:21:05.8615199Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:21:05.8616668Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:21:05.8618145Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:21:05.8619647Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:21:05.8621152Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:21:05.8622665Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:21:05.8624167Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:21:05.8625709Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:21:05.8627461Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:21:05.8628398Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:21:05.8628917Z [ 97%] Built target microkernels-prod 2025-03-21T20:21:05.8629368Z [ 97%] Generating build_identifier.c 2025-03-21T20:21:05.8630261Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:21:05.8631587Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:21:05.8632852Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:21:05.8634211Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:21:17.9841819Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:21:17.9843197Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:21:17.9844560Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:21:17.9845928Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:21:17.9847222Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:21:17.9848538Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:21:17.9849893Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:21:17.9851234Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:21:17.9852540Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:21:17.9854374Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:21:17.9855870Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:21:17.9857283Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:21:17.9858666Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:21:17.9859951Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:21:17.9861213Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:21:17.9862498Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:21:17.9863891Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:21:17.9865253Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:21:17.9866554Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:21:17.9867854Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:21:17.9869138Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:21:17.9870687Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:21:17.9871935Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:21:17.9873083Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:21:17.9874163Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:21:17.9875363Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:21:17.9876216Z [100%] Linking CXX static library libXNNPACK.a 2025-03-21T20:21:17.9876692Z [100%] Built target XNNPACK 2025-03-21T20:21:17.9877420Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:21:17.9878551Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:21:17.9879651Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:21:17.9880781Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:21:17.9881958Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:21:17.9883173Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:21:17.9885586Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-03-21T20:21:17.9888222Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:21:17.9889855Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:21:17.9890503Z | ^~~~~~~~ 2025-03-21T20:21:17.9891048Z [100%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:21:17.9891755Z [100%] Built target xnnpack_backend 2025-03-21T20:21:17.9892493Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:21:17.9894685Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-03-21T20:21:17.9895534Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-03-21T20:21:17.9896122Z [100%] Built target portable_lib 2025-03-21T20:21:17.9896539Z [ 1%] Built target flatbuffers 2025-03-21T20:21:17.9896956Z [ 1%] Built target flatccrt 2025-03-21T20:21:17.9897395Z [ 2%] Built target pthreadpool 2025-03-21T20:21:17.9897826Z [ 2%] Built target common_schema 2025-03-21T20:21:17.9898254Z [ 6%] Built target flatcc 2025-03-21T20:21:17.9898642Z [ 6%] Built target cpuinfo 2025-03-21T20:21:17.9899045Z [ 7%] Built target xnnpack_schema 2025-03-21T20:21:17.9899499Z [ 7%] Built target bundled_program_schema 2025-03-21T20:21:17.9899965Z [ 9%] Built target eigen_blas 2025-03-21T20:21:17.9900384Z [ 9%] Built target program_schema 2025-03-21T20:21:17.9900822Z [ 9%] Built target indirection 2025-03-21T20:21:17.9902036Z [ 10%] Built target logging 2025-03-21T20:21:17.9902491Z [ 10%] Built target normalization 2025-03-21T20:21:17.9902936Z [ 10%] Built target microparams-init 2025-03-21T20:21:17.9903366Z [ 10%] Built target datatype 2025-03-21T20:21:17.9903784Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:17.9904237Z [ 12%] Built target flatcc_cli 2025-03-21T20:21:17.9904662Z [ 12%] Built target hardware-config 2025-03-21T20:21:17.9905468Z [ 12%] Built target allocator 2025-03-21T20:21:17.9905865Z [ 12%] Built target packing 2025-03-21T20:21:17.9906265Z [ 12%] Built target cache 2025-03-21T20:21:17.9906652Z [ 12%] Built target memory 2025-03-21T20:21:17.9907063Z [ 12%] Built target microkernel-utils 2025-03-21T20:21:17.9907516Z [ 13%] Built target operator-utils 2025-03-21T20:21:17.9907934Z [ 13%] Built target mutex 2025-03-21T20:21:17.9908341Z [ 13%] Built target etdump_schema 2025-03-21T20:21:17.9908779Z [ 13%] Built target operator-run 2025-03-21T20:21:17.9909202Z [ 14%] Built target operators 2025-03-21T20:21:17.9909614Z [ 15%] Built target executorch_core 2025-03-21T20:21:17.9910063Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:17.9910521Z [ 15%] Built target executorch 2025-03-21T20:21:17.9910940Z [ 15%] Built target extension_tensor 2025-03-21T20:21:17.9911376Z [ 18%] Built target subgraph 2025-03-21T20:21:17.9911773Z [ 19%] Built target cpublas 2025-03-21T20:21:17.9912204Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:17.9912673Z [ 19%] Built target bundled_program 2025-03-21T20:21:17.9913104Z [ 19%] Built target etdump 2025-03-21T20:21:17.9913505Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:17.9913943Z [ 22%] Built target util 2025-03-21T20:21:17.9914334Z [ 80%] Built target microkernels-prod 2025-03-21T20:21:17.9914777Z [ 83%] Built target XNNPACK 2025-03-21T20:21:17.9915186Z [ 83%] Built target xnnpack_backend 2025-03-21T20:21:17.9915657Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:21:17.9916173Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:17.9916657Z [ 98%] Built target portable_lib 2025-03-21T20:21:17.9917406Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:21:17.9918598Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:21:17.9919784Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:21:17.9921000Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:21:17.9922272Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:21:17.9923691Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:21:17.9924955Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T20:21:17.9926416Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-03-21T20:21:17.9927543Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:21:17.9928783Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:21:17.9929951Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:21:17.9931419Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:17.9932806Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:17.9935149Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-03-21T20:21:18.0121614Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-03-21T20:21:18.0124193Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:21:18.0126415Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0128585Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0129342Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0130175Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0131332Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0132650Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0134042Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0135247Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0136566Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0137835Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0139547Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0140686Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0141243Z | ^~~~~~~~ 2025-03-21T20:21:18.0142324Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0144031Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0146153Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0148027Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0148795Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0150603Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0152752Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0153503Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0154214Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0155360Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0156895Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0158192Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0159393Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0160717Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0161988Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0163673Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0164813Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0165589Z | ^~~~~~~~ 2025-03-21T20:21:18.0166691Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0168093Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0170221Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0172105Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0172860Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0174758Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0177122Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0177951Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0178672Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0179935Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0181251Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0182583Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0183786Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0185150Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0186437Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0188126Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0189272Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0189823Z | ^~~~~~~~ 2025-03-21T20:21:18.0191124Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0192507Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0194601Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0196466Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0197235Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0199029Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0255588Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:18.0256419Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0257196Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0258353Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0259668Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0261004Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0262196Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0264058Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0265525Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0267440Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0268565Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0269124Z | ^~~~~~~~ 2025-03-21T20:21:18.0270216Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0271601Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0273662Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0275528Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:21:18.0276288Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0278077Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0280559Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0281328Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0282061Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0283228Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0284530Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0285835Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0287058Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0288390Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0289670Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0291363Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0292493Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0293045Z | ^~~~~~~~ 2025-03-21T20:21:18.0294268Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0295665Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0297728Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0299826Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0300621Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0302571Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0304740Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:18.0305508Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0306226Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0307469Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0308783Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0310083Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0311583Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0312924Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0314189Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0315923Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0317089Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0317656Z | ^~~~~~~~ 2025-03-21T20:21:18.0318787Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0320188Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0322289Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0324247Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:21:18.0325037Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0326838Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0329008Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:18.0329773Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0330487Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0331933Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0333405Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0417649Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0418900Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0420391Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0421659Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0423538Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0424682Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0425253Z | ^~~~~~~~ 2025-03-21T20:21:18.0426423Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0427806Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0430402Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0432307Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:21:18.0433116Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0434914Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0437058Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:18.0437833Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0438547Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0439709Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0441008Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0442327Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0443520Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0444877Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0446388Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0448091Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0449559Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0450146Z | ^~~~~~~~ 2025-03-21T20:21:18.0451250Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0452632Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0454894Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0456751Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:18.0457506Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0459270Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0461394Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0462400Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0463108Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0464447Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0469066Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0470381Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0471566Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0472895Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0474174Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0475983Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0477745Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0478328Z | ^~~~~~~~ 2025-03-21T20:21:18.0479423Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0480793Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0482884Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0484838Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0485617Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0487745Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0490009Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0490849Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0491577Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0492724Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0494191Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0495501Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0496689Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0498014Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0499479Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0503701Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0504837Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0559437Z | ^~~~~~~~ 2025-03-21T20:21:18.0560694Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0562229Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0564510Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0566401Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0567164Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0568971Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0571313Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0572189Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0572928Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0574600Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0575914Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0577709Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0578961Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0580298Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0581571Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0583350Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0584495Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0585072Z | ^~~~~~~~ 2025-03-21T20:21:18.0586208Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0587589Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0589698Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0591554Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:21:18.0592625Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0594415Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0596557Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0597324Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0598036Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0599187Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0600512Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0603075Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0604286Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0605632Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0606900Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0608614Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:21:18.0609756Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:21:18.0610302Z | ^~~~~~~~ 2025-03-21T20:21:18.0611713Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0613139Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0615377Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:18.0617241Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:21:18.0618020Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0619809Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:21:18.0621980Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:18.0622748Z | ~~~~~~~^~~~ 2025-03-21T20:21:18.0623463Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:21:18.0624617Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:21:18.0626218Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:21:18.0627531Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:21:18.0628786Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:21:18.0630138Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:21:18.0631409Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:21:18.0633056Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:21:18.0634184Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:21:18.0634731Z | ^~~~~~~~ 2025-03-21T20:21:18.0635818Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:21:18.0637208Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:21:18.0639304Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:21:29.2377682Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:21:29.2378541Z | ~~~~~~~^~~~ 2025-03-21T20:21:29.2379082Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:21:29.2379633Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:21:29.2380083Z [ 1%] Built target flatbuffers 2025-03-21T20:21:29.2380489Z [ 1%] Built target flatccrt 2025-03-21T20:21:29.2380902Z [ 2%] Built target pthreadpool 2025-03-21T20:21:29.2381685Z [ 4%] Built target cpuinfo 2025-03-21T20:21:29.2382123Z [ 5%] Built target flatcc 2025-03-21T20:21:29.2382533Z [ 8%] Built target eigen_blas 2025-03-21T20:21:29.2382947Z [ 8%] Built target common_schema 2025-03-21T20:21:29.2383557Z [ 9%] Built target bundled_program_schema 2025-03-21T20:21:29.2384031Z [ 9%] Built target xnnpack_schema 2025-03-21T20:21:29.2384469Z [ 9%] Built target indirection 2025-03-21T20:21:29.2384892Z [ 10%] Built target logging 2025-03-21T20:21:29.2385303Z [ 10%] Built target microparams-init 2025-03-21T20:21:29.2385772Z [ 10%] Built target normalization 2025-03-21T20:21:29.2386195Z [ 10%] Built target datatype 2025-03-21T20:21:29.2386617Z [ 10%] Built target reference-ukernels 2025-03-21T20:21:29.2387081Z [ 11%] Built target flatcc_cli 2025-03-21T20:21:29.2387490Z [ 11%] Built target program_schema 2025-03-21T20:21:29.2387926Z [ 11%] Built target packing 2025-03-21T20:21:29.2388343Z [ 11%] Built target hardware-config 2025-03-21T20:21:29.2388782Z [ 11%] Built target allocator 2025-03-21T20:21:29.2389178Z [ 11%] Built target cache 2025-03-21T20:21:29.2389558Z [ 11%] Built target memory 2025-03-21T20:21:29.2389964Z [ 11%] Built target microkernel-utils 2025-03-21T20:21:29.2390419Z [ 11%] Built target operator-utils 2025-03-21T20:21:29.2390865Z [ 13%] Built target etdump_schema 2025-03-21T20:21:29.2391277Z [ 13%] Built target mutex 2025-03-21T20:21:29.2391665Z [ 13%] Built target operator-run 2025-03-21T20:21:29.2392098Z [ 14%] Built target operators 2025-03-21T20:21:29.2392852Z [ 15%] Built target executorch_core 2025-03-21T20:21:29.2393294Z [ 15%] Built target extension_tensor 2025-03-21T20:21:29.2393732Z [ 15%] Built target executorch 2025-03-21T20:21:29.2394147Z [ 15%] Built target extension_threadpool 2025-03-21T20:21:29.2394591Z [ 17%] Built target subgraph 2025-03-21T20:21:29.2395005Z [ 19%] Built target extension_data_loader 2025-03-21T20:21:29.2395475Z [ 19%] Built target bundled_program 2025-03-21T20:21:29.2395904Z [ 19%] Built target etdump 2025-03-21T20:21:29.2396285Z [ 19%] Built target cpublas 2025-03-21T20:21:29.2396715Z [ 21%] Built target optimized_kernels 2025-03-21T20:21:29.2397136Z [ 22%] Built target util 2025-03-21T20:21:29.2397525Z [ 79%] Built target microkernels-prod 2025-03-21T20:21:29.2397961Z [ 82%] Built target XNNPACK 2025-03-21T20:21:29.2398390Z [ 97%] Built target optimized_portable_kernels 2025-03-21T20:21:29.2398900Z [ 97%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:21:29.2399378Z [ 97%] Built target xnnpack_backend 2025-03-21T20:21:29.2399826Z [ 97%] Built target portable_lib 2025-03-21T20:21:29.2400650Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:29.2402300Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:29.2403553Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:29.2404827Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:29.2406063Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:29.2407308Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:29.2408588Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:29.2409937Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:29.2411184Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:29.2412677Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:29.2413774Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:21:29.2414394Z [ 98%] Built target quantized_pybind_kernels_lib 2025-03-21T20:21:29.2415026Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:21:29.2415672Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:29.2416851Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:21:29.2418116Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:21:29.2418700Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:21:29.2419297Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:21:29.2423079Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:21:29.2426697Z [ 98%] Generating code for kernel registration 2025-03-21T20:21:29.2427924Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:21:29.2429363Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:21:29.2430626Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:21:29.2431811Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:21:29.2432955Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:21:29.2434079Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:21:29.2435243Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:29.2436402Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:21:29.2437587Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:21:29.2438773Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:21:29.2439937Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:21:29.2441075Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:21:29.2442332Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:21:29.2465664Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:21:29.2466876Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:21:29.2467476Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:21:29.2467941Z running build_py 2025-03-21T20:21:29.2468473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2469450Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2470836Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2471987Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2473165Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2474335Z copying backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2475459Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2476592Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2477749Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2478920Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2480116Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2481259Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-03-21T20:21:29.2482228Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:29.2483290Z copying backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:29.2484599Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:29.2486102Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:29.2487429Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-03-21T20:21:29.2488530Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:29.2489550Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:29.2490782Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:29.2587671Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-03-21T20:21:29.2588825Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:29.2589947Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:21:29.2591034Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2592106Z copying backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2593430Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2594792Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2596163Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2597595Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2599083Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2600491Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2602862Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2604536Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2605919Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2607227Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2608566Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2609995Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2611352Z copying backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2612734Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-03-21T20:21:29.2614068Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2615053Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2616230Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2617439Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2618867Z copying backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2620072Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-03-21T20:21:29.2621139Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:29.2622146Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:29.2623383Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:21:29.2624481Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:29.2625518Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:29.2626779Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:21:29.2627947Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:29.2629224Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:29.2630844Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:29.2632196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:29.2633485Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:29.2635141Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:21:29.2636515Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:29.2637812Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:29.2639440Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:29.2640912Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:29.2642245Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:29.2643888Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:21:29.2645265Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:29.2646761Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:29.2648221Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:29.2649682Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:29.2651096Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2652318Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2653965Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2655536Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2657212Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2658748Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2660355Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2661939Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2663535Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2665122Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2666737Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2668314Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2669828Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2671391Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2672939Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2674445Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2675964Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2677515Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2679045Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2680757Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2774772Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:21:29.2776095Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:29.2777331Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:29.2778901Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:21:29.2780220Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:29.2781624Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:29.2783354Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:29.2784696Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2785843Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2787267Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2789142Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2790617Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2792068Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2793517Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2794967Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:21:29.2796155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:29.2797345Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:29.2798764Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:21:29.2799931Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2801019Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2802626Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2804156Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2805554Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2806885Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2808199Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2809794Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2811300Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2812811Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2814401Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2815836Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2817250Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2818678Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2820080Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2821495Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2822910Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2824325Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2825991Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2827411Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2828810Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2830206Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2831685Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2833137Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2834609Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2836097Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2837511Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2838986Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2840447Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2841825Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2843244Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2844697Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2846126Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2847659Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2849023Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2850447Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2851888Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2853451Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2854982Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:21:29.2856274Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2857518Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2859091Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2860717Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2862299Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2864068Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2975907Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2977658Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2979254Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2980892Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:21:29.2982193Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2983319Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2984673Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2986030Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2987330Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2988637Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2989944Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2991250Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2992601Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2993941Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2995573Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2996936Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2998342Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.2999732Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3001078Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3002673Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3003995Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3005313Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3006644Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3007967Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3009255Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3010556Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3012181Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3013614Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3015001Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3016373Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3017713Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3019041Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3020438Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3021823Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3023179Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3024558Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3025912Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3027268Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3028623Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3029950Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3031260Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3032790Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3034162Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3035499Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3036900Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3038324Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3039766Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3041172Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3042520Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3043883Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:21:29.3045018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3046129Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3047489Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3049072Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3050579Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3052112Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:21:29.3053393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:29.3054421Z copying backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:29.3055638Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:29.3056882Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:29.3058124Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-03-21T20:21:29.3059167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:29.3060267Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-03-21T20:21:29.3061392Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3062600Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3064054Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3065501Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3066969Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3174661Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3176596Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3178142Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3179739Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3181289Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:21:29.3182459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3183690Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3185138Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3186560Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3187995Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3189478Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3191006Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3192730Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3194216Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3195695Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:21:29.3196850Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3197943Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3199239Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3200538Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3202049Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3203368Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3204713Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3206092Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3207446Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3208777Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3210074Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3211396Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3212726Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3214431Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3215855Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3217188Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3218553Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3219956Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3221328Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3222618Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3223915Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3225241Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3226556Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3227868Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3229183Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3230760Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3232121Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3233525Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3234902Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3236276Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3237604Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3238934Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3240256Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3241586Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3242970Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3244310Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3245629Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3246982Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3248352Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3249712Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3251039Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3252469Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3253953Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3255328Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3256666Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3258141Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3259480Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3260820Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3262166Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3263516Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3264865Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3351025Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3353479Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3354852Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3356214Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3357572Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3358918Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3360248Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3361538Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3362854Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3364182Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3365550Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3366987Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3368388Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3369702Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:21:29.3370828Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3372064Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3373711Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3375499Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3377079Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3378669Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3380263Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3381861Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3383484Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3385061Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3386658Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:21:29.3387987Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:29.3389321Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:21:29.3390749Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:29.3391895Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:29.3393340Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:29.3394826Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:29.3396256Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:21:29.3397466Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:29.3398655Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:21:29.3399963Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:29.3401742Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:29.3403383Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:29.3405245Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:29.3407615Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:29.3409483Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3411431Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3414134Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3416408Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3418699Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3420998Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3423293Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3425587Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3427815Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3430018Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3432595Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3434952Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3437230Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3439506Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3441698Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3443875Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3446143Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3528141Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3530489Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3532805Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3535261Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3537883Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3540207Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3542513Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3544805Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3547114Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3549384Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3551640Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3553897Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3556365Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3558665Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3561068Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3563376Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3565647Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3567902Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:29.3569656Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:29.3571476Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:29.3573426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:29.3575332Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:29.3576956Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3578031Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3579304Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3580794Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3582191Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3583512Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3584833Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3586226Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3587629Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3589022Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3590380Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3591659Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3593009Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3594370Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3595825Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3597149Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3598487Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3599783Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:29.3600872Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:29.3602209Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:29.3603609Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:29.3605042Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:29.3606435Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:21:29.3607584Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:29.3608738Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:29.3610102Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:29.3611516Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:21:29.3612752Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:29.3614158Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:29.3615785Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:29.3617615Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:29.3619229Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:29.3620469Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3621754Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3623335Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3703498Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3705147Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3706757Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3708366Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3709979Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3711593Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:21:29.3713286Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:29.3714522Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:29.3715829Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:29.3717283Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:29.3719065Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:29.3720518Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:29.3721959Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:29.3723783Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:29.3725614Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:29.3727046Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:29.3728398Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:29.3729806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:29.3731354Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:29.3732886Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:29.3734498Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:29.3736584Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:29.3738500Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:29.3740385Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:29.3741992Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:29.3743750Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:29.3745945Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:29.3748120Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:29.3749849Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:29.3751592Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:29.3754078Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:29.3756247Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:29.3758405Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:29.3760155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:29.3761926Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:29.3764148Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:29.3766368Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:29.3768583Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:29.3770328Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:29.3771991Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:29.3774142Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:29.3775825Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:29.3777635Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:29.3779800Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:29.3781554Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3783295Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3785517Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3787718Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3789875Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3792053Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3794224Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3796594Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:29.3798266Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3799889Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3863694Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3865892Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3867997Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3870096Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3872162Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3874226Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3876250Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3878267Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3880254Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3882574Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3884706Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3886777Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3888809Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3890835Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:29.3892472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:29.3894252Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:29.3896402Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:29.3898035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3899459Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3901614Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3903239Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3904882Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3906540Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3908180Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3909825Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3911454Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3913055Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3914653Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:21:29.3915933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:29.3917092Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:29.3918650Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:21:29.3920007Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:29.3921212Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:29.3922926Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:29.3924476Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:29.3925975Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:21:29.3927207Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3928371Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3929834Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3931379Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3932883Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3934466Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3935971Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3937601Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3939594Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3941086Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3942570Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3944142Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3945692Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3947250Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3948769Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3950270Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3951805Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3953277Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3954774Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.3956351Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4044269Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4045905Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4048271Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4049878Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4051422Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4052969Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4054631Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4056120Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4057540Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:21:29.4058709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4059898Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4061360Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4062820Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4064581Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4066096Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4067526Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4068980Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4070444Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4071932Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4073387Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4074803Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4076216Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4077646Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4079103Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4080533Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4081998Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4083522Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4084988Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4086632Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4088129Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4089546Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4090980Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4092430Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4093964Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4095371Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4096834Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4098273Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4099727Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4101381Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4103155Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4104613Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4106075Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4107582Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4109104Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4110546Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4111967Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4113389Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4114853Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4116357Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4117805Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4119238Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4120671Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4122122Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4123595Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4125235Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4126694Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4128096Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4129500Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4130910Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4132315Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4133832Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4135257Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4136717Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4241301Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4242782Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4244619Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4246082Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4247541Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4249016Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4250527Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4251970Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4253654Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4255139Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4256637Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4258130Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4259668Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4261146Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4262588Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4264041Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4265498Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4267221Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4268674Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4270084Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4271539Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4273052Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4274606Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4276218Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4277741Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4279213Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4280682Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:21:29.4282043Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:29.4283231Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:21:29.4284426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:29.4285686Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:29.4287228Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:29.4288738Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:21:29.4289950Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:29.4291197Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:29.4292760Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:29.4294398Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:29.4295907Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:29.4297170Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:29.4298477Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:29.4300121Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:29.4301639Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:29.4302778Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:29.4304187Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:29.4305846Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:21:29.4307025Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:29.4308191Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:29.4309562Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:21:29.4310794Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:29.4312325Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:29.4313787Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:29.4315144Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:29.4316874Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:29.4318467Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:21:29.4319679Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4321102Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4322489Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4324001Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4325477Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4326961Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4328485Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4329997Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4331492Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:21:29.4332699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:29.4334101Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:21:29.4464001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:29.4465350Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:21:29.4466577Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:29.4467786Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:21:29.4469147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:29.4470625Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:29.4472626Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:29.4474377Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:29.4475666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:29.4476831Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:29.4478261Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:29.4479724Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:21:29.4480976Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:29.4482214Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:29.4483773Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:29.4485467Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:29.4486891Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4488529Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4490228Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4491977Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4493938Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4495707Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4497430Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:29.4498781Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:29.4500131Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:29.4501798Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4503570Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4505765Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4507946Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4510109Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4512489Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4514588Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4516699Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:29.4518535Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:29.4520421Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:29.4522363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:29.4524531Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:29.4526371Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4527510Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4529255Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4530843Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4532336Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4533895Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4535433Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4536954Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4538429Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4539951Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4541460Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4542927Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4544406Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4545860Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:21:29.4547049Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4548246Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4549708Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4551322Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4552766Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4554188Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4555672Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4557154Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4674957Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4705722Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4707222Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4708670Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4710112Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4711649Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4713660Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4715178Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4716612Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4718087Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4719593Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4721094Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4722582Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4724140Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4725695Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4727174Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4728652Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4730117Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4731596Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4733076Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4734675Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4736390Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4737892Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4739382Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4740871Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4742324Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4743770Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4745232Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4746714Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4748205Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4749690Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4751310Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4752785Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4754285Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4755823Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4757452Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4758986Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4760420Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4761897Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:21:29.4763132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:29.4764354Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:29.4765891Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:21:29.4767167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:29.4768436Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:29.4770043Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:29.4771357Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:29.4772716Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:29.4774712Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:29.4776055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:29.4777217Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:29.4778687Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:21:29.4779942Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:29.4781307Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:29.4782617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:29.4783745Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:29.4785107Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:29.4786445Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:29.4787828Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:21:29.4789313Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4790650Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4792304Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4794061Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4795808Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4858757Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4861127Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:29.4862534Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:29.4863948Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:29.4865631Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:29.4866933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4868188Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4869685Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4871215Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4872786Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4874645Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4876263Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4877847Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4879408Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4880980Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4882505Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4884062Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4885637Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4887129Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:21:29.4888324Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4889522Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4891686Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4893149Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4894788Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4896263Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4897682Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4899103Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4900621Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4902338Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4903802Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4905267Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4906698Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4908118Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4909543Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4911018Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4912507Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4914189Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4915712Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4917169Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4918626Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4920120Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4921653Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4923150Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4924628Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4926109Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4927585Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4929055Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4930703Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4932133Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4933766Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4935287Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4936713Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4938155Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4939619Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4941104Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4942594Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4944052Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4945502Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4947043Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4948561Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:29.4949759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.4951089Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.4952890Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5053007Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5055237Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5056909Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5058617Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5060310Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:29.5061660Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:29.5063067Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:29.5064831Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:29.5066585Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:29.5068340Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:29.5069806Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:29.5071626Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:29.5073005Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:29.5074221Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:29.5075697Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:29.5076989Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:29.5078366Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:29.5079739Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:29.5081139Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:29.5082541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:29.5083957Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:29.5085407Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:29.5086925Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:29.5088472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:29.5090349Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:29.5092329Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:29.5094374Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:29.5095974Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:29.5097578Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:29.5099166Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:29.5100772Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:29.5103070Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:29.5105199Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:29.5107311Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:29.5109157Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5110819Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5112914Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5115015Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5117178Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5119380Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5121540Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5123629Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5125724Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5127852Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5129948Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5132199Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5134462Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5136624Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5138806Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5141013Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5143093Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5145129Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5147194Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5149234Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5618608Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5620898Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5623085Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5625177Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5627132Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5629095Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5631039Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5632913Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:29.5634477Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:29.5636124Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:29.5638262Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:29.5640403Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:29.5642417Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:29.5644115Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:29.5645503Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:29.5646322Z copying codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-03-21T20:21:29.5647182Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5648134Z copying codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5649247Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5650384Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5651503Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5652706Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5654023Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5655139Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-03-21T20:21:29.5656114Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:29.5657502Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:29.5658827Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:29.5660357Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:29.5661804Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:21:29.5663008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5664228Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5665766Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5667285Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5668715Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5670164Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:21:29.5671378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5672548Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5673997Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5675516Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5676990Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5678440Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:29.5679776Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:29.5680793Z copying examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:29.5681944Z copying examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:29.5683132Z copying examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:29.5684328Z copying examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-03-21T20:21:29.5685421Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:29.5686597Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:29.5687994Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:21:29.5689125Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:29.5690182Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:29.5691415Z copying examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:21:29.5692525Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:29.5694058Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:29.5695532Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:21:29.5696761Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:29.5697995Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:29.5699470Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:29.5700691Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:29.5702085Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:29.5703553Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:21:29.5704772Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:29.5705984Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:29.5707452Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:21:29.5708616Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5709193Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5810773Z copying examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5811477Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5812091Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5812712Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5813823Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5814461Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5815167Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5815784Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5816446Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5817019Z copying examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5817624Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5818185Z copying examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5818753Z copying examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5819391Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-03-21T20:21:29.5819836Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:29.5820791Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:29.5821177Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:29.5821743Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:29.5822370Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:29.5822965Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:29.5823542Z copying examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-03-21T20:21:29.5823911Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:29.5824471Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:29.5825030Z copying examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:21:29.5825442Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:29.5826101Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:29.5826748Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:21:29.5827172Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:29.5827826Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:29.5828489Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:29.5828912Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:29.5829567Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:29.5830347Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:29.5830816Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:29.5831554Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:29.5831960Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5832601Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5833241Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5833941Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5834593Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5835273Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:29.5835681Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:29.5836310Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:29.5837145Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:21:29.5837532Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:29.5838132Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:29.5838783Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:21:29.5839181Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:29.5839763Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:29.5840356Z copying examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:21:29.5840726Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:29.5841291Z copying examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:29.5841874Z copying examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-03-21T20:21:29.5842318Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:29.5843022Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:29.5843755Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:21:29.5844162Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:29.5844769Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:29.5845399Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:21:29.5845807Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:29.5846570Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:29.5847244Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:21:29.5847807Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5848789Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5849756Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5850805Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5851824Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5852728Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5984383Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:29.5986026Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:29.5987709Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:29.5989255Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:21:29.5990591Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:29.5991975Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:29.5993691Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:29.5995404Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:29.5997135Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:21:29.5998484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:29.5999923Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:29.6001676Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:29.6003397Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:21:29.6004732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6006454Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6008482Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6010958Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6012926Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6014899Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6016818Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6018799Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6020715Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6022672Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6024616Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6026552Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6028694Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6030626Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6032704Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6034821Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6036974Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6039117Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:29.6040685Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:29.6042180Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:29.6043960Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:29.6045551Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:21:29.6046990Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:29.6048306Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:29.6049699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:29.6051182Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:29.6053325Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:29.6055344Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:29.6057265Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:29.6058772Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:29.6060174Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:29.6061873Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:29.6063617Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:29.6065425Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:29.6066873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:29.6068383Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:29.6070085Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:29.6071630Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:29.6073546Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:29.6075113Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:29.6076719Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:29.6078739Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:29.6080549Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:29.6222562Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:29.6224735Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:29.6226316Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:29.6227544Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:29.6229040Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:21:29.6230240Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:29.6231456Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:21:29.6232876Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6233695Z copying exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6234576Z copying exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6235457Z copying exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6236350Z copying exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6237265Z copying exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6238204Z copying exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6239153Z copying exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6240048Z copying exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6240908Z copying exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6241791Z copying exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6242784Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6243740Z copying exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6244658Z copying exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6245588Z copying exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6246753Z copying exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6247677Z copying exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6248600Z copying exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6249498Z copying exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6250425Z copying exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6251295Z copying exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6252155Z copying exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6253012Z copying exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6253979Z copying exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6254847Z copying exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:29.6255678Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6256631Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6257719Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6258822Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6259966Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6261134Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6262286Z copying exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6263420Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6264587Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6265992Z copying exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:29.6266985Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6267926Z copying exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6269062Z copying exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6270248Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6271450Z copying exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6272610Z copying exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6273692Z copying exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-03-21T20:21:29.6274617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:29.6275525Z copying exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:29.6276575Z copying exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:29.6277627Z copying exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:29.6278672Z copying exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-03-21T20:21:29.6279731Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:29.6280665Z copying exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:29.6281703Z copying exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-03-21T20:21:29.6282600Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:29.6283461Z copying exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:29.6284458Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:29.6285465Z copying exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-03-21T20:21:29.6286353Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:29.6287299Z copying exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:29.6288382Z copying exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:29.6289437Z copying exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-03-21T20:21:29.6290357Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6291264Z copying exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6292438Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6293763Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6294921Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6296147Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6297397Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6298615Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6300054Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6301535Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6302747Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6303996Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6305276Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6306496Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6307729Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6309010Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6310228Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6437518Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6438844Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6440014Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6441694Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6442970Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6444186Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6445414Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6446773Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6448151Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6449417Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6450701Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6451971Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6453145Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6454464Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6455704Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6456901Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-03-21T20:21:29.6457905Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:29.6458830Z copying exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:29.6459933Z copying exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:29.6461034Z copying exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-03-21T20:21:29.6461957Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6463100Z copying exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6464202Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6465283Z copying exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6466324Z copying exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6467391Z copying exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6468432Z copying exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6469442Z copying exir/serde/upgrade.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-03-21T20:21:29.6470347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6471251Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6472271Z copying exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6473351Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6474510Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6475602Z copying exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6476674Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6477935Z copying exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6478993Z copying exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6480070Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6481187Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6482408Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6483577Z copying exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6484647Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6485817Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6487075Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6488366Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6489599Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6490732Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6491826Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6492902Z copying exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6494097Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6495312Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6496540Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6497868Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6499048Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6500205Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6501465Z copying exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6502545Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6503611Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6504713Z copying exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6505829Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6506912Z copying exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-03-21T20:21:29.6507874Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:29.6508926Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:29.6510158Z copying exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:29.6511395Z copying exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:29.6512895Z copying exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-03-21T20:21:29.6513941Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6514985Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6516211Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6517510Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6518872Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6520203Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:21:29.6521400Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:29.6522867Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:29.6524734Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:29.6526641Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:29.6652567Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:29.6654091Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6655253Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6656708Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6658494Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6659908Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6661242Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6662554Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6663928Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6665301Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6666592Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6667938Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6669275Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6670634Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6672003Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6673372Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6674987Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6676352Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6677643Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6678893Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-03-21T20:21:29.6679969Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:29.6681199Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:29.6682720Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:21:29.6683963Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:29.6685315Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:29.6687046Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:29.6688634Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:29.6689806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:29.6690877Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:21:29.6691929Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:29.6692947Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:29.6694055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:29.6695320Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:21:29.6696517Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:29.6697765Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:21:29.6698981Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:29.6700083Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:29.6701577Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:21:29.6702697Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:29.6703868Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:29.6705300Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:29.6706709Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:29.6707836Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:29.6708914Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:29.6710226Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:21:29.6711699Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:29.6712814Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:29.6714137Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:21:29.6715260Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:29.6716425Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:29.6717836Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:21:29.6719006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:29.6720218Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:29.6721338Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:29.6722295Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-03-21T20:21:29.6723294Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:29.6724369Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-03-21T20:21:29.6725437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:29.6726448Z copying exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:29.6727691Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:29.6728986Z copying exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-03-21T20:21:29.6730067Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:29.6731225Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-03-21T20:21:29.6732583Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:29.6733849Z copying extension/android_test/add_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test 2025-03-21T20:21:29.6734959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:29.6736035Z copying extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:29.6737293Z copying extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-03-21T20:21:29.6738380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:29.6739452Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:21:29.6740500Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:29.6741579Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:29.6742855Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:29.6914385Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:21:29.6915550Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:29.6916677Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:29.6918167Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:29.6919177Z copying extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-03-21T20:21:29.6920192Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:29.6921236Z copying extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-03-21T20:21:29.6922347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:29.6923613Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:29.6925204Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:29.6926840Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:29.6928106Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:29.6929343Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:21:29.6930585Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:29.6931899Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:21:29.6933181Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6934440Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6935820Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6937235Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6938910Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6940433Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6941993Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6943536Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6945035Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:29.6946210Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6947268Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6948548Z copying extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6949864Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6951234Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6952606Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6953987Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-03-21T20:21:29.6955283Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:29.6956368Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:29.6957739Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:29.6959144Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:29.6960458Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:21:29.6961572Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:29.6962717Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:29.6964108Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:29.6965531Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:29.6966915Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:21:29.6968056Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:29.6969211Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:21:29.6970433Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:29.6971892Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:29.6973579Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:29.6975280Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:29.6977501Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:29.6979032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:29.6980220Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:29.6981691Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:29.6983209Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:29.6984771Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:21:29.6986091Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:29.6987376Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:29.6988759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:29.6990279Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:29.6992182Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:29.6994238Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:29.6996145Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:29.6997795Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:29.6999621Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:29.7002151Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:29.7003851Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:29.7005299Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:29.7006658Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:29.7123012Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:29.7124651Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:29.7126217Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:21:29.7127473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:29.7128556Z copying extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:21:29.7129690Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:29.7131337Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:29.7132689Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:29.7134191Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:29.7135788Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:21:29.7137104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:29.7138548Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:29.7139959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:29.7141475Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:21:29.7142717Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:29.7143727Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:29.7144780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:29.7145960Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:29.7147735Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:29.7148887Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:29.7149735Z copying devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-03-21T20:21:29.7150673Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:29.7151775Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:29.7153122Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:21:29.7154306Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:29.7155463Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:29.7156820Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:29.7158186Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:29.7159344Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:29.7160453Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:29.7161759Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:21:29.7162822Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:29.7163864Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:29.7165082Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:29.7166102Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:29.7167109Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:29.7168465Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:21:29.7169539Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:29.7170577Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:29.7171809Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:29.7173098Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:29.7174555Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-03-21T20:21:29.7175687Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:29.7176940Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:29.7178493Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:21:29.7179732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:29.7180852Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:29.7182269Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:29.7184005Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-03-21T20:21:29.7185256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:29.7186554Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:21:29.7207623Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:29.7208935Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:29.7210565Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:29.7211959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:29.7213434Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:29.7214727Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:29.7216020Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:29.7217578Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:29.7219107Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:29.7220364Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:29.7221623Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:29.7222914Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:29.7224311Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:29.7226072Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:29.7227591Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:29.7228951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:29.7230097Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:21:29.7231263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:29.7232440Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:21:29.7233624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:29.7234849Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:30.7598043Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:30.7599679Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:21:30.7601153Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:30.7603071Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:30.7604433Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:21:30.7605903Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.7607523Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.7609194Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:30.7610794Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:30.7612368Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:30.7613992Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:21:30.7615532Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:21:30.7617147Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:30.7618929Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:30.7620213Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:30.7621032Z copying runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-03-21T20:21:30.7621896Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:30.7622852Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-03-21T20:21:30.7623775Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:30.7624916Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:30.7625958Z copying util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:30.7626900Z copying util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-03-21T20:21:30.7627595Z running egg_info 2025-03-21T20:21:30.7627960Z creating executorch.egg-info 2025-03-21T20:21:30.7628395Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:21:30.7629001Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:21:30.7629750Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:21:30.7630421Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:21:30.7631086Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:21:30.7631742Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:30.7632370Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:30.7632914Z adding license file 'LICENSE' 2025-03-21T20:21:30.7633423Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:21:30.7634482Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:21:30.7636043Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:21:30.7637499Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:30.7639298Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:30.7640976Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:30.7642380Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:30.7643806Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:21:30.7645359Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:21:30.7646676Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:30.7647836Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:30.7649310Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:21:30.7650640Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7652171Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7654233Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7656174Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7658025Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7659853Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7661843Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7663714Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7665666Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7667649Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7669539Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7671352Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7673136Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7674928Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7676726Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7678598Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7680722Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7682727Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7684708Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7686602Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7688468Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7690482Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7746629Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7749245Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7751170Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7753103Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7754944Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7756717Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7758845Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7760742Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7762610Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7764527Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7766467Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7768336Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7770216Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7772222Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7774383Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7776487Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7778291Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7780099Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7781974Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7783832Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7785653Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7787471Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7789353Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7791229Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7793224Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7795148Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7797093Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7799231Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7801419Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7803430Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7805334Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7807259Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7809147Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7811047Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7812917Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7814869Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7816776Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7818932Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7820756Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7822629Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7824488Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:30.7825845Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:30.7827058Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:30.7828339Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7829763Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7831563Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7833319Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7835048Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7836849Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7838638Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:30.7840514Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:30.7842173Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:21:30.7890929Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:21:30.7892688Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:30.7894480Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:30.7896196Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:30.7897970Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:30.7899975Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:30.7902363Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:30.7903965Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7905899Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7907871Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7909842Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7911854Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7913908Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7915932Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7917891Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7919847Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7921820Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7923793Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7925741Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7927797Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7930046Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7931958Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7933966Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7935854Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7937773Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7939776Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7941778Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7943714Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7945656Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7947795Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7949785Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7951783Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7953734Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7955637Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7957576Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7959571Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7961539Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7963503Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7965491Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7967413Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7969352Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7971473Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7973624Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7975632Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7977581Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7979575Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7981563Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7983605Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.7985600Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8039841Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8042180Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8044073Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8045976Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8047884Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8049887Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8051950Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8054152Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8056176Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8058386Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8060470Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8062552Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8064626Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8066925Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8069029Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8071104Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8073184Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8075243Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8077314Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8079404Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8081470Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8083573Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8085524Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8087566Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8089605Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8091652Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8093731Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8095613Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8097510Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8099446Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8101488Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8103382Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8105236Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:30.8107397Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8109521Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8111613Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8113767Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8115957Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8118096Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8120168Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8122241Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8124348Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8126665Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8128694Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8130789Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8132940Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.8135223Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9070013Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9072215Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9074265Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9076291Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9078334Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9080432Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9082921Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9085159Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9087261Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9089309Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:30.9091403Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:30.9093631Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:30.9095771Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:30.9097827Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:30.9099650Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:30.9101734Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:30.9103251Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:30.9104793Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:21:30.9106022Z copying exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-03-21T20:21:30.9107093Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:21:30.9108385Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:30.9109862Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:30.9111481Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:30.9113086Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:21:30.9114533Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:30.9115955Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:21:30.9117100Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:30.9117940Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:30.9118898Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-03-21T20:21:30.9120058Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:30.9121329Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-03-21T20:21:30.9123487Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.9125217Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.9126878Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.9128534Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:21:30.9129764Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:30.9130861Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:21:30.9132063Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:30.9133124Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-03-21T20:21:30.9134649Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:30.9136357Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:30.9137578Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-03-21T20:21:30.9138778Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:21:30.9140315Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9141480Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9142807Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9144126Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9145408Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9146676Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9147984Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9149365Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9150826Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9152287Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9153731Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9155182Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9156559Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9157884Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9159151Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9160533Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9161873Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9163275Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:21:30.9216045Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:30.9217454Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:30.9218928Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:30.9220577Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:30.9222519Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:30.9224081Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9225582Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9227329Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9229485Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9231325Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9233112Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:30.9234569Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9236026Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9237729Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9239450Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9241137Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9242872Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9244522Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9246179Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9247871Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9249547Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9251466Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9253214Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9255018Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9256711Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9258449Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:30.9260036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:30.9261788Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:30.9263851Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:30.9265565Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9267299Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9269563Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9271604Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9273617Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9275605Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9277661Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9279739Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9281807Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9283874Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:30.9285398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:30.9286651Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:30.9288148Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:30.9289662Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:30.9291194Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:30.9292686Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:30.9294114Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:30.9295395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9296631Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9298029Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9299435Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9300877Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9302546Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9303953Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9305344Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9306786Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9308484Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9309901Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9900726Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:21:30.9902281Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:30.9903719Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:30.9905113Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:30.9906584Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:30.9908294Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:30.9909872Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:30.9911189Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:30.9912428Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:30.9913884Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:30.9915349Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:30.9916812Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:21:30.9918128Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:30.9919490Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:30.9921417Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:30.9923074Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:30.9924098Z running build_ext 2025-03-21T20:21:30.9924715Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:30.9925713Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:30.9926971Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:21:30.9928871Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-03-21T20:21:30.9931294Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-03-21T20:21:30.9934005Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:21:30.9936678Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-03-21T20:21:30.9938392Z installing to pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:30.9938874Z running install 2025-03-21T20:21:30.9939201Z running install_lib 2025-03-21T20:21:30.9939597Z creating pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:30.9940147Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-03-21T20:21:30.9940806Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-03-21T20:21:30.9941524Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-03-21T20:21:30.9942755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9944447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9946157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9947948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9949732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9951466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9953188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9954942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9956722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9958508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9960415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-03-21T20:21:30.9961716Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-03-21T20:21:30.9963089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9965125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9967257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9969272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9971190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9973110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9975184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9977382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9979485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9981555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9983587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9985576Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9987599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9989587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9991583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:30.9993591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0002129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0004849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0007263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0009320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0011323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0013563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0015639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0017721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0019821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0021835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0023895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0026254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0028228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0030252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0032294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0034341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0036323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0038262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0040267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0042297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0044358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0046502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:21:31.0048252Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:21:31.0049832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0052018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0054379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0056571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0058776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0061019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0063248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0065459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0067874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:21:31.0069479Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-03-21T20:21:31.0070873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0072828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0074785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0076689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0078610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0080534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0082449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0084396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0086363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0088270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0090358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0092395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0094505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0096459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0114911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0116953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0118870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0120802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0122741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0125044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0126976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0128892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0130845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0132828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0135064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0136999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0138935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0140918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0142895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0144860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0146835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0149020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0151134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0153087Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0155019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0156932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0158862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0160797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0162733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0164738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0166967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0169033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0171051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0173004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0175075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-03-21T20:21:31.0176499Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:21:31.0178034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:31.0179998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:31.0182032Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:31.0184146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:31.0186294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:21:31.0187743Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-03-21T20:21:31.0189193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:31.0191035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:31.0192893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:31.0194746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-03-21T20:21:31.0196100Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:21:31.0197583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0199662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0201921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0203989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0206336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0208441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0210618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0212821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0215080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:21:31.0216529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-03-21T20:21:31.0218010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0220069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0222091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0224119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0226202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0228337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0230626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0232747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0234821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:21:31.0236255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:21:31.0237651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0239560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0241482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0243399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0245314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0247396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0249395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0251380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0253405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0255318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0257252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0259191Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0261186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0263183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0265144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0267124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0269160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0271289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0273233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0275146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0277090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0279040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0280963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0282871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0284758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0286713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0288908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0290894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0292889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0294946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0296875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0298820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0300746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0303216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0305172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0313507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0315559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0317533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0319859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0321842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0323738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0325668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0327672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0329645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0331591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0333767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0335717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0337898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0339860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0341818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0343825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0345854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0347847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0349798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0351757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0353708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0355639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0357562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0359481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0361539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0363549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0365605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0367616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0369538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:21:31.0370955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:21:31.0372471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0374706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0376831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0379109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0381307Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0383512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0385708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0387931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0390112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0392318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:21:31.0393925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:21:31.0395514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:21:31.0397081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:21:31.0398513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:31.0400563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:31.0403056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:31.0405107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:21:31.0406587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:21:31.0408047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:21:31.0409513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-03-21T20:21:31.0410893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-03-21T20:21:31.0412311Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-03-21T20:21:31.0413427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:31.0415206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:21:31.0417029Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:21:31.0418529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:31.0420681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:31.0423677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:21:31.0425836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0428060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0431033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0433868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0436736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0439622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0442506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0445522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0448377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0451158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0454201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0457161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0460015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0462865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0465845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0468610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0471462Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0474319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0477202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0480104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0483020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0485871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0488843Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0491745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0494685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0497570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0500405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0503333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0506158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0509246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0512152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0515150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0518063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0520922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0523779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:21:31.0525749Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:21:31.0527005Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:31.0529104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:21:31.0531234Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:31.0533673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:21:31.0535782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:31.0537697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:21:31.0555925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-03-21T20:21:31.0557503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:31.0559441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:31.0561379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:31.0563307Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-03-21T20:21:31.0564885Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:31.0566834Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:31.0569854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:21:31.0571758Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-03-21T20:21:31.0573591Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0575888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0578108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0580367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0582621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0584869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0587114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0589369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0591737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0593979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:21:31.0595485Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-03-21T20:21:31.0596789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:31.0598632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:31.0600515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-03-21T20:21:31.0602102Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:21:31.0603531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:31.0605684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:21:31.0607316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:21:31.0609037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:31.0611132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:31.0613336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:31.0615458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:21:31.0616924Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-03-21T20:21:31.0618274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-03-21T20:21:31.0619675Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0621101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0623236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0625387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0627473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0629564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0631889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0634166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0636375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0638456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0640542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0642722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0644872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0647036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0649146Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0651374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0653616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0655714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0657833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0659997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0662234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0664393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0666498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0668626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0670789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0673012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0675269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0677405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0679428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:21:31.0680867Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0682325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0684396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0686460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0688568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0690680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0692841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0695003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0697086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0699203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0701413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0703557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0705595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0707643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0709692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0711724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0713804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0716199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0718392Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0720457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0722510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0724561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0726614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0728675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0730725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0732747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0735135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0737206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0739274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0741393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0743487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0745560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0747634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0749759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0751891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0753960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0756002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0758182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0760282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0762396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0764459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0766489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0768535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0770600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0772690Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0774982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0777003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0779020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0781019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0783028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0785038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0787060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0789099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0791167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0793228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0795273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0797343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0799557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0801802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0803889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0805993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0808034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0810090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0812175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0814419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0816761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0818911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0821018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0823072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0825121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0827188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0829263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0831301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0833351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0835439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0837554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0839721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0842137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0844304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0846391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0848474Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:21:31.0849945Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:21:31.0851435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:21:31.0852912Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:21:31.0854548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:31.0856719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:31.0859022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:21:31.0860531Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:21:31.0862077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:31.0864277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:31.0866454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:31.0868585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:21:31.0870182Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:31.0872023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:21:31.0873805Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:21:31.0875407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:31.0877679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:31.0880004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:21:31.0881588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:21:31.0883120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:31.0885186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:31.0887193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:21:31.0888611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:21:31.0890052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:31.0892034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:21:31.0893515Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:21:31.0894393Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:31.0895812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:21:31.0897211Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-03-21T20:21:31.0898703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0900610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0902733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0904715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0906755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0908845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0910925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0912926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0914879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0916816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0918739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0920684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0922916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0924934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0926913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-03-21T20:21:31.0928404Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-03-21T20:21:31.0930051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:31.0932387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:31.0934675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-03-21T20:21:31.0936135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-03-21T20:21:31.0937405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:31.0939193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:31.0941267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:31.0943036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:31.0944854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-03-21T20:21:31.0946239Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0947629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0949638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0951763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0953852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0955973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0958092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0960205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0962302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:21:31.0963908Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:21:31.0965551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:21:31.0967137Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:21:31.0968672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:21:31.0970201Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:21:31.0971662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:21:31.0973160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:21:31.0974253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:21:31.0975306Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0977113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0979678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0982439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0984904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0987325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0989783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0992238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0994818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0997453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.0999946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1002531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1005158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1007664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1010085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1012593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1015296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1017918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1020533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1023054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1025794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1028428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1031078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1033598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1036132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1038665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1041104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1043494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1045923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1048391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1050993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1053641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1056182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1058648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1061137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1063748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1066354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1068957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1071380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1073812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1076303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1078781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1081224Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1083648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1086127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1088601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1091076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1093818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1096416Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1099004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1101921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1104443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1107015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1109521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1112279Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1114854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1117404Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1119915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1122434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1124921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1127353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1129852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1132366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:21:31.1134242Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:21:31.1135911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:31.1138399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:31.1140767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:31.1143028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:21:31.1144546Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-03-21T20:21:31.1145981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:31.1148025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:31.1150127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:21:31.1151667Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:31.1153201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:31.1155534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:31.1157858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:21:31.1159560Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1161228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1163525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1165878Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1168262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1170640Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1172956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:21:31.1174627Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:21:31.1176133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:21:31.1177641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:21:31.1178755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:31.1180398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:21:31.1182081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:21:31.1183280Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1185314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1188127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1190880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1193674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1196364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1199135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1201995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:21:31.1212823Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:31.1215273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:21:31.1217390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:21:31.1218696Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:21:31.1220153Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:31.1222634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:21:31.1224725Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:21:31.1225653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:21:31.1226658Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1228378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1231070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1233499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1235857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1238302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1240716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:21:31.1242277Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-03-21T20:21:31.1243564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:31.1245421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-03-21T20:21:31.1246838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1248552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1250664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1252865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1255098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1257152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1259273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1261400Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1263479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1265612Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1267877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1270045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1272268Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1274365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:21:31.1275821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1277289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1279362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1281435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1283463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1285504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1287593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1289807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1291824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1293989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1296071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1298131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1300176Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1302536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1304777Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1306896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1308937Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1318822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1321414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1323577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1325684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1327865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1330058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1332152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1334332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1336411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1338491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1340842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1342929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1345003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1347068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1349164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1351266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1353327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1355376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1357441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1359514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1361613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1363861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1365983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1368075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1370183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1372342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1375868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1378035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1380086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1382182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:21:31.1383918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:21:31.1385427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:31.1387574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:21:31.1389197Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1390831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1393115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1395487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1397851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1400219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1402807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:21:31.1404490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:31.1406209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:31.1408724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:21:31.1410400Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:21:31.1412003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:31.1414483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:21:31.1416194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:21:31.1419136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:31.1421555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:31.1423887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:31.1426135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:21:31.1427928Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:21:31.1429381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:31.1431478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:21:31.1433008Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1434564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1436670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1438809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1440995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1443183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1445390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1447602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1449787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1452116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1454430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1456613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1458828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1460949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:21:31.1462443Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1463907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1465926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1467999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1470263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1472344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1474375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1476408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1478533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1480673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1482738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1484824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1486879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1488917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1490968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1493190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1495425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1497535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1499624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1501918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1503976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1506050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1508152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1510240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1512585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1514677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1528819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1530954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1533011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1535162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1537308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1539435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1541483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1543541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1545607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1547986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1550142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1552205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1554271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1556411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1558540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:21:31.1560038Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1561657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1563956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1566485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1568842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1571132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1573551Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1575895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:21:31.1577542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:31.1579246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:31.1581619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:31.1583993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:21:31.1585699Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:31.1587454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:31.1590065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:21:31.1591786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:21:31.1593314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:31.1595415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:21:31.1596964Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:21:31.1597952Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:31.1599599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:31.1601509Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:21:31.1602701Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:31.1604584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:31.1607415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:31.1609950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:21:31.1611766Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:21:31.1612914Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:31.1614895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:21:31.1617292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:21:31.1619048Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:31.1620728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:31.1623012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:21:31.1624670Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:31.1626442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:31.1628207Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:31.1630348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:31.1633119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:31.1635880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:21:31.1637786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:21:31.1638958Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:31.1640869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:31.1643476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:21:31.1645935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:21:31.1647653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:31.1649592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:31.1652043Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:21:31.1653899Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:21:31.1655022Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:31.1656881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:31.1659491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:31.1662227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:31.1664946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:21:31.1666816Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1668624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1671069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1673702Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1676351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1679029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1683195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1685971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1688752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1691486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1694367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1697054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1699762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1702566Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1705202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1707906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1710669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1713456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1716257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1719165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1721845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1724466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1727143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1729817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1732571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1735485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1738183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1741065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:21:31.1742956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1744818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1747394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1749974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1752604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1755297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1757921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1760495Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1763201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1765824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1768401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1770975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1773724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1776340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1778844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1781334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1783948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1786477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1789076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1791667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1794203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1796748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1799316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1802029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1804628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1807374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1809907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1812440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1815106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1817676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1820240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1822805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1825367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1828113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1830703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1833320Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1835923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1838487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1841078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1843681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1846319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1848932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1851512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1854096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1856619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1859118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1861633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1864234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1866885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1869509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1872338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1875080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1877736Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1880388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1883060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1885726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1888376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1891021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1893776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1896563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1899276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1902090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1904770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1907323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1909862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1912486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1915356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1918018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1920590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1923119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1925621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1928158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1930692Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1933179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1935700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:21:31.1938114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:21:31.1939935Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:21:31.1941391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:31.1943372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:31.1945336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:31.1947348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:21:31.1948782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-03-21T20:21:31.1949583Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-03-21T20:21:31.1950910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:31.1952842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-03-21T20:21:31.1954302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1955944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1958107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1960306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1962461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1964631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1966858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1969079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1971313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1973644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1975893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1978111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1980396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1982628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1984799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1986931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1989117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1991273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1993425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1995571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1997704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:21:31.1999493Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:21:31.2001011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:31.2003321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:21:31.2004940Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:21:31.2006603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:31.2008929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:31.2011235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:21:31.2012798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:21:31.2014336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2016368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2060535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2062719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2065111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2067223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2069285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:21:31.2070754Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:21:31.2072224Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:31.2074252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:21:31.2075713Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-03-21T20:21:31.2076634Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:21:31.2078188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:31.2080423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:21:31.2082326Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:21:31.2083905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:31.2086164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:21:31.2087828Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:31.2089409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:31.2091649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:21:31.2093355Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:21:31.2094959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:31.2097189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:21:31.2098769Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:21:31.2099798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:31.2101758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:21:31.2103506Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:31.2105446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:21:31.2107773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:21:31.2109226Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-03-21T20:21:31.2110052Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-03-21T20:21:31.2111417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2113314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2115274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2117266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2119211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2121140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2123360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2125375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2127390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2129357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2131265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2133234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2135316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2137254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2139188Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2141129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2143039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2144456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:31.2146062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:31.2148420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:31.2150714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:31.2152904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:21:31.2154445Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2156021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2158209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2160445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2162598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2164922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2167208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2169456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2171685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:21:31.2173879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2175906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2177962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:21:31.2179419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:21:31.2180849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:31.2182840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:31.2184864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:31.2186864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:21:31.2188284Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-03-21T20:21:31.2189849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:31.2191852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:31.2193867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:21:31.2195377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:31.2196897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:21:31.2198496Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:31.2200248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:31.2202799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:21:31.2204534Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:31.2206550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:31.2208982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:31.2211425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:21:31.2213136Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:31.2214846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:21:31.2216555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:31.2218380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:21:31.2220272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:31.2222304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:31.2225126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:31.2227915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:21:31.2229932Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:31.2232157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:31.2234981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:31.2237744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:31.2240497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:21:31.2242531Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:31.2244592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:31.2247405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:31.2250349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:31.2253169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:21:31.2255269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:31.2257220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:31.2259952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:21:31.2261906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:31.2263859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:31.2266581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:21:31.2268605Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2270615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2273423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2276347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2279170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2281962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2284753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2287535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:21:31.2289491Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:31.2291265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:31.2293892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:31.2296372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:31.2298859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:21:31.2300615Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:21:31.2301818Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2303716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2306389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2309095Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2311791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2314441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2317089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2319964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2322644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2325262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2327842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2330452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2333125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2335897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2338747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2341395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:21:31.2343068Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-03-21T20:21:31.2344174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-03-21T20:21:31.2345320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-03-21T20:21:31.2346544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2348289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2350035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2351770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2353590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2355411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2357149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-03-21T20:21:31.2358481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-03-21T20:21:31.2359884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:31.2361952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:31.2363957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:31.2366010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-03-21T20:21:31.2367423Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-03-21T20:21:31.2368161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-03-21T20:21:31.2368985Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-03-21T20:21:31.2369884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2371419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2373836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2375977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2378203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2380271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:21:31.2381779Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2383250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2385294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2387407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2389482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2391539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2393699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2395853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2397965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:21:31.2399427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-03-21T20:21:31.2400800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:31.2402778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:31.2404607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:31.2406421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-03-21T20:21:31.2407801Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:21:31.2409266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:31.2411281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:21:31.2412706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-03-21T20:21:31.2414144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:31.2416005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-03-21T20:21:31.2417663Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:21:31.2419195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:31.2421297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:21:31.2422955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2424929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2427626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2430314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2433052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2435678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2438287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:21:31.2440126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:21:31.2441824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:31.2443956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:21:31.2445470Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:21:31.2446980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:31.2449058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:21:31.2450559Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:21:31.2452070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:31.2454277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:21:31.2455740Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-03-21T20:21:31.2457113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2459190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2461148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2463116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2465101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2467102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2469086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2471143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2473204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2475203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2477177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2479094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2481011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2483097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2485100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-03-21T20:21:31.2486619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:21:31.2488173Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:31.2490348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:21:31.2491982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:21:31.2493772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:31.2496212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:31.2498547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:31.2501041Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:21:31.2502816Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:21:31.2504343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:31.2506470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:31.2507449Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:21:31.2507961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2509126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2510374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2511563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2512778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2513930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2515402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2516626Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2517817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2519047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2520231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2521383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2522537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2523714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2525178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2526439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2540202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2541433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:21:31.2541839Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:21:31.2542955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:31.2543989Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:31.2545044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:21:31.2545468Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:21:31.2546511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:21:31.2546941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:21:31.2548063Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:21:31.2548593Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:31.2549713Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:31.2550919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:31.2552052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:31.2553253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:21:31.2553717Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:31.2554794Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:31.2555896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:31.2557136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:31.2558240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:21:31.2558752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:31.2559881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:21:31.2560414Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:31.2561624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:31.2562896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:21:31.2563416Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:31.2564579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:31.2565745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:21:31.2566299Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:31.2567636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:31.2568973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:21:31.2569341Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-03-21T20:21:31.2570218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:31.2571152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:31.2572057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:31.2572942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-03-21T20:21:31.2573551Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-03-21T20:21:31.2574535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:31.2575497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:21:31.2575991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-03-21T20:21:31.2576858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:31.2577734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-03-21T20:21:31.2578112Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:21:31.2579050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:31.2580010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:21:31.2580415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:21:31.2581383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:31.2582348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:21:31.2582754Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:21:31.2583716Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:31.2666393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:21:31.2666860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:31.2668224Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:21:31.2668641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2669582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2670507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2671476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2672443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2673446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:21:31.2673830Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:21:31.2674762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:31.2675749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:21:31.2676342Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:21:31.2677232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:31.2678203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:21:31.2678559Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-03-21T20:21:31.2679444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:31.2680343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-03-21T20:21:31.2680700Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-03-21T20:21:31.2681570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:31.2682475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-03-21T20:21:31.2682908Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:21:31.2683910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:31.2684927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:21:31.2685311Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-03-21T20:21:31.2686232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:31.2687283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:21:31.2687702Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:21:31.2688645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:31.2689593Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:21:31.2689968Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-03-21T20:21:31.2690347Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:21:31.2691324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:21:31.2691582Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-03-21T20:21:31.2692234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2692892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2693756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2694588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2695261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2695960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2696661Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2697304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2697990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2698730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2699483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2700149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2700860Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2701737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2702423Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2703136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2703813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2704647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2705333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2705991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2706642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2707280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2707950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2708581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.2708919Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-03-21T20:21:31.2780853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2781645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2782445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2783637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2784466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2785270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2786069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2786912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2787704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2788069Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-03-21T20:21:31.2788904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:31.2789762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:31.2790700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:31.2791634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:31.2792507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:21:31.2793325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2794248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-03-21T20:21:31.2794570Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-03-21T20:21:31.2795367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2796177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2797023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2797846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2798657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2799408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-03-21T20:21:31.2799866Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:31.2801004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:31.2802507Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:31.2803699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:31.2804866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:21:31.2805201Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-03-21T20:21:31.2806160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2807164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2808124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2809040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2809959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2810844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2811827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2812699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2813996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2814948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2815850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2816763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2817696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2818622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2819568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2820466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2821535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2822385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-03-21T20:21:31.2822753Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:21:31.2823764Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:31.2824749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:21:31.2825142Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:31.2917223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:31.2918393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:31.2919406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:21:31.2919721Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-03-21T20:21:31.2920470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:31.2921239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:31.2922227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:31.2923145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-03-21T20:21:31.2923770Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-03-21T20:21:31.2924570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:31.2925324Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-03-21T20:21:31.2925673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-03-21T20:21:31.2926534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:21:31.2926921Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:21:31.2928092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:21:31.2928429Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-03-21T20:21:31.2929245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:31.2929599Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:21:31.2930487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:31.2931587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:21:31.2931960Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:21:31.2932885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:31.2934012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:31.2934940Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:21:31.2935289Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:21:31.2936158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:31.2937080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:21:31.2937470Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:21:31.2938435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:21:31.2938807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:21:31.2939698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:31.2940615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:21:31.2940976Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:21:31.2942052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:31.2943024Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:21:31.2943873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:21:31.2944205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-03-21T20:21:31.2945125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-03-21T20:21:31.2945414Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-03-21T20:21:31.2946116Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:31.2946869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:31.2947810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-03-21T20:21:31.2948165Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-03-21T20:21:31.2948964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-03-21T20:21:31.2949395Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-03-21T20:21:31.2950186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:31.2950977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:31.2951734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-03-21T20:21:31.2952065Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-03-21T20:21:31.2952959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-03-21T20:21:31.2953264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-03-21T20:21:31.2954018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2954914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2955725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2956562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2957440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2958277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2959141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2960128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.2961025Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3034922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3035888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3036756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3037594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3038470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3039368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3040156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3041346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3042147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3042969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3043827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3044697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3045503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3046372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3047327Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3048212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3049058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3049942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3050782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3051569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3052601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3053638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3054499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-03-21T20:21:31.3054805Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-03-21T20:21:31.3055579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:31.3056371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:31.3057149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-03-21T20:21:31.3057478Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-03-21T20:21:31.3058297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:31.3059199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:31.3060186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-03-21T20:21:31.3060484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-03-21T20:21:31.3061216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3062019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3062749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3063520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3064286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3065020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3065763Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-03-21T20:21:31.3066064Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-03-21T20:21:31.3066816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3067545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3068365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3069192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3069931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3070852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3071650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3072403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3073180Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3073988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3074872Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3075614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3076403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3077239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3078225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3270106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3271011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3271785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3272568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3273326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3274149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3275018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3275851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3276649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3277467Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3278282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3279023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3280101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3280886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3281695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3282469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3283269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-03-21T20:21:31.3283607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-03-21T20:21:31.3284495Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:31.3285336Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:31.3286225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:31.3287076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-03-21T20:21:31.3287680Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-03-21T20:21:31.3288622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-03-21T20:21:31.3289300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-03-21T20:21:31.3289597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-03-21T20:21:31.3289953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/android_test 2025-03-21T20:21:31.3290854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/android_test 2025-03-21T20:21:31.3291211Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-03-21T20:21:31.3292089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:31.3292958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-03-21T20:21:31.3293428Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-03-21T20:21:31.3294296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:21:31.3294720Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3295704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3296790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3297979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3299044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3300077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:21:31.3300456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:21:31.3301589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:21:31.3301943Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-03-21T20:21:31.3302827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:31.3303689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:31.3304547Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-03-21T20:21:31.3304955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:21:31.3306005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:21:31.3306565Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-03-21T20:21:31.3307495Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:31.3307873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-03-21T20:21:31.3308845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:31.3309882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:31.3310894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:21:31.3311812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:31.3312911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-03-21T20:21:31.3313252Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-03-21T20:21:31.3387160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-03-21T20:21:31.3387579Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-03-21T20:21:31.3388494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-03-21T20:21:31.3388825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-03-21T20:21:31.3390072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-03-21T20:21:31.3390516Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-03-21T20:21:31.3391563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:31.3392009Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:21:31.3393071Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:21:31.3394123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:21:31.3394513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-03-21T20:21:31.3394945Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:21:31.3396005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:31.3397028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:21:31.3397638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:21:31.3398774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:21:31.3399082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-03-21T20:21:31.3399458Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3400368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3401443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3402402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3403356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3404369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3405395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3406395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3407357Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3407807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:31.3409126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:21:31.3409688Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:21:31.3410251Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:31.3411535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:31.3412783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:21:31.3413865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:21:31.3414215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-03-21T20:21:31.3415080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3415957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3416867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3418003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3418928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3419870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-03-21T20:21:31.3420224Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-03-21T20:21:31.3421106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:31.3422074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:31.3422991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:31.3423880Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-03-21T20:21:31.3424269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:21:31.3425209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:31.3426211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:31.3427197Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:31.3428366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:21:31.3428755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:21:31.3429675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:31.3430609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:31.3431563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:31.3505433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:21:31.3505913Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:21:31.3506944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:21:31.3507322Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:21:31.3508245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:21:31.3509139Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:31.3510308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:31.3511509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:31.3512690Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:31.3513873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:21:31.3514431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:21:31.3515026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:31.3516387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:31.3517757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:21:31.3518174Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:21:31.3518645Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:31.3519784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:21:31.3520066Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-03-21T20:21:31.3520590Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-03-21T20:21:31.3521446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:31.3521812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-03-21T20:21:31.3522775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:31.3523798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:31.3524817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:21:31.3525693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:31.3526643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-03-21T20:21:31.3526925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-03-21T20:21:31.3527623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-03-21T20:21:31.3528094Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-03-21T20:21:31.3528972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:31.3529915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:21:31.3530321Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:21:31.3531354Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:21:31.3531733Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-03-21T20:21:31.3532158Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:21:31.3532620Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:31.3533823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:21:31.3534822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:31.3535925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:31.3537022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:31.3538074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:21:31.3538512Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:21:31.3539111Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:31.3540290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:21:31.3541328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:31.3542480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:31.3543569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:21:31.3543974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:21:31.3545004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:31.3546002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:31.3547129Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:21:31.3547528Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:21:31.3548525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:21:31.3549431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:31.3638007Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:31.3638983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:21:31.3639383Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-03-21T20:21:31.3640281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:31.3641178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-03-21T20:21:31.3641508Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-03-21T20:21:31.3642360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:31.3643189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:31.3643567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:21:31.3644502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:21:31.3645725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:31.3646609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-03-21T20:21:31.3646942Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-03-21T20:21:31.3647772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:31.3648627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-03-21T20:21:31.3649001Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:21:31.3649968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:21:31.3650315Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-03-21T20:21:31.3651149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:31.3652021Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:31.3652914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:31.3654160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-03-21T20:21:31.3654530Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:21:31.3655517Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:31.3656509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:31.3657520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:21:31.3657922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:21:31.3658927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:31.3659972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:21:31.3660338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-03-21T20:21:31.3661239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:31.3662237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:31.3663271Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-03-21T20:21:31.3663552Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-03-21T20:21:31.3664361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-03-21T20:21:31.3664686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-03-21T20:21:31.3665492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-03-21T20:21:31.3665804Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-03-21T20:21:31.3666142Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-03-21T20:21:31.3667056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:21:31.3667315Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-03-21T20:21:31.3668118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:31.3668803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:31.3669521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-03-21T20:21:31.3669791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-03-21T20:21:31.3670506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:31.3671332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-03-21T20:21:31.3671941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-03-21T20:21:31.3672205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-03-21T20:21:31.3672508Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-03-21T20:21:31.3673365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-03-21T20:21:31.3673639Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-03-21T20:21:31.3673977Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-03-21T20:21:31.3674355Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-03-21T20:21:31.3674784Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3675819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3676873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3677893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3678898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3679919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3680969Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3730829Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3732045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3733128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3734366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3735453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3736518Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3737541Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3738552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3739793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3740865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3741966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:21:31.3742462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:31.3743603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:21:31.3744190Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:31.3745548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:31.3746871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:21:31.3747398Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3748625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3749876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3751254Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3752566Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3753787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:21:31.3754318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3755529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3756767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3757978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3759186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3760504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3761700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3762916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3764136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3765346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3766578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3767800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3769009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3770240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3771590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:21:31.3772161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:21:31.3772752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:21:31.3773455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:31.3774871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:31.3776273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:21:31.3823737Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3825190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3826610Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3828372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3829765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3831128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3832575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3833954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3835397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3836771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:21:31.3837205Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:21:31.3838302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:31.3839641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:31.3840790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:31.3841968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:21:31.3842442Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:31.3843572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:21:31.3844028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3845114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3846205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3847295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3848529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3849643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3850701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3851813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3852912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3854115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3855201Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3856280Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:21:31.3856764Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:31.3857954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:21:31.3858364Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-03-21T20:21:31.3858855Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:31.3860261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:31.3861491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:31.3862619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:21:31.3863240Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:21:31.3864321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:31.3865463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:31.3866568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:31.3867697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:21:31.3868306Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:21:31.3869488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:31.3870668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:31.4514363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:21:31.4514647Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-03-21T20:21:31.4515037Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-03-21T20:21:31.4515744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:31.4516426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-03-21T20:21:31.4516599Z running install_egg_info 2025-03-21T20:21:31.4517150Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:21:31.4517296Z running install_scripts 2025-03-21T20:21:31.4517715Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:21:31.4518565Z creating '/tmp/pip-wheel-6kluzhbc/.tmp-4heia4ai/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-03-21T20:21:31.4518736Z adding 'executorch/version.py' 2025-03-21T20:21:31.4519034Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:21:31.4519321Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:21:31.4519662Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:21:31.4519949Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:21:31.4520665Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:21:31.4520993Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:21:31.4521347Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:21:31.4521671Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:21:31.4522067Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:21:31.4522415Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:21:31.4522758Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:21:31.4522978Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:21:31.4523231Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:21:31.4523510Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:21:31.4523829Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:21:31.4524115Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:21:31.4524388Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:21:31.4524683Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:21:31.4525005Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:21:31.4525296Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:21:31.4525634Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:21:31.4526173Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:21:31.4526504Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:21:31.4526778Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:21:31.4527057Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:21:31.4527387Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:21:31.4527674Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:21:31.4527941Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:21:31.4528296Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:21:31.4528878Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:21:31.4529221Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:21:31.4529528Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:21:31.4529910Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:21:31.4530232Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:21:31.4530613Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:21:31.4531065Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:21:31.4531538Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:21:31.4531950Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:21:31.4532244Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:21:31.4532618Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:21:31.4532971Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:21:31.4533539Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:21:31.4533874Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:21:31.4534248Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:21:31.4534570Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:21:31.4534871Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:21:31.4535262Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:21:31.4535670Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:21:31.4535935Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:21:31.4536199Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:21:31.4536523Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:21:31.4536769Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:21:31.4537104Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:21:31.4537387Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:21:31.4537661Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:21:31.4537952Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:21:31.4538238Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:21:31.4538591Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:21:31.4538907Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:21:31.4539415Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:21:31.4539823Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:21:31.4540117Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:21:31.4540444Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:21:31.4540819Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:21:31.4541197Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:31.4541740Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:21:31.4542156Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:21:31.4542546Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:21:31.4542857Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:21:31.4543320Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:21:31.4543665Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:21:31.4543991Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:21:31.4544360Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:21:31.4544683Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:21:31.4545095Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:21:31.4545454Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:21:31.4545829Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:21:31.4546141Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:21:31.4546520Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:21:31.4546912Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:21:31.4547407Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:21:31.4547834Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:21:31.4548186Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:21:31.4548572Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:21:31.4548948Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:21:31.4549395Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:21:31.4549717Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:21:31.4550155Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:21:31.4550490Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:21:31.4550896Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:21:31.4551310Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:21:31.4551738Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:21:31.4552146Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:21:31.4552480Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:21:31.4552888Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:31.4553303Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:21:31.4553699Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:21:31.4554094Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:21:31.4554434Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:21:31.4554823Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:21:31.4555205Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:21:31.4555647Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:21:31.4556095Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:21:31.4556502Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:21:31.4556928Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:21:31.4557242Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:21:31.4963587Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:21:31.4964426Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:21:31.4964687Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:21:31.4964973Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:21:31.4965400Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:21:31.4965701Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:21:31.4966043Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:21:31.4966299Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:21:31.4966591Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:21:31.4966844Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:21:31.4967292Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:21:31.4967590Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:21:31.4967848Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:21:31.4968131Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:21:31.4968395Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:21:31.4968757Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:21:31.4969134Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:21:31.4969454Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:21:31.4969722Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:21:31.4969990Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:21:31.4970270Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:21:31.4970687Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:21:31.4971027Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:21:31.4971320Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:21:31.4971625Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:21:31.4971918Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:21:31.4972225Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:21:31.4972652Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:21:31.4972935Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:21:31.4973758Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:21:31.4974073Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:21:31.4974377Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:21:31.4974753Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:21:31.4975018Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:21:31.4975312Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:21:31.4975581Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:21:31.4975889Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:21:31.4976188Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:21:31.4976695Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:21:31.4977000Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:21:31.4977366Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:21:31.4977674Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:21:31.4977975Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:21:31.4978335Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:21:31.4978614Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:21:31.4978936Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:21:31.4979285Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:21:31.4979710Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:21:31.4980178Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:21:31.4980491Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:21:31.4980767Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:21:31.4981029Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:21:31.4981325Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:21:31.4981687Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:21:31.4982079Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:21:31.4982431Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:21:31.4982773Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:21:31.4983154Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:21:31.4983524Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:21:31.4983963Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:21:31.4984485Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:21:31.4984825Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:21:31.4985164Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:21:31.4985485Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:21:31.4985800Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:21:31.4986090Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:21:31.4986615Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:21:31.4987013Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:21:31.4987376Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:21:31.4987732Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:21:31.4988047Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:21:31.4988383Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:21:31.4988691Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:21:31.4988967Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:21:31.4989701Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:21:31.4990002Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:21:31.4990306Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:21:31.4990757Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:21:31.4991053Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:21:31.4991333Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:21:31.4991655Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:21:31.4991983Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:21:31.4992356Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:21:31.4992712Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:21:31.4993011Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:21:31.4993296Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:21:31.4993629Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:21:31.4993950Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:21:31.4994338Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:21:31.4994605Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:21:31.4994876Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:21:31.4995195Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:21:31.4995607Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:21:31.4995965Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:21:31.4996229Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:21:31.4996504Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:21:31.4996825Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:21:31.4997138Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:21:31.4997456Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:21:31.4997861Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:21:31.4998165Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:21:31.4998513Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:21:31.4998829Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:21:31.4999122Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:21:31.4999421Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:21:31.4999795Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:21:31.5000083Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:21:31.5000399Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:21:31.5000697Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:21:31.5000994Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:21:31.5001551Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:21:31.5001846Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:21:31.5002179Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:21:31.5002501Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:21:31.5002807Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:21:31.5003232Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:21:31.5003636Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:21:31.5003922Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:21:31.5004200Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:21:31.5004528Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:21:31.5005028Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:21:31.5005457Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:21:31.5005806Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:21:31.5006180Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:21:31.5006477Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:21:31.5006753Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:21:31.5007061Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:21:31.5007396Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:21:31.5007727Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:21:31.5007992Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:21:31.5008314Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:21:31.5008608Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:21:31.5009073Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:21:31.5009361Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:21:31.5009636Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:21:31.5010021Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:21:31.5444182Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:21:31.5444745Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:21:31.5445577Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:21:31.5446014Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:21:31.5446405Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:21:31.5446962Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:21:31.5447428Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:21:31.5447903Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:21:31.5448361Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:21:31.5448744Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:21:31.5449066Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:21:31.5449521Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:21:31.5449878Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:21:31.5450193Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:21:31.5450509Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:21:31.5451045Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:21:31.5451560Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:21:31.5452241Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:21:31.5452859Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:21:31.5453529Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:21:31.5454028Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:21:31.5454545Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:21:31.5455120Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:21:31.5455659Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:21:31.5456415Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:21:31.5456879Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:21:31.5457404Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:21:31.5457972Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:21:31.5458664Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:21:31.5459164Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:21:31.5459719Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:21:31.5460158Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:21:31.5460692Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:21:31.5461270Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:21:31.5461825Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:21:31.5462362Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:21:31.5462895Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:21:31.5463437Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:21:31.5464049Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:21:31.5464666Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:21:31.5465163Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:21:31.5465707Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:21:31.5466259Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:21:31.5466731Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:21:31.5467297Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:21:31.5467800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:21:31.5468275Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:21:31.5468875Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:21:31.5469451Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:21:31.5469910Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:21:31.5470636Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:21:31.5471090Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:21:31.5471535Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:21:31.5472061Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:21:31.5472568Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:21:31.5483802Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:21:31.5484188Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:21:31.5484443Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:21:31.5484695Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:21:31.5485170Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:21:31.5485436Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:21:31.5485740Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:21:31.5486001Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:21:31.5486219Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:21:31.5486471Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:21:31.5486748Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:21:31.5487030Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:21:31.5487305Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:21:31.5487549Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:21:31.5487764Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:21:31.5488061Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:21:31.5488303Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:21:31.5488542Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:21:31.5488789Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:21:31.5489033Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:21:31.5489246Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:21:31.5489549Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:21:31.5489990Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:21:31.5490280Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:21:31.5490533Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:21:31.5490881Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:21:31.5491202Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:21:31.5491523Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:21:31.5491826Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:21:31.5492163Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:21:31.5492520Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:21:31.5492865Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:21:31.5493224Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:21:31.5493579Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:21:31.5493834Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:21:31.5494078Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:21:31.5494307Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:21:31.5494560Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:21:31.5494805Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:21:31.5495094Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:21:31.5495338Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:21:31.5495681Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:21:31.5496003Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:21:31.5496321Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:21:31.5496705Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:21:31.5497047Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:21:31.5497356Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:21:31.5497842Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:21:31.5498302Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:21:31.5498711Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:21:31.5499098Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:21:31.5820171Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:21:31.5820672Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:21:31.5821099Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:21:31.5821501Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:21:31.5821926Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:21:31.5822363Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:21:31.5822788Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:21:31.5823197Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:21:31.5823611Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:21:31.5823989Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:21:31.5824391Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:21:31.5825238Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:21:31.5825668Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:21:31.5826091Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:21:31.5826485Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:21:31.5826895Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:21:31.5827297Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:21:31.5827704Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:21:31.5828111Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:21:31.5828435Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:21:31.5828796Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:21:31.5829133Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:21:31.5829497Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:21:31.5829931Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:21:31.5830410Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:21:31.5830877Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:21:31.5831423Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:21:31.5831849Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:21:31.5832299Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:21:31.5832743Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:21:31.5833152Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:21:31.5833585Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:21:31.5834173Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:21:31.5834659Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:21:31.5835119Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:21:31.5835559Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:21:31.5835980Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:21:31.5836406Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:21:31.5836663Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:21:31.5836925Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:21:31.5837178Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:21:31.5837444Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:21:31.5837905Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:21:31.5838416Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:21:31.5838796Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:21:31.5839073Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:21:31.5839366Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:21:31.5839683Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:21:31.5840105Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:21:31.5840416Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:21:31.5840712Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:21:31.5841014Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:21:31.5841299Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:21:31.5841581Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:21:31.5841793Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:21:31.5842023Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:21:31.5842252Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:21:31.5842499Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:21:31.5842926Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:21:31.5843198Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:21:31.5843463Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:21:31.5843723Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:21:31.5843990Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:21:31.5844247Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:21:31.5844494Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:21:31.5844813Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:21:31.5845138Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:21:31.5845415Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:21:31.5845731Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:21:31.5846053Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:21:31.5846480Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:21:31.5846779Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:21:31.5847052Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:21:31.5847360Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:21:31.5847899Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:21:31.5848220Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:21:31.5848594Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:21:31.5848850Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:21:31.5849211Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:21:31.5849500Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:21:31.5849815Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:21:31.5850120Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:21:31.5850494Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:21:31.5850846Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:21:31.5851151Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:21:31.5851463Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:21:31.5851788Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:21:31.5852090Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:21:31.5852441Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:21:31.5852750Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:21:31.5853220Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:21:31.5853714Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:21:31.5853944Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:21:31.5854214Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:21:31.5854502Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:21:31.5854759Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:21:31.5855103Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:21:31.5855343Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:21:31.5855610Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:21:31.5855872Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:21:31.5856168Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:21:31.5856461Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:21:31.5856712Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:21:31.5856955Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:21:31.5857201Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:21:31.5857462Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:21:31.5857724Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:21:31.5857983Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:21:31.5858302Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:21:31.5858602Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:21:31.5858842Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:21:31.6299673Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:21:31.6300435Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:21:31.6301136Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:21:31.6301903Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:21:31.6302559Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:21:31.6303217Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:21:31.6304188Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:21:31.6304898Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:21:31.6305568Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:21:31.6306237Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:21:31.6306962Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:21:31.6307655Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:21:31.6308328Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:21:31.6309018Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:21:31.6309742Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:21:31.6310470Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:21:31.6311141Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:21:31.6311785Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:21:31.6312439Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:21:31.6313111Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:21:31.6313834Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:21:31.6314509Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:21:31.6315145Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:21:31.6315794Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:21:31.6316744Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:21:31.6317438Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:21:31.6318085Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:21:31.6318708Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:21:31.6319340Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:21:31.6319962Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:21:31.6320579Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:21:31.6321198Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:21:31.6321822Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:21:31.6322459Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:21:31.6323124Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:21:31.6323797Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:21:31.6324439Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:21:31.6325106Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:21:31.6325781Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:21:31.6326444Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:21:31.6327139Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:21:31.6327842Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:21:31.6328480Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:21:31.6329138Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:21:31.6329837Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:21:31.6330536Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:21:31.6331260Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:21:31.6332036Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:21:31.6332751Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:21:31.6333525Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:21:31.6334188Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:21:31.6335029Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:21:31.6335754Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:21:31.6336377Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:21:31.6337005Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:21:31.6337665Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:21:31.6338365Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:21:31.6339130Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:21:31.6339970Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:21:31.6340704Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:21:31.6341379Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:21:31.6342050Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:21:31.6342673Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:21:31.6343337Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:21:31.6344071Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:21:31.6344770Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:21:31.6345450Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:21:31.6346187Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:21:31.6347060Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:21:31.6347727Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:21:31.6348588Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:21:31.6349539Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:21:31.6350340Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:21:31.6351134Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:21:31.6351872Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:21:31.6352533Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:21:31.6353191Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:21:31.6353796Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:21:31.6354400Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:21:31.6354974Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:21:31.6355598Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:21:31.6356285Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:21:31.6356951Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:21:31.6357695Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:31.6358495Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:31.6359235Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:21:31.6359938Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:21:31.6360601Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:21:31.6361244Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:21:31.6361890Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:21:31.6362543Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:21:31.6363259Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:21:31.6363933Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:21:31.6364629Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:21:31.6365717Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:21:31.6366743Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:21:31.6367621Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:21:31.6368291Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:21:31.6368861Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:21:31.6369437Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:21:31.6369979Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:21:31.6370552Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:21:31.6371179Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:21:31.6371867Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:21:31.6372665Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:21:31.6373566Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:21:31.6374356Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:21:31.6375166Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:21:31.6375953Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:21:31.6376737Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:21:31.6377517Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:21:31.6378285Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:21:31.6379153Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:21:31.6379972Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:21:31.6380959Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:21:31.6381931Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:21:31.6382805Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:21:31.6383637Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:21:31.6384482Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:21:31.6385325Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:21:31.6386334Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:21:31.6387395Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:21:31.6388322Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:21:31.6389180Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:21:31.6698886Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:21:31.6699956Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:21:31.6700778Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:21:31.6701891Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:21:31.6702932Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:21:31.6703991Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:21:31.6705049Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:21:31.6705986Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:21:31.6706883Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:21:31.6707944Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:21:31.6709376Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:21:31.6710347Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:21:31.6711287Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:21:31.6712219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:21:31.6713033Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:21:31.6713816Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:21:31.6714636Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:21:31.6715518Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:21:31.6716401Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:21:31.6717341Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:21:31.6718290Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:21:31.6719190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:21:31.6720096Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:21:31.6721164Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:21:31.6722197Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:21:31.6723385Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:21:31.6724213Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:21:31.6725044Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:21:31.6725961Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:21:31.6726846Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:21:31.6727699Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:21:31.6728554Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:21:31.6729489Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:21:31.6730396Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:21:31.6731259Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:21:31.6732190Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:21:31.6733154Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:21:31.6734311Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:21:31.6735350Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:21:31.6736286Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:21:31.6737231Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:21:31.6738170Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:21:31.6739109Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:21:31.6740043Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:21:31.6740960Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:21:31.6741884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:21:31.6742835Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:21:31.6743892Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:21:31.6744760Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:21:31.6745658Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:21:31.6746538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:21:31.6747263Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:21:31.6748028Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:21:31.6748882Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:21:31.6749739Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:21:31.6750527Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:21:31.6751390Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:21:31.6752172Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:21:31.6753020Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:21:31.6753698Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:21:31.6754458Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:21:31.6755355Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:21:31.6756215Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:21:31.6757196Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:21:31.6758064Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:21:31.6758947Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:21:31.6759840Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:21:31.6760677Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:21:31.6761600Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:21:31.6762621Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:21:31.6763610Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:21:31.6764593Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:21:31.6765550Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:21:31.6766459Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:21:31.6767418Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:21:31.6768464Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:21:31.6769646Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:21:31.6770664Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:21:31.6771450Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:21:31.6772312Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:21:31.6773155Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:21:31.6774081Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:21:31.6774978Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:21:31.6775846Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:21:31.6776508Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:21:31.6777331Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:21:31.6778012Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:21:31.6778776Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:21:31.6779625Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:21:31.6780382Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:21:31.6781092Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:21:31.6781890Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:21:31.6782689Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:21:31.6783416Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:21:31.6784212Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:21:31.6785006Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:21:31.6785746Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:21:31.6786503Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:21:31.6787242Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:21:31.6787908Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:21:31.6788588Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:21:31.6789252Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:21:31.6790037Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:21:31.6790671Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:21:31.6791372Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:21:31.7132985Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:21:31.7133878Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:21:31.7134546Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:21:31.7135205Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:21:31.7135862Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:21:31.7136507Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:21:31.7137264Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:21:31.7138130Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:21:31.7138890Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:21:31.7139520Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:21:31.7140190Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:21:31.7140889Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:21:31.7141601Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:21:31.7142291Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:21:31.7143066Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:21:31.7143838Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:21:31.7144536Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:21:31.7145233Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:21:31.7145915Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:21:31.7146606Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:21:31.7147292Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:21:31.7147967Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:21:31.7148646Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:21:31.7149693Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:21:31.7150443Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:21:31.7151151Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:21:31.7151796Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:21:31.7152449Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:21:31.7153114Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:21:31.7153805Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:21:31.7154529Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:21:31.7155225Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:21:31.7155899Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:21:31.7156599Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:21:31.7157467Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:21:31.7158228Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:21:31.7159096Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:21:31.7159866Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:21:31.7160529Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:21:31.7161220Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:21:31.7162070Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:21:31.7163143Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:21:31.7163918Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:21:31.7164695Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:21:31.7165543Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:21:31.7166407Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:21:31.7167259Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:21:31.7168133Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:21:31.7168941Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:21:31.7169685Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:21:31.7170420Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:21:31.7171245Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:21:31.7172082Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:21:31.7172836Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:21:31.7173731Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:21:31.7174632Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:21:31.7175450Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:21:31.7176224Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:21:31.7176991Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:21:31.7177652Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:21:31.7178344Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:21:31.7179090Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:21:31.7179827Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:21:31.7180597Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:21:31.7181354Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:21:31.7182073Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:21:31.7183026Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:21:31.7183768Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:21:31.7184485Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:21:31.7185251Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:21:31.7185946Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:21:31.7186576Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:21:31.7187233Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:21:31.7187926Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:21:31.7188662Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:21:31.7189350Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:21:31.7189988Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:21:31.7190642Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:21:31.7191392Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:21:31.7192146Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:21:31.7192821Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:21:31.7193500Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:21:31.7194149Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:21:31.7195014Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:21:31.7195664Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:21:31.7196355Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:21:31.7197068Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:21:31.7197776Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:21:31.7198492Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:21:31.7199158Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:21:31.7199834Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:21:31.7200517Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:21:31.7201221Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:21:31.7202151Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:21:31.7202858Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:21:31.7203551Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:21:31.7204249Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:21:31.7204928Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:21:31.7205586Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:21:31.7206243Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:21:31.7207003Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:21:31.7207758Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:21:31.7208422Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:21:31.7209087Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:21:31.7209759Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:21:31.7210479Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:21:31.7211195Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:21:31.7211868Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:21:31.7212532Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:21:31.7213398Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:21:31.7214434Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:21:31.7215225Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:21:31.7216095Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:21:31.7217024Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:21:31.7217960Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:21:31.7218830Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:21:31.7219730Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:21:31.7220637Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:21:31.7221554Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:21:31.7222450Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:21:31.7223341Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:21:31.7224247Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:21:31.7470150Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:21:31.7471040Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:21:31.7471713Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:21:31.7472952Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:21:31.7473799Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:21:31.7474539Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:21:31.7475345Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:21:31.7476229Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:21:31.7477070Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:21:31.7477931Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:21:31.7478742Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:21:31.7479497Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:21:31.7480326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:21:31.7481306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:21:31.7482361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:21:31.7483399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:21:31.7484367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:21:31.7485339Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:21:31.7486305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:21:31.7487306Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:21:31.7488358Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:21:31.7489366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:21:31.7490319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:21:31.7491266Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:21:31.7492233Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:21:31.7493582Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:21:31.7494590Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:21:31.7495612Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:21:31.7496573Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:21:31.7497436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:21:31.7498318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:21:31.7499229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:21:31.7500140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:21:31.7501128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:21:31.7502307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:21:31.7503240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:21:31.7504182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:21:31.7505146Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:21:31.7506126Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:21:31.7507106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:21:31.7508314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:21:31.7509212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:21:31.7510134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:21:31.7511127Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:21:31.7512083Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:21:31.7513037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:21:31.7513988Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:21:31.7514903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:21:31.7515826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:21:31.7516822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7517837Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:31.7518832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:21:31.7519804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:21:31.7520772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:21:31.7521746Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:21:31.7522760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:21:31.7523739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:21:31.7524607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:21:31.7525482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:21:31.7526354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:21:31.7527236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:21:31.7528380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:21:31.7529410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:21:31.7530445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:21:31.7531457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:21:31.7532472Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7533653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7534737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:31.7535814Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:31.7536890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7537961Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7539021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:21:31.7540149Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:21:31.7541219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7542280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:21:31.7543511Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:21:31.7544604Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:21:31.7545663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:21:31.7546616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:21:31.7547556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:21:31.7548584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:21:31.7549613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:21:31.7550650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:21:31.7551602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:21:31.7552493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:21:31.7553382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:21:31.7554301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:21:31.7555221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:21:31.7556110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:21:31.7556950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:21:31.7557901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:21:31.7558957Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:21:31.7560021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:21:31.7561151Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:21:31.7562291Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:21:31.7563393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:21:32.0777718Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:21:32.0779195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:21:32.0780307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:21:32.0781509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:21:32.0782672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:21:32.0783881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:21:32.0785264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:21:32.0786665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:21:32.0787985Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:21:32.0789210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:21:32.0790514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:21:32.0791661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:21:32.0792878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:21:32.0794065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:21:32.0795885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:21:32.0797265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:21:32.0798388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:21:32.0799327Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:21:32.0800380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:21:32.0801542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:21:32.0802506Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:21:32.0803416Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:21:32.0804340Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:21:32.0805201Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:21:32.0806206Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:21:32.0807266Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:21:32.0808339Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:21:32.0809466Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:21:32.0810475Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:21:32.0811458Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:21:32.0812248Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:21:32.0812984Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:21:32.0813679Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:21:32.0814340Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:21:32.0815041Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:21:32.0815531Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:21:32.0816195Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:21:32.0817210Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:21:32.0817954Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:21:32.0818673Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:21:32.0819380Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:21:32.0820011Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:21:32.0820728Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:21:32.0821552Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:21:32.0822248Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:21:32.0823111Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:21:32.0823841Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:21:32.0824314Z adding 'executorch/data/bin/flatc' 2025-03-21T20:21:32.0824950Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:21:32.0825637Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:21:32.0826337Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:21:32.0827245Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:21:32.0828163Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:21:32.0828910Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:21:32.0829519Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:21:32.0829809Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:21:32.0830654Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:21:32.0831029Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:21:32.0831544Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:21:32.0831891Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:21:32.0832210Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:21:32.0832650Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:21:32.0833161Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:21:32.0833554Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:21:32.0834057Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:21:32.0834420Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:21:32.0834805Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:21:32.0835170Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:21:32.0835533Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:21:32.0835885Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:21:32.0836160Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:21:32.0836401Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:21:32.0836689Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:21:32.0836901Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:21:32.0837176Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:21:32.0837386Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:21:32.0837721Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:21:32.0837990Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:21:32.0838225Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:21:32.0838568Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:21:32.0838837Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:21:32.0839177Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:21:32.0839871Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:21:32.0840202Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:21:32.0840573Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:21:32.0840908Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:21:32.0841267Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:21:32.0841520Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:21:32.0841839Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:21:32.0842191Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:21:32.0842456Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:21:32.0842789Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:21:32.0843037Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:21:32.0843429Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:21:32.0843739Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:21:32.0844191Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:21:32.0844501Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:21:32.0844916Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:21:32.0845423Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:21:32.0845862Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:21:32.0846491Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:21:32.0846752Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:21:32.0847054Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:21:32.0847314Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:21:32.0847617Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:21:32.0847836Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:21:32.0848079Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:21:32.0848420Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:21:32.0848752Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:21:32.0848996Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:21:32.0849307Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:21:32.0849654Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:21:32.0849920Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:21:32.0850439Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:21:32.0851013Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:21:32.0851552Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:21:32.0852162Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:21:32.0852529Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:21:32.1276751Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:21:32.1277900Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:21:32.1278576Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:21:32.1279291Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:21:32.1279948Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:21:32.1280599Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:21:32.1281247Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:21:32.1282338Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:21:32.1282978Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:21:32.1283589Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:21:32.1284222Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:21:32.1284872Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:21:32.1285518Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:21:32.1286168Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:21:32.1286892Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:21:32.1287624Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:21:32.1288283Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:21:32.1288916Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:21:32.1289498Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:21:32.1290086Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:21:32.1290638Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:21:32.1291258Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:21:32.1291941Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:21:32.1292655Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:21:32.1293506Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:21:32.1294323Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:21:32.1295425Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:21:32.1296215Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:21:32.1296943Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:21:32.1297614Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:21:32.1298302Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:21:32.1299059Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:21:32.1300010Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:21:32.1300974Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:21:32.1302052Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:21:32.1302941Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:21:32.1303851Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:21:32.1304794Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:21:32.1305683Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:21:32.1306633Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:21:32.1307560Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:21:32.1308610Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:21:32.1309554Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:21:32.1310537Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:21:32.1311864Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:21:32.1325959Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:21:32.1327347Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:21:32.1328395Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:21:32.1329787Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:21:32.1330693Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:21:32.1331495Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:21:32.1332282Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:21:32.1333002Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:21:32.1333895Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:21:32.1334832Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:21:32.1335725Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:21:32.1336612Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:21:32.1337470Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:21:32.1338262Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:21:32.1339077Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:21:32.1339871Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:21:32.1340676Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:21:32.1341560Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:21:32.1342543Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:21:32.1343801Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:21:32.1344678Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:21:32.1345577Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:21:32.1346605Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:21:32.1347450Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:21:32.1348067Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:21:32.1348708Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:21:32.1349305Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:21:32.1349916Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:21:32.1350583Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:21:32.1351207Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:21:32.1351779Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:21:32.1352386Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:21:32.1353020Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:21:32.1353669Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:21:32.1354339Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:21:32.1354995Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:21:32.1355651Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:21:32.1356299Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:21:32.1356951Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:21:32.1357587Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:21:32.1358285Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:21:32.1359021Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:21:32.1359711Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:21:32.1360434Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:21:32.1361160Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:21:32.1362038Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:21:32.1362747Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:21:32.1363401Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:21:32.1364057Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:21:32.1364635Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:21:32.1365210Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:21:32.1365810Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:21:32.1366487Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:21:32.1367184Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:21:32.1367835Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:21:32.1368458Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:21:32.1369082Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:21:32.1369731Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:21:32.1370281Z adding 'executorch/exir/__init__.py' 2025-03-21T20:21:32.1370735Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:21:32.1371195Z adding 'executorch/exir/common.py' 2025-03-21T20:21:32.1371656Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:21:32.1372137Z adding 'executorch/exir/delegate.py' 2025-03-21T20:21:32.1372597Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:21:32.1373083Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:21:32.1373860Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:21:32.1374339Z adding 'executorch/exir/error.py' 2025-03-21T20:21:32.1374775Z adding 'executorch/exir/graph.py' 2025-03-21T20:21:32.1375232Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:21:32.1375757Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:21:32.1376265Z adding 'executorch/exir/memory.py' 2025-03-21T20:21:32.1376754Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:21:32.1377251Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:21:32.1377733Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:21:32.1378226Z adding 'executorch/exir/print_program.py' 2025-03-21T20:21:32.1378711Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:21:32.1379181Z adding 'executorch/exir/schema.py' 2025-03-21T20:21:32.1379630Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:21:32.1380088Z adding 'executorch/exir/tensor.py' 2025-03-21T20:21:32.1380537Z adding 'executorch/exir/tracer.py' 2025-03-21T20:21:32.1380986Z adding 'executorch/exir/types.py' 2025-03-21T20:21:32.1381437Z adding 'executorch/exir/version.py' 2025-03-21T20:21:32.1381893Z adding 'executorch/exir/wrap.py' 2025-03-21T20:21:32.1382369Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:21:32.1382900Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:21:32.2014467Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:21:32.2015166Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:21:32.2015764Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:21:32.2016346Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:21:32.2016897Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:21:32.2017475Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:21:32.2018050Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:21:32.2018588Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:21:32.2019154Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:21:32.2019724Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:21:32.2020306Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:21:32.2020928Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:21:32.2021622Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:21:32.2022703Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:21:32.2023317Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:21:32.2023870Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:21:32.2024457Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:21:32.2025065Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:21:32.2025630Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:21:32.2026146Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:21:32.2026852Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:21:32.2027807Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:21:32.2028808Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:21:32.2029788Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:21:32.2030648Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:21:32.2031449Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:21:32.2032265Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:21:32.2032993Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:21:32.2033671Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:21:32.2034329Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:21:32.2035313Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:21:32.2036034Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:21:32.2036681Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:21:32.2037361Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:21:32.2038044Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:21:32.2038732Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:21:32.2039442Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:21:32.2040161Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:21:32.2040890Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:21:32.2041605Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:21:32.2042215Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:21:32.2042799Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:21:32.2043476Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:21:32.2044256Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:21:32.2045096Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:21:32.2046022Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:21:32.2046811Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:21:32.2047390Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:21:32.2047908Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:21:32.2048416Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:21:32.2048925Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:21:32.2049436Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:21:32.2049940Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:21:32.2050468Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:21:32.2051122Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:21:32.2051763Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:21:32.2052297Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:21:32.2053005Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:21:32.2053720Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:21:32.2054306Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:21:32.2054926Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:21:32.2055547Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:21:32.2056109Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:21:32.2056689Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:21:32.2057326Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:21:32.2057949Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:21:32.2058518Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:21:32.2059137Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:21:32.2059804Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:21:32.2060504Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:21:32.2061112Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:21:32.2061618Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:21:32.2062135Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:21:32.2062649Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:21:32.2063167Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:21:32.2063677Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:21:32.2064164Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:21:32.2064963Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:21:32.2065535Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:21:32.2066153Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:21:32.2066823Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:21:32.2067401Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:21:32.2068050Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:21:32.2068717Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:21:32.2069356Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:21:32.2070033Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:21:32.2070719Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:21:32.2071331Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:21:32.2072006Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:21:32.2072725Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:21:32.2073344Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:21:32.2073980Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:21:32.2074670Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:21:32.2075312Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:21:32.2075921Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:21:32.2076564Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:21:32.2077138Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:21:32.2077761Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:21:32.2078436Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:21:32.2079065Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:21:32.2079698Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:21:32.2080477Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:21:32.2081281Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:21:32.2081968Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:21:32.2082831Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:21:32.2083569Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:21:32.2084164Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:21:32.2084745Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:21:32.2085339Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:21:32.2085956Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:21:32.2086543Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:21:32.2087069Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:21:32.2087620Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:21:32.2088144Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:21:32.2088744Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:21:32.2089365Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:21:32.2089909Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:21:32.2090435Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:21:32.2090960Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:21:32.2091455Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:21:32.2091975Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:21:32.2092465Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:21:32.2092939Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:21:32.2093557Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:21:32.2094047Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:21:32.2094758Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:21:32.2095352Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:21:32.2095893Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:21:32.2096415Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:21:32.2096958Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:21:32.2097491Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:21:32.2098014Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:21:32.2098579Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:21:32.2099238Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:21:32.2099857Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:21:32.2100375Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:21:32.2100988Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:21:32.2101926Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:21:32.2102676Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:21:32.2103357Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:21:32.2103928Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:21:32.6549788Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:21:32.6550480Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:21:32.6551267Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:21:32.6551945Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:21:32.6552616Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:21:32.6553218Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:21:32.6553817Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:21:32.6554443Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:21:32.6555036Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:21:32.6555551Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:21:32.6556075Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:21:32.6556628Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:21:32.6557192Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:21:32.6558111Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:21:32.6558713Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:21:32.6559301Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:21:32.6559890Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:21:32.6560473Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:21:32.6561086Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:21:32.6561734Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:21:32.6562346Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:21:32.6562938Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:21:32.6563512Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:21:32.6564161Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:21:32.6564889Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:21:32.6565679Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:21:32.6566476Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:21:32.6567222Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:21:32.6567944Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:21:32.6568608Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:21:32.6569205Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:21:32.6569773Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:21:32.6570704Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:21:32.6571406Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:21:32.6572041Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:21:32.6572750Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:21:32.6573598Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:21:32.6574314Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:21:32.6575062Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:21:32.6575875Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:21:32.6576701Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:21:32.6577473Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:21:32.6578309Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:21:32.6579264Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:21:32.6580185Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:21:32.6580921Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:21:32.6581496Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:21:32.6582089Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:21:32.6582740Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:21:32.6583392Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:21:32.6584058Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:21:32.6584704Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:21:32.6585367Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:21:32.6586043Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:21:32.6586641Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:21:32.6587256Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:21:32.6587939Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:21:32.6588808Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:21:32.6589622Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:21:32.6590366Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:21:32.6590998Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:21:32.6591645Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:21:32.6592247Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:21:32.6592908Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:21:32.6593585Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:21:32.6594309Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:21:32.6595263Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:21:32.6596154Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:21:32.6597028Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:21:32.6597982Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:21:32.6599018Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:32.6599921Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:21:32.6600830Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-03-21T20:21:32.6602188Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:21:32.6603161Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:21:32.6603794Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:21:32.6604519Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:21:32.6605303Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:21:32.6605948Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:21:32.6606494Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:21:32.6607049Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:21:32.6607710Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:21:32.6608423Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:21:32.6609169Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:21:32.6609959Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:21:32.6610747Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:21:32.6611489Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:21:32.6612381Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:21:32.6613499Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:21:32.6614393Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:21:32.6615170Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:21:32.6615958Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:21:32.6616768Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:21:32.6617583Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:21:32.6618450Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:21:32.6619315Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:21:32.6620192Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:21:32.6621006Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:21:32.6621727Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:21:32.6622669Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:21:32.6623378Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:21:32.6624037Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:21:32.6624745Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:21:32.6625534Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:21:32.6626409Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:21:32.6627281Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:21:32.6628112Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:21:32.6628955Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:21:32.6629737Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:21:32.6630457Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:21:32.6631110Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:21:32.6631748Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:21:32.6632444Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:21:32.6633267Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:21:32.6634119Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:21:32.6635244Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:21:32.6636285Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:21:32.6637303Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:21:32.6638307Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:21:32.6639341Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:21:32.6640416Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:21:37.4741834Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:21:37.4742880Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:21:37.4743806Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:21:37.4744774Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:21:37.4745667Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:21:37.4746539Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:21:37.4747390Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:21:37.4748258Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:21:37.4749158Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:21:37.4750041Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:21:37.4750938Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:21:37.4751867Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:21:37.4752774Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:21:37.4753655Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:21:37.4754594Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:21:37.4755598Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:21:37.4757073Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:21:37.4758193Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:21:37.4759293Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:21:37.4760357Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:21:37.4761402Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:21:37.4762435Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:21:37.4763512Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:21:37.4764613Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:21:37.4765740Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:21:37.4766839Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:21:37.4767764Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:21:37.4768631Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:21:37.4769509Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:21:37.4770410Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:21:37.4771579Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:21:37.4772334Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:21:37.4773060Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:21:37.4773903Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:21:37.4774686Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:21:37.4775490Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:21:37.4776215Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:21:37.4776929Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:21:37.4777690Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:21:37.4778441Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:21:37.4779184Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:21:37.4779912Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:21:37.4780714Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:21:37.4781431Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:21:37.4782083Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:21:37.4782755Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:21:37.4783446Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:21:37.4784212Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:21:37.4784991Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:21:37.4785658Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:21:37.4786192Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:21:37.4786776Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:21:37.4787297Z adding 'executorch/schema/program.fbs' 2025-03-21T20:21:37.4787774Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:21:37.4788342Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:21:37.4788963Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:21:37.4789736Z adding 'executorch/util/collect_env.py' 2025-03-21T20:21:37.4790270Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:21:37.4790819Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:21:37.4791415Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:21:37.4791999Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:21:37.4792635Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:21:37.4793321Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:21:37.4793946Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:21:37.4794494Z removing pip-out/bdist.linux-aarch64/wheel 2025-03-21T20:21:37.4795409Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:21:37.4796810Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_aarch64.whl size=7062144 sha256=dc3ce09c97388225d0ea6b5da5df3ccd39eef15c4ea8ee0182b4e4f3bb8b6917 2025-03-21T20:21:37.4798566Z Stored in directory: /tmp/pip-ephem-wheel-cache-czpyd3t2/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:21:37.4799514Z Successfully built executorch 2025-03-21T20:21:37.4800355Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:21:37.4801535Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:21:37.4802101Z Attempting uninstall: pytest 2025-03-21T20:21:37.4802541Z Found existing installation: pytest 7.2.0 2025-03-21T20:21:37.4803309Z Uninstalling pytest-7.2.0: 2025-03-21T20:21:37.4803832Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:21:37.4804506Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:21:37.4805458Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:21:37.4806549Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:21:37.4807495Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:21:37.4808519Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:21:37.4809552Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:21:37.4810276Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:21:37.4810825Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:21:37.4811465Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:21:37.4812087Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:21:37.4813377Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:21:37.4814448Z + pip list 2025-03-21T20:21:37.4814857Z Package Version Editable project location 2025-03-21T20:21:37.4815511Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:21:37.4816059Z alabaster 0.7.16 2025-03-21T20:21:37.4816465Z attrs 25.3.0 2025-03-21T20:21:37.4816866Z babel 2.17.0 2025-03-21T20:21:37.4817279Z beautifulsoup4 4.13.3 2025-03-21T20:21:37.4817686Z breathe 4.34.0 2025-03-21T20:21:37.4818083Z bs4 0.0.2 2025-03-21T20:21:37.4818490Z certifi 2025.1.31 2025-03-21T20:21:37.4818916Z charset-normalizer 3.4.1 2025-03-21T20:21:37.4819322Z cmake 3.31.6 2025-03-21T20:21:37.4819727Z contourpy 1.3.1 2025-03-21T20:21:37.4820130Z coverage 7.7.0 2025-03-21T20:21:37.4820528Z cycler 0.12.1 2025-03-21T20:21:37.4821196Z docutils 0.16 2025-03-21T20:21:37.4821633Z exceptiongroup 1.2.2 2025-03-21T20:21:37.4822055Z execnet 2.1.1 2025-03-21T20:21:37.4822482Z executorch 0.6.0a0+be92d7d 2025-03-21T20:21:37.4822924Z exhale 0.2.3 2025-03-21T20:21:37.4823326Z expecttest 0.1.6 2025-03-21T20:21:37.4823722Z filelock 3.18.0 2025-03-21T20:21:37.4824132Z flatbuffers 25.2.10 2025-03-21T20:21:37.4824564Z fonttools 4.56.0 2025-03-21T20:21:37.4824979Z fsspec 2025.3.0 2025-03-21T20:21:37.4825393Z huggingface-hub 0.29.3 2025-03-21T20:21:37.4825804Z hypothesis 6.84.2 2025-03-21T20:21:37.4826209Z idna 3.10 2025-03-21T20:21:37.4826607Z imagesize 1.4.1 2025-03-21T20:21:37.4827006Z iniconfig 2.1.0 2025-03-21T20:21:37.4827399Z Jinja2 3.1.6 2025-03-21T20:21:37.4827804Z kiwisolver 1.4.8 2025-03-21T20:21:37.4828203Z lxml 5.3.1 2025-03-21T20:21:37.4828613Z markdown-it-py 2.2.0 2025-03-21T20:21:37.4829028Z MarkupSafe 3.0.2 2025-03-21T20:21:37.4829433Z matplotlib 3.10.1 2025-03-21T20:21:37.4829845Z mdit-py-plugins 0.3.5 2025-03-21T20:21:37.4830253Z mdurl 0.1.2 2025-03-21T20:21:37.4830646Z mpmath 1.3.0 2025-03-21T20:21:37.4831053Z myst-parser 0.18.1 2025-03-21T20:21:37.4831634Z networkx 3.4.2 2025-03-21T20:21:37.4832025Z numpy 2.2.4 2025-03-21T20:21:37.4832427Z packaging 24.2 2025-03-21T20:21:37.4832830Z pandas 2.2.3 2025-03-21T20:21:37.4833235Z parameterized 0.9.0 2025-03-21T20:21:37.4833636Z pillow 11.1.0 2025-03-21T20:21:37.4834044Z pip 25.0 2025-03-21T20:21:42.7196596Z pluggy 1.5.0 2025-03-21T20:21:42.7197204Z Pygments 2.19.1 2025-03-21T20:21:42.7197625Z pyparsing 3.2.1 2025-03-21T20:21:42.7198042Z pytest 8.3.5 2025-03-21T20:21:42.7198451Z pytest-cov 4.1.0 2025-03-21T20:21:42.7198877Z pytest-rerunfailures 15.0 2025-03-21T20:21:42.7199297Z pytest-xdist 3.6.1 2025-03-21T20:21:42.7199733Z python-dateutil 2.9.0.post0 2025-03-21T20:21:42.7200351Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:21:42.7201013Z pytz 2025.1 2025-03-21T20:21:42.7201621Z PyYAML 6.0.1 2025-03-21T20:21:42.7202029Z regex 2024.11.6 2025-03-21T20:21:42.7202449Z requests 2.32.3 2025-03-21T20:21:42.7202855Z ruamel.yaml 0.17.32 2025-03-21T20:21:42.7203296Z ruamel.yaml.clib 0.2.12 2025-03-21T20:21:42.7203723Z safetensors 0.5.3 2025-03-21T20:21:42.7204129Z setuptools 75.8.0 2025-03-21T20:21:42.7204534Z six 1.17.0 2025-03-21T20:21:42.7204944Z snowballstemmer 2.2.0 2025-03-21T20:21:42.7205366Z sortedcontainers 2.4.0 2025-03-21T20:21:42.7205784Z soupsieve 2.6 2025-03-21T20:21:42.7206187Z Sphinx 5.3.0 2025-03-21T20:21:42.7206601Z sphinx-copybutton 0.5.0 2025-03-21T20:21:42.7207039Z sphinx_design 0.4.1 2025-03-21T20:21:42.7207453Z sphinx-gallery 0.14.0 2025-03-21T20:21:42.7207895Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:21:42.7208357Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:21:42.7208800Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:21:42.7209233Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:21:42.7209674Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:21:42.7210469Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:21:42.7210941Z sympy 1.13.3 2025-03-21T20:21:42.7211353Z tabulate 0.9.0 2025-03-21T20:21:42.7211749Z timm 1.0.7 2025-03-21T20:21:42.7212151Z tokenizers 0.21.1 2025-03-21T20:21:42.7212553Z tomli 2.0.1 2025-03-21T20:21:42.7212979Z torch 2.7.0a0+git295f2ed 2025-03-21T20:21:42.7213576Z torchao 0.10.0+git64bcf4c 2025-03-21T20:21:42.7214048Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:21:42.7214507Z torchsr 1.0.4 2025-03-21T20:21:42.7214934Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:21:42.7215383Z tqdm 4.67.1 2025-03-21T20:21:42.7215791Z transformers 4.47.1 2025-03-21T20:21:42.7216206Z typing_extensions 4.12.2 2025-03-21T20:21:42.7216620Z tzdata 2025.1 2025-03-21T20:21:42.7217031Z urllib3 2.3.0 2025-03-21T20:21:42.7217430Z wheel 0.45.1 2025-03-21T20:21:42.7217829Z zstd 1.5.5.1 2025-03-21T20:21:42.7218254Z + build_executorch_runner cmake Release 2025-03-21T20:21:42.7218690Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:21:42.7219063Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:21:42.7219461Z + build_executorch_runner_cmake Release 2025-03-21T20:21:42.7219902Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:21:42.7220299Z + clean_executorch_install_folders 2025-03-21T20:21:42.7221032Z + ./install_executorch.sh --clean 2025-03-21T20:21:42.7221448Z Cleaning build artifacts... 2025-03-21T20:21:42.7221823Z Cleaning pip-out/... 2025-03-21T20:21:42.7222182Z Done cleaning build artifacts. 2025-03-21T20:21:42.7222553Z + mkdir cmake-out 2025-03-21T20:21:42.7222877Z + pushd cmake-out 2025-03-21T20:21:42.7223274Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:21:42.7223771Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:21:42.7224145Z + CXXFLAGS= 2025-03-21T20:21:42.7224436Z + CXXFLAGS= 2025-03-21T20:21:42.7224912Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:42.7225639Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:21:42.7226247Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:21:42.7226774Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:42.7227259Z -- Detecting C compiler ABI info 2025-03-21T20:21:42.7227703Z -- Detecting C compiler ABI info - done 2025-03-21T20:21:42.7228258Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:21:42.7228798Z -- Detecting C compile features 2025-03-21T20:21:42.7229220Z -- Detecting C compile features - done 2025-03-21T20:21:42.7229669Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:42.7230110Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:42.7230670Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:42.7231235Z -- Detecting CXX compile features 2025-03-21T20:21:42.7231674Z -- Detecting CXX compile features - done 2025-03-21T20:21:42.7232847Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:42.7233857Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:42.7234440Z CMake. 2025-03-21T20:21:42.7234614Z 2025-03-21T20:21:42.7234934Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:42.7235719Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:42.7236405Z to work with policies introduced by or earlier. 2025-03-21T20:21:42.7236761Z 2025-03-21T20:21:42.7236927Z  2025-03-21T20:21:42.7237787Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:42.7239050Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:42.7239663Z CMake. 2025-03-21T20:21:42.7239831Z 2025-03-21T20:21:42.7240157Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:42.7240935Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:42.7241601Z to work with policies introduced by or earlier. 2025-03-21T20:21:42.7241964Z 2025-03-21T20:21:42.7242142Z  2025-03-21T20:21:42.7242480Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:21:42.7243029Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:21:42.7243537Z -- Found Threads: TRUE 2025-03-21T20:21:42.7244470Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:21:42.7245531Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:42.7246113Z CMake. 2025-03-21T20:21:42.7246285Z 2025-03-21T20:21:42.7246607Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:42.7247385Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:42.7248057Z to work with policies introduced by or earlier. 2025-03-21T20:21:42.7248413Z 2025-03-21T20:21:42.7248587Z  2025-03-21T20:21:42.7248903Z -- Using python executable 'python' 2025-03-21T20:21:42.7249845Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:21:42.7250785Z -- Killing buck2 daemon 2025-03-21T20:21:42.7251807Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:21:42.7252725Z -- executorch: Generating source lists 2025-03-21T20:21:42.7253570Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:42.7254535Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:21:42.7255251Z -- executorch: Using PAL default 'posix' 2025-03-21T20:21:42.7255711Z -- Generating operator lib: 2025-03-21T20:21:42.7256099Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:42.7256650Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:42.7257236Z -- ROOT_OPS: 2025-03-21T20:21:42.7257562Z -- INCLUDE_ALL_OPS: 2025-03-21T20:21:42.7259507Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:21:42.7261088Z -- Generating kernel bindings: 2025-03-21T20:21:42.7261487Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:42.7262039Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:21:42.7262635Z -- CUSTOM_OPS_YAML: 2025-03-21T20:21:42.7262999Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:21:42.7265328Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:21:42.7267387Z -- Generating operator lib: 2025-03-21T20:21:42.7267779Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:21:42.7268177Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:21:42.7268591Z -- DEPS: executorch 2025-03-21T20:21:42.7269371Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:21:42.7270299Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:21:42.7270889Z CMake. 2025-03-21T20:21:42.7271050Z 2025-03-21T20:21:42.7271366Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:21:42.7272142Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:21:42.7273026Z to work with policies introduced by or earlier. 2025-03-21T20:21:42.7273426Z 2025-03-21T20:21:42.7273604Z  2025-03-21T20:21:42.7273916Z -- Looking for C++ include unistd.h 2025-03-21T20:21:42.7274372Z -- Looking for C++ include unistd.h - found 2025-03-21T20:21:42.7274827Z -- Looking for C++ include stdint.h 2025-03-21T20:21:42.7275271Z -- Looking for C++ include stdint.h - found 2025-03-21T20:21:42.7275732Z -- Looking for C++ include inttypes.h 2025-03-21T20:21:42.7276195Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:21:42.7276685Z -- Looking for C++ include sys/types.h 2025-03-21T20:21:42.7277145Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:21:42.7277618Z -- Looking for C++ include sys/stat.h 2025-03-21T20:21:42.7278077Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:21:42.7278546Z -- Looking for C++ include fnmatch.h 2025-03-21T20:21:42.7279000Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:21:42.7279466Z -- Looking for C++ include stddef.h 2025-03-21T20:21:42.7279913Z -- Looking for C++ include stddef.h - found 2025-03-21T20:21:42.7280360Z -- Check size of uint32_t 2025-03-21T20:21:42.7280737Z -- Check size of uint32_t - done 2025-03-21T20:21:42.7281127Z -- Looking for strtoll 2025-03-21T20:21:42.7281487Z -- Looking for strtoll - found 2025-03-21T20:21:42.7281854Z -- 2025-03-21T20:21:42.7282152Z -- ******** Summary ******** 2025-03-21T20:21:42.7282554Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:21:42.7283006Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:21:42.7283626Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:21:42.7284078Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:21:42.7284961Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:21:42.7285877Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:21:42.7286564Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:21:42.7287270Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:21:42.7287795Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:21:42.7288312Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:21:42.7288823Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:21:42.7289332Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:21:42.7289846Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:21:42.7290333Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:21:42.7290835Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:21:42.7291330Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:21:42.7291834Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:21:42.7292390Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:21:42.7292906Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:21:42.7293543Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:21:42.7294040Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:21:42.7294563Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:21:43.8092037Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:21:43.8094986Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:21:43.8095566Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:21:43.8096148Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:21:43.8096651Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:21:43.8097207Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:21:43.8097731Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:21:43.8098265Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:21:43.8098787Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:21:43.8099301Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:21:43.8100232Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:21:43.8100795Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:21:43.8101488Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:21:43.8102007Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:21:43.8102514Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:21:43.8103013Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:21:43.8103512Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:21:43.8104019Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:21:43.8104518Z -- Configuring done (4.8s) 2025-03-21T20:21:43.8104909Z -- Generating done (0.1s) 2025-03-21T20:21:43.8105423Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:21:43.8105975Z + popd 2025-03-21T20:21:43.8106274Z /pytorch/executorch 2025-03-21T20:21:43.8106606Z ++ uname 2025-03-21T20:21:43.8106909Z + '[' Linux == Darwin ']' 2025-03-21T20:21:43.8107263Z ++ nproc 2025-03-21T20:21:43.8107594Z + CMAKE_JOBS=7 2025-03-21T20:21:43.8116564Z + cmake --build cmake-out -j 7 2025-03-21T20:21:43.8117401Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:21:43.8118453Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:21:43.8119842Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:21:43.8121296Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:21:43.8123355Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:21:43.8124732Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:21:43.8126094Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:21:43.8127092Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:21:43.8127697Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:21:43.8128320Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:21:43.8129000Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:21:43.8129601Z CMake Warning: 2025-03-21T20:21:43.8130043Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:21:43.8130445Z 2025-03-21T20:21:43.8130623Z  2025-03-21T20:21:43.8130990Z fatal: No names found, cannot describe anything. 2025-03-21T20:21:43.8131661Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:21:43.8132210Z git describe failed with exit code: 128 2025-03-21T20:21:43.8132531Z 2025-03-21T20:21:43.8132777Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:21:43.8133447Z Call Stack (most recent call first): 2025-03-21T20:21:43.8133902Z CMakeLists.txt:5 (include) 2025-03-21T20:21:43.8134161Z 2025-03-21T20:21:43.8134338Z  2025-03-21T20:21:43.8134661Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:21:43.8135714Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:21:43.8137127Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:21:43.8138501Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:21:43.8139920Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:21:43.8140835Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:21:43.8141883Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:21:43.8142761Z -- Detecting CXX compiler ABI info 2025-03-21T20:21:43.8144114Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:21:43.8145257Z [ 3%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:21:43.8146296Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:21:43.8147202Z [ 3%] Built target gflags_nothreads_static 2025-03-21T20:21:43.8148160Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:21:43.8149539Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:21:43.8151014Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:21:43.8152526Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:21:43.8154064Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:21:43.8155160Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:21:43.8156208Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:21:43.8157683Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:21:43.8158647Z [ 6%] Built target pthreadpool 2025-03-21T20:21:43.8159906Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:43.8160871Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:21:43.8161997Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:43.8163628Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:43.8164694Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:21:43.8165273Z -- Detecting CXX compile features 2025-03-21T20:21:43.8165724Z -- Detecting CXX compile features - done 2025-03-21T20:21:43.8166169Z -- Looking for strtof_l 2025-03-21T20:21:43.8167118Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:21:43.8168570Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:21:43.8170173Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:43.8171728Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:43.8173449Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:43.8175053Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:21:43.8176628Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:21:43.8178127Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:21:43.8179663Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:21:43.8181217Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:21:43.8182939Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:21:43.8184431Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:21:43.8185303Z -- Looking for strtof_l - found 2025-03-21T20:21:43.8186264Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:21:43.8187125Z -- Looking for strtoull_l 2025-03-21T20:21:43.8188104Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:21:43.8189585Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:21:43.8190673Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:21:43.8191808Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:21:43.8193251Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:21:43.8194664Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:21:43.8195558Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:21:43.8196003Z -- Looking for strtoull_l - found 2025-03-21T20:21:43.8196424Z -- Looking for realpath 2025-03-21T20:21:43.8196963Z [ 12%] Linking C static library libcpuinfo.a 2025-03-21T20:21:43.8197663Z [ 12%] Built target cpuinfo 2025-03-21T20:21:43.8198058Z -- Looking for realpath - found 2025-03-21T20:21:43.8198537Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:21:43.8199052Z -- Configuring done (0.7s) 2025-03-21T20:21:43.8199436Z -- Generating done (0.0s) 2025-03-21T20:21:43.8200067Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:21:43.8200945Z [ 12%] Performing build step for 'flatbuffers' 2025-03-21T20:21:43.8201941Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:21:43.8202861Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:21:43.8203772Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:21:43.8204647Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:21:47.4626459Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:21:47.4627472Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:21:47.4628415Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:21:47.4629344Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:21:47.4630277Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:21:47.4631255Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:21:47.4632221Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:21:47.4633189Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:21:47.4634081Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:21:47.4634958Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:21:47.4635879Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:21:47.4636831Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:21:47.4637746Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:21:47.4638652Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:21:47.4639992Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:21:47.4640996Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:21:47.4641938Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:21:47.4642947Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:21:47.4644004Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:21:47.4644951Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:21:47.4645825Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:21:47.4646705Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:21:47.4647650Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:21:47.4648670Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:21:47.4649651Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:21:47.4650582Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:21:47.4651514Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:21:47.4652567Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:21:47.4653740Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:21:47.4655183Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:21:47.4656315Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:21:47.4657430Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:21:47.4658518Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:21:47.4659361Z [100%] Linking CXX executable flatc 2025-03-21T20:21:47.4659826Z [100%] Built target flatc 2025-03-21T20:21:47.4660345Z [ 12%] No install step for 'flatbuffers' 2025-03-21T20:21:47.4661013Z [ 12%] Completed 'flatbuffers' 2025-03-21T20:21:47.4661480Z [ 12%] Built target flatbuffers 2025-03-21T20:21:47.4662018Z [ 12%] Generating common_schema headers 2025-03-21T20:21:47.4662504Z [ 12%] Built target common_schema 2025-03-21T20:21:47.4663074Z [ 12%] Generating program_schema headers 2025-03-21T20:21:47.4663584Z [ 12%] Built target program_schema 2025-03-21T20:21:47.4664461Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:21:47.4665584Z [ 12%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:21:47.4666877Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:21:47.4668356Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:21:47.4669779Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:21:47.4670974Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:21:47.4672096Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:21:47.4673256Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:21:47.4674437Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:21:47.4675821Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:21:47.4677034Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:21:47.4678335Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:21:47.4679665Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:21:47.4680957Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:21:47.4682167Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:21:47.4683290Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:21:47.4684424Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:21:47.4685630Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:21:47.4686767Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:21:47.4687966Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:21:47.4688968Z [ 17%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:21:47.4689524Z [ 17%] Built target executorch_core 2025-03-21T20:21:47.4690460Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:21:47.4692046Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:21:47.4693397Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:21:47.4694541Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:21:47.4695736Z [ 18%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:21:47.4697068Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:21:47.4698449Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:21:47.4699545Z [ 19%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:21:47.4700150Z [ 19%] Built target extension_threadpool 2025-03-21T20:21:47.4700780Z [ 19%] Linking CXX static library libexecutorch.a 2025-03-21T20:21:47.4701495Z [ 19%] Built target executorch 2025-03-21T20:21:47.4702430Z [ 19%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:47.4703828Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:47.4705181Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:47.4706565Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:21:47.4708086Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:21:47.4709538Z [ 20%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:21:47.4710974Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:47.4712222Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:47.4713541Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:21:47.4715167Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:47.4716510Z [ 21%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:21:47.4717867Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:21:47.4719157Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:47.4720443Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:47.4721752Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:47.4723092Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:21:47.4724394Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:49.8846564Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:21:49.8848095Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:21:49.8849524Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:21:49.8850851Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:49.8852612Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:49.8853991Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:49.8855332Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:21:49.8856709Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:21:49.8858077Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:21:49.8859424Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:49.8860793Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:21:49.8862147Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:49.8863464Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:49.8864779Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:49.8866093Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:21:49.8867543Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:21:49.8868919Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:49.8870250Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:21:49.8871627Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:21:49.8872937Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:49.8874267Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:21:49.8875986Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:49.8877328Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:21:49.8878654Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:49.8880095Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:49.8881561Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:49.8882944Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:21:49.8884297Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:49.8885747Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:49.8887176Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:49.8888559Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:21:49.8889916Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:49.8891259Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:49.8892805Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:21:49.8894335Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:49.8895731Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:21:49.8897079Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:49.8898485Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:49.8899894Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:49.8901466Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:49.8902982Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:49.8904361Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:21:49.8905691Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:21:49.8907173Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:49.8908662Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:49.8910011Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:49.8911368Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:49.8912702Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:21:49.8914039Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:49.8915421Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:21:49.8917144Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:49.8918675Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:49.8920116Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:49.8921463Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:21:49.8922862Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:49.8924285Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:49.8925597Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:21:49.8926834Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:21:49.8928142Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:49.8929489Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:49.8930787Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:21:49.8932139Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:21:49.8933898Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:49.8935245Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:21:49.8936648Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:21:49.8938148Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:49.8939577Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:49.8940879Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:21:49.8942096Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:21:49.8943330Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:21:49.8944621Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:49.8945944Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:21:49.8947278Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:52.3862610Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:52.3864027Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:21:52.3865358Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:21:52.3866635Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:21:52.3868026Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:52.3869432Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:21:52.3871201Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:52.3872613Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:52.3873908Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:21:52.3875124Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:21:52.3876385Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:21:52.3877719Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:52.3879034Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:21:52.3880372Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:52.3881783Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:52.3883162Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:21:52.3884543Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:52.3885874Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:21:52.3887422Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:21:52.3888646Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:21:52.3889949Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:52.3891522Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:52.3892835Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:21:52.3894287Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:52.3895696Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:21:52.3897000Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:21:52.3898271Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:21:52.3899601Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:52.3901031Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:52.3902575Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:21:52.3903981Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:52.3905350Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:21:52.3906579Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:21:52.3907804Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:21:52.3909115Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:52.3910503Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:52.3912107Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:21:52.3913363Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:21:52.3914631Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:52.3915961Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:21:52.3917224Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:21:52.3918623Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:52.3920083Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:52.3921489Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:21:52.3922964Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:52.3924441Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:21:52.3925714Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:21:52.3926961Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:21:52.3928515Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:52.3929896Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:52.3931200Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:21:52.3932520Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:52.3934051Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:21:52.3935398Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:21:52.3936831Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:21:52.3938264Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:52.3939673Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:52.3941033Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:21:52.3942409Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:52.3943796Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:21:52.3945065Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:21:52.3946294Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:21:52.3947639Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:52.3949100Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:52.3950505Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:21:52.3952658Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:52.3954134Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:21:52.3955455Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:21:52.3956767Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:21:52.3958095Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:52.3959463Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:52.3960878Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:52.3962272Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:21:52.3963551Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:21:54.8822650Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:21:54.8824021Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:21:54.8825442Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:54.8827384Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:54.8828798Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:21:54.8830172Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:21:54.8831463Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:54.8832809Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:54.8834377Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:54.8835871Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:21:54.8837362Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:21:54.8838806Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:54.8840062Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:54.8841320Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:54.8842594Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:54.8844136Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:21:54.8845623Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:54.8846888Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:54.8848182Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:54.8849569Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:21:54.8851255Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:54.8852705Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:54.8854233Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:54.8855604Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:21:54.8856881Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:54.8858098Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:54.8859403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:21:54.8860721Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:54.8862022Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:54.8863313Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:54.8864681Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:21:54.8866083Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:54.8867632Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:54.8868972Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:21:54.8870323Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:54.8871616Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:54.8872839Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:54.8874137Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:21:54.8875530Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:21:54.8876940Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:54.8878297Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:54.8879791Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:21:54.8881274Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:54.8882695Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:54.8884159Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:21:54.8885514Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:54.8886800Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:54.8888247Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:21:54.8889705Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:21:54.8891240Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:54.8892640Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:54.8894122Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:21:54.8895496Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:54.8896909Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:54.8898329Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:21:54.8899698Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:21:54.8901087Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:54.8902574Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:54.8903933Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:21:54.8905321Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:54.8906588Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:54.8908318Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:21:54.8909791Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:21:54.8911136Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:54.8912427Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:54.8913875Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:21:54.8915268Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:54.8916601Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:21:54.8917980Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:21:54.8919359Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:54.8920781Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:21:54.8922216Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:57.3154535Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:21:57.3156091Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:57.3157544Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:21:57.3159138Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:21:57.3160556Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:57.3161866Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:21:57.3163586Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:57.3164975Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:21:57.3166305Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:57.3167630Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:21:57.3169162Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:21:57.3170717Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:21:57.3172101Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:57.3173515Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:57.3174981Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:21:57.3176516Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:21:57.3177956Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:21:57.3179643Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:21:57.3181017Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:21:57.3182412Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:57.3183731Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:57.3185065Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:21:57.3186619Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:21:57.3188054Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:21:57.3189497Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:21:57.3190949Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:21:57.3192329Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:57.3193744Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:21:57.3195219Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:57.3196639Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:21:57.3198014Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:21:57.3199373Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:21:57.3200749Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:21:57.3202283Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:57.3203909Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:21:57.3205368Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:57.3206788Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:21:57.3208267Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:21:57.3209719Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:21:57.3211270Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:21:57.3212711Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:57.3214252Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:21:57.3215559Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:57.3216931Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:21:57.3218375Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:21:57.3219756Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:21:57.3221445Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:57.3222729Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:21:57.3224008Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:57.3225354Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:21:57.3226745Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:57.3228110Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:57.3229494Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:57.3230921Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:57.3232223Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:21:57.3233482Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:21:57.3234889Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:57.3236359Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:57.3237788Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:57.3239249Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:21:57.3240735Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:21:57.3242097Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:21:57.3243378Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:21:57.3244996Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:21:57.3246570Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:21:57.3248035Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:21:57.3249518Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:21:57.3251006Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:21:57.3252302Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:21:57.3253642Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:21:57.3254997Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:04.2123112Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:04.2124736Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:04.2126101Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:04.2127596Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:04.2129492Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:04.2130825Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:04.2132380Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:04.2134308Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:04.2135963Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:04.2137471Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:04.2139102Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:04.2140616Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:04.2141944Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:04.2143336Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:04.2144859Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:04.2146274Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:04.2147716Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:04.2149281Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:04.2150677Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:04.2152073Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:04.2153715Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:04.2155130Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:04.2156586Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:04.2158078Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:04.2159627Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:04.2161206Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:04.2162839Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:04.2164546Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:04.2166153Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:04.2167641Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:04.2169118Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:04.2170785Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:04.2172254Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:04.2173907Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:04.2175394Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:04.2176824Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:04.2178232Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:04.2179677Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:04.2181162Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:04.2182581Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:04.2183930Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:04.2185273Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:04.2186648Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:04.2188044Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:04.2189196Z [ 97%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:04.2190433Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:04.2191867Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:04.2193378Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:04.2194761Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:04.2196145Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:04.2197528Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:04.2198885Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:04.2199778Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:22:04.2200465Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:22:04.2201039Z [ 98%] Built target portable_kernels 2025-03-21T20:22:04.2202039Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:22:04.2202847Z [ 99%] Generating code for kernel registration 2025-03-21T20:22:04.2204206Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:04.2205523Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:22:04.2206092Z [ 99%] Built target portable_ops_lib 2025-03-21T20:22:04.2207116Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:22:04.2208500Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:22:04.2210094Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:04.2211320Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:22:04.2212660Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:22:04.2214347Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:22:04.2215328Z [100%] Linking CXX executable executor_runner 2025-03-21T20:22:04.2215845Z [100%] Built target executor_runner 2025-03-21T20:22:04.2216244Z + [[ '' == *main* ]] 2025-03-21T20:22:04.2216566Z + [[ '' == *gh* ]] 2025-03-21T20:22:04.2216909Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:04.2217363Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:22:04.2217864Z Collecting tiktoken 2025-03-21T20:22:04.2218589Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-03-21T20:22:04.2219403Z Collecting sentencepiece 2025-03-21T20:22:04.2220184Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) 2025-03-21T20:22:04.2221412Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:22:04.2222216Z Collecting snakeviz 2025-03-21T20:22:04.2222711Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:22:04.2223292Z Collecting lm_eval==0.4.5 2025-03-21T20:22:04.2223799Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:22:04.2224344Z Collecting blobfile 2025-03-21T20:22:08.4281400Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:22:08.4282151Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4282840Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:08.4283455Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:22:08.4284051Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:22:08.4284683Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4285298Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:08.4286282Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:22:08.4286924Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:22:08.4287545Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:22:08.4288363Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.metadata (8.1 kB) 2025-03-21T20:22:08.4289198Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4289769Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:22:08.4290360Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4290990Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:22:08.4291619Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:22:08.4292274Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:22:08.4292939Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4293653Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:22:08.4294502Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:22:08.4295169Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4295821Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:22:08.4296468Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:22:08.4297374Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (18 kB) 2025-03-21T20:22:08.4298238Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:22:08.4299562Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:22:08.4300192Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:22:08.4301644Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.7.0a0+git295f2ed) 2025-03-21T20:22:08.4302702Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:22:08.4303423Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:22:08.4304569Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-03-21T20:22:08.4305535Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:22:08.4306365Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB) 2025-03-21T20:22:08.4307201Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:22:08.4307736Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:22:08.4308330Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:22:08.4308820Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:22:08.4309449Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:22:08.4310085Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:22:08.4311467Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:22:08.4312587Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-03-21T20:22:08.4313975Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-03-21T20:22:08.4315454Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers) (0.29.3) 2025-03-21T20:22:08.4316426Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:22:08.4317213Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.5 kB) 2025-03-21T20:22:08.4318049Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:22:08.4318930Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-03-21T20:22:08.4320600Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-03-21T20:22:08.4321948Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.1) 2025-03-21T20:22:08.4323253Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.18.0) 2025-03-21T20:22:08.4324715Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.4) 2025-03-21T20:22:08.4326732Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-03-21T20:22:08.4327867Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4328750Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-03-21T20:22:08.4330092Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-03-21T20:22:08.4331684Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.3) 2025-03-21T20:22:08.4332855Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4333768Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-03-21T20:22:08.4334468Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:22:08.4335001Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:22:08.4336365Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-03-21T20:22:08.4338246Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-03-21T20:22:08.4339340Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4340225Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB) 2025-03-21T20:22:08.4341189Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4341981Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:22:08.4342924Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4343813Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:22:08.4344496Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4345401Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB) 2025-03-21T20:22:08.4346911Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2) 2025-03-21T20:22:08.4348661Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-03-21T20:22:08.4350216Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-03-21T20:22:08.4351738Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2025.1.31) 2025-03-21T20:22:08.4352860Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:22:08.4353541Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:22:08.4354198Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:22:08.4354835Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:08.4356139Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-03-21T20:22:08.4357296Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4358024Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:22:08.4359198Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-03-21T20:22:08.4360327Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:22:08.4361041Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:22:08.4361778Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:22:08.4362692Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (61 kB) 2025-03-21T20:22:08.4363620Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:22:08.4364325Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:22:08.4365080Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:22:08.4365884Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:22:08.4367012Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.3) 2025-03-21T20:22:08.4368499Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-03-21T20:22:08.4369971Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-03-21T20:22:08.4371629Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.3.0) 2025-03-21T20:22:08.4373175Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-03-21T20:22:08.4374507Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6614315Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:22:10.6615208Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6615998Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:10.6616780Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6617554Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:22:10.6618339Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6619068Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:22:10.6619803Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6620529Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:22:10.6621360Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6622172Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:22:10.6622962Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6623834Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:22:10.6624666Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6625450Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:22:10.6626267Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6627079Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:22:10.6627864Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6629347Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB) 2025-03-21T20:22:10.6630402Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6631404Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB) 2025-03-21T20:22:10.6632391Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6633392Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-03-21T20:22:10.6634358Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:22:10.6635326Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (69 kB) 2025-03-21T20:22:10.6643886Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:22:10.6644715Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:22:10.6645932Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-03-21T20:22:10.6647778Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-03-21T20:22:10.6649709Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2025.1) 2025-03-21T20:22:10.6651921Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-03-21T20:22:10.6653077Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:22:10.6653866Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:22:10.6655050Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-03-21T20:22:10.6656168Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:22:10.6657205Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:22:10.6658118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 63.6 MB/s eta 0:00:00 2025-03-21T20:22:10.6659197Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-03-21T20:22:10.6660301Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-03-21T20:22:10.6661220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 57.2 MB/s eta 0:00:00 2025-03-21T20:22:10.6662345Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB) 2025-03-21T20:22:10.6663486Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:22:10.6664407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 43.2 MB/s eta 0:00:00 2025-03-21T20:22:10.6665221Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:22:10.6665827Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:22:10.6666424Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:22:10.6667045Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:22:10.6667659Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:22:10.6668234Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:22:10.6668800Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:22:10.6669387Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:22:10.6670523Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-03-21T20:22:10.6671702Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-03-21T20:22:10.6672624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 85.6 MB/s eta 0:00:00 2025-03-21T20:22:10.6673439Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:22:10.6674310Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.6 MB) 2025-03-21T20:22:10.6675416Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.6 MB ? eta -:--:-- 2025-03-21T20:22:10.6676360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 224.1 MB/s eta 0:00:00 2025-03-21T20:22:10.6677670Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437 kB) 2025-03-21T20:22:10.6678545Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:22:10.6679178Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:22:10.6680038Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (408 kB) 2025-03-21T20:22:10.6680912Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:22:10.6681588Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:22:10.6682493Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB) 2025-03-21T20:22:10.6683813Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.9 MB ? eta -:--:-- 2025-03-21T20:22:10.6684760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 177.2 MB/s eta 0:00:00 2025-03-21T20:22:10.6685592Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:22:10.6686255Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:22:10.6687134Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-03-21T20:22:10.6688204Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:22:10.6689127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 112.7 MB/s eta 0:00:00 2025-03-21T20:22:10.6689903Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:22:10.6690523Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:22:10.6691222Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:22:10.6691898Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:22:10.6692631Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (40.5 MB) 2025-03-21T20:22:10.6693700Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.5 MB ? eta -:--:-- 2025-03-21T20:22:32.6712515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 MB 242.8 MB/s eta 0:00:00 2025-03-21T20:22:32.6713748Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.5 MB) 2025-03-21T20:22:32.6714837Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/35.5 MB ? eta -:--:-- 2025-03-21T20:22:32.6715771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.5/35.5 MB 251.2 MB/s eta 0:00:00 2025-03-21T20:22:32.6716662Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:22:32.6717329Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:22:32.6717959Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:22:32.6718746Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:22:32.6719319Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:22:32.6719927Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:22:32.6720523Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:22:32.6721356Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:22:32.6722300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 131.6 MB/s eta 0:00:00 2025-03-21T20:22:32.6723126Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:22:32.6723971Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-03-21T20:22:32.6725315Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-03-21T20:22:32.6726201Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:22:32.6726886Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:22:32.6727556Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:22:32.6728177Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:22:32.6729023Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240 kB) 2025-03-21T20:22:32.6730117Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (132 kB) 2025-03-21T20:22:32.6731210Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205 kB) 2025-03-21T20:22:32.6732268Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (315 kB) 2025-03-21T20:22:32.6733062Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:22:32.6733899Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:22:32.6734831Z Building wheel for rouge-score (setup.py) ... [?25l- \ done 2025-03-21T20:22:32.6736244Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=1f04b91c50b46db19a8465867cab15deceab481a988dc0734c282fdaf28c3829 2025-03-21T20:22:32.6737787Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:22:32.6738882Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:22:32.6740285Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=f95d66f25a8400827483bdda5a8f2cecc21648fcaea7c4295cb3805894b20f85 2025-03-21T20:22:32.6741812Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:22:32.6742894Z Building wheel for word2number (setup.py) ... [?25l- done 2025-03-21T20:22:32.6744303Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=91b4338647a60effb9501f730d21bad8b56cee0a1c7959371b78d87fbbb4d498 2025-03-21T20:22:32.6745833Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:22:32.6747009Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:22:32.6750726Z Installing collected packages: word2number, sqlitedict, sentencepiece, zstandard, xxhash, tornado, threadpoolctl, tcolorpy, scipy, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, tiktoken, snakeviz, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, blobfile, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-03-21T20:22:32.6754303Z Attempting uninstall: fsspec 2025-03-21T20:22:32.6754753Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:22:32.6755244Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:22:32.6755700Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:22:32.6760309Z Successfully installed DataProperty-1.1.0 absl-py-2.2.0 accelerate-1.5.2 aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.4.1 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.12.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.2.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.0 portalocker-3.1.1 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pybind11-2.13.6 pycryptodomex-3.22.0 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.2 sentencepiece-0.2.0 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tiktoken-0.9.0 tornado-6.4.2 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-03-21T20:22:32.6765236Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:22:32.6765952Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:32.6767031Z + bash .ci/scripts/test_llama.sh -model stories110M -build_tool cmake -dtype fp32 -mode xnnpack+custom+qe -upload artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:22:32.6768145Z ++ dirname .ci/scripts/test_llama.sh 2025-03-21T20:22:32.6768586Z + source .ci/scripts/utils.sh 2025-03-21T20:22:32.6768976Z + [[ 10 -gt 0 ]] 2025-03-21T20:22:32.6769302Z + case "$1" in 2025-03-21T20:22:32.6769635Z + MODEL_NAME=stories110M 2025-03-21T20:22:32.6769982Z + shift 2 2025-03-21T20:22:32.6770286Z + [[ 8 -gt 0 ]] 2025-03-21T20:22:32.6770605Z + case "$1" in 2025-03-21T20:22:32.6770930Z + BUILD_TOOL=cmake 2025-03-21T20:22:32.6771252Z + shift 2 2025-03-21T20:22:32.6771537Z + [[ 6 -gt 0 ]] 2025-03-21T20:22:32.6771848Z + case "$1" in 2025-03-21T20:22:32.6772161Z + DTYPE=fp32 2025-03-21T20:22:32.6772466Z + shift 2 2025-03-21T20:22:32.6772749Z + [[ 4 -gt 0 ]] 2025-03-21T20:22:32.6773062Z + case "$1" in 2025-03-21T20:22:32.6773499Z + MODE=xnnpack+custom+qe 2025-03-21T20:22:32.6773863Z + shift 2 2025-03-21T20:22:32.6774168Z + [[ 2 -gt 0 ]] 2025-03-21T20:22:32.6774475Z + case "$1" in 2025-03-21T20:22:32.6774922Z + UPLOAD_DIR=artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:22:32.6775468Z + shift 2 2025-03-21T20:22:32.6775765Z + [[ 0 -gt 0 ]] 2025-03-21T20:22:32.6776098Z + MODE=xnnpack+custom+qe 2025-03-21T20:22:32.6776589Z + UPLOAD_DIR=artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:22:32.6777140Z + PT2E_QUANTIZE= 2025-03-21T20:22:32.6777477Z + CMAKE_BUILD_TYPE=Release 2025-03-21T20:22:32.6777840Z + [[ 0 -lt 4 ]] 2025-03-21T20:22:32.6778227Z + echo 'Expecting atleast 4 positional arguments' 2025-03-21T20:22:32.6778749Z Expecting atleast 4 positional arguments 2025-03-21T20:22:32.6779197Z + echo 'Usage: [...]' 2025-03-21T20:22:32.6779534Z Usage: [...] 2025-03-21T20:22:32.6779854Z + [[ -z stories110M ]] 2025-03-21T20:22:32.6780191Z + [[ -z cmake ]] 2025-03-21T20:22:32.6780508Z + [[ -z fp32 ]] 2025-03-21T20:22:32.6780844Z + [[ -z xnnpack+custom+qe ]] 2025-03-21T20:22:32.6781469Z + [[ xnnpack+custom+qe =~ .*xnnpack.* ]] 2025-03-21T20:22:32.6781929Z + XNNPACK=ON 2025-03-21T20:22:32.6782260Z + [[ xnnpack+custom+qe =~ .*custom.* ]] 2025-03-21T20:22:32.6782677Z + CUSTOM=ON 2025-03-21T20:22:32.6783003Z + [[ xnnpack+custom+qe =~ .*qe.* ]] 2025-03-21T20:22:32.6783397Z + QE=ON 2025-03-21T20:22:32.6783711Z + [[ xnnpack+custom+qe =~ .*mps.* ]] 2025-03-21T20:22:32.6784102Z + MPS=OFF 2025-03-21T20:22:32.6784404Z + echo 'MPS option OFF' 2025-03-21T20:22:32.6784749Z MPS option OFF 2025-03-21T20:22:32.6785095Z + [[ xnnpack+custom+qe =~ .*coreml.* ]] 2025-03-21T20:22:32.6785516Z + COREML=OFF 2025-03-21T20:22:32.6785874Z + [[ xnnpack+custom+qe =~ .*quantize_kv.* ]] 2025-03-21T20:22:32.6786315Z + QUANTIZE_KV_CACHE=OFF 2025-03-21T20:22:32.6786685Z + echo 'COREML option OFF' 2025-03-21T20:22:32.6787048Z COREML option OFF 2025-03-21T20:22:32.6787408Z + [[ xnnpack+custom+qe =~ .*qnn.* ]] 2025-03-21T20:22:32.6787811Z + QNN=OFF 2025-03-21T20:22:32.6788104Z + QNN_SDK_ROOT= 2025-03-21T20:22:32.6788435Z + echo 'QNN option OFF' 2025-03-21T20:22:32.6788774Z QNN option OFF 2025-03-21T20:22:32.6789094Z + echo 'QNN_SDK_ROOT: ' 2025-03-21T20:22:32.6789432Z QNN_SDK_ROOT: 2025-03-21T20:22:32.6789732Z + [[ -z '' ]] 2025-03-21T20:22:32.6790031Z + BUCK=buck2 2025-03-21T20:22:32.6790324Z + [[ -z python ]] 2025-03-21T20:22:32.6790637Z + which python 2025-03-21T20:22:32.6790971Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:32.6791379Z + PARAMS=params.json 2025-03-21T20:22:32.6791727Z + CHECKPOINT_FILE_NAME= 2025-03-21T20:22:32.6792083Z + touch params.json 2025-03-21T20:22:32.6792652Z + [[ stories110M == \l\l\a\m\a ]] 2025-03-21T20:22:32.6793070Z + [[ stories110M == \s\t\o\r\i\e\s* ]] 2025-03-21T20:22:32.6793521Z + CHECKPOINT_FILE_NAME=stories110M.pt 2025-03-21T20:22:32.6793989Z + download_stories_model_artifacts 2025-03-21T20:22:32.6794825Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-03-21T20:22:32.6796056Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-03-21T20:22:32.6796902Z + touch params.json 2025-03-21T20:22:32.6797486Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-03-21T20:22:32.6798240Z + EXPORTED_MODEL_NAME=tinyllama_xnnpack+custom+qe_fp32 2025-03-21T20:22:32.6798747Z + [[ fp32 == \f\p\1\6 ]] 2025-03-21T20:22:32.6799094Z + [[ fp32 == \b\f\1\6 ]] 2025-03-21T20:22:32.6799438Z + [[ fp32 == \f\p\3\2 ]] 2025-03-21T20:22:32.6799772Z + : 2025-03-21T20:22:32.6800177Z + EXPORTED_MODEL_NAME=tinyllama_xnnpack+custom+qe_fp32.pte 2025-03-21T20:22:32.6800815Z + echo 'Exporting tinyllama_xnnpack+custom+qe_fp32.pte' 2025-03-21T20:22:32.6801588Z Exporting tinyllama_xnnpack+custom+qe_fp32.pte 2025-03-21T20:22:32.6802373Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_xnnpack+custom+qe_fp32.pte -kv' 2025-03-21T20:22:32.6803092Z + [[ ON == \O\N ]] 2025-03-21T20:22:32.6803967Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_xnnpack+custom+qe_fp32.pte -kv -X --xnnpack-extended-ops -qmode 8da4w -G 128' 2025-03-21T20:22:32.6804928Z + [[ ON == \O\N ]] 2025-03-21T20:22:41.4137801Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_xnnpack+custom+qe_fp32.pte -kv -X --xnnpack-extended-ops -qmode 8da4w -G 128 --use_sdpa_with_kv_cache' 2025-03-21T20:22:41.4138942Z + [[ ON == \O\N ]] 2025-03-21T20:22:41.4140097Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_xnnpack+custom+qe_fp32.pte -kv -X --xnnpack-extended-ops -qmode 8da4w -G 128 --use_sdpa_with_kv_cache --embedding-quantize 8,1024' 2025-03-21T20:22:41.4141361Z + [[ OFF == \O\N ]] 2025-03-21T20:22:41.4141674Z + [[ OFF == \O\N ]] 2025-03-21T20:22:41.4141994Z + [[ OFF == \O\N ]] 2025-03-21T20:22:41.4142314Z + [[ OFF == \O\N ]] 2025-03-21T20:22:41.4144074Z + python -m examples.models.llama.export_llama -c stories110M.pt -p params.json -d fp32 -n tinyllama_xnnpack+custom+qe_fp32.pte -kv -X --xnnpack-extended-ops -qmode 8da4w -G 128 --use_sdpa_with_kv_cache --embedding-quantize 8,1024 2025-03-21T20:22:41.4145941Z [WARNING 2025-03-21 20:22:39,946 intmm.py:23] Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-03-21T20:22:41.4146909Z [INFO 2025-03-21 20:22:40,665 utils.py:162] NumExpr defaulting to 8 threads. 2025-03-21T20:22:41.4147630Z [INFO 2025-03-21 20:22:41,069 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T20:22:41.4148838Z [INFO 2025-03-21 20:22:41,069 export_llama_lib.py:992] Loading model with checkpoint=stories110M.pt, params=params.json, use_kv_cache=True, weight_type=WeightType.LLAMA 2025-03-21T20:22:41.4150091Z [INFO 2025-03-21 20:22:41,150 GPTQ.py:1142] linear: layers.0.attention.wq, in=768, out=768 2025-03-21T20:22:41.4150911Z [INFO 2025-03-21 20:22:41,155 GPTQ.py:1142] linear: layers.0.attention.wk, in=768, out=768 2025-03-21T20:22:41.4151731Z [INFO 2025-03-21 20:22:41,158 GPTQ.py:1142] linear: layers.0.attention.wv, in=768, out=768 2025-03-21T20:22:41.4152611Z [INFO 2025-03-21 20:22:41,160 GPTQ.py:1142] linear: layers.0.attention.wo, in=768, out=768 2025-03-21T20:22:41.4153441Z [INFO 2025-03-21 20:22:41,162 GPTQ.py:1142] linear: layers.0.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4154288Z [INFO 2025-03-21 20:22:41,169 GPTQ.py:1142] linear: layers.0.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4155123Z [INFO 2025-03-21 20:22:41,173 GPTQ.py:1142] linear: layers.0.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4155951Z [INFO 2025-03-21 20:22:41,177 GPTQ.py:1142] linear: layers.1.attention.wq, in=768, out=768 2025-03-21T20:22:41.4157010Z [INFO 2025-03-21 20:22:41,180 GPTQ.py:1142] linear: layers.1.attention.wk, in=768, out=768 2025-03-21T20:22:41.4157827Z [INFO 2025-03-21 20:22:41,182 GPTQ.py:1142] linear: layers.1.attention.wv, in=768, out=768 2025-03-21T20:22:41.4158649Z [INFO 2025-03-21 20:22:41,184 GPTQ.py:1142] linear: layers.1.attention.wo, in=768, out=768 2025-03-21T20:22:41.4159489Z [INFO 2025-03-21 20:22:41,186 GPTQ.py:1142] linear: layers.1.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4160341Z [INFO 2025-03-21 20:22:41,191 GPTQ.py:1142] linear: layers.1.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4161169Z [INFO 2025-03-21 20:22:41,195 GPTQ.py:1142] linear: layers.1.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4162006Z [INFO 2025-03-21 20:22:41,200 GPTQ.py:1142] linear: layers.2.attention.wq, in=768, out=768 2025-03-21T20:22:41.4162830Z [INFO 2025-03-21 20:22:41,202 GPTQ.py:1142] linear: layers.2.attention.wk, in=768, out=768 2025-03-21T20:22:41.4163655Z [INFO 2025-03-21 20:22:41,204 GPTQ.py:1142] linear: layers.2.attention.wv, in=768, out=768 2025-03-21T20:22:41.4164487Z [INFO 2025-03-21 20:22:41,207 GPTQ.py:1142] linear: layers.2.attention.wo, in=768, out=768 2025-03-21T20:22:41.4165324Z [INFO 2025-03-21 20:22:41,210 GPTQ.py:1142] linear: layers.2.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4166157Z [INFO 2025-03-21 20:22:41,215 GPTQ.py:1142] linear: layers.2.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4167006Z [INFO 2025-03-21 20:22:41,219 GPTQ.py:1142] linear: layers.2.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4167839Z [INFO 2025-03-21 20:22:41,224 GPTQ.py:1142] linear: layers.3.attention.wq, in=768, out=768 2025-03-21T20:22:41.4168658Z [INFO 2025-03-21 20:22:41,226 GPTQ.py:1142] linear: layers.3.attention.wk, in=768, out=768 2025-03-21T20:22:41.4169484Z [INFO 2025-03-21 20:22:41,228 GPTQ.py:1142] linear: layers.3.attention.wv, in=768, out=768 2025-03-21T20:22:41.4170308Z [INFO 2025-03-21 20:22:41,230 GPTQ.py:1142] linear: layers.3.attention.wo, in=768, out=768 2025-03-21T20:22:41.4171157Z [INFO 2025-03-21 20:22:41,233 GPTQ.py:1142] linear: layers.3.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4171992Z [INFO 2025-03-21 20:22:41,238 GPTQ.py:1142] linear: layers.3.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4172835Z [INFO 2025-03-21 20:22:41,242 GPTQ.py:1142] linear: layers.3.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4173954Z [INFO 2025-03-21 20:22:41,247 GPTQ.py:1142] linear: layers.4.attention.wq, in=768, out=768 2025-03-21T20:22:41.4174820Z [INFO 2025-03-21 20:22:41,249 GPTQ.py:1142] linear: layers.4.attention.wk, in=768, out=768 2025-03-21T20:22:41.4175638Z [INFO 2025-03-21 20:22:41,252 GPTQ.py:1142] linear: layers.4.attention.wv, in=768, out=768 2025-03-21T20:22:41.4176459Z [INFO 2025-03-21 20:22:41,254 GPTQ.py:1142] linear: layers.4.attention.wo, in=768, out=768 2025-03-21T20:22:41.4177281Z [INFO 2025-03-21 20:22:41,257 GPTQ.py:1142] linear: layers.4.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4178138Z [INFO 2025-03-21 20:22:41,262 GPTQ.py:1142] linear: layers.4.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4178985Z [INFO 2025-03-21 20:22:41,267 GPTQ.py:1142] linear: layers.4.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4179813Z [INFO 2025-03-21 20:22:41,271 GPTQ.py:1142] linear: layers.5.attention.wq, in=768, out=768 2025-03-21T20:22:41.4180638Z [INFO 2025-03-21 20:22:41,274 GPTQ.py:1142] linear: layers.5.attention.wk, in=768, out=768 2025-03-21T20:22:41.4181463Z [INFO 2025-03-21 20:22:41,276 GPTQ.py:1142] linear: layers.5.attention.wv, in=768, out=768 2025-03-21T20:22:41.4182274Z [INFO 2025-03-21 20:22:41,279 GPTQ.py:1142] linear: layers.5.attention.wo, in=768, out=768 2025-03-21T20:22:41.4183110Z [INFO 2025-03-21 20:22:41,281 GPTQ.py:1142] linear: layers.5.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4183953Z [INFO 2025-03-21 20:22:41,286 GPTQ.py:1142] linear: layers.5.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4184792Z [INFO 2025-03-21 20:22:41,291 GPTQ.py:1142] linear: layers.5.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4185765Z [INFO 2025-03-21 20:22:41,296 GPTQ.py:1142] linear: layers.6.attention.wq, in=768, out=768 2025-03-21T20:22:41.4186592Z [INFO 2025-03-21 20:22:41,302 GPTQ.py:1142] linear: layers.6.attention.wk, in=768, out=768 2025-03-21T20:22:41.4187402Z [INFO 2025-03-21 20:22:41,306 GPTQ.py:1142] linear: layers.6.attention.wv, in=768, out=768 2025-03-21T20:22:41.4188227Z [INFO 2025-03-21 20:22:41,309 GPTQ.py:1142] linear: layers.6.attention.wo, in=768, out=768 2025-03-21T20:22:41.4189061Z [INFO 2025-03-21 20:22:41,312 GPTQ.py:1142] linear: layers.6.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4189901Z [INFO 2025-03-21 20:22:41,319 GPTQ.py:1142] linear: layers.6.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4190740Z [INFO 2025-03-21 20:22:41,324 GPTQ.py:1142] linear: layers.6.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4191570Z [INFO 2025-03-21 20:22:41,328 GPTQ.py:1142] linear: layers.7.attention.wq, in=768, out=768 2025-03-21T20:22:41.4192394Z [INFO 2025-03-21 20:22:41,331 GPTQ.py:1142] linear: layers.7.attention.wk, in=768, out=768 2025-03-21T20:22:41.4193201Z [INFO 2025-03-21 20:22:41,333 GPTQ.py:1142] linear: layers.7.attention.wv, in=768, out=768 2025-03-21T20:22:41.4194015Z [INFO 2025-03-21 20:22:41,336 GPTQ.py:1142] linear: layers.7.attention.wo, in=768, out=768 2025-03-21T20:22:41.4194855Z [INFO 2025-03-21 20:22:41,338 GPTQ.py:1142] linear: layers.7.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4195692Z [INFO 2025-03-21 20:22:41,342 GPTQ.py:1142] linear: layers.7.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4196524Z [INFO 2025-03-21 20:22:41,347 GPTQ.py:1142] linear: layers.7.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4197348Z [INFO 2025-03-21 20:22:41,353 GPTQ.py:1142] linear: layers.8.attention.wq, in=768, out=768 2025-03-21T20:22:41.4198153Z [INFO 2025-03-21 20:22:41,355 GPTQ.py:1142] linear: layers.8.attention.wk, in=768, out=768 2025-03-21T20:22:41.4198967Z [INFO 2025-03-21 20:22:41,357 GPTQ.py:1142] linear: layers.8.attention.wv, in=768, out=768 2025-03-21T20:22:41.4199791Z [INFO 2025-03-21 20:22:41,360 GPTQ.py:1142] linear: layers.8.attention.wo, in=768, out=768 2025-03-21T20:22:41.4200621Z [INFO 2025-03-21 20:22:41,362 GPTQ.py:1142] linear: layers.8.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4201742Z [INFO 2025-03-21 20:22:41,366 GPTQ.py:1142] linear: layers.8.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4202893Z [INFO 2025-03-21 20:22:41,371 GPTQ.py:1142] linear: layers.8.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4203756Z [INFO 2025-03-21 20:22:41,376 GPTQ.py:1142] linear: layers.9.attention.wq, in=768, out=768 2025-03-21T20:22:41.4204578Z [INFO 2025-03-21 20:22:41,378 GPTQ.py:1142] linear: layers.9.attention.wk, in=768, out=768 2025-03-21T20:22:41.4205399Z [INFO 2025-03-21 20:22:41,380 GPTQ.py:1142] linear: layers.9.attention.wv, in=768, out=768 2025-03-21T20:22:41.4206213Z [INFO 2025-03-21 20:22:41,383 GPTQ.py:1142] linear: layers.9.attention.wo, in=768, out=768 2025-03-21T20:22:41.4207057Z [INFO 2025-03-21 20:22:41,385 GPTQ.py:1142] linear: layers.9.feed_forward.w1, in=768, out=2048 2025-03-21T20:22:41.4207895Z [INFO 2025-03-21 20:22:41,390 GPTQ.py:1142] linear: layers.9.feed_forward.w2, in=2048, out=768 2025-03-21T20:22:41.4208724Z [INFO 2025-03-21 20:22:41,395 GPTQ.py:1142] linear: layers.9.feed_forward.w3, in=768, out=2048 2025-03-21T20:22:41.4209572Z [INFO 2025-03-21 20:22:41,399 GPTQ.py:1142] linear: layers.10.attention.wq, in=768, out=768 2025-03-21T20:22:41.4210405Z [INFO 2025-03-21 20:22:41,402 GPTQ.py:1142] linear: layers.10.attention.wk, in=768, out=768 2025-03-21T20:22:41.4211233Z [INFO 2025-03-21 20:22:41,404 GPTQ.py:1142] linear: layers.10.attention.wv, in=768, out=768 2025-03-21T20:22:41.4212059Z [INFO 2025-03-21 20:22:41,406 GPTQ.py:1142] linear: layers.10.attention.wo, in=768, out=768 2025-03-21T20:22:41.4212899Z [INFO 2025-03-21 20:22:41,408 GPTQ.py:1142] linear: layers.10.feed_forward.w1, in=768, out=2048 2025-03-21T20:24:31.7099366Z [INFO 2025-03-21 20:22:41,413 GPTQ.py:1142] linear: layers.10.feed_forward.w2, in=2048, out=768 2025-03-21T20:24:31.7100294Z [INFO 2025-03-21 20:22:41,425 GPTQ.py:1142] linear: layers.10.feed_forward.w3, in=768, out=2048 2025-03-21T20:24:31.7101163Z [INFO 2025-03-21 20:22:41,430 GPTQ.py:1142] linear: layers.11.attention.wq, in=768, out=768 2025-03-21T20:24:31.7102194Z [INFO 2025-03-21 20:22:41,433 GPTQ.py:1142] linear: layers.11.attention.wk, in=768, out=768 2025-03-21T20:24:31.7103026Z [INFO 2025-03-21 20:22:41,435 GPTQ.py:1142] linear: layers.11.attention.wv, in=768, out=768 2025-03-21T20:24:31.7103863Z [INFO 2025-03-21 20:22:41,437 GPTQ.py:1142] linear: layers.11.attention.wo, in=768, out=768 2025-03-21T20:24:31.7104707Z [INFO 2025-03-21 20:22:41,440 GPTQ.py:1142] linear: layers.11.feed_forward.w1, in=768, out=2048 2025-03-21T20:24:31.7105597Z [INFO 2025-03-21 20:22:41,445 GPTQ.py:1142] linear: layers.11.feed_forward.w2, in=2048, out=768 2025-03-21T20:24:31.7106454Z [INFO 2025-03-21 20:22:41,449 GPTQ.py:1142] linear: layers.11.feed_forward.w3, in=768, out=2048 2025-03-21T20:24:31.7107248Z [INFO 2025-03-21 20:22:41,454 GPTQ.py:1142] linear: output, in=768, out=32000 2025-03-21T20:24:31.7108020Z quantize ('tok_embeddings', Embedding(32000, 768)) with group_size 1024, bitwidth 8 2025-03-21T20:24:31.7108953Z row-size of weight matrix 768 is not divisible by group size 1024, using nearest neighbor rounding 2025-03-21T20:24:31.7110078Z [INFO 2025-03-21 20:22:41,697 quantized_kv_cache.py:277] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-03-21T20:24:31.7111573Z [INFO 2025-03-21 20:22:41,704 custom_ops.py:34] Looking for libcustom_ops_aot_lib.so in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/custom_ops 2025-03-21T20:24:31.7113410Z [INFO 2025-03-21 20:22:41,705 custom_ops.py:39] 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-03-21T20:24:31.7114811Z [INFO 2025-03-21 20:22:41,709 builder.py:162] Model after source transforms: Transformer( 2025-03-21T20:24:31.7115497Z (tok_embeddings): QuantizedGroupEmbedding() 2025-03-21T20:24:31.7115959Z (rope): Rope( 2025-03-21T20:24:31.7116314Z (apply_rotary_emb): RotaryEmbedding() 2025-03-21T20:24:31.7116746Z ) 2025-03-21T20:24:31.7117038Z (layers): ModuleList( 2025-03-21T20:24:31.7117407Z (0-11): 12 x TransformerBlock( 2025-03-21T20:24:31.7118369Z (attention): AttentionMHA( 2025-03-21T20:24:31.7118843Z (wq): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7119330Z (wk): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7119808Z (wv): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7120291Z (wo): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7120734Z (rope): Rope( 2025-03-21T20:24:31.7121107Z (apply_rotary_emb): RotaryEmbedding() 2025-03-21T20:24:31.7121549Z ) 2025-03-21T20:24:31.7121867Z (kv_cache): CustomKVCache() 2025-03-21T20:24:31.7122298Z (SDPA): SDPACustom() 2025-03-21T20:24:31.7122663Z ) 2025-03-21T20:24:31.7122997Z (feed_forward): FeedForward( 2025-03-21T20:24:31.7123440Z (w1): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7123907Z (w2): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7124388Z (w3): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7124812Z ) 2025-03-21T20:24:31.7125131Z (attention_norm): RMSNorm() 2025-03-21T20:24:31.7125545Z (ffn_norm): RMSNorm() 2025-03-21T20:24:31.7125889Z ) 2025-03-21T20:24:31.7126168Z ) 2025-03-21T20:24:31.7126451Z (norm): RMSNorm() 2025-03-21T20:24:31.7126820Z (output): Int8DynActInt4WeightLinear() 2025-03-21T20:24:31.7127252Z ) 2025-03-21T20:24:31.7127631Z [INFO 2025-03-21 20:22:41,711 builder.py:217] Exporting with: 2025-03-21T20:24:31.7128397Z [INFO 2025-03-21 20:22:41,713 builder.py:218] inputs: (tensor([[2, 3, 4]]), {'input_pos': tensor([0])}) 2025-03-21T20:24:31.7129145Z [INFO 2025-03-21 20:22:41,713 builder.py:219] kwargs: None 2025-03-21T20:24:31.7130488Z [INFO 2025-03-21 20:22:41,713 builder.py:220] dynamic shapes: ({1: }, {'input_pos': {0: 1}}) 2025-03-21T20:24:31.7132820Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7134806Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7136635Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7138455Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7139160Z [INFO 2025-03-21 20:23:00,515 builder.py:251] Running canonical pass: RemoveRedundantTransposes 2025-03-21T20:24:31.7140102Z [INFO 2025-03-21 20:23:00,660 export_llama_lib.py:702] Lowering model using following partitioner(s): 2025-03-21T20:24:31.7141070Z [INFO 2025-03-21 20:23:00,660 export_llama_lib.py:704] --> XnnpackDynamicallyQuantizedPartitioner 2025-03-21T20:24:31.7141918Z [INFO 2025-03-21 20:23:00,660 export_llama_lib.py:704] --> XnnpackPartitioner 2025-03-21T20:24:31.7142680Z [INFO 2025-03-21 20:23:00,660 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T20:24:31.7143454Z [INFO 2025-03-21 20:23:00,660 builder.py:388] No quantizer provided, passing... 2025-03-21T20:24:31.7144134Z [INFO 2025-03-21 20:23:00,660 builder.py:215] Re-exporting with: 2025-03-21T20:24:31.7144905Z [INFO 2025-03-21 20:23:00,661 builder.py:218] inputs: (tensor([[2, 3, 4]]), {'input_pos': tensor([0])}) 2025-03-21T20:24:31.7145653Z [INFO 2025-03-21 20:23:00,661 builder.py:219] kwargs: None 2025-03-21T20:24:31.7146686Z [INFO 2025-03-21 20:23:00,661 builder.py:220] dynamic shapes: ({1: }, {'input_pos': {0: 1}}) 2025-03-21T20:24:31.7149168Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7151041Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7152870Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7154688Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7156509Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7158337Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7160161Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7161981Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7163796Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7165782Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7167601Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7169427Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7171247Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7173060Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7174973Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7176807Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7178628Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7180448Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:24:31.7182263Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:24:31.7184085Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1133360Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1135480Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1137877Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1139758Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1141588Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1143432Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1145260Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1147092Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1148921Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1150751Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1152867Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1154688Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1156507Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1158323Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1160143Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1161966Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1163784Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1165607Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1167429Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1169248Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1171064Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1172901Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1174968Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1176810Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1178628Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1180468Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1182277Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1184107Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1185930Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1187873Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1189689Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1191667Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1193495Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1195316Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1197130Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1199141Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1200976Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1202981Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1204809Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1206637Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1208454Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1210283Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1212397Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1214343Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1216156Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1217969Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:19.1219791Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:19.1221601Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:31.0915273Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/emit/_emitter.py:1592: 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-03-21T20:26:31.0917696Z warnings.warn( 2025-03-21T20:26:31.0918286Z [INFO 2025-03-21 20:26:19,956 builder.py:507] Required memory for activation in bytes: [0, 12981056] 2025-03-21T20:26:31.0919029Z modelname: tinyllama_xnnpack+custom+qe_fp32 2025-03-21T20:26:31.0920059Z output_file: tinyllama_xnnpack+custom+qe_fp32.pte 2025-03-21T20:26:31.0920854Z [INFO 2025-03-21 20:26:19,989 utils.py:141] Saved exported program to tinyllama_xnnpack+custom+qe_fp32.pte 2025-03-21T20:26:31.0921602Z + echo 'Creating tokenizer.bin' 2025-03-21T20:26:31.0921998Z Creating tokenizer.bin 2025-03-21T20:26:31.0922621Z + python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin 2025-03-21T20:26:31.0923908Z + RUNTIME_ARGS='--model_path=tinyllama_xnnpack+custom+qe_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1' 2025-03-21T20:26:31.0925099Z + echo 'Running tinyllama_xnnpack+custom+qe_fp32.pte in portable mode' 2025-03-21T20:26:31.0925820Z Running tinyllama_xnnpack+custom+qe_fp32.pte in portable mode 2025-03-21T20:26:31.0926382Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:26:31.0926744Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:26:31.0927139Z + cmake_install_executorch_libraries 2025-03-21T20:26:31.0927811Z + echo 'Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a' 2025-03-21T20:26:31.0928682Z Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a 2025-03-21T20:26:31.0929317Z + rm -rf cmake-out 2025-03-21T20:26:31.0932100Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_MPS=OFF -DEXECUTORCH_BUILD_COREML=OFF -DEXECUTORCH_BUILD_QNN=OFF -DQNN_SDK_ROOT= -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:26:31.0937435Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DEXECUTORCH_BUILD_MPS=OFF -DEXECUTORCH_BUILD_COREML=OFF -DEXECUTORCH_BUILD_QNN=OFF -DQNN_SDK_ROOT= -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:26:31.0940287Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:26:31.0940802Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:26:31.0941615Z -- Detecting C compiler ABI info 2025-03-21T20:26:31.0942081Z -- Detecting C compiler ABI info - done 2025-03-21T20:26:31.0942627Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:26:31.0943176Z -- Detecting C compile features 2025-03-21T20:26:31.0943602Z -- Detecting C compile features - done 2025-03-21T20:26:31.0944065Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:31.0944513Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:31.0945075Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:26:31.0945637Z -- Detecting CXX compile features 2025-03-21T20:26:31.0946102Z -- Detecting CXX compile features - done 2025-03-21T20:26:31.0947382Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:31.0948399Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:31.0949005Z CMake. 2025-03-21T20:26:31.0949191Z 2025-03-21T20:26:31.0949536Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:31.0950343Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:31.0951067Z to work with policies introduced by or earlier. 2025-03-21T20:26:31.0951450Z 2025-03-21T20:26:31.0951707Z  2025-03-21T20:26:31.0952578Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:31.0953637Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:31.0954472Z CMake. 2025-03-21T20:26:31.0954632Z 2025-03-21T20:26:31.0954955Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:31.0955726Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:31.0956407Z to work with policies introduced by or earlier. 2025-03-21T20:26:31.0956773Z 2025-03-21T20:26:31.0956966Z  2025-03-21T20:26:31.0957307Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:26:31.0957839Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:26:31.0958339Z -- Found Threads: TRUE 2025-03-21T20:26:31.0959276Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:31.0960335Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:31.0960926Z CMake. 2025-03-21T20:26:31.0961090Z 2025-03-21T20:26:31.0961410Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:31.0962203Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:31.0962876Z to work with policies introduced by or earlier. 2025-03-21T20:26:31.0963245Z 2025-03-21T20:26:31.0963412Z  2025-03-21T20:26:31.0963729Z -- Using python executable 'python' 2025-03-21T20:26:31.0964687Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051. 2025-03-21T20:26:31.0965632Z -- Killing buck2 daemon 2025-03-21T20:26:31.0966457Z '/pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 killall' 2025-03-21T20:26:31.0967382Z -- executorch: Generating source lists 2025-03-21T20:26:31.0968109Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:31.0969074Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:31.0969795Z -- executorch: Using PAL default 'posix' 2025-03-21T20:26:31.0970253Z -- Generating operator lib: 2025-03-21T20:26:31.0970644Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:31.0971210Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:31.0971801Z -- ROOT_OPS: 2025-03-21T20:26:31.0972128Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:31.0974862Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:26:31.0976489Z -- Generating kernel bindings: 2025-03-21T20:26:31.0976892Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:31.0977446Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:31.0978040Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:31.0978416Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:31.0980762Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:26:31.0982838Z -- Generating operator lib: 2025-03-21T20:26:31.0983236Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:31.0983661Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:26:31.0984081Z -- DEPS: executorch 2025-03-21T20:26:31.0984800Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:26:31.0985604Z -- Generating operator lib: 2025-03-21T20:26:31.0985995Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:26:31.0986575Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:26:31.0987176Z -- ROOT_OPS: 2025-03-21T20:26:31.0987503Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:31.0989239Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-03-21T20:26:31.0991032Z -- Generating kernel bindings: 2025-03-21T20:26:31.0991430Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:26:31.0992008Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:26:31.0992617Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:31.0992990Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:26:31.0995361Z Generated files /pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-03-21T20:26:31.0997466Z -- Generating operator lib: 2025-03-21T20:26:31.0997854Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:26:31.0998270Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:26:31.0998701Z -- DEPS: executorch 2025-03-21T20:26:31.0999066Z -- Merging kernel yaml files: 2025-03-21T20:26:31.0999747Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:26:31.1000737Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:26:31.1001827Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:26:31.1002377Z -- Generating operator lib: 2025-03-21T20:26:31.1002795Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:26:31.1003442Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:26:31.1004052Z -- ROOT_OPS: 2025-03-21T20:26:31.1004376Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:31.1006187Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/cmake-out/configurations/merged.yaml" 2025-03-21T20:26:31.1007825Z -- Generating kernel bindings: 2025-03-21T20:26:31.1008256Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:26:31.1008907Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:26:31.1009528Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:31.1009897Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:26:31.1012743Z Generated files /pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-03-21T20:26:38.8197893Z -- Generating operator lib: 2025-03-21T20:26:38.8198418Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:26:38.8198995Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:26:38.8199623Z -- DEPS: executorch 2025-03-21T20:26:38.8200665Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:26:38.8206690Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:38.8207295Z CMake. 2025-03-21T20:26:38.8207456Z 2025-03-21T20:26:38.8207779Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:38.8208587Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:38.8209268Z to work with policies introduced by or earlier. 2025-03-21T20:26:38.8209635Z 2025-03-21T20:26:38.8209876Z  2025-03-21T20:26:38.8210185Z -- Looking for C++ include unistd.h 2025-03-21T20:26:38.8210639Z -- Looking for C++ include unistd.h - found 2025-03-21T20:26:38.8211104Z -- Looking for C++ include stdint.h 2025-03-21T20:26:38.8211559Z -- Looking for C++ include stdint.h - found 2025-03-21T20:26:38.8212025Z -- Looking for C++ include inttypes.h 2025-03-21T20:26:38.8212886Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:26:38.8213382Z -- Looking for C++ include sys/types.h 2025-03-21T20:26:38.8214007Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:26:38.8214503Z -- Looking for C++ include sys/stat.h 2025-03-21T20:26:38.8214964Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:26:38.8215452Z -- Looking for C++ include fnmatch.h 2025-03-21T20:26:38.8215933Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:26:38.8216473Z -- Looking for C++ include stddef.h 2025-03-21T20:26:38.8216926Z -- Looking for C++ include stddef.h - found 2025-03-21T20:26:38.8217382Z -- Check size of uint32_t 2025-03-21T20:26:38.8217774Z -- Check size of uint32_t - done 2025-03-21T20:26:38.8218178Z -- Looking for strtoll 2025-03-21T20:26:38.8218551Z -- Looking for strtoll - found 2025-03-21T20:26:38.8218990Z -- The ASM compiler identification is GNU 2025-03-21T20:26:38.8219469Z -- Found assembler: /opt/cache/bin/cc 2025-03-21T20:26:38.8219960Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-03-21T20:26:38.8220839Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T20:26:38.8221657Z -- Generating microkernels.cmake 2025-03-21T20:26:38.8222187Z No microkernel found in src/reference/binary-elementwise.cc 2025-03-21T20:26:38.8222787Z No microkernel found in src/reference/packing.cc 2025-03-21T20:26:38.8223395Z No microkernel found in src/reference/unary-elementwise.cc 2025-03-21T20:26:38.8224405Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-03-21T20:26:38.8225324Z -- Generating operator lib: 2025-03-21T20:26:38.8225720Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:26:38.8226295Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:26:38.8226895Z -- ROOT_OPS: 2025-03-21T20:26:38.8227230Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:38.8229034Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:26:38.8230635Z -- Generating kernel bindings: 2025-03-21T20:26:38.8231051Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:26:38.8231447Z -- FUNCTIONS_YAML: 2025-03-21T20:26:38.8232318Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:26:38.8232988Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:38.8237347Z Generated files /pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:26:38.8241203Z -- Generating operator lib: 2025-03-21T20:26:38.8241598Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:26:38.8242012Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:26:38.8242417Z -- DEPS: executorch 2025-03-21T20:26:38.8242742Z -- 2025-03-21T20:26:38.8243028Z -- ******** Summary ******** 2025-03-21T20:26:38.8243445Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:26:38.8243906Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:26:38.8244353Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:26:38.8244807Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:26:38.8245699Z -- BUCK2 : /pytorch/executorch/buck2-bin/buck2-5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051 2025-03-21T20:26:38.8246613Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:26:38.8247292Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:26:38.8248196Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:26:38.8248724Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:26:38.8249249Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:26:38.8249755Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:26:38.8250276Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:26:38.8250793Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:26:38.8251291Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:26:38.8251790Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:26:38.8252295Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:26:38.8252800Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:26:38.8253325Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:26:38.8253968Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:26:38.8254480Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:26:38.8254965Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:26:38.8255484Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:26:38.8256014Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:26:38.8256528Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:26:38.8257042Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:26:38.8257551Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:26:38.8258058Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:26:38.8258677Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-03-21T20:26:38.8259190Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:26:38.8259713Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:26:38.8260228Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:26:38.8260729Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:26:38.8261241Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:26:38.8261742Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:26:38.8262253Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:26:38.8262751Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:26:38.8263251Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:26:38.8263754Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:26:38.8264451Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:26:38.8264980Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-03-21T20:26:38.8265457Z -- Configuring done (10.8s) 2025-03-21T20:26:38.8265844Z -- Generating done (0.5s) 2025-03-21T20:26:38.8266373Z CMake Warning: 2025-03-21T20:26:38.8275689Z Manually-specified variables were not used by the project: 2025-03-21T20:26:38.8276271Z 2025-03-21T20:26:38.8276436Z QNN_SDK_ROOT 2025-03-21T20:26:38.8276645Z 2025-03-21T20:26:38.8276891Z  2025-03-21T20:26:38.8277364Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:26:38.8278058Z + cmake --build cmake-out -j9 --target install --config Release 2025-03-21T20:26:38.8278774Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:26:38.8279880Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:26:38.8281275Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:26:38.8282647Z [ 1%] Building C object extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeFiles/dumb_fht.dir/dumb_fht.c.o 2025-03-21T20:26:38.8284020Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:26:38.8285430Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:26:38.8286892Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:26:38.8288576Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:26:38.8289914Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:26:38.8290887Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:26:38.8291498Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:26:38.8292147Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:26:38.8292820Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:26:38.8293396Z CMake Warning: 2025-03-21T20:26:38.8293947Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:26:38.8294342Z 2025-03-21T20:26:38.8294511Z  2025-03-21T20:26:38.8294867Z fatal: No names found, cannot describe anything. 2025-03-21T20:26:38.8295527Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:26:38.8296062Z git describe failed with exit code: 128 2025-03-21T20:26:38.8296365Z 2025-03-21T20:26:38.8296610Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:26:38.8297139Z Call Stack (most recent call first): 2025-03-21T20:26:38.8297573Z CMakeLists.txt:5 (include) 2025-03-21T20:26:38.8297829Z 2025-03-21T20:26:38.8298003Z  2025-03-21T20:26:38.8298329Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:26:38.8299327Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:26:38.8300681Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:26:38.8340304Z [ 2%] Linking C static library libdumb_fht.a 2025-03-21T20:26:38.8340884Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:26:38.8341954Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:26:38.8342851Z [ 2%] Built target dumb_fht 2025-03-21T20:26:38.8343799Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:26:38.8345138Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:26:38.8346338Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:38.8347382Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:26:38.8348800Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:26:39.2066160Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:26:39.2067850Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-03-21T20:26:39.2069456Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-03-21T20:26:39.2070962Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-03-21T20:26:39.2072504Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-03-21T20:26:39.2074110Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-03-21T20:26:39.2075325Z [ 3%] Linking C static library libpthreadpool.a 2025-03-21T20:26:39.2076016Z [ 3%] Built target pthreadpool 2025-03-21T20:26:39.2077135Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:26:39.2078777Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:26:39.2080375Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:39.2081623Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-03-21T20:26:39.2083276Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-03-21T20:26:39.2084435Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:26:39.2085135Z -- Detecting CXX compile features 2025-03-21T20:26:39.2085747Z -- Detecting CXX compile features - done 2025-03-21T20:26:39.2086927Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-03-21T20:26:39.2088039Z -- Looking for strtof_l 2025-03-21T20:26:39.2089205Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-03-21T20:26:39.2090853Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-03-21T20:26:39.2092405Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:26:39.2094148Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-03-21T20:26:39.2095828Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:26:39.2097478Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:26:39.2099456Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:26:39.2104479Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-03-21T20:26:39.2106150Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-03-21T20:26:39.2107795Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-03-21T20:26:39.2109339Z [ 3%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:26:39.2109932Z -- Looking for strtof_l - found 2025-03-21T20:26:39.2110344Z -- Looking for strtoull_l 2025-03-21T20:26:39.2111302Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:26:39.2112192Z [ 3%] Built target gflags_nothreads_static 2025-03-21T20:26:39.2113308Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-03-21T20:26:39.2114878Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:26:39.2116361Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:26:39.2117887Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:26:39.2119992Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:26:39.2122785Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.2124657Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:26:39.2125688Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.2126178Z | | 2025-03-21T20:26:39.2126691Z | const xnn_float16 * 2025-03-21T20:26:39.2127850Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.2129855Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.2131010Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.2131441Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.2133254Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.2135205Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:39.2135917Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.2136407Z | | 2025-03-21T20:26:39.2136923Z | const xnn_float16 * 2025-03-21T20:26:39.2138043Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.2140030Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.2141189Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.2141634Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.2143462Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.2145321Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:39.2146238Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.2146778Z | | 2025-03-21T20:26:39.2147309Z | const xnn_float16 * 2025-03-21T20:26:39.2148437Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.2150443Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.2151628Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.2152580Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.2154428Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.2156354Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:26:39.2157109Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.2157522Z | | 2025-03-21T20:26:39.2157951Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:26:39.2159059Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.2161224Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:26:39.2162480Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:26:39.2163048Z | ~~~~~~~~~~^~~ 2025-03-21T20:26:39.2164366Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:26:39.2166100Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:26:39.5567706Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:26:39.5569379Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:26:39.5570985Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:26:39.5572462Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:26:39.5574041Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:26:39.5574978Z -- Looking for strtoull_l - found 2025-03-21T20:26:39.5575390Z -- Looking for realpath 2025-03-21T20:26:39.5575770Z [ 4%] Built target microparams-init 2025-03-21T20:26:39.5576862Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:26:39.5578414Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:26:39.5579904Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:26:39.5581352Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:26:39.5583200Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:26:39.5584726Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:26:39.5586201Z [ 5%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:26:39.5588220Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:26:39.5590916Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.5592934Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:26:39.5593682Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.5594193Z | | 2025-03-21T20:26:39.5594701Z | const xnn_float16 * 2025-03-21T20:26:39.5595824Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.5597822Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.5599251Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.5599691Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.5601705Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.5603550Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:39.5604259Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.5604771Z | | 2025-03-21T20:26:39.5605271Z | const xnn_float16 * 2025-03-21T20:26:39.5606383Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.5608365Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.5609526Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.5609969Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.5611770Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.5613765Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:39.5614488Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.5614987Z | | 2025-03-21T20:26:39.5615512Z | const xnn_float16 * 2025-03-21T20:26:39.5616621Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.5618868Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:39.5620058Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:39.5620493Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:39.5622334Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:39.5624250Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-03-21T20:26:39.5625045Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:39.5625470Z | | 2025-03-21T20:26:39.5625887Z | uint16_t * {aka short unsigned int *} 2025-03-21T20:26:39.5626980Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:39.5628952Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-03-21T20:26:39.5630223Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-03-21T20:26:39.5630785Z | ~~~~~~~~~~^~~ 2025-03-21T20:26:39.5632194Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-03-21T20:26:39.5634182Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:26:39.5634973Z [ 5%] Built target indirection 2025-03-21T20:26:39.5635585Z [ 5%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:26:39.5636755Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:26:39.5637847Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:26:39.5638365Z [ 6%] Built target cpuinfo_internals 2025-03-21T20:26:39.5639334Z [ 6%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:26:39.5640193Z -- Looking for realpath - found 2025-03-21T20:26:39.5640664Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:26:39.5641177Z -- Configuring done (0.8s) 2025-03-21T20:26:39.5642080Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:26:39.5642912Z -- Generating done (0.0s) 2025-03-21T20:26:39.5643540Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:26:39.5644224Z [ 6%] Built target cpuinfo 2025-03-21T20:26:39.5644777Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:26:39.5646079Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:26:39.5647433Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:26:39.5648052Z [ 6%] Built target normalization 2025-03-21T20:26:39.5648456Z [ 6%] Built target logging 2025-03-21T20:26:39.5649591Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:26:39.5651179Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:26:39.5652574Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:26:39.5653426Z [ 6%] Built target datatype 2025-03-21T20:26:39.5654636Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:26:39.5657091Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-03-21T20:26:39.5660074Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:40.4096028Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:40.4096810Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:40.4097314Z | | 2025-03-21T20:26:40.4097810Z | const xnn_float16 * 2025-03-21T20:26:40.4099032Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:26:40.4101457Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:40.4102636Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:40.4103074Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:40.4105107Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:40.4107502Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:40.4108199Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:40.4108715Z | | 2025-03-21T20:26:40.4109229Z | const xnn_float16 * 2025-03-21T20:26:40.4110412Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-03-21T20:26:40.4112595Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:40.4113759Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:40.4114213Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:40.4115618Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-03-21T20:26:40.4117376Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:26:40.4118749Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:26:40.4119908Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:26:40.4120534Z [ 6%] Built target hardware-config 2025-03-21T20:26:40.4120973Z [ 6%] Built target reference-ukernels 2025-03-21T20:26:40.4121936Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:26:40.4123404Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:26:40.4124873Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:26:40.4126279Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:26:40.4128373Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-03-21T20:26:40.4130140Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:26:40.4131530Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:26:40.4132364Z [ 7%] Built target allocator 2025-03-21T20:26:40.4133297Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:26:40.4134563Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:26:40.4135645Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:26:40.4136943Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:26:40.4137786Z [ 7%] Built target packing 2025-03-21T20:26:40.4138706Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:26:40.4140024Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:26:40.4141369Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:26:40.4142763Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:26:40.4143794Z [ 7%] Built target cache 2025-03-21T20:26:40.4144697Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:26:40.4146447Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-03-21T20:26:40.4148541Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-03-21T20:26:40.4150253Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:26:40.4151600Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:26:40.4152450Z [ 7%] Built target memory 2025-03-21T20:26:40.4153078Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:26:40.4154211Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:26:40.4155667Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:26:40.4156844Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:26:40.4157775Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:26:40.4158702Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:26:40.4160267Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-03-21T20:26:40.4161752Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:26:40.4162561Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:26:40.4164263Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-03-21T20:26:40.4165556Z [ 8%] Built target eigen_blas 2025-03-21T20:26:40.4166796Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:26:40.4168894Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:26:40.4170499Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:26:40.4172196Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:26:40.4173607Z [ 8%] Built target microkernel-utils 2025-03-21T20:26:40.4174387Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:26:40.4175503Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:26:40.4177361Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-03-21T20:26:40.4178950Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:26:40.4179840Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:26:40.4180738Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:26:40.4182217Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-03-21T20:26:40.4183542Z [ 8%] Built target mutex 2025-03-21T20:26:40.4184753Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-03-21T20:26:40.4186472Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:26:40.4188248Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:26:40.4189623Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:26:40.4190291Z [ 8%] Built target operator-utils 2025-03-21T20:26:40.4191289Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:26:40.4192985Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:26:41.3527218Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-03-21T20:26:41.3528884Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:26:41.3530534Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-03-21T20:26:41.3532066Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:26:41.3533030Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:26:41.3534896Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3536481Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:26:41.3537107Z [ 8%] Built target operator-run 2025-03-21T20:26:41.3538100Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:26:41.3540355Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3542519Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3544745Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3546720Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:26:41.3548076Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:26:41.3549785Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:26:41.3552204Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:26:41.3553867Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:26:41.3555605Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:26:41.3557238Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:26:41.3559176Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3561145Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:26:41.3563090Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3564697Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:26:41.3566318Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3568629Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:26:41.3570259Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-03-21T20:26:41.3572252Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:26:41.3573668Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:26:41.3575216Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-03-21T20:26:41.3576639Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:26:41.3578272Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3580294Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:26:41.3582742Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3584307Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:26:41.3586272Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-03-21T20:26:41.3587989Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:26:41.3589189Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:26:41.3591029Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-03-21T20:26:41.3593107Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:26:41.3595165Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-03-21T20:26:41.3596779Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:26:41.3598419Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-03-21T20:26:41.3600356Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:26:41.3604959Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3607272Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:26:41.3608518Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:26:41.3609450Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:26:41.3610567Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:26:41.3611958Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:26:41.3613722Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:26:41.3615079Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:26:41.3616167Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:26:41.3617852Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3620010Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3621960Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:26:41.3623682Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:26:41.3625091Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:26:41.3626244Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:26:41.3627917Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-03-21T20:26:41.3629498Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:26:41.3631458Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:26:41.3633660Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:26:41.6143671Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:26:41.6145287Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:26:41.6146827Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:26:41.6148961Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:26:41.6151811Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6153752Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:41.6154517Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.6155027Z | | 2025-03-21T20:26:41.6155992Z | const xnn_float16 * 2025-03-21T20:26:41.6157148Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.6159187Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.6160357Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.6160805Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.6162639Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6164534Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:41.6165300Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.6165815Z | | 2025-03-21T20:26:41.6166340Z | const xnn_float16 * 2025-03-21T20:26:41.6167512Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.6169528Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.6170691Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.6171127Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.6172974Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6175247Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:26:41.6176230Z | ^~~~~~~~~~ 2025-03-21T20:26:41.6177028Z | | 2025-03-21T20:26:41.6177590Z | const xnn_float16 * 2025-03-21T20:26:41.6178755Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.6180797Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.6181968Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.6182412Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.6183790Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-03-21T20:26:41.6185866Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:26:41.6188119Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-03-21T20:26:41.6190877Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6192964Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:41.6193706Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.6194217Z | | 2025-03-21T20:26:41.6194754Z | const xnn_float16 * 2025-03-21T20:26:41.6195890Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.6197865Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.6199025Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.6199475Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.6201492Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6203379Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:41.6204386Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.6204929Z | | 2025-03-21T20:26:41.6205460Z | const xnn_float16 * 2025-03-21T20:26:41.6206607Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.6208619Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.6209814Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.6210256Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.6211586Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:26:41.6213452Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:26:41.6215239Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:26:41.6216837Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:26:41.6218913Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-03-21T20:26:41.6221258Z [100%] Linking CXX executable flatc 2025-03-21T20:26:41.6222614Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:26:41.6224579Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:26:41.6226295Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:26:41.6228363Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-03-21T20:26:41.6231132Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.6233025Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-03-21T20:26:41.6233786Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.9428795Z | | 2025-03-21T20:26:41.9429449Z | const xnn_float16 * 2025-03-21T20:26:41.9430615Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.9432823Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.9434011Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.9434455Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.9436278Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.9438818Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-03-21T20:26:41.9439614Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.9440121Z | | 2025-03-21T20:26:41.9440655Z | const xnn_float16 * 2025-03-21T20:26:41.9441802Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.9443835Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.9445019Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.9445472Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.9447334Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.9449624Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-03-21T20:26:41.9450613Z | ^~~~~~~~~~ 2025-03-21T20:26:41.9451129Z | | 2025-03-21T20:26:41.9451964Z | const xnn_float16 * 2025-03-21T20:26:41.9453153Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-03-21T20:26:41.9455315Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.9456501Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.9456942Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.9458408Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-03-21T20:26:41.9460999Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.9462812Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-03-21T20:26:41.9463543Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:41.9464061Z | | 2025-03-21T20:26:41.9464574Z | const xnn_float16 * 2025-03-21T20:26:41.9465860Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-03-21T20:26:41.9467813Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-03-21T20:26:41.9468998Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:26:41.9469446Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:26:41.9470501Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:26:41.9472486Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:26:41.9474266Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:26:41.9476124Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-03-21T20:26:41.9478766Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-03-21T20:26:41.9482060Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:26:41.9483958Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-03-21T20:26:41.9484493Z | ^~~ 2025-03-21T20:26:41.9484897Z | | 2025-03-21T20:26:41.9485267Z | xnn_float16 * 2025-03-21T20:26:41.9486533Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-03-21T20:26:41.9488626Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-03-21T20:26:41.9489812Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-03-21T20:26:41.9490661Z | ~~~~~~~~~~^~~ 2025-03-21T20:26:41.9491932Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:26:41.9493887Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:26:41.9495840Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-03-21T20:26:41.9497721Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:26:41.9499532Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9501680Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9503734Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:26:41.9505725Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-03-21T20:26:41.9507718Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:26:41.9509707Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-03-21T20:26:41.9510795Z [ 13%] Built target operators 2025-03-21T20:26:41.9512019Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9513987Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9516445Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9518472Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9520420Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9522391Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-03-21T20:26:41.9524375Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7753459Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7755653Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-03-21T20:26:42.7757654Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-03-21T20:26:42.7759600Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7761622Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7764099Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7766132Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7768126Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7770097Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7772099Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7774326Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7776303Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-03-21T20:26:42.7778318Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7780331Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7782437Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-03-21T20:26:42.7784492Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7786453Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7788708Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7790700Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7792692Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-03-21T20:26:42.7794879Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-03-21T20:26:42.7797191Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-03-21T20:26:42.7799409Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-03-21T20:26:42.7801730Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-03-21T20:26:42.7804054Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-03-21T20:26:42.7806495Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-03-21T20:26:42.7808953Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7810895Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7812849Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-03-21T20:26:42.7814900Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-03-21T20:26:42.7816844Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:26:42.7818830Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-03-21T20:26:42.7819960Z [100%] Built target flatc 2025-03-21T20:26:42.7821194Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:26:42.7822487Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:26:42.7823100Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:26:42.7824414Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-03-21T20:26:42.7825526Z [ 16%] Built target flatbuffers 2025-03-21T20:26:42.7826512Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:26:42.7827927Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:26:42.7828930Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:26:42.7830288Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:26:42.7831431Z [ 16%] Built target scalar_type_schema 2025-03-21T20:26:42.7832682Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:26:42.7834412Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:26:42.7836208Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:26:42.7838058Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:26:42.7840058Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:26:42.7842062Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:26:42.7843864Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:26:42.7845520Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:26:42.7847094Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:26:42.7848588Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:26:42.7850746Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-03-21T20:26:42.7852949Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-03-21T20:26:42.7855219Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:26:42.7857506Z [ 18%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:26:43.5939011Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:26:43.5940809Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:26:43.5942837Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:26:43.5945036Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:26:43.5946967Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:26:43.5948675Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:26:43.5949845Z [ 18%] Generating common_schema headers 2025-03-21T20:26:43.5951364Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-03-21T20:26:43.5952685Z [ 18%] Built target common_schema 2025-03-21T20:26:43.5954168Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-03-21T20:26:43.5955631Z [ 19%] Generating xnnpack_schema headers 2025-03-21T20:26:43.5957421Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:26:43.5959317Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:26:43.5960485Z [ 19%] Built target xnnpack_schema 2025-03-21T20:26:43.5962047Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:26:43.5963554Z [ 19%] Generating flat_tensor_schema headers 2025-03-21T20:26:43.5964228Z [ 19%] Built target flat_tensor_schema 2025-03-21T20:26:43.5965707Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:26:43.5967190Z [ 20%] Generating program_schema headers 2025-03-21T20:26:43.5967827Z [ 20%] Built target program_schema 2025-03-21T20:26:43.5969005Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:26:43.5970757Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:26:43.5972338Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:26:43.5973956Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:26:43.5976283Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:26:43.5978238Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:26:43.5980178Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-03-21T20:26:43.5982311Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-03-21T20:26:43.5984196Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:26:43.5986152Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:26:43.5988133Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:26:43.5990103Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:26:43.5992115Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:26:43.5993951Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:26:43.5995813Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-03-21T20:26:43.5997955Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-03-21T20:26:43.6000216Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-03-21T20:26:43.6006158Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-03-21T20:26:43.6008348Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:26:43.6009747Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:26:43.6011120Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:26:43.6012711Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:26:43.6014659Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:26:43.6016530Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:26:43.6018178Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:26:43.6019712Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:26:43.6021106Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:26:43.6022794Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:26:43.6024511Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:26:43.6026383Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:26:43.6028181Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-03-21T20:26:43.6029934Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:26:43.6031203Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:26:43.6032471Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:26:43.6034196Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-03-21T20:26:43.6035971Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:26:43.6037300Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:26:43.6038547Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:26:43.6039764Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:26:43.6041560Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-03-21T20:26:43.6043854Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-03-21T20:26:43.6046090Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:26:43.6047811Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:26:43.6048570Z [ 23%] Built target subgraph 2025-03-21T20:26:43.6049536Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:26:44.4377547Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:26:44.4379342Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:26:44.4381241Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-03-21T20:26:44.4383615Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-03-21T20:26:44.4385905Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:26:44.4387747Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:26:44.4389598Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:26:44.4391416Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:26:44.4393308Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-03-21T20:26:44.4396072Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-03-21T20:26:44.4398333Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:26:44.4400646Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:26:44.4402608Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:26:44.4403793Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:26:44.4404906Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:26:44.4406743Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-03-21T20:26:44.4409110Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-03-21T20:26:44.4410900Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:26:44.4412675Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:26:44.4414572Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:26:44.4416338Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:26:44.4418050Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:26:44.4419260Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:26:44.4421213Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-03-21T20:26:44.4423197Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-03-21T20:26:44.4425186Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:26:44.4427225Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:26:44.4429199Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:26:44.4431065Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:26:44.4433090Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:44.4435178Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:26:44.4436468Z [ 26%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:26:44.4437026Z [ 26%] Built target executorch_core 2025-03-21T20:26:44.4438859Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:44.4441194Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:44.4442867Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:26:44.4444661Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:44.4447001Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:26:44.4449312Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-03-21T20:26:44.4451606Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:26:44.4454263Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:26:44.4456005Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:44.4457738Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:26:44.4459485Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:26:44.4461423Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:26:44.4462968Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:26:44.4464811Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:26:44.4466716Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:26:44.4468940Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:26:44.4470336Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:26:44.4471569Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:26:44.4473269Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:26:44.4475465Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:44.4477612Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:44.4479799Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:26:44.4481390Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:26:45.2891659Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:26:45.2894335Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:26:45.2896099Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:26:45.2897738Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:26:45.2899102Z [ 27%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:26:45.2899711Z [ 27%] Built target extension_threadpool 2025-03-21T20:26:45.2900968Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:26:45.2903318Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:45.2905708Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:45.2908196Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:26:45.2910543Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:45.2912924Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:26:45.2915353Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:45.2917677Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:45.2920138Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:26:45.2922381Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:45.2924840Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:45.2926650Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:26:45.2928431Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:45.2930876Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:26:45.2933350Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:26:45.2935855Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:45.2946042Z [ 28%] Linking CXX static library libexecutorch.a 2025-03-21T20:26:45.2947627Z [ 28%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:45.2950244Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:26:45.2951380Z [ 28%] Built target executorch 2025-03-21T20:26:45.2952685Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-03-21T20:26:45.2954357Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:26:45.2956096Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-03-21T20:26:45.2957701Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:26:45.2958741Z [ 28%] Linking CXX static library libextension_tensor.a 2025-03-21T20:26:45.2960251Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:26:45.2961430Z [ 29%] Built target extension_tensor 2025-03-21T20:26:45.2962691Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-03-21T20:26:45.2964513Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:26:45.2966098Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:26:45.2967927Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-03-21T20:26:45.2969926Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:26:45.2972162Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:26:45.2974418Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:26:45.2975789Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:26:45.2977610Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-03-21T20:26:45.2979897Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-03-21T20:26:45.2981715Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:26:45.2983084Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:26:45.2984836Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:26:45.2986807Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:26:45.2988094Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:26:45.2989239Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:26:45.2990106Z [ 29%] Built target cpublas 2025-03-21T20:26:45.2991052Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:26:45.2993055Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:26:45.2994669Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:26:45.2996526Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:45.2998321Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:26:45.3000225Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:45.3003077Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:45.3004893Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:26:45.3007080Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:46.3746900Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:26:46.3749244Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-03-21T20:26:46.3751007Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:26:46.3752787Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:46.3754459Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:26:46.3756537Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-03-21T20:26:46.3758257Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:26:46.3759642Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:26:46.3761070Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:26:46.3762506Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:26:46.3764214Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:26:46.3766146Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:26:46.3767780Z [ 31%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:26:46.3769433Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:26:46.3771463Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:26:46.3774188Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:46.3776417Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:46.3778402Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:26:46.3780281Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:26:46.3781804Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:26:46.3783088Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:26:46.3784777Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:26:46.3786405Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:26:46.3788099Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:26:46.3789973Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:26:46.3792097Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:46.3793967Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:26:46.3795382Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:26:46.3797287Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:46.3799904Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:46.3802668Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:26:46.3804549Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-03-21T20:26:46.3806739Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-03-21T20:26:46.3808912Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:46.3811049Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-03-21T20:26:46.3813186Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:46.3815087Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:26:46.3816400Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:26:46.3817636Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:26:46.3819305Z [ 33%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:26:46.3820698Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:26:46.3822636Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-03-21T20:26:46.3824613Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:26:46.3826054Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:26:46.3827958Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-03-21T20:26:46.3829799Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:26:46.3831733Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-03-21T20:26:46.3833626Z [ 33%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:26:46.3835471Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:46.3837244Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:26:46.3838572Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:26:46.3839828Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:26:46.3841468Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-03-21T20:26:46.3842837Z [ 34%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:26:46.3843706Z [ 34%] Built target extension_data_loader 2025-03-21T20:26:46.3844730Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:26:46.3846427Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:26:46.3848085Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:26:46.3849175Z [ 35%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:26:46.3849756Z [ 35%] Built target quantized_kernels 2025-03-21T20:26:47.7177931Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:26:47.7180037Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-03-21T20:26:47.7181706Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:26:47.7183454Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:26:47.7185217Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:26:47.7186606Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:26:47.7188763Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-03-21T20:26:47.7190788Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:26:47.7192455Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:26:47.7193853Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:26:47.7195194Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:26:47.7196869Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:26:47.7198513Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:26:47.7200390Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:47.7202451Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:26:47.7204297Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:47.7206397Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:26:47.7208024Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:26:47.7209272Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:26:47.7210627Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:26:47.7212339Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:26:47.7213929Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:26:47.7215304Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:26:47.7217218Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:47.7219026Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:26:47.7220815Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:47.7222480Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:26:47.7223721Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:26:47.7225011Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:26:47.7226853Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-03-21T20:26:47.7229057Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:26:47.7230967Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:26:47.7232336Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:26:47.7233747Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:26:47.7235735Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:26:47.7237490Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:26:47.7238775Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:26:47.7240038Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:26:47.7241305Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:47.7243191Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-03-21T20:26:47.7245106Z [ 38%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:26:47.7246546Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:26:47.7247957Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:26:47.7249871Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:47.7252128Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:47.7253930Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:26:47.7255828Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:26:47.7257497Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:26:47.7258745Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:26:47.7259933Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:26:47.7260984Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:3, 2025-03-21T20:26:47.7261902Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-03-21T20:26:47.7264454Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:26:47.7268191Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:47.7270218Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:26:47.7271005Z | ^ 2025-03-21T20:26:47.7272376Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:47.7274963Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-03-21T20:26:47.7277253Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-03-21T20:26:47.7279019Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:26:48.3437729Z [ 38%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:48.3439263Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:26:48.3440622Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:26:48.3441845Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:48.3443709Z [ 38%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-03-21T20:26:48.3445299Z [ 38%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:26:48.3446712Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-03-21T20:26:48.3448265Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:26:48.3449070Z [ 39%] Built target extension_flat_tensor 2025-03-21T20:26:48.3450360Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-03-21T20:26:48.3451933Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:48.3453174Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:18, 2025-03-21T20:26:48.3454880Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-03-21T20:26:48.3456033Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-03-21T20:26:48.3457202Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-03-21T20:26:48.3458170Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-03-21T20:26:48.3460782Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-03-21T20:26:48.3464562Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1294:61: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3466598Z 1294 | inline convert_int8_to_float(at::vec::Vectorized src) { 2025-03-21T20:26:48.3467200Z | ^ 2025-03-21T20:26:48.3467943Z [ 39%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:26:48.3469435Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:26:48.3471475Z [ 39%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:48.3472983Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:26:48.3474926Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:26:48.3476641Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:26:48.3478417Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:26:48.3480218Z [ 39%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:26:48.3481809Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:48.3483137Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:26:48.3484779Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-03-21T20:26:48.3486043Z [ 40%] Generating code for kernel registration 2025-03-21T20:26:48.3487072Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:26:48.3488567Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:48.3490180Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:26:48.3491970Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-03-21T20:26:48.3493597Z [ 41%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:26:48.3495225Z [ 42%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:26:48.3496543Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:26:48.3499851Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:26:48.3506008Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3509644Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:48.3511661Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3513420Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:26:48.3513946Z | ^~~~~~~~~~~~~~ 2025-03-21T20:26:48.3516786Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:26:48.3522700Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3526306Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:48.3528276Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:170:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3532271Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’: 2025-03-21T20:26:48.3537709Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:26:48.3543625Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3547223Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:48.3549193Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3550676Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:26:48.3551239Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:48.3554236Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In instantiation of ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’: 2025-03-21T20:26:48.3559520Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:26:48.3565377Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3568963Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:48.3570914Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3572304Z In file included from /usr/include/c++/11/utility:70, 2025-03-21T20:26:48.3572822Z from /usr/include/c++/11/array:38, 2025-03-21T20:26:48.3573442Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-03-21T20:26:48.3574400Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-03-21T20:26:48.3575273Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-03-21T20:26:48.3576149Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-03-21T20:26:48.3580069Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = double&; _T2 = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp2>::type = double; typename std::__strip_reference_wrapper::type>::__type = double; typename std::decay<_Tp>::type = double]’: 2025-03-21T20:26:48.3585656Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:26:48.3590748Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = double; typename executorch::utils::ComputeDTypeTraits::type = double; int64_t = long int]’ 2025-03-21T20:26:48.3596686Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3600442Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:48.3602349Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:48.3603480Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-03-21T20:26:48.3603915Z | ^~~~~~~~~ 2025-03-21T20:26:48.3607274Z /usr/include/c++/11/bits/stl_pair.h: In instantiation of ‘constexpr std::pair::type>::__type, typename std::__strip_reference_wrapper::type>::__type> std::make_pair(_T1&&, _T2&&) [with _T1 = float&; _T2 = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp2>::type = float; typename std::__strip_reference_wrapper::type>::__type = float; typename std::decay<_Tp>::type = float]’: 2025-03-21T20:26:48.3612774Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:165:24: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:26:48.3617952Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:177:36: required from ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMoments(const T*, int64_t, int64_t) [with T = float; typename executorch::utils::ComputeDTypeTraits::type = float; int64_t = long int]’ 2025-03-21T20:26:48.3624080Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: required from ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float; torch::executor::native::Tensor = executorch::runtime::etensor::Tensor; executorch::runtime::IntArrayRef = executorch::runtime::ArrayRef]’ 2025-03-21T20:26:48.3627729Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-03-21T20:26:49.0292463Z /usr/include/c++/11/bits/stl_pair.h:567:5: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0296326Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = double]’: 2025-03-21T20:26:49.0300062Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0301651Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:26:49.0302213Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:26:49.0305243Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘void torch::executor::native::{anonymous}::layer_norm(const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, CTYPE, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&) [with CTYPE = float]’: 2025-03-21T20:26:49.0309421Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0311016Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-03-21T20:26:49.0313827Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-03-21T20:26:49.0317165Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0318656Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-03-21T20:26:49.0319217Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:49.0323158Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, executorch::aten::optional&, executorch::aten::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-03-21T20:26:49.0327756Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0329212Z 114 | std::tuple opt_native_layer_norm_out( 2025-03-21T20:26:49.0330082Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:26:49.0331779Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0334384Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0336872Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0338310Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:26:49.0338873Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:26:49.0340502Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:26:49.0341921Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-03-21T20:26:49.0342481Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-03-21T20:26:49.0343405Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:49.0345080Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:26:49.0346950Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:49.0348628Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:26:49.0350255Z [ 42%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:26:49.0351932Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:26:49.0353589Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:26:49.0355625Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-03-21T20:26:49.0357573Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:26:49.0359555Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:26:49.0361158Z [ 42%] Linking CXX shared library libextension_module.so 2025-03-21T20:26:49.0362170Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:49.0363460Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:26:49.0365175Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-03-21T20:26:49.0366570Z [ 42%] Linking CXX static library libextension_module_static.a 2025-03-21T20:26:49.0367170Z [ 42%] Built target extension_module 2025-03-21T20:26:49.0368434Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:26:49.0370022Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:49.0371052Z [ 42%] Built target extension_module_static 2025-03-21T20:26:49.0372371Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-03-21T20:26:49.0374097Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:26:49.0375753Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:26:49.0377704Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-03-21T20:26:49.0379437Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:26:49.0380781Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:26:49.0382147Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:26:49.0383501Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:26:49.0385180Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:26:49.0387083Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-03-21T20:26:49.0388790Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:26:50.8123732Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:26:50.8125168Z [ 43%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:26:50.8126307Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:26:50.8128020Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-03-21T20:26:50.8129556Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:26:50.8130346Z [ 43%] Built target optimized_kernels 2025-03-21T20:26:50.8131718Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-03-21T20:26:50.8133182Z [ 43%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:26:50.8134510Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:26:50.8135947Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:26:50.8137696Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-03-21T20:26:50.8139305Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:26:50.8140972Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-03-21T20:26:50.8142672Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:26:50.8144312Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:26:50.8145959Z [ 43%] Generating code for kernel registration 2025-03-21T20:26:50.8147500Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:26:50.8149390Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:26:50.8151046Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:26:50.8152380Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:26:50.8153658Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:26:50.8154975Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:26:50.8156605Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-03-21T20:26:50.8158454Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:26:50.8160076Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:26:50.8161721Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-03-21T20:26:50.8163841Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:26:50.8165413Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:26:50.8166756Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:26:50.8168154Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:26:50.8169833Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-03-21T20:26:50.8171406Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:26:50.8172966Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:26:50.8174694Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:26:50.8176379Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-03-21T20:26:50.8178332Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:26:50.8179881Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:26:50.8181158Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:26:50.8182474Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:26:50.8184095Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-03-21T20:26:50.8185652Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:26:50.8187033Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:26:50.8188903Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:26:50.8190768Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-03-21T20:26:50.8192598Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:26:50.8194191Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:26:50.8195573Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:26:50.8197102Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:26:50.8198729Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-03-21T20:26:50.8200536Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:26:50.8202237Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:26:50.8203524Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:26:50.8205135Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-03-21T20:26:50.8207004Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:26:50.8208263Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:26:50.8209507Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:26:50.8210806Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:26:50.8212461Z [ 46%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:50.8214488Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:26:50.8216032Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:26:50.8217379Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:26:50.8219018Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-03-21T20:26:50.8220539Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:26:50.8222116Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:26:50.8223679Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:26:50.8225091Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:26:52.3747550Z [ 47%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:26:52.3748152Z [ 47%] Built target quantized_ops_lib 2025-03-21T20:26:52.3749069Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:26:52.3751066Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-03-21T20:26:52.3752621Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:26:52.3753843Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:26:52.3755163Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:26:52.3756442Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:26:52.3758032Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:26:52.3759626Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:26:52.3760978Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:26:52.3762580Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-03-21T20:26:52.3764436Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:26:52.3765996Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:26:52.3767322Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:26:52.3768992Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:26:52.3770577Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-03-21T20:26:52.3772477Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:26:52.3774226Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:26:52.3775539Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:26:52.3776872Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:26:52.3778559Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-03-21T20:26:52.3780488Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:26:52.3781998Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:26:52.3783219Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:26:52.3784449Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:26:52.3786012Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-03-21T20:26:52.3787512Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:26:52.3789112Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:26:52.3790709Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:26:52.3792037Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:26:52.3793850Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-03-21T20:26:52.3795784Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:26:52.3797694Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:26:52.3799275Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:26:52.3800551Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:26:52.3802369Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-03-21T20:26:52.3804302Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:26:52.3806212Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-03-21T20:26:52.3807807Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:26:52.3809121Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:26:52.3811019Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:26:52.3812878Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-03-21T20:26:52.3814557Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:26:52.3815618Z [ 50%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:26:52.3816974Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:26:52.3818481Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:26:52.3819279Z [ 50%] Built target optimized_ops_lib 2025-03-21T20:26:52.3820139Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:52.3821402Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:26:52.3822754Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:26:52.3824383Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-03-21T20:26:52.3826219Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:26:52.3827892Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:26:52.3829220Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:26:52.3830814Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-03-21T20:26:52.3832675Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:26:52.3834548Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:26:52.3835899Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:26:52.3837139Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:26:52.3838376Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:26:52.3839662Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:52.3841296Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:26:52.3843143Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-03-21T20:26:52.3844722Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:26:52.3846356Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-03-21T20:26:52.3847965Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:26:53.8927655Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:26:53.8929304Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:26:53.8931125Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:26:53.8932756Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-03-21T20:26:53.8934490Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:26:53.8935809Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:26:53.8937052Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:53.8938624Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:26:53.8940248Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:53.8941640Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:53.8943289Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-03-21T20:26:53.8945226Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:26:53.8947864Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:53.8949264Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:53.8950595Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:26:53.8952321Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-03-21T20:26:53.8954038Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:53.8955970Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:53.8957837Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-03-21T20:26:53.8959441Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:53.8961048Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-03-21T20:26:53.8963023Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:26:53.8964612Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:53.8965826Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:53.8967159Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:26:53.8968550Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:26:53.8970303Z [ 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-03-21T20:26:53.8971943Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:53.8973406Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:53.8975072Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:26:53.8976577Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:53.8978267Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-03-21T20:26:53.8980292Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:26:53.8981977Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:53.8983400Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:26:53.8984844Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:53.8986230Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:26:53.8987899Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-03-21T20:26:53.8989786Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:26:53.8991406Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:53.8992850Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:53.8994583Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-03-21T20:26:53.8996235Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:26:53.8998172Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:26:53.8999889Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:26:53.9001173Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:53.9002683Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:26:53.9004196Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:26:53.9005605Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:53.9007153Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-03-21T20:26:53.9009028Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:26:53.9010603Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:53.9012063Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:26:53.9014038Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:26:53.9016485Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-03-21T20:26:53.9018183Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:26:53.9019972Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-03-21T20:26:53.9021708Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:26:53.9023010Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:53.9024333Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:53.9025695Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:26:53.9027338Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:26:53.9028904Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:53.9030479Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-03-21T20:26:55.5414227Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:26:55.5415902Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-03-21T20:26:55.5417547Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:26:55.5419042Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:26:55.5420744Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:26:55.5423177Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:26:55.5424898Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:26:55.5426294Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:55.5427813Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:26:55.5429427Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-03-21T20:26:55.5431268Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-03-21T20:26:55.5432847Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:55.5434288Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:26:55.5435972Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:26:55.5437587Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:26:55.5439257Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:26:55.5441186Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:26:55.5442611Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:26:55.5443974Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:55.5445509Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-03-21T20:26:55.5447122Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:26:55.5448483Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:55.5449876Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:26:55.5451552Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-03-21T20:26:55.5453128Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:26:55.5454757Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:26:55.5456430Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:26:55.5457966Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:26:55.5459315Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:55.5460674Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:26:55.5462337Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:26:55.5463957Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:55.5465546Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:26:55.5467229Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:26:55.5468855Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:26:55.5470229Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:26:55.5471571Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:26:55.5472981Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:26:55.5474422Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:55.5475963Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:26:55.5477746Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-03-21T20:26:55.5479334Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:55.5480861Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:26:55.5482582Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:26:55.5484253Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-03-21T20:26:55.5485847Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:26:55.5487212Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:26:55.5488607Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:26:55.5489925Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:55.5491219Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:26:55.5492930Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:26:55.5494634Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:55.5496038Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:26:55.5497726Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:26:55.5499393Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:26:55.5500880Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:26:55.5502512Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:26:55.5503936Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:26:55.5505607Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-03-21T20:26:55.5507449Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:55.5508804Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:26:55.5510487Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:26:55.5512437Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:26:55.5514147Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:26:56.9819026Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-03-21T20:26:56.9820948Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:26:56.9822457Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:26:56.9823985Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:26:56.9825892Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-03-21T20:26:56.9828180Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:26:56.9829566Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:56.9831390Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:26:56.9833187Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:26:56.9834914Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-03-21T20:26:56.9836586Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:26:56.9838254Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:26:56.9839962Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:56.9841527Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:26:56.9843068Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:56.9844629Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:56.9846401Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-03-21T20:26:56.9848281Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:26:56.9850047Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:26:56.9851711Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:56.9853693Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-03-21T20:26:56.9855545Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:26:56.9857096Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:56.9858467Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:56.9859859Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:56.9861303Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:56.9862952Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-03-21T20:26:56.9864727Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:26:56.9866319Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:56.9867751Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:26:56.9869206Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:56.9871037Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-03-21T20:26:56.9872796Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:26:56.9874426Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:56.9875879Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:56.9877333Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:56.9878715Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:56.9880074Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:56.9881733Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-03-21T20:26:56.9883369Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:56.9884753Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:26:56.9886701Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:26:56.9889085Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:56.9890961Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:56.9892423Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:56.9894029Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:56.9896108Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:56.9897958Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:56.9899955Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:56.9902450Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:56.9904345Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:56.9905796Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:26:56.9907086Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:26:56.9908971Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:26:56.9911378Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:26:56.9913570Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:56.9914988Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:56.9916403Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:56.9917792Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:26:56.9919135Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:26:58.4933398Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.4935835Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:58.4937593Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:26:58.4938861Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:26:58.4940152Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:26:58.4942044Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.4943902Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:26:58.4945760Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:58.4947611Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:26:58.4948979Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:26:58.4950798Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:26:58.4952190Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:26:58.4954097Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-03-21T20:26:58.4955948Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:26:58.4957813Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.4959645Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:26:58.4960982Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:26:58.4962350Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:26:58.4963785Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:26:58.4965650Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:58.4967442Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:26:58.4969651Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:26:58.4971459Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:26:58.4972794Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:26:58.4974207Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:26:58.4976021Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.4977919Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:26:58.4979381Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:26:58.4980713Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:26:58.4982529Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-03-21T20:26:58.4984439Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:26:58.4986498Z [ 67%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:26:58.4988345Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:26:58.4989637Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:26:58.4991721Z [ 68%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-03-21T20:26:58.4994487Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.4996840Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:58.4998620Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:26:58.5000090Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:26:58.5002794Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:26:58.5004231Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:26:58.5005553Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:26:58.5007450Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.5009787Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.5011605Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:26:58.5013369Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:26:58.5014822Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:26:58.5024175Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:26:58.5025603Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:26:58.5027462Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:26:58.5029814Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:26:58.5031674Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:26:58.5033072Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:26:58.5035012Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:26:58.5037017Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:26:58.5039089Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-03-21T20:26:58.5040903Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:26:58.5042436Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:26:58.5043903Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:27:00.1986786Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:27:00.2006027Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:00.2008141Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:27:00.2010110Z [ 69%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:00.2012665Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:00.2015126Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:00.2017066Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:27:00.2018652Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:27:00.2020072Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:27:00.2021922Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-03-21T20:27:00.2024824Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:00.2026715Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:27:00.2028270Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:27:00.2029795Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:27:00.2031055Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:27:00.2032528Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:27:00.2034506Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:00.2036815Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:00.2038675Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:27:00.2040138Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:27:00.2041684Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:27:00.2043236Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:27:00.2045420Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:00.2047253Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:27:00.2049475Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:00.2051314Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:27:00.2052796Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:27:00.2172295Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:00.2174397Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:27:00.2176277Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:00.2177982Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:27:00.2179520Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:27:00.2181269Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:27:00.2182686Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:27:00.2184634Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:00.2187619Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:00.2189427Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:27:00.2190947Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:27:00.2192553Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:27:00.2194467Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:00.2196738Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:00.2198539Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:27:00.2199998Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:27:00.2201665Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:27:00.2203346Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:27:00.2204914Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:27:00.2206499Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:27:00.2208091Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:27:00.2209985Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:00.2212157Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:27:00.2213599Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:27:00.2215428Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:00.2217143Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:27:00.2218433Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:27:00.2219827Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:27:00.2221399Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:27:00.2222654Z [ 73%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:27:00.2224016Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:27:00.2226044Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:00.2227920Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:27:01.7569743Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:27:01.7572001Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:27:01.7573671Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:27:01.7575241Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:27:01.7576319Z [ 74%] Built target optimized_portable_kernels 2025-03-21T20:27:01.7577472Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:27:01.7578564Z [ 74%] Merging kernel yaml files 2025-03-21T20:27:01.7580123Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:01.7582013Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:27:01.7583542Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:27:01.7585062Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:27:01.7587109Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-03-21T20:27:01.7588855Z [ 75%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:27:01.7590229Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:27:01.7591765Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:27:01.7593370Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:27:01.7594934Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:27:01.7596833Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:27:01.7598428Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:27:01.7600444Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:01.7603849Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:27:01.7605257Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:27:01.7607119Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:01.7609309Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:01.7610681Z [ 76%] Generating code for kernel registration 2025-03-21T20:27:01.7612120Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:01.7614455Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:01.7616701Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:27:01.7619316Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:01.7621561Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:01.7624060Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:01.7626648Z [ 76%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:01.7629165Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:01.7631422Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:01.7633659Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:01.7635094Z [ 77%] Linking CXX static library libportable_kernels.a 2025-03-21T20:27:01.7636659Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:27:01.7638890Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-03-21T20:27:01.7641163Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:01.7643696Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:27:01.7645937Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:27:01.7647180Z [ 77%] Built target portable_kernels 2025-03-21T20:27:01.7648656Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:01.7650928Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-03-21T20:27:01.7653189Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:27:01.7655565Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-03-21T20:27:01.7658033Z [ 77%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:01.7660655Z [ 77%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:01.7663241Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-03-21T20:27:01.7665497Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-03-21T20:27:01.7667716Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:27:01.7669957Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-03-21T20:27:01.7672273Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-03-21T20:27:01.7674596Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-03-21T20:27:01.7676947Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:27:02.5979001Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-03-21T20:27:02.5981403Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-03-21T20:27:02.5983682Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.5985231Z [ 78%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:27:02.5986790Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:02.5989392Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.5991644Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.5993960Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.5996193Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-03-21T20:27:02.5998430Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:02.6000600Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6004875Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.6007001Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-03-21T20:27:02.6008958Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-03-21T20:27:02.6011689Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:27:02.6013768Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:27:02.6015776Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:27:02.6017744Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:27:02.6019925Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:02.6022276Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:02.6024628Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6026972Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.6029301Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:02.6031656Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:02.6033150Z [ 80%] Generating code for kernel registration 2025-03-21T20:27:02.6034733Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-03-21T20:27:02.6037339Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-03-21T20:27:02.6039717Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:02.6042022Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6044324Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.6046676Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-03-21T20:27:02.6049036Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-03-21T20:27:02.6051384Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:02.6053798Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6056134Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.6058637Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:27:02.6060860Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:02.6063058Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:27:02.6065298Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6067500Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:02.6069738Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:02.6072006Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:02.6074201Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:02.6076657Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:02.6079261Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:02.6081715Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:02.6084207Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:02.6086489Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:03.3147998Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:03.3150584Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:03.3153215Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:03.3155675Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:03.3158009Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:03.3160426Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:27:03.3163503Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:27:03.3166117Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:03.3168705Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:03.3171071Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3173310Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:27:03.3175648Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3177913Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-03-21T20:27:03.3180184Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3182402Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:27:03.3184644Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:03.3186948Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:03.3189229Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:03.3191829Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:03.3194117Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3196587Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:03.3199243Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:03.3201920Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:03.3204280Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:03.3206528Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-03-21T20:27:03.3209048Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-03-21T20:27:03.3211817Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-03-21T20:27:03.3214356Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-03-21T20:27:03.3216873Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-03-21T20:27:03.3219254Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:03.3221764Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-03-21T20:27:03.3224448Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-03-21T20:27:03.3227066Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-03-21T20:27:03.3229663Z [ 84%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-03-21T20:27:03.3232060Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3234279Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-03-21T20:27:03.3236525Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-03-21T20:27:03.3239010Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:27:03.3241149Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-03-21T20:27:03.3243233Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:27:03.3245250Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-03-21T20:27:03.3247152Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-03-21T20:27:03.3248996Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:27:03.3250904Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:03.3252844Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:04.0141356Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:27:04.0143925Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:27:04.0145872Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:04.0147875Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:04.0149895Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:27:04.0151861Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:27:04.0153700Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-03-21T20:27:04.0155494Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:27:04.0157320Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:27:04.0159150Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-03-21T20:27:04.0161050Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:27:04.0163042Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:27:04.0165043Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:04.0167055Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:04.0169404Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:27:04.0171493Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:04.0173692Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-03-21T20:27:04.0175882Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:27:04.0178034Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-03-21T20:27:04.0180145Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:27:04.0182217Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c: In function ‘xnn_qs8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:27:04.0184607Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:29:53: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.0186318Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-03-21T20:27:04.0187255Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.0187744Z | | 2025-03-21T20:27:04.0188265Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.0189303Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:27:04.0191241Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.0192429Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:27:04.0192878Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.0194550Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.0196271Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:27:04.0196996Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.0197484Z | | 2025-03-21T20:27:04.0198004Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.0199021Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-03-21T20:27:04.0200911Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.0202305Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:27:04.0202752Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.0204186Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:04.0206402Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.0208991Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.0211208Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:04.0213349Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-03-21T20:27:04.0215638Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:27:04.0217813Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.0219991Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.0222032Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-03-21T20:27:04.0223950Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:27:04.0225838Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:27:04.0228181Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.0230310Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.0232651Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.0234801Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.0236915Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.0239041Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.0241178Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6528138Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:04.6530823Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:27:04.6533423Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:27:04.6535947Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6538575Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6540776Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.6542895Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.6545078Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6547224Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:27:04.6549372Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:27:04.6551554Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6554029Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-03-21T20:27:04.6556671Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-03-21T20:27:04.6559356Z [ 88%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:04.6561723Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-03-21T20:27:04.6564111Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-03-21T20:27:04.6566136Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-03-21T20:27:04.6568096Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-03-21T20:27:04.6569953Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:27:04.6571802Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-03-21T20:27:04.6573777Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:27:04.6575663Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:04.6577631Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:04.6579570Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:27:04.6581495Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:27:04.6583444Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-03-21T20:27:04.6585660Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-03-21T20:27:04.6587678Z [ 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-03-21T20:27:04.6589615Z [ 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-03-21T20:27:04.6591481Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-03-21T20:27:04.6593266Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:27:04.6594589Z [ 89%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:27:04.6595986Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:27:04.6597802Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-03-21T20:27:04.6599699Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:27:04.6601913Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:27:04.6603430Z [ 90%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:27:04.6604772Z [ 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-03-21T20:27:04.6606800Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:04.6608842Z [ 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-03-21T20:27:04.6610903Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-03-21T20:27:04.6612868Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-03-21T20:27:04.6616550Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:27:04.6618456Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-03-21T20:27:04.6620404Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-03-21T20:27:04.6622349Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c: In function ‘xnn_qu8_vlrelu_ukernel__neon_u32’: 2025-03-21T20:27:04.6624732Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:29:54: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.6626460Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-03-21T20:27:04.6627181Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.6627684Z | | 2025-03-21T20:27:04.6628533Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.6629742Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:27:04.6631787Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.6633010Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-03-21T20:27:04.9564217Z | ~~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9566264Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:32:54: warning: passing argument 1 of ‘vld1q_dup_s16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9568018Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-03-21T20:27:04.9568742Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.9569254Z | | 2025-03-21T20:27:04.9569751Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.9570754Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-03-21T20:27:04.9572728Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16930:31: note: expected ‘const int16_t *’ {aka ‘const short int *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.9574503Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-03-21T20:27:04.9574953Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9576247Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:27:04.9578222Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:27:04.9580208Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:04.9582106Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-03-21T20:27:04.9583899Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:27:04.9585758Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-03-21T20:27:04.9587696Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:27:04.9589616Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-03-21T20:27:04.9591481Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:27:04.9593381Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-03-21T20:27:04.9595395Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:27:04.9597905Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-03-21T20:27:04.9599633Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:27:04.9605014Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c: In function ‘xnn_s8_vclamp_ukernel__neon_u64’: 2025-03-21T20:27:04.9607450Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:24:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9609001Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:27:04.9609611Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.9610096Z | | 2025-03-21T20:27:04.9610584Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.9611553Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:27:04.9613403Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.9614671Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:27:04.9615946Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9617601Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:25:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9619146Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:27:04.9620128Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.9620606Z | | 2025-03-21T20:27:04.9621099Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.9622080Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-03-21T20:27:04.9623933Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.9625119Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:27:04.9625555Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9626713Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-03-21T20:27:04.9628513Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:27:04.9630537Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_s8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:27:04.9633092Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:28:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9634737Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-03-21T20:27:04.9635338Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.9635810Z | | 2025-03-21T20:27:04.9636290Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.9637340Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:27:04.9639304Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.9640478Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:27:04.9641088Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9642826Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:29:46: warning: passing argument 1 of ‘vld1q_dup_s8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9644464Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-03-21T20:27:04.9645067Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:04.9645524Z | | 2025-03-21T20:27:04.9646017Z | const int32_t * {aka const int *} 2025-03-21T20:27:04.9647071Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c:8: 2025-03-21T20:27:04.9649003Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16923:29: note: expected ‘const int8_t *’ {aka ‘const signed char *’} but argument is of type ‘const int32_t *’ {aka ‘const int *’} 2025-03-21T20:27:04.9650165Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-03-21T20:27:04.9650594Z | ~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:04.9651920Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:27:04.9654168Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:27:04.9656547Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-03-21T20:27:04.9658751Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c: In function ‘xnn_u8_maxpool_minmax_ukernel_9p8x__neon_c16’: 2025-03-21T20:27:04.9661279Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:31:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:04.9662968Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:27:05.4055554Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:05.4056144Z | | 2025-03-21T20:27:05.4056669Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:27:05.4057816Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:27:05.4060045Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:27:05.4061305Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:27:05.4061734Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:05.4063455Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:32:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:05.4065104Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:27:05.4065718Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:05.4066202Z | | 2025-03-21T20:27:05.4066710Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:27:05.4067799Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c:11: 2025-03-21T20:27:05.4070222Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:27:05.4071498Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:27:05.4071935Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:05.4073340Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-03-21T20:27:05.4075470Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:05.4077546Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:27:05.4079576Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-03-21T20:27:05.4081661Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:27:05.4083654Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c: In function ‘xnn_u8_vclamp_ukernel__neon_u64’: 2025-03-21T20:27:05.4085939Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:24:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:05.4087810Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-03-21T20:27:05.4088408Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:05.4088878Z | | 2025-03-21T20:27:05.4089406Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:27:05.4090386Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:27:05.4092313Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:27:05.4093684Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:27:05.4094140Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:05.4095752Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:25:47: warning: passing argument 1 of ‘vld1q_dup_u8’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-03-21T20:27:05.4097326Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-03-21T20:27:05.4097932Z | ^~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:05.4098409Z | | 2025-03-21T20:27:05.4098921Z | const uint32_t * {aka const unsigned int *} 2025-03-21T20:27:05.4099885Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-03-21T20:27:05.4102044Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16951:30: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘const uint32_t *’ {aka ‘const unsigned int *’} 2025-03-21T20:27:05.4103295Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-03-21T20:27:05.4103757Z | ~~~~~~~~~~~~~~~^~~ 2025-03-21T20:27:05.4104958Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-03-21T20:27:05.4107226Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-03-21T20:27:05.4109424Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:27:05.4111402Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:05.4113421Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:27:05.4115565Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:27:05.4117887Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-03-21T20:27:05.4120018Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:05.4122129Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-03-21T20:27:05.4124290Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-03-21T20:27:05.4126191Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-03-21T20:27:05.4128250Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:27:05.4130020Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-03-21T20:27:05.4131711Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:27:05.4133412Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-03-21T20:27:05.4135297Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:27:05.4137018Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-03-21T20:27:05.4138781Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:27:05.4140542Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-03-21T20:27:05.4142264Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:27:05.4144218Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-03-21T20:27:05.4146373Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-03-21T20:27:05.4148495Z [ 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-03-21T20:27:05.4149886Z [ 94%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:27:05.4151293Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-03-21T20:27:05.4152620Z [ 94%] Built target portable_ops_lib 2025-03-21T20:27:06.6904102Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:27:06.6906123Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:27:06.6908043Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-03-21T20:27:06.6910057Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:06.6912049Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:06.6914078Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:06.6916087Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:27:06.6918317Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-03-21T20:27:06.6920406Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:27:06.6922744Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-03-21T20:27:06.6924421Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:27:06.6926127Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-03-21T20:27:06.6927828Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:27:06.6929568Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-03-21T20:27:06.6931314Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:27:06.6933040Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-03-21T20:27:06.6935381Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:27:06.6937143Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:27:06.6938886Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-03-21T20:27:06.6940621Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:27:06.6942353Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-03-21T20:27:06.6944148Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:27:06.6946121Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:27:06.6948288Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:27:06.6950023Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:27:06.6951847Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:27:06.6953644Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:27:06.6955575Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:27:06.6957319Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:27:06.6959058Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:27:06.6960804Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:27:06.6962460Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:27:06.6963568Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:27:06.6964135Z [ 96%] Built target microkernels-prod 2025-03-21T20:27:06.6964953Z [ 96%] Generating build_identifier.c 2025-03-21T20:27:06.6966088Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:27:06.6967663Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:27:06.6969314Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:27:06.6970925Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:27:06.6972499Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:27:06.6974208Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:27:06.6975902Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:27:06.6977507Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:27:06.6979040Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:27:06.6980665Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:27:06.6982244Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:27:06.6983801Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:27:06.6985351Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:27:06.6986910Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:27:06.6988468Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:27:06.6990328Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:27:06.6991998Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:27:06.6993515Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:27:06.6994980Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:27:06.6996546Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:27:06.6998184Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:27:06.6999828Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:27:06.7001554Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:27:06.7003116Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:27:06.7004642Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:27:06.7006158Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:27:06.7008042Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:27:07.3993044Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:27:07.3994504Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:27:07.3995848Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:27:07.3996860Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:27:07.3997371Z [ 98%] Built target XNNPACK 2025-03-21T20:27:07.3998284Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:27:07.3999601Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:27:07.4000943Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:27:07.4003248Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:27:07.4004645Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:27:07.4006092Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:27:07.4009246Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-03-21T20:27:07.4011877Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp:87:61: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-03-21T20:27:07.4013391Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-03-21T20:27:07.4014105Z | ^~~~~~~~ 2025-03-21T20:27:07.4014799Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:27:07.4015347Z [ 98%] Built target xnnpack_backend 2025-03-21T20:27:07.4016669Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:27:07.4018045Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fallback.cpp.o 2025-03-21T20:27:07.4019236Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2025-03-21T20:27:07.4020453Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_update_cache.cpp.o 2025-03-21T20:27:07.4021856Z [ 98%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/third-party/FFHT/fht_neon.c.o 2025-03-21T20:27:07.4023373Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:27:07.4024935Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4026312Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4028459Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h: In instantiation of ‘void hadamard_mult_28_strided(T*, int) [with T = c10::Half]’: 2025-03-21T20:27:07.4031351Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:133:29: required from ‘void executorch::fast_hadamard_transform_28N(T*, int) [with T = c10::Half]’ 2025-03-21T20:27:07.4033519Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-03-21T20:27:07.4035720Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4037870Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4038626Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4039314Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4040465Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4041771Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4043065Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4044256Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4045587Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4046846Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4048432Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4049553Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4050100Z | ^~~~~~~~ 2025-03-21T20:27:07.4051182Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4052720Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4054987Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:121:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4056826Z 121 | out[0] = + x[0] - x[1] - x[2] - x[3] - x[4] - x[5] - x[6] + x[7] + x[8] - x[9] - x[10] - x[11] - x[12] + x[13] + x[14] - x[15] + x[16] - x[17] - x[18] + x[19] - x[20] + x[21] - x[22] - x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4057583Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4059323Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4061448Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4062183Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4062864Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4063997Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4065286Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4066776Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4067949Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4069268Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4070528Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4072131Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4073241Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4073816Z | ^~~~~~~~ 2025-03-21T20:27:07.4074891Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4076265Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4078311Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:130:21: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4080167Z 130 | out[9] = + x[0] - x[1] - x[2] - x[3] + x[4] + x[5] + x[6] - x[7] - x[8] + x[9] - x[10] - x[11] - x[12] - x[13] + x[14] + x[15] - x[16] + x[17] + x[18] - x[19] - x[20] + x[21] - x[22] + x[23] - x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4080915Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4082677Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4084979Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4085776Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4086478Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4087619Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4088921Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4090215Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4091398Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4092747Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4094118Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4095700Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:07.4096833Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:07.4097381Z | ^~~~~~~~ 2025-03-21T20:27:07.4098456Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4100013Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4102257Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:131:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4104091Z 131 | out[10] = + x[0] + x[1] - x[2] - x[3] - x[4] + x[5] + x[6] - x[7] - x[8] - x[9] + x[10] - x[11] - x[12] - x[13] - x[14] + x[15] + x[16] - x[17] + x[18] + x[19] - x[20] - x[21] + x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4104835Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4106592Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4108710Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:27:07.4109464Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4110147Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4111281Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4112571Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4113857Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4116296Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4117628Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4119201Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4120872Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:07.4121986Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:07.4122539Z | ^~~~~~~~ 2025-03-21T20:27:07.4123610Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4124987Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4127741Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:132:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4129608Z 132 | out[11] = + x[0] + x[1] + x[2] - x[3] - x[4] - x[5] + x[6] - x[7] - x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] + x[16] + x[17] - x[18] + x[19] + x[20] - x[21] - x[22] + x[23] - x[24] + x[25] - x[26] + x[27]; 2025-03-21T20:27:07.4130357Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4132105Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4134644Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4135399Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4136098Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4137235Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4138525Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4139815Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4140992Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4142320Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4143587Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4145204Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:07.4146338Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:07.4146891Z | ^~~~~~~~ 2025-03-21T20:27:07.4147969Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4149331Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4152247Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:133:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4154280Z 133 | out[12] = + x[0] + x[1] + x[2] + x[3] - x[4] - x[5] - x[6] - x[7] - x[8] - x[9] - x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] + x[17] + x[18] - x[19] + x[20] + x[21] - x[22] - x[23] + x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4155074Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4156854Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4158978Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:27:07.4159737Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4160421Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4161557Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4162933Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4164229Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4165403Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4166717Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4168133Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4169745Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4170874Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4180336Z | ^~~~~~~~ 2025-03-21T20:27:07.4181597Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4182968Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4185145Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:136:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4187047Z 136 | out[15] = + x[0] - x[1] + x[2] - x[3] + x[4] + x[5] - x[6] - x[7] + x[8] - x[9] - x[10] + x[11] + x[12] - x[13] - x[14] + x[15] - x[16] - x[17] - x[18] - x[19] - x[20] - x[21] - x[22] - x[23] + x[24] + x[25] + x[26] + x[27]; 2025-03-21T20:27:07.4187812Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4189582Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4191702Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:27:07.4192464Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4193175Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4194317Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4195856Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4197195Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4198387Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4199709Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4200982Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4202764Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4203877Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4204431Z | ^~~~~~~~ 2025-03-21T20:27:07.4205501Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4206861Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4208891Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:138:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4211051Z 138 | out[17] = + x[0] - x[1] + x[2] - x[3] + x[4] - x[5] + x[6] + x[7] - x[8] - x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] + x[17] - x[18] - x[19] - x[20] + x[21] + x[22] - x[23] - x[24] - x[25] + x[26] + x[27]; 2025-03-21T20:27:07.4211795Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4213657Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4215791Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:27:07.4216530Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4217222Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4218364Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4219647Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4220962Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4222141Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4223461Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4224715Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4226294Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:07.4227403Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:07.4227948Z | ^~~~~~~~ 2025-03-21T20:27:07.4229252Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4230660Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4232715Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:139:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4234557Z 139 | out[18] = + x[0] + x[1] - x[2] + x[3] - x[4] + x[5] - x[6] + x[7] + x[8] - x[9] - x[10] + x[11] - x[12] - x[13] - x[14] - x[15] - x[16] - x[17] + x[18] - x[19] - x[20] + x[21] + x[22] + x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:27:07.4235317Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4237083Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4239202Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4239947Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4240659Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4241995Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4243284Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4244577Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4245749Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4247063Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4248308Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4249895Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4251039Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4251597Z | ^~~~~~~~ 2025-03-21T20:27:07.4252679Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4254192Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4256265Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:141:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4258097Z 141 | out[20] = + x[0] - x[1] + x[2] + x[3] - x[4] + x[5] - x[6] - x[7] - x[8] + x[9] + x[10] - x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] - x[18] - x[19] + x[20] - x[21] + x[22] + x[23] + x[24] + x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4258858Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4260805Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4262965Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4263717Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4264413Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4265548Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4266844Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4268138Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4269320Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4270643Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4271897Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4273472Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4274606Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4275324Z | ^~~~~~~~ 2025-03-21T20:27:07.4276411Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4277800Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4279857Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:143:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4281689Z 143 | out[22] = + x[0] - x[1] + x[2] + x[3] - x[4] - x[5] + x[6] + x[7] - x[8] + x[9] - x[10] + x[11] + x[12] - x[13] + x[14] + x[15] + x[16] - x[17] - x[18] - x[19] - x[20] - x[21] + x[22] - x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4282435Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4284206Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4286329Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4287089Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4287775Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4288915Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4290223Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4291516Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4292698Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4294261Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4295540Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4297108Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:07.4298221Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:07.4298769Z | ^~~~~~~~ 2025-03-21T20:27:07.4299860Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4301639Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4303734Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:144:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4305578Z 144 | out[23] = + x[0] + x[1] - x[2] + x[3] + x[4] - x[5] - x[6] - x[7] + x[8] - x[9] + x[10] - x[11] + x[12] + x[13] - x[14] + x[15] + x[16] + x[17] - x[18] - x[19] - x[20] - x[21] - x[22] + x[23] - x[24] - x[25] - x[26] - x[27]; 2025-03-21T20:27:07.4306324Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4308077Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:07.4310527Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4311278Z | ~~~~~~~^~~~ 2025-03-21T20:27:07.4311977Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:07.4313118Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:07.4314418Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:07.4315721Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:07.4316902Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:07.4318217Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:07.4319483Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:07.4321098Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:174:30: note: candidate 1: ‘float c10::operator-(float, c10::Half)’ 2025-03-21T20:27:07.4322216Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-03-21T20:27:07.4322763Z | ^~~~~~~~ 2025-03-21T20:27:07.4323835Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:07.4325221Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:07.4327478Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:147:22: note: candidate 2: ‘operator-(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:07.4329339Z 147 | out[26] = + x[0] - x[1] - x[2] + x[3] + x[4] - x[5] + x[6] - x[7] + x[8] + x[9] - x[10] + x[11] - x[12] + x[13] - x[14] - x[15] - x[16] - x[17] + x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] + x[26] - x[27]; 2025-03-21T20:27:07.4330085Z | ~~~~~~~^~~~ 2025-03-21T20:27:08.6451261Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2025-03-21T20:27:08.6453708Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:27:08.6454476Z | ~~~~~~~^~~~ 2025-03-21T20:27:08.6455192Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:419, 2025-03-21T20:27:08.6456333Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-03-21T20:27:08.6457623Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-03-21T20:27:08.6458913Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-03-21T20:27:08.6460519Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-03-21T20:27:08.6461845Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-03-21T20:27:08.6463116Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-03-21T20:27:08.6464909Z /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h:171:30: note: candidate 1: ‘float c10::operator+(float, c10::Half)’ 2025-03-21T20:27:08.6466021Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-03-21T20:27:08.6466563Z | ^~~~~~~~ 2025-03-21T20:27:08.6467644Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-03-21T20:27:08.6469009Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-03-21T20:27:08.6471078Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-03-21T20:27:08.6472955Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-03-21T20:27:08.6473703Z | ~~~~~~~^~~~ 2025-03-21T20:27:08.6474292Z [ 98%] Linking CXX static library libcustom_ops.a 2025-03-21T20:27:08.6474822Z [ 98%] Built target custom_ops 2025-03-21T20:27:08.6475814Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:27:08.6477238Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:27:08.6478550Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:08.6480120Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:27:08.6482134Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:27:08.6483648Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:27:08.6485034Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:27:08.6486595Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:08.6488032Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:27:08.6489403Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2025-03-21T20:27:08.6491047Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:27:08.6492228Z [100%] Linking CXX executable executor_runner 2025-03-21T20:27:08.6492932Z [100%] Linking CXX executable xnn_executor_runner 2025-03-21T20:27:08.6493607Z [100%] Built target executor_runner 2025-03-21T20:27:08.6494060Z [100%] Built target xnn_executor_runner 2025-03-21T20:27:08.6494611Z Install the project... 2025-03-21T20:27:08.6495037Z -- Install configuration: "Release" 2025-03-21T20:27:08.6495580Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T20:27:08.6496557Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:27:08.6497349Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T20:27:08.6498028Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T20:27:08.6498819Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:27:08.6499792Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:27:08.6500694Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:27:08.6501626Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T20:27:08.6502357Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T20:27:08.6503167Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:27:08.6504004Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T20:27:08.6504783Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:27:08.6505700Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:27:08.6506807Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:27:08.6507738Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-03-21T20:27:08.6508440Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:27:08.6509187Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-03-21T20:27:08.6509982Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-03-21T20:27:08.6510908Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-03-21T20:27:08.6512015Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-03-21T20:27:08.6512925Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:27:08.6513723Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-03-21T20:27:08.6514522Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-03-21T20:27:08.6515214Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-03-21T20:27:08.6516002Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T20:27:08.6517167Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:27:08.6518209Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:27:08.6519201Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:27:08.6520148Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:27:08.6521088Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:27:08.6522090Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:27:08.6523153Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:27:08.6524338Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:27:08.6525438Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:27:08.6526482Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:27:08.6527614Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:27:08.6528865Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:27:08.6530218Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:27:08.6531704Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:27:08.6532806Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:27:08.6534057Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:27:08.6535331Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:27:08.6536648Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:27:08.6538020Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:27:08.6539309Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:27:08.6540459Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:27:08.6541616Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:27:08.6542726Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:27:08.6543852Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:27:08.6544911Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:27:08.6545943Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:27:08.6547031Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:27:08.6548230Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:27:08.6549427Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:27:08.6550555Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:27:08.6551645Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:27:08.6552986Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:27:08.6554300Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:27:08.6555642Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:27:08.6556905Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:27:08.6558200Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:27:08.6559654Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:27:08.6561029Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:27:08.6562373Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:27:08.6563710Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:27:08.6565093Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:27:08.6566487Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:27:08.6567917Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:27:08.6569525Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:27:08.6570771Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:27:08.6571928Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:27:08.6573070Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:27:08.6574324Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:27:08.6575501Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:27:08.6576674Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:27:08.6577857Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:27:08.6579081Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:27:08.6580262Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:27:08.6581442Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:27:08.6582686Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:27:08.6583855Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:27:08.6584875Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:27:08.6585828Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:27:08.6586757Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:27:08.6587740Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:27:08.6588839Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:27:08.6589865Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:27:08.6590953Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:27:08.6591965Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:27:08.6593116Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:27:08.6594288Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:27:08.6595326Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:27:08.6596332Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:27:08.6597500Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:27:08.6598577Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T20:27:08.6599537Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:27:08.6600542Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:27:08.6601700Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:27:08.6602749Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:27:08.6603822Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:27:08.6604839Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:27:08.6606094Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:27:08.6607094Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:27:08.6608131Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:27:08.6609155Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:27:08.6610186Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:27:08.6611184Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:27:08.6612326Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:27:08.6613431Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:27:08.6614532Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:27:08.6615739Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:27:08.6617042Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:27:08.6618166Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:27:08.6619238Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:27:08.6620249Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T20:27:08.6621207Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:27:08.6622284Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:27:08.6623377Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:27:08.6624496Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:27:08.6625555Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:27:08.6626513Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:27:08.6627804Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:27:08.6628943Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:27:08.6630017Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:27:08.6631225Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:27:08.6632181Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T20:27:08.6632925Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:27:08.6633816Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:27:08.6634671Z -- Installing: /pytorch/executorch/cmake-out/lib/libXNNPACK.a 2025-03-21T20:27:08.6635338Z -- Installing: /pytorch/executorch/cmake-out/include/xnnpack.h 2025-03-21T20:27:24.3804778Z -- Installing: /pytorch/executorch/cmake-out/include/experiments-config.h 2025-03-21T20:27:24.3805954Z -- Installing: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T20:27:24.3806833Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T20:27:24.3807702Z -- Installing: /pytorch/executorch/cmake-out/lib/libxnnpack_backend.a 2025-03-21T20:27:24.3808633Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-03-21T20:27:24.3809748Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-03-21T20:27:24.3811293Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-03-21T20:27:24.3812241Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-03-21T20:27:24.3813247Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-03-21T20:27:24.3814200Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T20:27:24.3815306Z -- Installing: /pytorch/executorch/cmake-out/lib/libcustom_ops.a 2025-03-21T20:27:24.3816201Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-03-21T20:27:24.3817185Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T20:27:24.3818275Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:27:24.3819520Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:27:24.3820599Z + cmake_build_llama_runner 2025-03-21T20:27:24.3821342Z + echo 'Building llama runner' 2025-03-21T20:27:24.3821782Z Building llama runner 2025-03-21T20:27:24.3822154Z + pushd extension/llm/tokenizers 2025-03-21T20:27:24.3822797Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-03-21T20:27:24.3823544Z + echo 'Updating tokenizers submodule' 2025-03-21T20:27:24.3824135Z Updating tokenizers submodule 2025-03-21T20:27:24.3824632Z + git submodule update --init 2025-03-21T20:27:24.3825721Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:27:24.3827219Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:27:24.3828540Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:27:24.3830080Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:27:24.3831804Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:27:24.3832959Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:27:24.3833859Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:27:24.3835627Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:27:24.3836985Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:27:24.3838209Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:27:24.3839290Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:27:24.3840465Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:27:24.3841311Z + popd 2025-03-21T20:27:24.3841611Z /pytorch/executorch 2025-03-21T20:27:24.3842172Z + dir=examples/models/llama 2025-03-21T20:27:24.3844136Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DPYTHON_EXECUTABLE=python -Bcmake-out/examples/models/llama examples/models/llama 2025-03-21T20:27:24.3847442Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DPYTHON_EXECUTABLE=python -Bcmake-out/examples/models/llama examples/models/llama 2025-03-21T20:27:24.3849375Z -- The C compiler identification is GNU 11.4.0 2025-03-21T20:27:24.3849977Z -- The CXX compiler identification is GNU 11.4.0 2025-03-21T20:27:24.3850609Z -- Detecting C compiler ABI info 2025-03-21T20:27:24.3851387Z -- Detecting C compiler ABI info - done 2025-03-21T20:27:24.3851928Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:27:24.3852881Z -- Detecting C compile features 2025-03-21T20:27:24.3853550Z -- Detecting C compile features - done 2025-03-21T20:27:24.3854074Z -- Detecting CXX compiler ABI info 2025-03-21T20:27:24.3854687Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:27:24.3855367Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:27:24.3856147Z -- Detecting CXX compile features 2025-03-21T20:27:24.3856603Z -- Detecting CXX compile features - done 2025-03-21T20:27:24.3857641Z CMake Warning (dev) at CMakeLists.txt:82 (find_package): 2025-03-21T20:27:24.3858524Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:27:24.3859379Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:27:24.3860286Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:27:24.3860859Z 2025-03-21T20:27:24.3861038Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:27:24.3861375Z 2025-03-21T20:27:24.3861592Z /pytorch/executorch/examples/models/llama/../../.. 2025-03-21T20:27:24.3861960Z 2025-03-21T20:27:24.3862338Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:27:24.3863180Z .cmake module might still use it. 2025-03-21T20:27:24.3863960Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:27:24.3864761Z  2025-03-21T20:27:24.3865247Z etdump library is not found. 2025-03-21T20:27:24.3866191Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3867106Z bundled_program library is not found. 2025-03-21T20:27:24.3868012Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3868823Z flatccrt library is not found. 2025-03-21T20:27:24.3869753Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3870559Z coremldelegate library is not found. 2025-03-21T20:27:24.3871540Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3872287Z mpsdelegate library is not found. 2025-03-21T20:27:24.3873159Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3873985Z neuron_backend library is not found. 2025-03-21T20:27:24.3874876Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3876038Z qnn_executorch_backend library is not found. 2025-03-21T20:27:24.3877037Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3877999Z extension_runner_util library is not found. 2025-03-21T20:27:24.3878921Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3879863Z extension_training library is not found. 2025-03-21T20:27:24.3880793Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3881596Z kleidiai library is not found. 2025-03-21T20:27:24.3882507Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3883352Z vulkan_backend library is not found. 2025-03-21T20:27:24.3884120Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3884818Z quantized_ops_aot_lib library is not found. 2025-03-21T20:27:24.3885745Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:24.3886851Z -- executorch: Using source file list /pytorch/executorch/cmake-out/examples/models/llama/runner/../../../../executorch_srcs.cmake 2025-03-21T20:27:24.3887860Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:27:24.3888567Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:27:24.3889193Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:27:24.3890034Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:27:24.3890879Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:27:24.3891916Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:27:24.3892502Z -- Found Threads: TRUE 2025-03-21T20:27:24.3893047Z -- 2025-03-21T20:27:24.3893344Z -- ******** Summary ******** 2025-03-21T20:27:24.3893812Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:27:24.3894385Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:27:24.3894936Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-03-21T20:27:24.3895617Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:27:24.3896111Z -- BUCK2 : 2025-03-21T20:27:24.3896593Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:27:24.3897234Z -- FLATC_EXECUTABLE : 2025-03-21T20:27:24.3897683Z -- EXECUTORCH_ENABLE_LOGGING : 2025-03-21T20:27:24.3898273Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : 2025-03-21T20:27:24.3898935Z -- EXECUTORCH_LOG_LEVEL : 2025-03-21T20:27:24.3899605Z -- EXECUTORCH_BUILD_ANDROID_JNI : 2025-03-21T20:27:24.3900314Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : 2025-03-21T20:27:24.3900947Z -- EXECUTORCH_BUILD_CADENCE : 2025-03-21T20:27:24.3902130Z -- EXECUTORCH_BUILD_COREML : 2025-03-21T20:27:24.3902699Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:27:24.3903286Z -- EXECUTORCH_BUILD_DEVTOOLS : 2025-03-21T20:27:24.3903929Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : 2025-03-21T20:27:24.3904581Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : 2025-03-21T20:27:24.3905206Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : 2025-03-21T20:27:24.3905930Z -- EXECUTORCH_BUILD_EXTENSION_LLM : 2025-03-21T20:27:24.3906484Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : 2025-03-21T20:27:24.3907080Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : 2025-03-21T20:27:24.3907638Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : 2025-03-21T20:27:24.3908245Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : 2025-03-21T20:27:24.3908794Z -- EXECUTORCH_BUILD_FLATC : 2025-03-21T20:27:24.3909351Z -- EXECUTORCH_BUILD_GFLAGS : 2025-03-21T20:27:24.3909990Z -- EXECUTORCH_BUILD_HOST_TARGETS : 2025-03-21T20:27:24.3910483Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-03-21T20:27:24.3911163Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : 2025-03-21T20:27:24.3911865Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:27:24.3912981Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : 2025-03-21T20:27:24.3913629Z -- EXECUTORCH_BUILD_MPS : 2025-03-21T20:27:24.3914277Z -- EXECUTORCH_BUILD_NEURON : 2025-03-21T20:27:24.3914932Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:27:24.3915587Z -- EXECUTORCH_BUILD_PYBIND : 2025-03-21T20:27:24.3916123Z -- EXECUTORCH_BUILD_QNN : 2025-03-21T20:27:24.3916763Z -- EXECUTORCH_BUILD_SIZE_TEST : 2025-03-21T20:27:24.3917372Z -- EXECUTORCH_BUILD_TESTS : 2025-03-21T20:27:24.3917998Z -- EXECUTORCH_BUILD_VULKAN : 2025-03-21T20:27:24.3918675Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-03-21T20:27:24.3919147Z -- Configuring done (1.1s) 2025-03-21T20:27:24.3919657Z -- Generating done (0.4s) 2025-03-21T20:27:24.3920390Z -- Build files have been written to: /pytorch/executorch/cmake-out/examples/models/llama 2025-03-21T20:27:25.3541935Z + cmake --build cmake-out/examples/models/llama -j9 --config Release 2025-03-21T20:27:25.3543343Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:27:25.3544676Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:27:25.3546065Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:27:25.3547673Z [ 0%] Building CXX object runner/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:27:25.3549471Z [ 1%] Building CXX object runner/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:27:25.3550825Z [ 1%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:27:25.3552571Z [ 1%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:27:25.3554191Z [ 2%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:27:25.3555638Z [ 2%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:27:25.3556726Z [ 3%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:27:25.3557351Z [ 3%] Built target utf8_for_code_point 2025-03-21T20:27:25.3558504Z [ 3%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:27:25.3559773Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:27:25.3560338Z [ 3%] Built target spinlock_wait 2025-03-21T20:27:25.3561371Z [ 3%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:27:25.3562498Z [ 4%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:27:25.3563645Z [ 6%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:27:25.3564756Z [ 6%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:27:25.3565532Z [ 6%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:27:25.3566077Z [ 6%] Built target leak_check 2025-03-21T20:27:25.3566676Z [ 6%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:27:25.3567891Z [ 7%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:27:25.3568841Z [ 7%] Built target civil_time 2025-03-21T20:27:25.3569250Z [ 7%] Built target log_severity 2025-03-21T20:27:25.3570671Z [ 8%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:27:25.3571694Z [ 8%] Built target strerror 2025-03-21T20:27:25.3572705Z [ 9%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:27:25.3574574Z [ 10%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:27:25.3575833Z [ 11%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:27:25.3576605Z [ 11%] Linking CXX static library libabsl_int128.a 2025-03-21T20:27:25.3577162Z [ 11%] Built target exponential_biased 2025-03-21T20:27:25.3577856Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:27:25.3578457Z [ 11%] Built target int128 2025-03-21T20:27:25.3579511Z [ 11%] Building CXX object runner/abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:27:25.3581095Z [ 11%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:27:25.3582019Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:27:25.3583068Z [ 11%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:27:25.3584302Z [ 12%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:27:25.3585249Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:27:25.3586133Z [ 12%] Built target flags_commandlineflag_internal 2025-03-21T20:27:25.3587235Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:27:25.3588170Z [ 13%] Built target random_internal_platform 2025-03-21T20:27:25.3589243Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:27:25.3590432Z [ 13%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:27:25.3591313Z [ 13%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:27:25.3592537Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:27:25.3593490Z [ 13%] Built target random_seed_gen_exception 2025-03-21T20:27:25.3593955Z [ 13%] Built target periodic_sampler 2025-03-21T20:27:25.3595101Z [ 13%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:27:25.3596368Z [ 13%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:27:25.3597655Z [ 13%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:27:25.3598644Z [ 13%] Built target raw_logging_internal 2025-03-21T20:27:25.3599355Z [ 13%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:27:25.3600533Z [ 13%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:27:25.3602703Z [ 13%] Built target decode_rust_punycode 2025-03-21T20:27:25.3603833Z [ 14%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:27:25.3605240Z [ 14%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:27:25.3606705Z [ 14%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:27:25.3608104Z [ 14%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:27:25.3609746Z [ 14%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:27:25.3610947Z [ 15%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:27:25.3611550Z [ 15%] Built target bad_variant_access 2025-03-21T20:27:25.3612691Z [ 15%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:27:25.3614471Z [ 16%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:27:25.3615910Z [ 17%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:27:25.3617347Z [ 17%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:27:25.3618611Z [ 18%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:27:25.3619606Z [ 19%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:27:25.3620304Z [ 19%] Built target random_internal_randen_slow 2025-03-21T20:27:25.3620999Z [ 19%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:27:25.3621608Z [ 19%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:27:25.3622738Z [ 20%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:27:25.3624301Z [ 20%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:27:25.3625602Z [ 20%] Built target time_zone 2025-03-21T20:27:25.3626582Z [ 20%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:27:25.3627986Z [ 20%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:27:25.3629066Z [ 21%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:27:25.3629716Z [ 21%] Built target throw_delegate 2025-03-21T20:27:25.3630780Z [ 21%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:27:25.3632276Z [ 21%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:27:25.3633804Z [ 22%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:27:25.3635035Z [ 22%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:27:25.3636205Z [ 22%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:27:25.3637079Z [ 22%] Built target bad_optional_access 2025-03-21T20:27:25.3637759Z [ 23%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:27:25.3638574Z [ 23%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:27:25.3639157Z [ 23%] Built target demangle_rust 2025-03-21T20:27:25.3640176Z [ 23%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:27:25.3641093Z [ 23%] Built target bad_any_cast_impl 2025-03-21T20:27:25.3641823Z [ 23%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:27:26.6313018Z [ 24%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:27:26.6313911Z [ 25%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:27:26.6314522Z [ 25%] Built target random_internal_randen_hwaes 2025-03-21T20:27:26.6315003Z [ 25%] Built target scoped_set_env 2025-03-21T20:27:26.6316030Z [ 25%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:27:26.6317399Z [ 25%] Built target cordz_functions 2025-03-21T20:27:26.6318123Z [ 25%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:27:26.6318887Z [ 26%] Linking CXX static library libabsl_base.a 2025-03-21T20:27:26.6319415Z [ 26%] Built target debugging_internal 2025-03-21T20:27:26.6320368Z [ 27%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:27:26.6321186Z [ 27%] Built target base 2025-03-21T20:27:26.6322106Z [ 28%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:27:26.6323601Z [ 28%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:27:26.6325031Z [ 29%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:27:26.6326323Z [ 31%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:27:26.6327653Z [ 31%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:27:26.6329142Z [ 31%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:27:26.6330333Z [ 31%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:27:26.6331182Z [ 31%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:27:26.6332291Z [ 32%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:27:26.6332897Z [ 32%] Built target random_internal_randen 2025-03-21T20:27:26.6333473Z [ 32%] Built target tracing_internal 2025-03-21T20:27:26.6333921Z [ 32%] Built target demangle_internal 2025-03-21T20:27:26.6334912Z [ 32%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:27:26.6336363Z [ 33%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:27:26.6337883Z [ 34%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:27:26.6339008Z [ 34%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:27:26.6339773Z [ 34%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:27:26.6340941Z [ 34%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:27:26.6342080Z [ 34%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:27:26.6342799Z [ 34%] Linking CXX static library libabsl_city.a 2025-03-21T20:27:26.6343323Z [ 34%] Built target stacktrace 2025-03-21T20:27:26.6343715Z [ 34%] Built target crc_cpu_detect 2025-03-21T20:27:26.6344651Z [ 34%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:27:26.6345465Z [ 34%] Built target string_view 2025-03-21T20:27:26.6346473Z [ 35%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:27:26.6347362Z [ 35%] Built target city 2025-03-21T20:27:26.6347961Z [ 36%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:27:26.6348541Z [ 36%] Built target malloc_internal 2025-03-21T20:27:26.6349686Z [ 37%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:27:26.6351197Z [ 37%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:27:26.6352285Z [ 37%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:27:26.6352932Z [ 37%] Built target log_internal_conditions 2025-03-21T20:27:26.6353769Z [ 37%] Linking CXX static library libabsl_poison.a 2025-03-21T20:27:26.6354332Z [ 37%] Built target poison 2025-03-21T20:27:26.6354967Z [ 38%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:27:26.6355790Z [ 38%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:27:26.6356564Z [ 38%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:27:26.6357123Z [ 38%] Built target low_level_hash 2025-03-21T20:27:26.6357539Z [ 38%] Built target strings_internal 2025-03-21T20:27:26.6358428Z [ 39%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:27:26.6359650Z [ 39%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:27:26.6360902Z [ 39%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:27:26.6362253Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:27:26.6363686Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:27:26.6365249Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:27:26.6366503Z [ 41%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:27:26.6367669Z [ 42%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:27:26.6368690Z [ 42%] Built target crc_internal 2025-03-21T20:27:26.6369672Z [ 42%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:27:26.6370560Z [ 42%] Built target graphcycles_internal 2025-03-21T20:27:26.6371453Z [ 42%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:27:26.6372645Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:27:26.6374070Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:27:26.6375310Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:27:26.6376568Z [ 44%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:27:26.6377828Z [ 44%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:27:26.6378792Z [ 44%] Linking CXX static library libabsl_strings.a 2025-03-21T20:27:26.6379303Z [ 44%] Built target strings 2025-03-21T20:27:26.6380172Z [ 44%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:27:26.6381406Z [ 44%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:27:26.6382597Z [ 44%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:27:26.6384004Z [ 46%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:27:26.6385554Z [ 46%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:27:26.6386981Z [ 47%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:27:26.6388467Z [ 48%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:27:26.6389987Z [ 48%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:27:26.6391915Z [ 48%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:27:26.6393208Z [ 48%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:27:26.6393999Z [ 49%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:27:26.6394551Z [ 49%] Built target log_internal_proto 2025-03-21T20:27:26.6395636Z [ 49%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:27:26.6396993Z [ 49%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:27:26.6398338Z [ 49%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:27:26.6399273Z [ 49%] Built target symbolize 2025-03-21T20:27:26.6400347Z [ 49%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:27:26.6401919Z [ 49%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:27:26.6402734Z [ 49%] Linking CXX static library libabsl_hash.a 2025-03-21T20:27:26.6403240Z [ 49%] Built target hash 2025-03-21T20:27:26.6403871Z [ 49%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:27:26.6405212Z [ 50%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:27:26.6406594Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:27:26.6407704Z [ 51%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:27:26.6409278Z [ 51%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:27:26.6410270Z [ 51%] Built target flags_commandlineflag 2025-03-21T20:27:26.6411366Z [ 51%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:27:28.0481659Z [ 51%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:27:28.0483167Z [ 52%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:27:28.0484188Z [ 52%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:27:28.0485228Z [ 52%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:27:28.0486315Z [ 53%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:27:28.0487041Z [ 53%] Built target random_distributions 2025-03-21T20:27:28.0488269Z [ 53%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:27:28.0489742Z [ 54%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:27:28.0490570Z [ 54%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:27:28.0491151Z [ 54%] Built target log_internal_fnmatch 2025-03-21T20:27:28.0491606Z [ 54%] Built target examine_stack 2025-03-21T20:27:28.0492724Z [ 54%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:27:28.0494113Z [ 55%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:27:28.0494774Z [ 55%] Built target random_internal_pool_urbg 2025-03-21T20:27:28.0495845Z [ 55%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:27:28.0497061Z [ 55%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:27:28.0498185Z [ 55%] Built target flags_private_handle_accessor 2025-03-21T20:27:28.0498963Z [ 56%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:27:28.0499577Z [ 56%] Built target str_format_internal 2025-03-21T20:27:28.0500280Z [ 56%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:27:28.0501071Z [ 56%] Linking CXX static library libabsl_time.a 2025-03-21T20:27:28.0502188Z [ 57%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:27:28.0503679Z [ 57%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:27:28.0505298Z [ 57%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:27:28.0506751Z [ 57%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:27:28.0508462Z [ 57%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:27:28.0510179Z [ 58%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:27:28.0511119Z [ 58%] Built target failure_signal_handler 2025-03-21T20:27:28.0512192Z [ 58%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:27:28.0513439Z [ 58%] Built target time 2025-03-21T20:27:28.0514570Z [ 59%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:27:28.0515946Z [ 60%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:27:28.0516588Z [ 60%] Built target random_seed_sequences 2025-03-21T20:27:28.0517661Z [ 61%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:27:28.0519028Z [ 61%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:27:28.0520089Z [ 62%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:27:28.0520709Z [ 62%] Built target flags_marshalling 2025-03-21T20:27:28.0521552Z [ 62%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:27:28.0522341Z [ 62%] Built target random_internal_distribution_test_util 2025-03-21T20:27:28.0523053Z [ 63%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:27:28.0523590Z [ 63%] Built target crc32c 2025-03-21T20:27:28.0524262Z [ 63%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:27:28.0525494Z [ 63%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:27:28.0526401Z [ 63%] Built target kernel_timeout_internal 2025-03-21T20:27:28.0527468Z [ 63%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:27:28.0529047Z [ 63%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:27:28.0530813Z [ 64%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:27:28.0532576Z [ 64%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:27:28.0534446Z [ 64%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:27:28.0536507Z [ 65%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:27:28.0537839Z [ 65%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:27:28.0538468Z [ 65%] Built target log_internal_globals 2025-03-21T20:27:28.0539631Z [ 65%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:27:28.0540728Z [ 66%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:27:28.0541283Z [ 66%] Built target log_entry 2025-03-21T20:27:28.0542132Z [ 66%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:27:28.0543157Z [ 66%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:27:28.0543754Z [ 66%] Built target crc_cord_state 2025-03-21T20:27:28.0544817Z [ 66%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:27:28.0546427Z [ 66%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:27:28.0548140Z [ 66%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:27:28.0549832Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:27:28.0551518Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:27:28.0553361Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:27:28.0554842Z [ 68%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:27:28.0555978Z [ 68%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:27:28.0557178Z [ 68%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:27:28.0558098Z [ 68%] Built target log_internal_format 2025-03-21T20:27:28.0559216Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:27:28.0569325Z [ 69%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:27:28.0570066Z [ 69%] Built target log_sink 2025-03-21T20:27:28.0571262Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:27:28.0572868Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:27:28.0574519Z [ 70%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:27:28.0575723Z [ 70%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:27:28.0576322Z [ 70%] Built target synchronization 2025-03-21T20:27:28.0577629Z [ 72%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:27:28.0579405Z [ 72%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:27:28.0580900Z [ 72%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:27:28.0582536Z [ 72%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:27:28.0584171Z [ 72%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:27:28.0585600Z [ 72%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:27:28.0586201Z [ 72%] Built target cord_internal 2025-03-21T20:27:28.0586895Z [ 72%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:27:28.0587756Z [ 73%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:27:28.0588617Z [ 73%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:27:28.0589201Z [ 73%] Built target flags_program_name 2025-03-21T20:27:28.0589662Z [ 73%] Built target vlog_config_internal 2025-03-21T20:27:28.0590630Z [ 73%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:27:30.2541947Z [ 74%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:27:30.2542753Z [ 74%] Built target cordz_handle 2025-03-21T20:27:30.2543750Z [ 75%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:27:30.2544923Z [ 75%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:27:30.2545535Z [ 75%] Built target hashtablez_sampler 2025-03-21T20:27:30.2546188Z [ 75%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:27:30.2546954Z [ 75%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:27:30.2547518Z [ 75%] Built target flags_config 2025-03-21T20:27:30.2548120Z [ 75%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:27:30.2549205Z [ 76%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:27:30.2550759Z [ 76%] Built target log_globals 2025-03-21T20:27:30.2551254Z [ 76%] Built target cordz_info 2025-03-21T20:27:30.2552203Z [ 77%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:27:30.2553678Z [ 77%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:27:30.2555308Z [ 77%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:27:30.2556869Z [ 77%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:27:30.2558078Z [ 78%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:27:30.2559317Z [ 78%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:27:30.2560356Z [ 79%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:27:30.2561236Z [ 79%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:27:30.2562072Z [ 79%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:27:30.2562648Z [ 79%] Built target log_initialize 2025-03-21T20:27:30.2563105Z [ 79%] Built target log_internal_log_sink_set 2025-03-21T20:27:30.2563573Z [ 79%] Built target flags_internal 2025-03-21T20:27:30.2564585Z [ 79%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:27:30.2565740Z [ 80%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:27:30.2566333Z [ 80%] Built target cordz_sample_token 2025-03-21T20:27:30.2566962Z [ 81%] Linking CXX static library libabsl_cord.a 2025-03-21T20:27:30.2567484Z [ 81%] Built target cord 2025-03-21T20:27:30.2568484Z [ 81%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:27:30.2569822Z [ 82%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:27:30.2571129Z [ 82%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:27:30.2572844Z [ 82%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:27:30.2574153Z [ 83%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:27:30.2574788Z [ 83%] Built target log_internal_message 2025-03-21T20:27:30.2575815Z [ 83%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:27:30.2577168Z [ 83%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:27:30.2578180Z [ 84%] Linking CXX static library libabsl_status.a 2025-03-21T20:27:30.2578712Z [ 84%] Built target status 2025-03-21T20:27:30.2579576Z [ 84%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:27:30.2580622Z [ 84%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:27:30.2581191Z [ 84%] Built target raw_hash_set 2025-03-21T20:27:30.2582131Z [ 84%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:27:30.2583224Z [ 84%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:27:30.2584178Z [ 84%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:27:30.2584791Z [ 84%] Built target die_if_null 2025-03-21T20:27:30.2585215Z [ 84%] Built target log_internal_check_op 2025-03-21T20:27:30.2585861Z [ 84%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:27:30.2586597Z [ 84%] Built target statusor 2025-03-21T20:27:30.2587236Z [ 85%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:27:30.2587841Z [ 85%] Built target flags_reflection 2025-03-21T20:27:30.2588695Z [ 86%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:27:30.2590025Z [ 86%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:27:30.2591208Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:27:30.2592181Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:27:30.2593117Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:27:30.2594029Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:27:30.2594984Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:27:30.2595952Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:27:30.2596932Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:27:30.2597815Z [ 89%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:27:30.2598673Z [ 89%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:27:30.2599613Z [ 89%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:27:30.2600522Z [ 89%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:27:30.2601118Z [ 89%] Built target log_flags 2025-03-21T20:27:30.2601796Z [ 89%] Built target flags_usage_internal 2025-03-21T20:27:30.2602572Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:27:30.2603550Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:27:30.2604679Z [ 90%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:27:30.2605793Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:27:30.2606766Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:27:30.2607943Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:27:30.2608890Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:27:30.2609810Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:27:30.2610774Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:27:30.2611755Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:27:30.2612783Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:27:30.2613841Z [ 93%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:27:30.2614391Z [ 93%] Built target flags_usage 2025-03-21T20:27:30.2615240Z [ 93%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:27:30.2616345Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:27:30.2617309Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:27:30.2618233Z [ 94%] Building CXX object runner/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:27:30.2619035Z [ 94%] Linking CXX static library libre2.a 2025-03-21T20:27:30.2619512Z [ 94%] Built target re2 2025-03-21T20:27:30.2620329Z [ 95%] Building CXX object runner/CMakeFiles/llama_runner.dir/__/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:27:30.2621760Z [ 95%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:30.2623302Z [ 95%] Building CXX object runner/CMakeFiles/llama_runner.dir/runner.cpp.o 2025-03-21T20:27:30.2624645Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp.o 2025-03-21T20:27:30.2626318Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_prefiller.cpp.o 2025-03-21T20:27:30.2627920Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:27:30.2629480Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:27:30.2631188Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:27:30.2632442Z [ 98%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:27:30.2633005Z [ 98%] Built target flags_parse 2025-03-21T20:27:30.2634148Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:27:30.2635886Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:27:30.2637428Z In file included from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/error.h:16, 2025-03-21T20:27:30.2638921Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/result.h:16, 2025-03-21T20:27:30.3766769Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/bpe_tokenizer_base.h:24, 2025-03-21T20:27:30.3768106Z from /pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp:10: 2025-03-21T20:27:30.3770961Z /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/log.h:124:43: warning: inline function ‘void tokenizers::tk_pal_emit_log_message(tokenizers::tk_pal_log_level_t, const char*, const char*, size_t, const char*, size_t)’ declared weak [-Wattributes] 2025-03-21T20:27:30.3773476Z 124 | inline void TK_INTERNAL_PLATFORM_WEAKNESS tk_pal_emit_log_message( 2025-03-21T20:27:30.3774132Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3775221Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:27:30.3776346Z In file included from /pytorch/executorch/extension/llm/tokenizer/base64.h:27, 2025-03-21T20:27:30.3777159Z from /pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp:28: 2025-03-21T20:27:30.3779282Z /pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp: In member function ‘virtual executorch::extension::llm::Result > executorch::extension::llm::Tiktoken::decode(uint64_t, uint64_t) const’: 2025-03-21T20:27:30.3781839Z /pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp:414:42: warning: ‘Tokenizer’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3783279Z 414 | ET_CHECK_OK_OR_RETURN_ERROR(Tokenizer::decode_verify(cur)); 2025-03-21T20:27:30.3783946Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3784628Z In file included from /pytorch/executorch/extension/llm/tokenizer/tiktoken.h:12, 2025-03-21T20:27:30.3785516Z from /pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp:29: 2025-03-21T20:27:30.3786392Z /pytorch/executorch/extension/llm/tokenizer/tokenizer.h:24:23: note: declared here 2025-03-21T20:27:30.3787122Z 24 | class ET_EXPERIMENTAL Tokenizer { 2025-03-21T20:27:30.3787866Z | ^~~~~~~~~ 2025-03-21T20:27:30.3788983Z [100%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:27:30.3790862Z /pytorch/executorch/extension/llm/sampler/sampler.cpp: In member function ‘int32_t executorch::extension::llm::Sampler::sample_topp(T*, float)’: 2025-03-21T20:27:30.3793386Z /pytorch/executorch/extension/llm/sampler/sampler.cpp:82:19: warning: ‘template struct executorch::extension::llm::ProbIndex’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3794972Z 82 | std::unique_ptr[]> probindex = 2025-03-21T20:27:30.3795624Z | ^~~~~~~~~ 2025-03-21T20:27:30.3796256Z In file included from /pytorch/executorch/extension/llm/sampler/sampler.cpp:35: 2025-03-21T20:27:30.3797168Z /pytorch/executorch/extension/llm/sampler/sampler.h:30:24: note: declared here 2025-03-21T20:27:30.3797904Z 30 | struct ET_EXPERIMENTAL ProbIndex { 2025-03-21T20:27:30.3798368Z | ^~~~~~~~~ 2025-03-21T20:27:30.3800213Z /pytorch/executorch/extension/llm/sampler/sampler.cpp:83:24: warning: ‘template struct executorch::extension::llm::ProbIndex’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3803974Z 83 | std::make_unique[]>(vocab_size_); 2025-03-21T20:27:30.3804483Z | ^~~~~~~~~ 2025-03-21T20:27:30.3805134Z In file included from /pytorch/executorch/extension/llm/sampler/sampler.cpp:35: 2025-03-21T20:27:30.3806043Z /pytorch/executorch/extension/llm/sampler/sampler.h:30:24: note: declared here 2025-03-21T20:27:30.3806761Z 30 | struct ET_EXPERIMENTAL ProbIndex { 2025-03-21T20:27:30.3807228Z | ^~~~~~~~~ 2025-03-21T20:27:30.3809094Z /pytorch/executorch/extension/llm/sampler/sampler.cpp:94:27: warning: ‘template struct executorch::extension::llm::ProbIndex’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3810775Z 94 | auto compare = [](const ProbIndex& a, const ProbIndex& b) { 2025-03-21T20:27:30.3811347Z | ^~~~~~~~~ 2025-03-21T20:27:30.3812300Z In file included from /pytorch/executorch/extension/llm/sampler/sampler.cpp:35: 2025-03-21T20:27:30.3813233Z /pytorch/executorch/extension/llm/sampler/sampler.h:30:24: note: declared here 2025-03-21T20:27:30.3814067Z 30 | struct ET_EXPERIMENTAL ProbIndex { 2025-03-21T20:27:30.3814516Z | ^~~~~~~~~ 2025-03-21T20:27:30.3816366Z /pytorch/executorch/extension/llm/sampler/sampler.cpp:94:50: warning: ‘template struct executorch::extension::llm::ProbIndex’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3818043Z 94 | auto compare = [](const ProbIndex& a, const ProbIndex& b) { 2025-03-21T20:27:30.3818629Z | ^~~~~~~~~ 2025-03-21T20:27:30.3819302Z In file included from /pytorch/executorch/extension/llm/sampler/sampler.cpp:35: 2025-03-21T20:27:30.3820194Z /pytorch/executorch/extension/llm/sampler/sampler.h:30:24: note: declared here 2025-03-21T20:27:30.3820912Z 30 | struct ET_EXPERIMENTAL ProbIndex { 2025-03-21T20:27:30.3821362Z | ^~~~~~~~~ 2025-03-21T20:27:30.3822878Z /pytorch/executorch/extension/llm/runner/text_prefiller.cpp:21:33: warning: ‘TextDecoderRunner’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3824229Z 21 | bool enable_parallel_prefill) 2025-03-21T20:27:30.3824651Z | ^ 2025-03-21T20:27:30.3825339Z In file included from /pytorch/executorch/extension/llm/runner/text_prefiller.h:14, 2025-03-21T20:27:30.3826504Z from /pytorch/executorch/extension/llm/runner/text_prefiller.cpp:12: 2025-03-21T20:27:30.3827432Z /pytorch/executorch/extension/llm/runner/text_decoder_runner.h:23:23: note: declared here 2025-03-21T20:27:30.3828229Z 23 | class ET_EXPERIMENTAL TextDecoderRunner { 2025-03-21T20:27:30.3828713Z | ^~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3830429Z /pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp: In constructor ‘executorch::extension::llm::TextDecoderRunner::TextDecoderRunner(executorch::extension::Module*, bool, int32_t, float)’: 2025-03-21T20:27:30.3832872Z /pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp:30:33: warning: ‘Sampler’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3834186Z 30 | sampler_(std::make_unique( 2025-03-21T20:27:30.3834644Z | ^~~~~~~ 2025-03-21T20:27:30.3835350Z In file included from /pytorch/executorch/extension/llm/runner/text_decoder_runner.h:13, 2025-03-21T20:27:30.3836300Z from /pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp:11: 2025-03-21T20:27:30.3837199Z /pytorch/executorch/extension/llm/sampler/sampler.h:35:23: note: declared here 2025-03-21T20:27:30.3837898Z 35 | class ET_EXPERIMENTAL Sampler { 2025-03-21T20:27:30.3838332Z | ^~~~~~~ 2025-03-21T20:27:30.3839649Z /pytorch/executorch/examples/models/llama/runner/runner.cpp: In member function ‘virtual executorch::runtime::Error example::Runner::load()’: 2025-03-21T20:27:30.3841884Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:133:48: warning: ‘TextDecoderRunner’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3843402Z 133 | text_decoder_runner_ = std::make_unique( 2025-03-21T20:27:30.3844011Z | ^~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3844727Z In file included from /pytorch/executorch/examples/models/llama/runner/runner.h:23, 2025-03-21T20:27:30.3845607Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3846525Z /pytorch/executorch/extension/llm/runner/text_decoder_runner.h:23:23: note: declared here 2025-03-21T20:27:30.3847318Z 23 | class ET_EXPERIMENTAL TextDecoderRunner { 2025-03-21T20:27:30.3848002Z | ^~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3849594Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:138:43: warning: ‘TextPrefiller’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3851055Z 138 | text_prefiller_ = std::make_unique( 2025-03-21T20:27:30.3851618Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3852313Z In file included from /pytorch/executorch/examples/models/llama/runner/runner.h:24, 2025-03-21T20:27:30.3853202Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3854217Z /pytorch/executorch/extension/llm/runner/text_prefiller.h:20:23: note: declared here 2025-03-21T20:27:30.3854975Z 20 | class ET_EXPERIMENTAL TextPrefiller { 2025-03-21T20:27:30.3855439Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3857033Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:143:49: warning: ‘TextTokenGenerator’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3858584Z 143 | text_token_generator_ = std::make_unique( 2025-03-21T20:27:30.3859202Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3859910Z In file included from /pytorch/executorch/examples/models/llama/runner/runner.h:25, 2025-03-21T20:27:30.3860869Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3862081Z /pytorch/executorch/extension/llm/runner/text_token_generator.h:21:23: note: declared here 2025-03-21T20:27:30.3862884Z 21 | class ET_EXPERIMENTAL TextTokenGenerator { 2025-03-21T20:27:30.3863364Z | ^~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3864036Z /pytorch/executorch/examples/models/llama/runner/runner.cpp: At global scope: 2025-03-21T20:27:30.3865465Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:165:41: warning: ‘Stats’ is deprecated [-Wdeprecated-declarations] 2025-03-21T20:27:30.3866566Z 165 | std::function stats_callback, 2025-03-21T20:27:30.3867105Z | ^ 2025-03-21T20:27:30.3869368Z /pytorch/executorch/examples/models/llama/runner/runner.cpp: In member function ‘virtual executorch::runtime::Error example::Runner::generate(const string&, int32_t, std::function&)>, std::function, bool, bool)’: 2025-03-21T20:27:30.3872611Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:172:39: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3874181Z 172 | stats_.model_load_start_ms = llm::time_in_ms(); 2025-03-21T20:27:30.3874705Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3875332Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3876106Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3876853Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3877655Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3878495Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.3879195Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.3879673Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3881471Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:172:49: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3883197Z 172 | stats_.model_load_start_ms = llm::time_in_ms(); 2025-03-21T20:27:30.3883746Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.3884388Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3885133Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3885874Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3886669Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3887522Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.3888217Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.3888694Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3890483Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:174:37: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3892024Z 174 | stats_.model_load_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.3892518Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3893138Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3893996Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3894739Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3895706Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3896539Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.3897237Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.3897717Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3899513Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:174:47: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3901043Z 174 | stats_.model_load_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.3901682Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.3902313Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3903072Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3903830Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3904632Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3905469Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.3906151Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.3906635Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3907247Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.3907993Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3908735Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3909540Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3911549Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:184:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3913098Z 184 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.3913551Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3914531Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:181:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.3915716Z 181 | RUNNER_ET_LOG( 2025-03-21T20:27:30.3916097Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3916630Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3917383Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3918134Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3918939Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3919779Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.3920509Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.3921004Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3921623Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.3922379Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3923178Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3923987Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3926013Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:184:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3927534Z 184 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.3928226Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.3929216Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:181:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.3930094Z 181 | RUNNER_ET_LOG( 2025-03-21T20:27:30.3930440Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3930963Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3931736Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3932482Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3933285Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3934242Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.3934956Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.3935444Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3936072Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.3936823Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3937564Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3938374Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3940385Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:184:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3941912Z 184 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.3947787Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3948832Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:181:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.3949704Z 181 | RUNNER_ET_LOG( 2025-03-21T20:27:30.3950073Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3950599Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3951354Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3952099Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3953079Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3953958Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.3954675Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.3955170Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3955794Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.3956600Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3957340Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3958148Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3960190Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:184:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3961736Z 184 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.3962195Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.3963184Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:181:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.3964064Z 181 | RUNNER_ET_LOG( 2025-03-21T20:27:30.3964415Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3964947Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3965713Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3966599Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3967402Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3968236Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.3968951Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.3969453Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.3970147Z /pytorch/executorch/examples/models/llama/runner/runner.cpp: In lambda function: 2025-03-21T20:27:30.3972274Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:190:16: warning: ‘void executorch::extension::llm::safe_printf(const char*)’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3973988Z 190 | llm::safe_printf(piece.c_str()); 2025-03-21T20:27:30.3974451Z | ^~~~~~~~~~~ 2025-03-21T20:27:30.3975032Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3975790Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3976538Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3977353Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3978209Z /pytorch/executorch/extension/llm/runner/util.h:46:29: note: declared here 2025-03-21T20:27:30.3978985Z 46 | ET_EXPERIMENTAL void inline safe_printf(const char* piece) { 2025-03-21T20:27:30.3979557Z | ^~~~~~~~~~~ 2025-03-21T20:27:30.3981421Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:190:27: warning: ‘void executorch::extension::llm::safe_printf(const char*)’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3983215Z 190 | llm::safe_printf(piece.c_str()); 2025-03-21T20:27:30.3983698Z | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ 2025-03-21T20:27:30.3984317Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3985075Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3985814Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3986762Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.3987661Z /pytorch/executorch/extension/llm/runner/util.h:46:29: note: declared here 2025-03-21T20:27:30.3988448Z 46 | ET_EXPERIMENTAL void inline safe_printf(const char* piece) { 2025-03-21T20:27:30.3989016Z | ^~~~~~~~~~~ 2025-03-21T20:27:30.3991269Z /pytorch/executorch/examples/models/llama/runner/runner.cpp: In member function ‘virtual executorch::runtime::Error example::Runner::generate(const string&, int32_t, std::function&)>, std::function, bool, bool)’: 2025-03-21T20:27:30.3994476Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:200:36: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.3996022Z 200 | stats_.inference_start_ms = llm::time_in_ms(); 2025-03-21T20:27:30.3996527Z | ^~~~~~~~~~ 2025-03-21T20:27:30.3997144Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.3997894Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.3998662Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.3999461Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4000426Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4001118Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4001759Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4003593Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:200:46: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4005164Z 200 | stats_.inference_start_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4005672Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4006300Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4007055Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4007804Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4008622Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4009465Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4010169Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4010650Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4012449Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:243:32: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4014092Z 243 | stats_.first_token_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4014580Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4015495Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4016256Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4017007Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4017816Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4018669Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4019367Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4019847Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4021835Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:243:42: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4023390Z 243 | stats_.first_token_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4023876Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4024501Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4025258Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4026003Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4026805Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4027643Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4028339Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4028821Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4030624Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:244:36: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4032175Z 244 | stats_.prompt_eval_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4032687Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4033309Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4034231Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4034969Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4035769Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4036610Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4037306Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4037778Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4039556Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:244:46: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4041093Z 244 | stats_.prompt_eval_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4041591Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4042208Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4042951Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4043691Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4044490Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4045328Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4046020Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4046493Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4047096Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.4048002Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4048738Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4049550Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4051561Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:254:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4053208Z 254 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.4053790Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4054769Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:251:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.4055630Z 251 | RUNNER_ET_LOG( 2025-03-21T20:27:30.4055976Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4056510Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4057258Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4058006Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4058811Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4059642Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.4060347Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.4060848Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4061459Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.4062205Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4062934Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4063735Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4065738Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:254:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4067404Z 254 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.4067864Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4068843Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:251:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.4069725Z 251 | RUNNER_ET_LOG( 2025-03-21T20:27:30.4070061Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4070588Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4071335Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4072078Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4072884Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4073714Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.4074431Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.4074929Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4075549Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.4076300Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4077049Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4077846Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4079864Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:254:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4081525Z 254 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.4081995Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4082974Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:251:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.4083850Z 251 | RUNNER_ET_LOG( 2025-03-21T20:27:30.4084192Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4084722Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4085591Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4086368Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4087168Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4088003Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.4088714Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.4089207Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4089832Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.4090579Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4091326Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4092129Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4094248Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:254:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4095784Z 254 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.4096252Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4097244Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:251:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.4098133Z 251 | RUNNER_ET_LOG( 2025-03-21T20:27:30.4098609Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4099135Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4099883Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4100631Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4102996Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4103859Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:30.4104569Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:30.4105063Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4106902Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:261:34: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4108453Z 261 | stats_.inference_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4108955Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4109578Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4110338Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4111085Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4111917Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4112756Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4113446Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4114197Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4116006Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:261:44: warning: ‘long int executorch::extension::llm::time_in_ms()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4117551Z 261 | stats_.inference_end_ms = llm::time_in_ms(); 2025-03-21T20:27:30.4118048Z | ~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:30.4118674Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4119629Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4120408Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4121214Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4122042Z /pytorch/executorch/extension/llm/runner/util.h:68:29: note: declared here 2025-03-21T20:27:30.4122747Z 68 | ET_EXPERIMENTAL long inline time_in_ms() { 2025-03-21T20:27:30.4123225Z | ^~~~~~~~~~ 2025-03-21T20:27:30.4123826Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:30.4124576Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4125307Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:30.4126107Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:30.4128124Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:268:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:30.4129662Z 268 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:30.4130124Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4131116Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:265:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:30.4132008Z 265 | RUNNER_ET_LOG( 2025-03-21T20:27:30.4132354Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:30.4133068Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:30.4133946Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:30.4134693Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1042911Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1043901Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:32.1044620Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:32.1045120Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1045740Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:32.1046514Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1047262Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1048081Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1050345Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:268:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:32.1051910Z 268 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:32.1052369Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:32.1053446Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:265:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:32.1054336Z 265 | RUNNER_ET_LOG( 2025-03-21T20:27:32.1054685Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1055559Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:32.1056318Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1057073Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1057891Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1058733Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:32.1059439Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:32.1059940Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1060772Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:32.1061554Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1062298Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1063105Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1065151Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:268:12: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:32.1066688Z 268 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:32.1067140Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1068106Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:265:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:32.1069098Z 265 | RUNNER_ET_LOG( 2025-03-21T20:27:32.1069445Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1069970Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:32.1070721Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1071463Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1072273Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1073113Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:32.1074045Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:32.1074532Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1075146Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:12, 2025-03-21T20:27:32.1075896Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1076647Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1077451Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1079500Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:268:25: warning: ‘size_t executorch::extension::llm::get_rss_bytes()’ is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:27:32.1081025Z 268 | llm::get_rss_bytes() / 1024.0 / 1024.0); 2025-03-21T20:27:32.1081480Z | ~~~~~~~~~~~~~~~~~~^~ 2025-03-21T20:27:32.1082467Z /pytorch/executorch/examples/models/llama/runner/runner.cpp:265:3: note: in expansion of macro ‘RUNNER_ET_LOG’ 2025-03-21T20:27:32.1083341Z 265 | RUNNER_ET_LOG( 2025-03-21T20:27:32.1083691Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1084223Z In file included from /pytorch/executorch/extension/llm/runner/stats.h:11, 2025-03-21T20:27:32.1084980Z from /pytorch/executorch/extension/llm/runner/irunner.h:17, 2025-03-21T20:27:32.1085727Z from /pytorch/executorch/examples/models/llama/runner/runner.h:21, 2025-03-21T20:27:32.1086534Z from /pytorch/executorch/examples/models/llama/runner/runner.cpp:12: 2025-03-21T20:27:32.1087438Z /pytorch/executorch/extension/llm/runner/util.h:82:31: note: declared here 2025-03-21T20:27:32.1088314Z 82 | ET_EXPERIMENTAL size_t inline get_rss_bytes() { 2025-03-21T20:27:32.1088810Z | ^~~~~~~~~~~~~ 2025-03-21T20:27:32.1089808Z In file included from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/error.h:16, 2025-03-21T20:27:32.1091339Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/tokenizer.h:16, 2025-03-21T20:27:32.1092999Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/llama2c_tokenizer.h:10, 2025-03-21T20:27:32.1094404Z from /pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp:9: 2025-03-21T20:27:32.1096989Z /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/log.h:124:43: warning: inline function ‘void tokenizers::tk_pal_emit_log_message(tokenizers::tk_pal_log_level_t, const char*, const char*, size_t, const char*, size_t)’ declared weak [-Wattributes] 2025-03-21T20:27:32.1099049Z 124 | inline void TK_INTERNAL_PLATFORM_WEAKNESS tk_pal_emit_log_message( 2025-03-21T20:27:32.1099675Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:32.1100706Z In file included from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/error.h:16, 2025-03-21T20:27:32.1102350Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/result.h:16, 2025-03-21T20:27:32.1103789Z from /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/base64.h:32, 2025-03-21T20:27:32.1104930Z from /pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp:28: 2025-03-21T20:27:32.1107423Z /pytorch/executorch/examples/models/llama/../../../extension/llm/tokenizers/include/pytorch/tokenizers/log.h:124:43: warning: inline function ‘void tokenizers::tk_pal_emit_log_message(tokenizers::tk_pal_log_level_t, const char*, const char*, size_t, const char*, size_t)’ declared weak [-Wattributes] 2025-03-21T20:27:32.1109674Z 124 | inline void TK_INTERNAL_PLATFORM_WEAKNESS tk_pal_emit_log_message( 2025-03-21T20:27:32.1110283Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2025-03-21T20:27:32.1110973Z [100%] Linking CXX shared library libllama_runner.so 2025-03-21T20:27:32.1111515Z [100%] Built target llama_runner 2025-03-21T20:27:32.1112194Z [100%] Building CXX object CMakeFiles/llama_main.dir/main.cpp.o 2025-03-21T20:27:32.1112967Z [100%] Linking CXX executable llama_main 2025-03-21T20:27:32.1113469Z [100%] Built target llama_main 2025-03-21T20:27:32.1113859Z ++ date +%H:%M:%S 2025-03-21T20:27:32.1114172Z + NOW=20:27:31 2025-03-21T20:27:32.1114547Z + echo 'Starting to run llama runner at 20:27:31' 2025-03-21T20:27:32.1115057Z Starting to run llama runner at 20:27:31 2025-03-21T20:27:32.1116309Z + cmake-out/examples/models/llama/llama_main --model_path=tinyllama_xnnpack+custom+qe_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1 2025-03-21T20:27:32.1117554Z invalid char++ date +%H:%M:%S 2025-03-21T20:27:32.1117930Z + NOW=20:27:32 2025-03-21T20:27:32.1118253Z + echo 'Finished at 20:27:32' 2025-03-21T20:27:32.1118645Z Finished at 20:27:32 2025-03-21T20:27:32.1118989Z ++ cat result.txt 2025-03-21T20:27:32.1119384Z + RESULT='Once upon a time, there was a little girl 2025-03-21T20:27:32.1121326Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851719,"model_load_end_ms":1742588852046,"inference_start_ms":1742588852069,"inference_end_ms":1742588852091,"prompt_eval_end_ms":1742588852071,"first_token_ms":1742588852071,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T20:27:32.1123467Z + EXPECTED_PREFIX='Once upon a time,' 2025-03-21T20:27:32.1123935Z + [[ Once upon a time, there was a little girl 2025-03-21T20:27:32.1126032Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851719,"model_load_end_ms":1742588852046,"inference_start_ms":1742588852069,"inference_end_ms":1742588852091,"prompt_eval_end_ms":1742588852071,"first_token_ms":1742588852071,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} == \O\n\c\e\ \u\p\o\n\ \a\ \t\i\m\e\,* ]] 2025-03-21T20:27:32.1128144Z + echo 'Expected result prefix: Once upon a time,' 2025-03-21T20:27:32.1128666Z Expected result prefix: Once upon a time, 2025-03-21T20:27:32.1129434Z + echo 'Actual result: Once upon a time, there was a little girl 2025-03-21T20:27:32.1131463Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851719,"model_load_end_ms":1742588852046,"inference_start_ms":1742588852069,"inference_end_ms":1742588852091,"prompt_eval_end_ms":1742588852071,"first_token_ms":1742588852071,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T20:27:35.8722991Z Actual result: Once upon a time, there was a little girl 2025-03-21T20:27:35.8725051Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851719,"model_load_end_ms":1742588852046,"inference_start_ms":1742588852069,"inference_end_ms":1742588852091,"prompt_eval_end_ms":1742588852071,"first_token_ms":1742588852071,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} 2025-03-21T20:27:35.8726963Z + echo Success 2025-03-21T20:27:35.8727263Z Success 2025-03-21T20:27:35.8727584Z + prepare_artifacts_upload 2025-03-21T20:27:35.8728111Z + '[' -n artifacts-to-be-uploaded/fp32-xnnpack-custom+qe ']' 2025-03-21T20:27:35.8728718Z + echo 'Preparing for uploading generated artifacs' 2025-03-21T20:27:35.8729252Z Preparing for uploading generated artifacs 2025-03-21T20:27:35.8729858Z + zip -j model.zip tinyllama_xnnpack+custom+qe_fp32.pte tokenizer.bin 2025-03-21T20:27:35.8730564Z adding: tinyllama_xnnpack+custom+qe_fp32.pte (deflated 39%) 2025-03-21T20:27:35.8731128Z adding: tokenizer.bin (deflated 50%) 2025-03-21T20:27:35.8731674Z + mkdir -p artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:27:35.8732697Z + mv model.zip artifacts-to-be-uploaded/fp32-xnnpack-custom+qe 2025-03-21T20:27:35.8733231Z + cleanup_files 2025-03-21T20:27:35.8733788Z + echo 'Deleting downloaded and generated files' 2025-03-21T20:27:35.8734295Z Deleting downloaded and generated files 2025-03-21T20:27:35.8734730Z + rm stories110M.pt 2025-03-21T20:27:35.8735065Z + rm tokenizer.model 2025-03-21T20:27:35.8746403Z + rm tokenizer.bin 2025-03-21T20:27:35.8746930Z + rm tinyllama_xnnpack+custom+qe_fp32.pte 2025-03-21T20:27:35.8747385Z + rm result.txt 2025-03-21T20:27:35.8747711Z + rm params.json 2025-03-21T20:27:35.8856175Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:27:35.8856766Z with: 2025-03-21T20:27:35.8857184Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:35.8857754Z fail-on-empty: false 2025-03-21T20:27:35.8858081Z env: 2025-03-21T20:27:35.8858448Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:35.8858954Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:35.8859356Z PR_NUMBER: 2025-03-21T20:27:35.8863280Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:35.8867676Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:35.8868501Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:35.8869266Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:35.8869805Z ##[endgroup] 2025-03-21T20:27:35.9593815Z Prepare all required actions 2025-03-21T20:27:35.9644394Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:35.9644901Z with: 2025-03-21T20:27:35.9645378Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:35.9645984Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:35.9646348Z env: 2025-03-21T20:27:35.9646716Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:35.9647224Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:35.9647619Z PR_NUMBER: 2025-03-21T20:27:35.9651520Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:35.9655906Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:35.9656718Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:35.9657472Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:35.9658013Z ##[endgroup] 2025-03-21T20:27:35.9690688Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:35.9691687Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:35.9705053Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:35.9705596Z env: 2025-03-21T20:27:35.9705971Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:35.9706487Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:35.9707222Z PR_NUMBER: 2025-03-21T20:27:35.9711333Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:35.9715510Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:35.9716322Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:35.9717080Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:35.9717640Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:35.9718197Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:27:35.9718850Z ##[endgroup] 2025-03-21T20:27:35.9915781Z Unable to find image 'arm64v8/alpine:latest' locally 2025-03-21T20:27:36.1665192Z latest: Pulling from arm64v8/alpine 2025-03-21T20:27:36.2352141Z 6e771e15690e: Pulling fs layer 2025-03-21T20:27:36.2988293Z 6e771e15690e: Verifying Checksum 2025-03-21T20:27:36.2988793Z 6e771e15690e: Download complete 2025-03-21T20:27:36.4169426Z 6e771e15690e: Pull complete 2025-03-21T20:27:36.4308024Z Digest: sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:36.4351021Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-03-21T20:27:38.2481774Z Prepare all required actions 2025-03-21T20:27:38.2521515Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:27:38.2522037Z with: 2025-03-21T20:27:38.2522419Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:38.2522937Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:38.2523305Z env: 2025-03-21T20:27:38.2523679Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:38.2524209Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:38.2524603Z PR_NUMBER: 2025-03-21T20:27:38.2528545Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:38.2532708Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:38.2533634Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:38.2534397Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:38.2534930Z ##[endgroup] 2025-03-21T20:27:38.2568333Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:38.2569526Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:27:38.2580728Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:38.2581275Z env: 2025-03-21T20:27:38.2581655Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:38.2582180Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:38.2582577Z PR_NUMBER: 2025-03-21T20:27:38.2586425Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:38.2590582Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:38.2591398Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:38.2592164Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:38.2592733Z ALPINE_IMAGE: arm64v8/alpine 2025-03-21T20:27:38.2593201Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:27:38.2593687Z ##[endgroup] 2025-03-21T20:27:39.0687288Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:39.0688394Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:27:39.0689029Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:27:39.0689782Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:27:39.0690657Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:27:39.0691347Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:27:39.0691946Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:39.0692414Z  fi 2025-03-21T20:27:39.0692803Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:27:39.0693558Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:27:39.0694127Z  fi 2025-03-21T20:27:39.0694601Z fi 2025-03-21T20:27:39.0694917Z  2025-03-21T20:27:39.0695209Z upload_docs=0 2025-03-21T20:27:39.0695782Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:27:39.0696422Z # empty folders do not count 2025-03-21T20:27:39.0697045Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:27:39.0697875Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:27:39.0698559Z  # upload will probably not work correctly 2025-03-21T20:27:39.0699121Z  upload_docs=1 2025-03-21T20:27:39.0699474Z fi 2025-03-21T20:27:39.0699901Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:27:39.0708434Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:39.0708824Z env: 2025-03-21T20:27:39.0709215Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:39.0709766Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:39.0710169Z PR_NUMBER: 2025-03-21T20:27:39.0714025Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:39.0718380Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:39.0719197Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:39.0719961Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:39.0720519Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:27:39.0720867Z ##[endgroup] 2025-03-21T20:27:39.0834692Z Prepare all required actions 2025-03-21T20:27:39.0907025Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:27:39.0907564Z with: 2025-03-21T20:27:39.0907838Z env: 2025-03-21T20:27:39.0908213Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:39.0908734Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:39.0909119Z PR_NUMBER: 2025-03-21T20:27:39.0913071Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:39.0917495Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:39.0918309Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:39.0919259Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:39.0919793Z ##[endgroup] 2025-03-21T20:27:39.0955588Z ##[group]Run set -eou pipefail 2025-03-21T20:27:39.0956072Z set -eou pipefail 2025-03-21T20:27:39.0956445Z  2025-03-21T20:27:39.0956952Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:27:39.0957594Z for _ in $(seq 1440); do 2025-03-21T20:27:39.0958050Z  # Break if no ssh session exists anymore 2025-03-21T20:27:39.0958550Z  if [ "$(who)" = "" ]; then 2025-03-21T20:27:39.0958984Z  break 2025-03-21T20:27:39.0959314Z  fi 2025-03-21T20:27:39.0959627Z  echo "." 2025-03-21T20:27:39.0959979Z  sleep 5 2025-03-21T20:27:39.0960310Z done 2025-03-21T20:27:39.0967927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:39.0968448Z env: 2025-03-21T20:27:39.0968832Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:39.0969356Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:39.0969742Z PR_NUMBER: 2025-03-21T20:27:39.0973757Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:39.0978245Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:39.0979055Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:39.0979832Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:39.0980373Z ##[endgroup] 2025-03-21T20:27:39.1014206Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:27:39.1088592Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:39.1089383Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:27:39.1089986Z # shellcheck disable=SC2046 2025-03-21T20:27:39.1090789Z docker stop $(docker ps -q) || true 2025-03-21T20:27:39.1091310Z # Prune all of the docker images 2025-03-21T20:27:39.1091781Z docker system prune -af 2025-03-21T20:27:39.1099854Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:39.1100382Z env: 2025-03-21T20:27:39.1100784Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:39.1101488Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:39.1101916Z PR_NUMBER: 2025-03-21T20:27:39.1105795Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:39.1110226Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:39.1111039Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:39.1111806Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:39.1112348Z ##[endgroup] 2025-03-21T20:27:49.6434926Z aa8ee08cbe62 2025-03-21T20:27:50.3518356Z Deleted Containers: 2025-03-21T20:27:50.3518980Z aa8ee08cbe628517f8ca2f2eea12e68c141e90e48992bb1f2a7bf30d43c2a23e 2025-03-21T20:27:50.3519459Z 2025-03-21T20:27:54.1591277Z Deleted Images: 2025-03-21T20:27:54.1591725Z untagged: arm64v8/alpine:latest 2025-03-21T20:27:54.1592562Z untagged: arm64v8/alpine@sha256:7a04ffc3dd9fae02928205d3fb9414decdee461f62fc2b56df7f4da063ec6bdf 2025-03-21T20:27:54.1593592Z deleted: sha256:8d591b0b7dea080ea3be9e12ae563eebf9869168ffced1cb25b2470a3d9fe15e 2025-03-21T20:27:54.1594521Z deleted: sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c 2025-03-21T20:27:54.1595792Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:27:54.1597634Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:90ee37cd9757fddd3d75376538c60943daae19d57cdefc60b3ce0330b2e29f5a 2025-03-21T20:27:54.1599108Z deleted: sha256:95eaa05a8ea865cf2b0b9d577b3fd29dc8c8240682d766d60d2cabe9935f09a4 2025-03-21T20:27:54.1600005Z deleted: sha256:09f32a7b4424aa2d53cb6746ad96c97d11402e32508800950db7d805db59fef5 2025-03-21T20:27:54.1600894Z deleted: sha256:2400b3ca069d97c31c82baf4d6a615abba1f6d0c3ecbd100c810222bb25e9333 2025-03-21T20:27:54.1601959Z deleted: sha256:8e0b41eb40e0e0ee386f53cf802d9cd1793693af919a5eeeea5f9a744069afb5 2025-03-21T20:27:54.1602874Z deleted: sha256:dcbdfeae52597e3808762abdebc00dfd922c61b7a2641c20c37f5722f4f74027 2025-03-21T20:27:54.1604262Z deleted: sha256:d63b9419821f5e34bce0d21a8436284d4eb65a677ad10352e4083292e85cc411 2025-03-21T20:27:54.1605153Z deleted: sha256:19f09f507aab26d96e654dddf37320db13b0c290424d02fbcf2200cdebe6d50c 2025-03-21T20:27:54.1606032Z deleted: sha256:811ea2f5529526b50aa09f80457db519fc0684669c33b4b804fb686775fedf48 2025-03-21T20:27:54.1606909Z deleted: sha256:0c22605f5866e3bf800a3d128de9a552c8b32a7e762f96bc98cd4e7838aca631 2025-03-21T20:27:54.1607783Z deleted: sha256:597399b530f943bc9178d331b712b06d55e3570ec0dd569f9f34556a0b39c672 2025-03-21T20:27:54.1608652Z deleted: sha256:2e1c01efb70ca42200c290a1a5c078404a7429b1656d62829cc194e393feb456 2025-03-21T20:27:54.1609538Z deleted: sha256:81ed8917a35c1fb8e0f4697d2136d8f46ef0123e7172354db6cac2f665e74179 2025-03-21T20:27:54.1610715Z deleted: sha256:0b4dd04405c68761b0af34f004a21778591d9837b5b659c46e3ece5db4ca96c4 2025-03-21T20:27:54.1611628Z deleted: sha256:98564e1057c5b1861fac27ca9a4d000aa6c1cce077a64be6e92c1c0328de21db 2025-03-21T20:27:54.1612563Z deleted: sha256:ef6027fae935dd069d281694954d5d434ecccb964dc2cae4cb5f367f79118433 2025-03-21T20:27:54.1613550Z deleted: sha256:8714b6aed43f9fb6516d748241fbf8a7d62000dffbfda6c97f9a77c52ffcaf66 2025-03-21T20:27:54.1614460Z deleted: sha256:b50da0d5f573e1d94a83711df7a638fe9a44670dd938a98e0ba7c535de409ac3 2025-03-21T20:27:54.1615343Z deleted: sha256:d8cf851e2ae665b901caeb1b88600dd2262511635516845a22b84cb6a601c8f8 2025-03-21T20:27:54.1616221Z deleted: sha256:0336a5d8eb38c4345cf408dda18a8619056747745a03e9336423dc70dbd8b1ec 2025-03-21T20:27:54.1617094Z deleted: sha256:f620185bef1017660c6c4248c3f1a8f829a622e73584a4f975744970d443021b 2025-03-21T20:27:54.1617960Z deleted: sha256:e841d457dc57315a4b42567dcb7792b798d522cc284364a17160bef80879823d 2025-03-21T20:27:54.1619010Z deleted: sha256:8590293936b69062f99a43c53ba78bbb521db3f5fd34e4e029c260b42a2f24d2 2025-03-21T20:27:54.1619912Z deleted: sha256:41e98c39e616aa6a0b103eb4ff3754d0cd5e5ebc8d03e2ffc4374e90a6584078 2025-03-21T20:27:54.1620814Z deleted: sha256:de03b39cfdff6bb157784d61d1938fcf862ee01640d8de56613f2499d569d825 2025-03-21T20:27:54.1621700Z deleted: sha256:cf012e330a58f50134db5754447bf140b24dfcf3f11602031ed0405f9a1bc8f2 2025-03-21T20:27:54.1622582Z deleted: sha256:18b60edd05c57a9ddd17db0d40244b248e6f0b94918169e2feb2227cf1f0fa5f 2025-03-21T20:27:54.1623477Z deleted: sha256:e2d20ee2e6f5b13148c5bc7438ac3b99d0fbe7361983ace57d7f6c9a53ebb4a1 2025-03-21T20:27:54.1624365Z deleted: sha256:8d51221c5d0b80fef480318f9648620d0485d4bdeaa8a4bb71dad958ffa6f790 2025-03-21T20:27:54.1625267Z deleted: sha256:14420affd3a01fd14f1f93dd16a99ffbaa8494bde8e368f6d15c81667f9a6e23 2025-03-21T20:27:54.1626164Z deleted: sha256:9e1213ad98b26feb4bbe577f702afcfbec754438b68d47c9f11b9a24714eedda 2025-03-21T20:27:54.1627057Z deleted: sha256:e015fd41e914974c966637a97e131b50ae5814b903b8c42dfebc2ffafc3db463 2025-03-21T20:27:54.1627954Z deleted: sha256:d7976569ac4f931958721acabc120fe2cfdbc8673ef348c7c8110886822234a0 2025-03-21T20:27:54.1628835Z deleted: sha256:9006884ac58bd79a9522eda809d9360d21997a93e175d1d6b66b23dd64cc766e 2025-03-21T20:27:54.1629726Z deleted: sha256:934cb849abe06befc43afe3d1a738c8537ce109679f8556a7af52bfbf40438b2 2025-03-21T20:27:54.1630622Z deleted: sha256:824b004f2d714c62c347e3c1ea2ef132dd6cc9c2c8e2a33891027b3332970956 2025-03-21T20:27:54.1631505Z deleted: sha256:070a521224ad9aed21b31bdbffa143888d3a81eba63b08fd089618c6e5040186 2025-03-21T20:27:54.1632391Z deleted: sha256:59b223680ef978509f20faf6bf069866dfc02c422159347face0a7565d698526 2025-03-21T20:27:54.1632915Z 2025-03-21T20:27:54.1633087Z Total reclaimed space: 6.064GB 2025-03-21T20:27:54.1680820Z ##[group]Run set +e 2025-03-21T20:27:54.1681280Z set +e 2025-03-21T20:27:54.1681646Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:27:54.1682204Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:54.1682727Z else 2025-03-21T20:27:54.1683118Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:27:54.1683595Z fi 2025-03-21T20:27:54.1684056Z set -e 2025-03-21T20:27:54.1691354Z shell: /usr/bin/bash -e {0} 2025-03-21T20:27:54.1691745Z env: 2025-03-21T20:27:54.1692129Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-03-21T20:27:54.1692652Z REPOSITORY: pytorch/executorch 2025-03-21T20:27:54.1693044Z PR_NUMBER: 2025-03-21T20:27:54.1697092Z 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}" DTYPE=fp32 BUILD_TOOL="cmake" MODE=xnnpack+custom+qe ARTIFACTS_DIR_NAME="artifacts-to-be-uploaded/${DTYPE}-${MODE}" ARTIFACTS_DIR_NAME="${ARTIFACTS_DIR_NAME/+/-}" # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Install requirements for export_llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test llama2 PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype "${DTYPE}" -mode "${MODE}" -upload "${ARTIFACTS_DIR_NAME}" 2025-03-21T20:27:54.1701520Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:27:54.1702370Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:27:54.1703139Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:27:54.1703690Z NO_SUDO: false 2025-03-21T20:27:54.1704000Z ##[endgroup] 2025-03-21T20:27:55.5883593Z Post job cleanup. 2025-03-21T20:27:55.7235981Z Post job cleanup. 2025-03-21T20:27:55.8493357Z [command]/usr/bin/git version 2025-03-21T20:27:55.8551283Z git version 2.47.1 2025-03-21T20:27:55.8612103Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/84f85a0e-5bb3-4bd2-a92b-4d571f05edda' before making global git config changes 2025-03-21T20:27:55.8613776Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:27:55.8620843Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:27:55.8670122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:27:55.8726323Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:27:55.9076332Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:27:55.9107349Z http.https://github.com/.extraheader 2025-03-21T20:27:55.9128287Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:27:55.9169088Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:27:55.9594867Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:27:55.9626665Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:27:55.9633891Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:27:55.9634421Z ##[endgroup] 2025-03-21T20:27:55.9739391Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T20:28:11.6786549Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T20:28:35.8336294Z Cleaning up orphan processes